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

Method b

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

Source from the content-addressed store, hash-verified

25
26class B {
27 void b() {
28 List l3 = new List();
29 l3.add(new Object());
30
31 Iterator i3 = l3.iterator();
32 Object o3 = i3.next();
33 }
34}
35
36class List {

Callers 1

mainMethod · 0.80

Calls 3

addMethod · 0.95
iteratorMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected