|
|
@ -65,6 +65,8 @@ public class JarLackDetector extends AbstractExceptionDetector { |
|
|
|
|
|
|
|
|
|
|
|
lackInfos = localInfos.stream() |
|
|
|
lackInfos = localInfos.stream() |
|
|
|
.filter(this::isExistInfo) |
|
|
|
.filter(this::isExistInfo) |
|
|
|
|
|
|
|
// 不是设计器的 JAR
|
|
|
|
|
|
|
|
.filter((e) -> !DetectorUtil.isDesignerJar(e)) |
|
|
|
.filter(remoteNotContains) |
|
|
|
.filter(remoteNotContains) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
.collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
|
|
|