2002-07-23 13:52:59 +00:00
|
|
|
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.
|
2002-07-23 16:03:52 +00:00
|
|
|
Then the constructRuleSets() method in PMDOpenTool simply needs to retrieve this cached rule set.
|
|
|
|
|
|
|
|
2. Convert use of GlobalProperty to GlobalBooleanProperty
|