Update DoNotExtendJavaLangError

This commit is contained in:
Clément Fournier committed 2021-05-28 15:52:27 +02:00
1 parent 6e4be5093e
commit cbaff2effc
2 files changed
+1 -2

No files matched your search

+1 -1
View File
@@ -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"/> -->
@@ -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
}