File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
cast/js/src/main/java/com/ibm/wala/cast/js/client Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 4343import com .ibm .wala .ipa .cha .SeqClassHierarchyFactory ;
4444import com .ibm .wala .util .CancelException ;
4545import com .ibm .wala .util .MonitorUtil .IProgressMonitor ;
46- import com .ibm .wala .util .collections .HashSetFactory ;
4746import com .ibm .wala .util .debug .Assertions ;
4847import java .util .Collections ;
49- import java .util .Set ;
5048import java .util .jar .JarFile ;
5149
5250public abstract class JavaScriptAnalysisEngine <I extends InstanceKey >
@@ -142,11 +140,6 @@ public JSAnalysisOptions getDefaultOptions(Iterable<Entrypoint> roots) {
142140 @ Override
143141 protected CallGraphBuilder <ObjectVertex > getCallGraphBuilder (
144142 final IClassHierarchy cha , AnalysisOptions options , final IAnalysisCacheView cache ) {
145- Set <Entrypoint > roots = HashSetFactory .make ();
146- for (Entrypoint e : options .getEntrypoints ()) {
147- roots .add (e );
148- }
149-
150143 if (builderType .equals (BuilderType .OPTIMISTIC )) {
151144 ((JSAnalysisOptions ) options ).setHandleCallApply (false );
152145 }
You can’t perform that action at this time.
0 commit comments