From 2c745f4e638f23f4e02a2fd632f0874c6ae0b438 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Thu, 19 Jun 2003 21:15:30 +0000 Subject: [PATCH] Latest changes before release 1.0.0 git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1994 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/CHANGELOG.txt | 12 +++++++++--- pmd-eclipse/RELNOTES.txt | 12 +++++++++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index 3dc22fe6cd..eb96ffe7f5 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -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 + diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index 307bee615a..11029935e0 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -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.