forked from phoedos/pmd
d26be0d5d9
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3790 51baf565-9d33-0410-a72c-fc3788e3496d
5 lines
366 B
Plaintext
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 |