pmd/pmd-netbeans/CHANGES.txt
Gunnlaugur Thor Briem 8870b42046 Make NBM signable (task 76460).
Sign it by creating your own key in the default keystore location
with Java's keytool, and then passing -Dstorepass=whatever to ant.
Then publish your certificate signature on the website -- or, even
better, sign your certificate with a chain of trust ending in an
official CA, so that people won't have to furrow their eyebrows
about anything ... but then, that costs money :). Ideally we should
have a CA-signed certificate for PMD with which we would sign the
personal key of whoever makes the build -- but of course the key
of that certificate would have to be "closed-source" :)


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1969 51baf565-9d33-0410-a72c-fc3788e3496d
2003-06-15 11:39:36 +00:00

52 lines
2.0 KiB
Plaintext

- The NBM module can now be built signed with someone's key (task 76460)
- Display progress in a dialog and allow cancel (Feature Request 687119)
- Let modules register extra rulesets (Radim Kubacki's patch 690601, thanks!)
- Made rule properties editable, finally :), completing task 75427.
- Improved reporting of PMD execution errors
Version 0.8
- Updated pmd to version 1.05
- Made it possible to have realtime scanning of the currently open java file
- Enabled custom rulesets
- Some new status messages
- Fixed bug 706318 Performance Improvement from C. Lamont Gilbert
- Fixed bug 706319 Netbeans plugin uses deprecated method from C. Lamont Gilbert
- Fixed feature request 669810 Support for custom rulesets from Juergen Ebert
- Fixed feature request 687122 Information formatting in Rules Display from C. Lamont Gilbert
Version 0.7
- Updated pmd to version 1.03
- Sorted the ruleselection dialog
- Applied patch 647994 from Jesse Glick
- Applied patch 685035 from Gunnlaugur Thor Briem
- Added some status messages, not output unless a rule violation exists
Version 0.6
- Fixed feature request 638427
- New properties dialog. Makes it possible to select individual rules.
- Shortcut added, ctrl-shift-p to launch pmd.
Version 0.5
- Fixed bug 633432 pmd-netbeans can't change settings (netbeans)
- Fixed bug 634463 Problem with UnusedPrivateField (netbeans)
- Updated pmd to version 1.01
Version 0.4
- Fixed bug in manifest.mf, so now people are able to upgrade the currently installed version
Version 0.3
- Changed default rulesets
- Removed all known bugs:
- Nullpointer when editor not open
- Nullpointer running on folders without java files
- Added our own annotation type:
- With our own icon
- That is removed when the line is edited
- Updated pmd to version 1.0. Checkout the new rulesets.
- Fixed bug 633424
- Fixed bug 633426
- Made it possible to select several folders or Java files and run pmd
Version 0.2
- Fixed bug in manifest.mf to make it work on the Unix platform.