updated cougaar system properties rule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@303 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -31,7 +31,7 @@ public class PMD {
|
||||
InputStreamReader reader = new InputStreamReader(fileContents);
|
||||
JavaParser parser = new JavaParser(reader);
|
||||
ASTCompilationUnit c = parser.CompilationUnit();
|
||||
c.dump("");
|
||||
//c.dump("");
|
||||
List acus = new ArrayList();
|
||||
acus.add(c);
|
||||
ruleSet.apply(acus, ctx);
|
||||
|
Reference in New Issue
Block a user