Added ability to pass in comma-delimited list of files to PMD's command line
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2061 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -3,6 +3,7 @@ Added new rules: VariableNamingConventionsRule, MethodNamingConventionsRule, Cla
|
|||||||
Fixed bug 583047 - ASTName column numbers are now correct
|
Fixed bug 583047 - ASTName column numbers are now correct
|
||||||
Fixed bug 761048 - Symbol table now creates a scope level for anonymous inner classes
|
Fixed bug 761048 - Symbol table now creates a scope level for anonymous inner classes
|
||||||
Fixed bug 763529 - AccessorClassGenerationRule no longer crashes when given a final inner class
|
Fixed bug 763529 - AccessorClassGenerationRule no longer crashes when given a final inner class
|
||||||
|
Added ability to accept a comma-delimited string of files and directories on the command line.
|
||||||
ASTViewer now shows node images and modifiers
|
ASTViewer now shows node images and modifiers
|
||||||
ASTViewer now saves last edited text to ~/.pmd_astviewer
|
ASTViewer now saves last edited text to ~/.pmd_astviewer
|
||||||
Moved the PMD Swing UI into a separate module - pmd-swingui.
|
Moved the PMD Swing UI into a separate module - pmd-swingui.
|
||||||
|
Reference in New Issue
Block a user