forked from phoedos/pmd
Upgrading to PMD 1.8: adding finalizers ruleset to the default rulesets list
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2719 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@@ -54,6 +54,9 @@ import org.eclipse.ui.plugin.AbstractUIPlugin;
|
||||
* @version $Revision$
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.21 2004/05/26 15:55:23 phherlin
|
||||
* Upgrading to PMD 1.8: adding finalizers ruleset to the default rulesets list
|
||||
*
|
||||
* Revision 1.20 2003/12/18 23:58:37 phherlin
|
||||
* Fixing malformed UTF-8 characters in generated xml files
|
||||
*
|
||||
@@ -116,6 +119,7 @@ public class PMDPlugin extends AbstractUIPlugin {
|
||||
"rulesets/controversial.xml",
|
||||
"rulesets/coupling.xml",
|
||||
"rulesets/design.xml",
|
||||
"rulesets/finalizers.xml",
|
||||
"rulesets/imports.xml",
|
||||
"rulesets/javabeans.xml",
|
||||
"rulesets/junit.xml",
|
||||
|
Reference in New Issue
Block a user