Skip to content

Commit

Permalink
Issue checkstyle#4387: problem with usage of third-party Check librar…
Browse files Browse the repository at this point in the history
…ies and checkstyle 7.8
  • Loading branch information
Luolc committed May 31, 2017
1 parent d71578b commit 9fa1ac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private Map<String, String> generateThirdPartyNameToFullModuleName(ClassLoader l
Map<String, String> returnValue;
try {
returnValue = ModuleReflectionUtils.getCheckstyleModules(packages, loader).stream()
.filter(cls -> !NAME_TO_FULL_MODULE_NAME.containsValue(cls.getCanonicalName()))
.collect(Collectors.toMap(Class::getSimpleName, Class::getCanonicalName));
}
catch (IOException ignore) {
Expand Down

0 comments on commit 9fa1ac3

Please sign in to comment.