We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7684fe commit 69620f9Copy full SHA for 69620f9
src/main/java/org/clyze/doop/common/BasicJavaSupport.java
@@ -72,7 +72,7 @@ private void preprocessInput(Database db, Set<String> tmpDirs,
72
boolean isZip = filenameL.endsWith(".zip");
73
boolean isClass = filenameL.endsWith(".class");
74
boolean isApk = filenameL.endsWith(".apk");
75
- boolean isSpringBoot = parameters.isSpringBootJar(filenameL);
+ boolean isSpringBoot = parameters.isSpringBootJar(filename);
76
77
ArtifactScanner.EntryProcessor gProc = (jarFile, entry, entryName) -> {
78
if (entryName.endsWith(".properties"))
0 commit comments