Reenable NonStaticInitializer

This commit is contained in:
Juan Martín Sotuyo Dodero committed 2021-07-05 20:33:03 -03:00
1 parent adb9182f70
commit 61be284d2f
2 files changed
+1 -2

No files matched your search

+1 -1
View File
@@ -242,7 +242,7 @@
<!-- <rule ref="category/java/errorprone.xml/MissingStaticMethodInNonInstantiatableClass"/> -->
<!-- <rule ref="category/java/errorprone.xml/MoreThanOneLogger"/> -->
<!-- <rule ref="category/java/errorprone.xml/NonCaseLabelInSwitchStatement"/> -->
<!-- <rule ref="category/java/errorprone.xml/NonStaticInitializer"/> -->
<rule ref="category/java/errorprone.xml/NonStaticInitializer"/>
<!-- <rule ref="category/java/errorprone.xml/NullAssignment"/> -->
<!-- <rule ref="category/java/errorprone.xml/OverrideBothEqualsAndHashcode"/> -->
<!-- <rule ref="category/java/errorprone.xml/ProperCloneImplementation"/> -->
@@ -6,7 +6,6 @@ package net.sourceforge.pmd.lang.java.rule.errorprone;
import net.sourceforge.pmd.testframework.PmdRuleTst;
@org.junit.Ignore("Rule has not been updated yet")
public class NonStaticInitializerTest extends PmdRuleTst {
// no additional unit tests
}