Un-finalled flag WARN_ABOUT_IMPRECISE_CALLGRAPH to make it configurable

from TestUtil.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4486 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
msridhar1 2012-02-17 20:19:40 +00:00
parent 677fc96aec
commit bd71761645
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class JavaScriptFunctionDotCallTargetSelector implements MethodTargetSele
pos = ((AstMethod)callerMethod).getSourcePosition(indices.next());
}
System.err.println("Detected improbable call to Function.prototype.call " +
(pos == null ? "in function " + caller.getMethod() : "at position " + pos) +
(pos == null ? "in function " + caller : "at position " + pos) +
"; this is likely caused by call graph imprecision.");
}