56575859606162
*/ public BuildInterproceduralCallGraph(BugReporter bugReporter) { if (!Analysis.FIND_EFFECTIVE_RELEVANT_QUALIFIERS) { return; } callGraph = new InterproceduralCallGraph(); }