Skip to content

Commit

Permalink
Issue checkstyle#4592: removed BaseFileSetCheckTestSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Jul 29, 2017
1 parent 6a32fa8 commit acdbc55
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 51 deletions.

This file was deleted.

Expand Up @@ -59,18 +59,16 @@ public void testWithoutProcessJavadoc() throws Exception {
"35:8: " + getCheckMessage(MSG_KEY, "java.util.BitSet"),
"37:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.Checker"),
"38:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.CheckerTest"),
"39:8: " + getCheckMessage(MSG_KEY,
"com.puppycrawl.tools.checkstyle.BaseFileSetCheckTestSupport"),
"40:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.Definitions"),
"41:8: " + getCheckMessage(MSG_KEY,
"39:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.Definitions"),
"40:8: " + getCheckMessage(MSG_KEY,
"com.puppycrawl.tools.checkstyle.checks.imports.unusedimports.Input15Extensions"),
"42:8: " + getCheckMessage(MSG_KEY,
"41:8: " + getCheckMessage(MSG_KEY,
"com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest"),
"43:8: " + getCheckMessage(MSG_KEY,
"42:8: " + getCheckMessage(MSG_KEY,
"com.puppycrawl.tools.checkstyle.PackageNamesLoader"),
"44:8: " + getCheckMessage(MSG_KEY,
"43:8: " + getCheckMessage(MSG_KEY,
"com.puppycrawl.tools.checkstyle.DefaultConfiguration"),
"45:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.DefaultLogger"),
"44:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.DefaultLogger"),
};
verify(checkConfig, getPath("InputUnusedImports.java"), expected);
}
Expand All @@ -91,7 +89,7 @@ public void testProcessJavadoc() throws Exception {
"27:15: " + getCheckMessage(MSG_KEY, "java.io.File.createTempFile"),
//"29:8: Unused import - java.awt.Component.", // Should be detected
"32:8: " + getCheckMessage(MSG_KEY, "java.awt.Label"),
"45:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.DefaultLogger"),
"44:8: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.DefaultLogger"),
};
verify(checkConfig, getPath("InputUnusedImports.java"), expected);
}
Expand Down
Expand Up @@ -37,7 +37,6 @@

import com.puppycrawl.tools.checkstyle.Checker;
import com.puppycrawl.tools.checkstyle.CheckerTest;
import com.puppycrawl.tools.checkstyle.BaseFileSetCheckTestSupport;
import com.puppycrawl.tools.checkstyle.Definitions;
import com.puppycrawl.tools.checkstyle.checks.imports.unusedimports.Input15Extensions;
import com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest;
Expand Down
Expand Up @@ -39,7 +39,6 @@

import com.puppycrawl.tools.checkstyle.Checker;
import com.puppycrawl.tools.checkstyle.CheckerTest;
import com.puppycrawl.tools.checkstyle.BaseFileSetCheckTestSupport;
import com.puppycrawl.tools.checkstyle.Definitions;
import com.puppycrawl.tools.checkstyle.checks.imports.unusedimports.Input15Extensions;
import com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest;
Expand Down
Expand Up @@ -37,7 +37,6 @@

import com.puppycrawl.tools.checkstyle.Checker;
import com.puppycrawl.tools.checkstyle.CheckerTest;
import com.puppycrawl.tools.checkstyle.BaseFileSetCheckTestSupport;
import com.puppycrawl.tools.checkstyle.Definitions;
import com.puppycrawl.tools.checkstyle.checks.imports.unusedimports.Input15Extensions;
import com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest;
Expand Down
Expand Up @@ -37,7 +37,6 @@

import com.puppycrawl.tools.checkstyle.Checker;
import com.puppycrawl.tools.checkstyle.CheckerTest;
import com.puppycrawl.tools.checkstyle.BaseFileSetCheckTestSupport;
import com.puppycrawl.tools.checkstyle.Definitions;
import com.puppycrawl.tools.checkstyle.checks.imports.unusedimports.Input15Extensions;
import com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest;
Expand Down
Expand Up @@ -36,7 +36,6 @@

import com.puppycrawl.tools.checkstyle.Checker;
import com.puppycrawl.tools.checkstyle.CheckerTest;
import com.puppycrawl.tools.checkstyle.BaseFileSetCheckTestSupport;
import com.puppycrawl.tools.checkstyle.Definitions;
import com.puppycrawl.tools.checkstyle.checks.imports.unusedimports.Input15Extensions;
import com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest;
Expand Down

0 comments on commit acdbc55

Please sign in to comment.