From 5a9b99b3533da27d4d3f4caeb7a310eea8f933dd Mon Sep 17 00:00:00 2001 From: Ryan Gustafson Date: Thu, 28 Feb 2008 21:06:57 +0000 Subject: [PATCH] Remove Workspace Preference DFA option, use DataflowAnomalyAnalysis rule instead git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5829 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse-plugin/pmd-eclipse/CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pmd-eclipse-plugin/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse-plugin/pmd-eclipse/CHANGELOG.txt index 6f83d939a8..0d8d1371de 100644 --- a/pmd-eclipse-plugin/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse-plugin/pmd-eclipse/CHANGELOG.txt @@ -12,6 +12,7 @@ Runtime . Use Java Project Build Path when invoking PMD to allow Type Resolution to work better . Error type PMD Violations now show in Problems View for manual PMD invocations . Workspace PMD Preferences allows enabling/disabling use of Java Project Build Path +. Workspace PMD Preferences removed DFA option, use DataflowAnomalyAnalysis rule instead . Workspace Rules Configuration Rule table now shows RuleSet name . Workspace Rules Configuration Rule table now shows Since attribute . Workspace Rules Configuration now has Add Rule... button, defaulting to adding of an XPath Rule