bug fixes

Former-commit-id: 5800eee292f46fabbf0ca4f59e69d4b450b1cc5f
This commit is contained in:
Jeremy Long
2013-04-23 07:09:18 -04:00
parent bd71bb601e
commit 84f0a7e76a

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.