Compare commits
No commits in common. "9f64b6d7d8787c3da0c5295cd8494982e98e941a" and "b6df5df8949b3d35576ba8b303aed60c5438bec4" have entirely different histories.
9f64b6d7d8
...
b6df5df894
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ public class PmdOperationBuild extends Project {
|
||||||
public PmdOperationBuild() {
|
public PmdOperationBuild() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "bld-pmd";
|
name = "bld-pmd";
|
||||||
version = version(1, 0, 1);
|
version = version(1, 0, 0);
|
||||||
|
|
||||||
javaRelease = 17;
|
javaRelease = 17;
|
||||||
|
|
||||||
|
|
|
@ -430,7 +430,7 @@ public class PmdOperation extends AbstractOperation<PmdOperation> {
|
||||||
if (includeLineNumber_) {
|
if (includeLineNumber_) {
|
||||||
msg = "[{0}] {1}:{2}\n\t{3} ({4})\n\t\t--> {5}";
|
msg = "[{0}] {1}:{2}\n\t{3} ({4})\n\t\t--> {5}";
|
||||||
} else {
|
} 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,
|
LOGGER.log(Level.WARNING, msg,
|
||||||
new Object[]{commandName,
|
new Object[]{commandName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue