Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(1, 0, 0);
version = version(1, 0, 1);
javaRelease = 17;

View file

@ -430,7 +430,7 @@ public class PmdOperation extends AbstractOperation<PmdOperation> {
if (includeLineNumber_) {
msg = "[{0}] {1}:{2}\n\t{3} ({4})\n\t\t--> {5}";
} else {
msg = "\"[{0}] {1} (line: {2})\\n\\t{3} ({4})\\n\\t\\t--> {5}\"";
msg = "[{0}] {1} (line: {2})\n\t{3} ({4})\n\t\t--> {5}";
}
LOGGER.log(Level.WARNING, msg,
new Object[]{commandName,