MCPcopy Index your code
hub / github.com/LFYSec/MScan / main

Method main

src/test/resources/pta/basic/InstanceField.java:3–8  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1class InstanceField {
2
3 public static void main(String[] args) {
4 A a = new A();
5 a.longAP();
6 a.cycle();
7 a.callField();
8 }
9}
10
11class A {

Callers

nothing calls this directly

Calls 3

longAPMethod · 0.95
cycleMethod · 0.95
callFieldMethod · 0.95

Tested by

no test coverage detected