updating to pmd 3.7
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4478 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Binary file not shown.
BIN
pmd-jbuilder/lib/pmd-3.7.jar
Normal file
BIN
pmd-jbuilder/lib/pmd-3.7.jar
Normal file
Binary file not shown.
@ -380,7 +380,7 @@ public class PMDOpenTool {
|
||||
}
|
||||
|
||||
private static void addPMDWarningMessage(RuleViolation rv, JavaFileNode node) {
|
||||
PMDMessage pmdMsg = new PMDMessage(node.getDisplayName() + ": " + rv.getRule().getName() + ": " + rv.getDescription() + " at line " + rv.getNode().getBeginLine(), rv.getNode().getBeginLine(), node);
|
||||
PMDMessage pmdMsg = new PMDMessage(node.getDisplayName() + ": " + rv.getRule().getName() + ": " + rv.getDescription() + " at line " + rv.getBeginLine(), rv.getBeginLine(), node);
|
||||
pmdMsg.setForeground(Color.red);
|
||||
pmdMsg.setFont(stdMsgFont);
|
||||
Browser.getActiveBrowser().getMessageView().addMessage(msgCat, pmdMsg, false);
|
||||
|
Reference in New Issue
Block a user