test cleanup
This commit is contained in:
parent
22ad339fd9
commit
8b647b25f1
@ -114,9 +114,11 @@ public class FieldBasedCGUtil {
|
||||
return builder.buildCallGraph(roots, monitor);
|
||||
}
|
||||
|
||||
/*
|
||||
private JavaScriptLoaderFactory makeLoaderFactory(URL url) {
|
||||
return url.getFile().endsWith(".js") ? new JavaScriptLoaderFactory(translatorFactory) : new WebPageLoaderFactory(translatorFactory);
|
||||
}
|
||||
*/
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static void compareCGs(Map<String, Set<String>> cg1, Map<String, Set<String>> cg2) {
|
||||
|
||||
@ -14,8 +14,7 @@ import java.io.IOException;
|
||||
import java.util.Collection;
|
||||
import java.util.Iterator;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.ibm.wala.cast.js.ipa.callgraph.JSCFABuilder;
|
||||
|
||||
@ -13,8 +13,7 @@ package com.ibm.wala.cast.js.test;
|
||||
import java.io.IOException;
|
||||
import java.util.Map;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.ibm.wala.cast.ipa.lexical.LexicalModRef;
|
||||
|
||||
@ -20,13 +20,13 @@ import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.ibm.wala.analysis.pointers.HeapGraph;
|
||||
import com.ibm.wala.cast.ipa.callgraph.GlobalObjectKey;
|
||||
import com.ibm.wala.cast.ir.ssa.AstGlobalWrite;
|
||||
import com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.GlobalVertex;
|
||||
import com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.ObjectVertex;
|
||||
import com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.PrototypeFieldVertex;
|
||||
import com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.PrototypeFieldVertex.PrototypeField;
|
||||
import com.ibm.wala.cast.js.html.JSSourceExtractor;
|
||||
import com.ibm.wala.cast.js.ipa.callgraph.GlobalObjectKey;
|
||||
import com.ibm.wala.cast.js.ipa.callgraph.JSCFABuilder;
|
||||
import com.ibm.wala.cast.js.ipa.callgraph.JSCallGraph;
|
||||
import com.ibm.wala.cast.js.ipa.callgraph.JSCallGraphUtil;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,41 +0,0 @@
|
||||
|
||||
//----------------------------------------------------
|
||||
// The following code was generated by CUP v0.11a beta 20060608
|
||||
// Sun Apr 05 20:51:34 EDT 2015
|
||||
//----------------------------------------------------
|
||||
|
||||
/** CUP generated class containing symbol constants. */
|
||||
public class sym {
|
||||
/* terminals */
|
||||
public static final int NH = 11;
|
||||
public static final int CR = 22;
|
||||
public static final int T_OPT = 27;
|
||||
public static final int TE = 24;
|
||||
public static final int RS = 8;
|
||||
public static final int IP = 7;
|
||||
public static final int LP = 10;
|
||||
public static final int T_FORM = 28;
|
||||
public static final int TC_ = 25;
|
||||
public static final int R = 16;
|
||||
public static final int UL = 20;
|
||||
public static final int AU = 3;
|
||||
public static final int LG = 17;
|
||||
public static final int T_ROW = 29;
|
||||
public static final int DS = 5;
|
||||
public static final int I = 15;
|
||||
public static final int RE = 9;
|
||||
public static final int PP = 13;
|
||||
public static final int EOF = 0;
|
||||
public static final int AI = 4;
|
||||
public static final int B = 14;
|
||||
public static final int SM = 19;
|
||||
public static final int TXT = 26;
|
||||
public static final int DE = 6;
|
||||
public static final int SH = 12;
|
||||
public static final int error = 1;
|
||||
public static final int TS = 23;
|
||||
public static final int N_L = 21;
|
||||
public static final int NL = 18;
|
||||
public static final int TL = 2;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user