bug fixes

Former-commit-id: 29c74c9ac0bad912e90b6adb888fbeae10180835
This commit is contained in:
Jeremy Long
2013-04-23 07:09:18 -04:00
parent 391d261ca1
commit 2605761d76

View File

@@ -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.