mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 10:01:35 +01:00
updated error message to be more representative
This commit is contained in:
@@ -742,7 +742,7 @@ public class JarAnalyzer extends AbstractFileTypeAnalyzer {
|
|||||||
versionEvidence.addEvidence(source, "specification-version", specificationVersion, Confidence.HIGH);
|
versionEvidence.addEvidence(source, "specification-version", specificationVersion, Confidence.HIGH);
|
||||||
}
|
}
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
LOGGER.warn("Unable to read JarFile '{}'.", dependency.getActualFilePath());
|
LOGGER.warn("Unable to read dependency file '{}'", dependency.getActualFilePath());
|
||||||
LOGGER.trace("", ex);
|
LOGGER.trace("", ex);
|
||||||
}
|
}
|
||||||
return foundSomething;
|
return foundSomething;
|
||||||
|
|||||||
Reference in New Issue
Block a user