MCPcopy Create free account
hub / github.com/LFYSec/MScan / a

Method a

src/test/resources/pta/contextsensitivity/TwoType.java:13–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12class A {
13 void a() {
14 List l1 = new List();
15 l1.add(new Object());
16 List l2 = new List();
17 l2.add(new Object());
18
19 Iterator i1 = l1.iterator();
20 Object o1 = i1.next();
21 Iterator i2 = l2.iterator();
22 Object o2 = i2.next();
23 }
24}
25
26class B {

Callers 1

mainMethod · 0.80

Calls 3

addMethod · 0.95
iteratorMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected