Skip to content

Commit

Permalink
Issue checkstyle#7800: Resolve Pitest Issues - AvoidStaticImportCheck(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuGanghui committed Mar 13, 2020
1 parent 91f13c1 commit d64a714
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public void testExcludes()
final DefaultConfiguration checkConfig =
createModuleConfig(AvoidStarImportCheck.class);
checkConfig.addAttribute("excludes",
"java.io,java.lang,javax.swing.WindowConstants.*, javax.swing.WindowConstants");
"java.io,java.lang,javax.swing.WindowConstants.*");
// allow the java.io/java.lang,javax.swing.WindowConstants star imports
final String[] expected2 = {
"7: " + getCheckMessage(MSG_KEY, "com.puppycrawl.tools.checkstyle.checks.imports.*"),
Expand Down

0 comments on commit d64a714

Please sign in to comment.