5051525354555657585960
} private static void initClassPath(List<ClassNode> classes) throws IOException, DecodeException { if (!ArgType.isClspSet()) { ClspGraph clsp = new ClspGraph(); clsp.load(); clsp.addApp(classes); ArgType.setClsp(clsp); } }
3132333435363738394041
public class TypeMergeTest { @Before public void initClsp() throws IOException, DecodeException { ClspGraph clsp = new ClspGraph(); clsp.load(); ArgType.setClsp(clsp); } @Test public void testMerge() throws IOException, DecodeException {