From 84f0a7e76a03a57f85572b403395da5a4945a302 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 23 Apr 2013 07:09:18 -0400 Subject: [PATCH] bug fixes Former-commit-id: 5800eee292f46fabbf0ca4f59e69d4b450b1cc5f --- .../dependencycheck/analyzer/DependencyBundlingAnalyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java index 67df47869..d480714d4 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java @@ -50,7 +50,7 @@ public class DependencyBundlingAnalyzer extends AbstractAnalyzer implements Anal /** * The phase that this analyzer is intended to run in. */ - private static final AnalysisPhase ANALYSIS_PHASE = AnalysisPhase.POST_IDENTIFIER_ANALYSIS; + private static final AnalysisPhase ANALYSIS_PHASE = AnalysisPhase.PRE_FINDING_ANALYSIS; /** * Returns a list of file EXTENSIONS supported by this analyzer.