Getting a lot of P4 errors using this plugin with SQ 7.9.1
MultiAccountProxyModule.java#have - file(s) not on client.
PersonnelInfoVO.groovy#have - file(s) not on client.
DealerPayableEditException.groovy#have - file(s) not on client.
HolidayWeekendFormService.groovy#have - file(s) not on client.
GetInvoiceFormatPOFloatingRateCall.groovy#have - file(s) not on client.
UpdateNoteFloatDefaultsCall.groovy#have - file(s) not on client.
It appears that the plugin uses only file name in the line below. For what it's worth changing to using inputFile.absolutePath() fixes the problem.
|
IFileSpec fileSpec = new FileSpec(PerforceExecutor.encodeWildcards(inputFile.filename())); |
Getting a lot of P4 errors using this plugin with SQ 7.9.1
It appears that the plugin uses only file name in the line below. For what it's worth changing to using
inputFile.absolutePath()fixes the problem.sonar-scm-perforce/src/main/java/org/sonar/plugins/scm/perforce/PerforceBlameCommand.java
Line 214 in f0be2eb