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:
@ -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());
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user