MCPcopy
hub / github.com/seaswalker/spring-analysis / getName

Method getName

src/main/java/base/Student.java:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 private int age;
7
8 public String getName() {
9 return name;
10 }
11 public void setName(String name) {
12 this.name = name;
13 }

Callers 5

mainMethod · 0.45
invokeMethod · 0.45
echoMethod · 0.45
mainMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
invokeMethod · 0.36