WIP update UnnecessaryImport - static imports are TODO

This commit is contained in:
Clément Fournier committed 2022-01-05 00:41:38 +01:00
1 parent 722be1bbc2
commit 0871b5a7ae
2 files changed
+76 -141

No files matched your search

@@ -6,7 +6,6 @@ package net.sourceforge.pmd.lang.java.rule.codestyle;
import net.sourceforge.pmd.testframework.PmdRuleTst;
@org.junit.Ignore("Rule has not been updated yet")
public class UnnecessaryImportTest extends PmdRuleTst {
// these 2 methods are used for a test case, do not delete