Reenable NonStaticInitializer
This commit is contained in:
1 parent
adb9182f70
commit
61be284d2f
2 files changed
+1
-2
No files matched your search
@@ -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"/> -->
|
||||
|
||||
-1
@@ -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
|
||||
}
|
||||
Reference in new issue
Block a user