mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
initial: fast result origins analysis
This commit is contained in:
+1
-1
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user