Latest changes before release 1.0.0

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1994 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2003-06-19 21:15:30 +00:00
parent a1a59aba0c
commit 2c745f4e63
2 changed files with 20 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Change log for the PMD Eclipse plugin
-------------------------------------
v0.6.0 - release date
v1.0.0 - 19/06/2003
Runtime
-------
@ -12,10 +12,16 @@ Runtime
. Removing error dialog when PMD is executed on a file with syntax error
(the PMD exception is logged as a warning)
. Adding PMD actions on folder and package popup menus
(request nnnnnn from Vladimir Bossica)
(request from Vladimir Bossica)
. Processing markers changes as batch operations so that performances are improved.
. Updating PMD engine to v1.05
. Updating PMD engine to v1.1
. Fixing CPD usage to conform to new engine implementation
. Improving progress indicators accurracy
. Adding online help that points to official PMD help and a howto section
. When generating an AST :
. place image information as an attribute instead of the tag body
. add other attributes (lines and cols) to all tags even those without children

View File

@ -1,7 +1,7 @@
Release notes for the PMD Eclipse Plugin
----------------------------------------
v0.5.1 - release date
v1.0.0 - 19/06/2003
NEW : Adding a logging facility
-------------------------------
@ -18,10 +18,20 @@ NEW : PMD actions from folder and package popups
Now, PMD actions (check code and remove markers) are available from the popup menus of
a folder (resource navigator view) and package (package explorer view).
NEW : On-line help
------------------
PMD documentation is now shipped with the plugin. Open the help contents and select
'PMD Plugin documentation'. The topic 'PMD Documentation' points to the PMD official
documentation. The chapter 'How to...' contains pages about some usual tasks with the
plugin.
UPDATED :
---------
Lastest PMD Engine (v1.1).
Now, no more error message is displayed when PMD is executed against a file with syntax
errors.
The progress indicators are more accurate.
Violations are batch processed to speed up manual PMD invocation.