pmd/pmd-eclipse/CHANGELOG.txt
Philippe Herlin 94d5293e4d Refactoring to improve performance
Updating PMD engine to v1.05
Fixing CPD usage to conform to new engine implementation


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1935 51baf565-9d33-0410-a72c-fc3788e3496d
2003-05-19 22:28:47 +00:00

41 lines
1.4 KiB
Plaintext

Change log for the PMD Eclipse plugin
-------------------------------------
v0.6.0 - release date
Runtime
-------
. Fixing SWTException when PMD is run on a file with syntax error
(thanks to Chris Grindstaff)
. Generalize above fix for all message dialog in the plugin
. Adding logging facility to help support (using commons-logging and Log4J)
. 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)
. Processing markers changes as batch operations so that performances are improved.
. Updating PMD engine to v1.05
. Fixing CPD usage to conform to new engine implementation
----------------------------------------------------------------------------------------
v0.5.0 - 19/03/2003
Runtime
-------
. Adding PMD as a project incremental builder.
. Refactor some entries in the plugin.xml file.
. Adding a "Delete PMD marker" popup menu on project, java files and task view.
. Adding a "Generate AST" popup menu on java file.
. Enabling popups in resource view and package view
. Externalizing strings and messages.
. Adding support for i18n : english is the default locale and providing french as the
first alternative locale.
. Using PMD v1.03
Development
-----------
. Adding a ant build file
. Adapting .project to be compatible with both Eclipse 2.02 and WSAD v5.