From 2a6c9988bc158479b14ca28f3a9016c76a2f08f9 Mon Sep 17 00:00:00 2001 From: Jiger Patel Date: Thu, 31 Jul 2003 10:57:50 +0000 Subject: [PATCH] Added 2.2 Release notes git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2141 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-jedit/config/jedit.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pmd-jedit/config/jedit.html b/pmd-jedit/config/jedit.html index 0cb7972d80..f84ae13a71 100644 --- a/pmd-jedit/config/jedit.html +++ b/pmd-jedit/config/jedit.html @@ -38,6 +38,10 @@ then 2) select the "PMD->Check directory recursively" menu option.

Starting 2.1, you can now add Custom Defined Rulesets with PMD plugin. Previously, if you want to use your own rulesets with the PMD plugin, you had to unjar the pmd.jar file & add your ruleset defination in the jar file & re-jar it & use it. But this procedure had to be repeated whenever a new PMD is out. But not anymore. Now you can simply point PMD plugin to your custom rulesets.xml file & drop your custom ruleset jars in either of jEdit jars directory(either system or user). Once this is done, you will be able to manipulate your Custom Rulesets just the way like the built-in ones.

Release Notes

+

2.2

+
    +
  1. Updated to PMD 1.2
  2. +

2.1

  1. Added "clear ErrorList" option.