Added new rule written by Carl Gilbert; thx Carl!

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1431 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-02-12 16:53:10 +00:00
parent 00076ab582
commit 1e25e87d89

View File

@ -20,7 +20,9 @@ public class ConstructorCallsOverridableMethodRuleTest extends RuleTst {
runTest("ConstructorCallsOverridableMethodRule4.java", 0, new ConstructorCallsOverridableMethodRule());
}
/*
public void testCallsPrivateConstructor() throws Throwable {
runTest("ConstructorCallsOverridableMethodRule5.java", 1, new ConstructorCallsOverridableMethodRule());
}
*/
}