Allow enabling/disabling of use of Project Build Path as a Workspace PMD Preference.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5826 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Ryan Gustafson 2008-02-28 20:49:20 +00:00
parent d14bed6bcb
commit 3aa436aad2
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Runtime
. Use new PMD support for RuleReferences in RuleSets, instead of using Rule copies
. 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 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

View File

@ -2,8 +2,6 @@
### Short term (before next release)
###
Need to add support for disabling of Java Project Build Path by PMD, in case user cannot run Eclipse using JVM capable of reading Project .class files.
###
### Medium term (following release, or soon after)
###