24 lines
917 B
Plaintext
24 lines
917 B
Plaintext
|
###
|
||
|
### Short term (before next release)
|
||
|
###
|
||
|
|
||
|
###
|
||
|
### Medium term (following release, or soon after)
|
||
|
###
|
||
|
|
||
|
Refactor plugin projects. Do we really need 5 projects? Can we get by with 2?
|
||
|
There's a whole lot of layers, can we simply things a bit?
|
||
|
|
||
|
###
|
||
|
### Long term (wish list)
|
||
|
###
|
||
|
|
||
|
Upgrade plugin code to Java 5.
|
||
|
|
||
|
Warn if non reference Rule looks like it might be a built-in PMD rule, and ask if replace with reference. On Add? On Import? On Upgrade?
|
||
|
Add Upgrade button, which will check current workspace RuleSet against PMD rules showing differences (new PMD rules, rules in
|
||
|
Allow checking to see what rules from PMD are missing (useful for upgrade process).
|
||
|
Allow auto-enabling newly added/imported Rules in Projects which are not using custom RuleSet, currently they are not selected.
|
||
|
Allow custom RuleSet editing to also take place at project level, instead of just at Workspace level.
|
||
|
|