mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-24 11:25:17 +01:00
checkstyle patches
Former-commit-id: 0220c6278809ce9f50fa33f9376b90e54c61b612
This commit is contained in:
@@ -344,7 +344,7 @@ public class Engine {
|
|||||||
d.addAnalysisException(ex);
|
d.addAnalysisException(ex);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
final String axMsg = String.format("An unexpected error occured during analysis of '%s'", d.getActualFilePath());
|
final String axMsg = String.format("An unexpected error occured during analysis of '%s'", d.getActualFilePath());
|
||||||
AnalysisException ax = new AnalysisException(axMsg, ex);
|
final AnalysisException ax = new AnalysisException(axMsg, ex);
|
||||||
d.addAnalysisException(ax);
|
d.addAnalysisException(ax);
|
||||||
Logger.getLogger(Engine.class.getName()).log(Level.SEVERE, axMsg);
|
Logger.getLogger(Engine.class.getName()).log(Level.SEVERE, axMsg);
|
||||||
Logger.getLogger(Engine.class.getName()).log(Level.FINE, axMsg, ex);
|
Logger.getLogger(Engine.class.getName()).log(Level.FINE, axMsg, ex);
|
||||||
|
|||||||
Reference in New Issue
Block a user