initial: fast result origins analysis

This commit is contained in:
Ilya Klyuchnikov
2014-08-19 09:04:27 +04:00
parent a642d897c5
commit 49f2fe73f7
4 changed files with 250 additions and 182 deletions
@@ -94,7 +94,7 @@ public class BytecodeAnalysisTest extends JavaCodeInsightFixtureTestCase {
public void visitEnd() {
super.visitEnd();
try {
map.put(method, cfg.leakingParameters(classReader.getClassName(), node));
map.put(method, cfg.leakingParameters(classReader.getClassName(), node).first);
}
catch (AnalyzerException ignore) {}
}