mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Warn if jar file path not in expected form
This commit is contained in:
@@ -587,6 +587,8 @@ public class OdasaOutput {
|
||||
else
|
||||
log.warn("Couldn't find timestamp for jar file " + jarFilePath + " entry " + entryPath);
|
||||
}
|
||||
} else {
|
||||
log.warn("Expected JAR-file path " + vf.getPath() + " to have exactly one '!/' separator");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user