pmd/pmd-jbuilder/Things to do.txt
David Craine 8666dd42ee Finished rule conifguraton capability
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@478 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-23 16:03:52 +00:00

5 lines
366 B
Plaintext

1. Make the checking of code more efficient by caching the set of active rules to be used when checking.
This can be done when the plug-in is first loaded and every time the user updates the rule properties.
Then the constructRuleSets() method in PMDOpenTool simply needs to retrieve this cached rule set.
2. Convert use of GlobalProperty to GlobalBooleanProperty