Update DoNotExtendJavaLangError
This commit is contained in:
2 files changed
+1
-2
No files matched your search
@@ -132,7 +132,7 @@
|
||||
<!-- <rule ref="category/java/design.xml/CouplingBetweenObjects"/> -->
|
||||
<rule ref="category/java/design.xml/CyclomaticComplexity"/>
|
||||
<rule ref="category/java/design.xml/DataClass"/>
|
||||
<!-- <rule ref="category/java/design.xml/DoNotExtendJavaLangError"/> -->
|
||||
<rule ref="category/java/design.xml/DoNotExtendJavaLangError"/>
|
||||
<!-- <rule ref="category/java/design.xml/ExceptionAsFlowControl"/> -->
|
||||
<!-- <rule ref="category/java/design.xml/ExcessiveClassLength"/> -->
|
||||
<!-- <rule ref="category/java/design.xml/ExcessiveImports"/> -->
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ package net.sourceforge.pmd.lang.java.rule.design;
|
||||
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
|
||||
@org.junit.Ignore("Rule has not been updated yet")
|
||||
public class DoNotExtendJavaLangErrorTest extends PmdRuleTst {
|
||||
// no additional unit tests
|
||||
}
|
||||
Reference in new issue
Block a user