Updated Javadoc (a process reminder for myself)

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6887 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Brian Remedios committed 2009-03-10 03:14:13 +00:00
1 parent ef36aee425
commit b4d2fa0e31
1 file changed
+7
@@ -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 {