Skip to content

Commit 1f2248c

Browse files
committed
Warn if jar file path not in expected form
1 parent 3bd581a commit 1f2248c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/kotlin-extractor/src/main/java/com/semmle/extractor/java/OdasaOutput.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ private static long getVirtualFileTimeStamp(VirtualFile vf, Logger log) {
587587
else
588588
log.warn("Couldn't find timestamp for jar file " + jarFilePath + " entry " + entryPath);
589589
}
590+
} else {
591+
log.warn("Expected JAR-file path " + vf.getPath() + " to have exactly one '!/' separator");
590592
}
591593
}
592594

0 commit comments

Comments
 (0)