mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
updated engine to fix bug with archive analyzer prematurely deleting fiels
Former-commit-id: f123c77c3e111291d8e8064b31de2dacca3907fe
This commit is contained in:
@@ -338,6 +338,12 @@ public class Engine {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
for (AnalysisPhase phase : AnalysisPhase.values()) {
|
||||
final List<Analyzer> analyzerList = analyzers.get(phase);
|
||||
|
||||
for (Analyzer a : analyzerList) {
|
||||
closeAnalyzer(a);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user