From 4a82a65b1919f4d1c3407b7f98dc1ab3e8f972b9 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Tue, 1 Jul 2003 15:35:21 +0000 Subject: [PATCH] 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 --- pmd/etc/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 453cd552de..3e75b95a94 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -3,6 +3,7 @@ Added new rules: VariableNamingConventionsRule, MethodNamingConventionsRule, Cla 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 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 saves last edited text to ~/.pmd_astviewer Moved the PMD Swing UI into a separate module - pmd-swingui.