diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index 3d7e4583be..e38325e312 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -1,12 +1,15 @@ Change log for the PMD Eclipse plugin ------------------------------------- -v1.1.0 - jj/mm/aaaa +v1.1.0 - 30/07/2003 Runtime ------- . Writing more docs (using PMD, using CPD, reporting bugs) . Redesigning the way to configure the plugin (see doc) +. 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 diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index 11029935e0..7055871333 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -1,6 +1,48 @@ Release notes for the PMD Eclipse Plugin ---------------------------------------- +v1.1.0 - 30/07/2003 + +NEW : Redesigning the plugin configuration +------------------------------------------ +Since the beginning, the plugin was configured by selecting globaly desired, already +written rulesets. Before v1.0.0, only rulesets from PMD was allowed or also, custom +rulesets packaged in a fragment plugin. Since then, rulesets can also be loaded from +standard file system. + +Now, the plugin configuration is no more rulset based, but rule based. That is, you can +configure globaly what rules are to be used and configure them (change the priority level, +the description and the violation message). The rules can be imported from PMD rulesets +or from any custom ruleset. It's even possible to create new rules, such as XPath rules. + +Finally, the configured rules can be enabled or disabled in the properties of each +project. + +For more information, read the how to chapter about the plugin configuration. + + +NEW : Adding a violation view +----------------------------- +PMD violations are shown as problems (or tasks) in the tasks view. Some users do not like this +method to list violations. +Now, a special view has been designed to display only violations. This view works like +the tasks view, but displays informations differently. Also, this view provides filters +specific for PMD such as a sorter by priority level. +The users who do not want to use the tasks view any more may filter PMD markers to remove +them from the tasks view. + +For more information, read the how to chapter about using the plugin. + + +UPDATED : Grouping menu items +----------------------------- +(request and patch from Christian Jäckel) +In order to be less intrusive in the context menu of the package and navigator views, PMD +menu items are now grouped in a submenu. This submenu is displayed by selecting the unique +entry "PMD" in the context menu of the desired view. + + +---------------------------------------------------------------------------------------- v1.0.0 - 19/06/2003 NEW : Adding a logging facility diff --git a/pmd-eclipse/doc.zip b/pmd-eclipse/doc.zip index c37b9471c9..61a16766cb 100644 Binary files a/pmd-eclipse/doc.zip and b/pmd-eclipse/doc.zip differ