From b4d2fa0e31ca50af4c2f8dd8af4acc5e35d0d94b Mon Sep 17 00:00:00 2001 From: Brian Remedios Date: Tue, 10 Mar 2009 03:14:13 +0000 Subject: [PATCH] Updated Javadoc (a process reminder for myself) git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6887 51baf565-9d33-0410-a72c-fc3788e3496d --- .../pmd/properties/NonRuleWithAllPropertyTypes.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pmd/regress/test/net/sourceforge/pmd/properties/NonRuleWithAllPropertyTypes.java b/pmd/regress/test/net/sourceforge/pmd/properties/NonRuleWithAllPropertyTypes.java index 5b602e711e..450e9cd553 100644 --- a/pmd/regress/test/net/sourceforge/pmd/properties/NonRuleWithAllPropertyTypes.java +++ b/pmd/regress/test/net/sourceforge/pmd/properties/NonRuleWithAllPropertyTypes.java @@ -26,6 +26,13 @@ import net.sourceforge.pmd.util.ClassUtil; /** * A non-functional rule containing all property types. Used for testing UIs. * + * Steps required to use with Eclipse Plugin: + * + * update your chosen ruleset xml file to include this 'rule' + * compile new PMD jars + * copy both the pmd5.0.jar and pmd-test-5.0.jar to the eclipse-plugin/lib directory + * update the /manifest.mf file to ensure it includes the pmd-test-5.0.jar + * * @author Brian Remedios */ public class NonRuleWithAllPropertyTypes extends AbstractJavaRule {