2003-03-27 22:09:28 +00:00
|
|
|
Change log for the PMD Eclipse plugin
|
|
|
|
-------------------------------------
|
|
|
|
|
2003-07-30 19:41:27 +00:00
|
|
|
v1.1.0 - 30/07/2003
|
2003-06-30 21:28:59 +00:00
|
|
|
|
|
|
|
Runtime
|
|
|
|
-------
|
|
|
|
. Writing more docs (using PMD, using CPD, reporting bugs)
|
|
|
|
. Redesigning the way to configure the plugin (see doc)
|
2003-07-30 19:41:27 +00:00
|
|
|
. Adding a view that show PMD violations
|
|
|
|
. Grouping PMD menu items in a submenu to be less intrusive in the views context menu
|
|
|
|
. Updating to PMD v1.2
|
2003-06-30 21:28:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------------------
|
2003-06-19 21:15:30 +00:00
|
|
|
v1.0.0 - 19/06/2003
|
2003-03-27 22:09:28 +00:00
|
|
|
|
|
|
|
Runtime
|
|
|
|
-------
|
|
|
|
. Fixing SWTException when PMD is run on a file with syntax error
|
|
|
|
(thanks to Chris Grindstaff)
|
2003-03-30 20:54:44 +00:00
|
|
|
. 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
|
2003-06-19 21:15:30 +00:00
|
|
|
(request from Vladimir Bossica)
|
2003-05-19 22:28:47 +00:00
|
|
|
. Processing markers changes as batch operations so that performances are improved.
|
2003-06-19 21:15:30 +00:00
|
|
|
. Updating PMD engine to v1.1
|
2003-05-19 22:28:47 +00:00
|
|
|
. Fixing CPD usage to conform to new engine implementation
|
2003-06-19 21:15:30 +00:00
|
|
|
. 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
|
|
|
|
|
2003-03-27 22:09:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
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.
|