MCPcopy Index your code
hub / github.com/seaswalker/spring-analysis / setName

Method setName

src/main/java/base/Student.java:11–13  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

9 return name;
10 }
11 public void setName(String name) {
12 this.name = name;
13 }
14 public int getAge() {
15 return age;
16 }

Callers 2

studentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected