From 2605761d76b44b788f77ba22891990c537136662 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: 29c74c9ac0bad912e90b6adb888fbeae10180835 --- .../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.