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

Method toString

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

Source from the content-addressed store, hash-verified

27 }
28
29 @Override
30 public String toString() {
31 return "Student [name=" + name + ", age=" + age + "]";
32 }
33
34}

Callers 3

mainMethod · 0.45
findClassMethod · 0.45
splitMethod · 0.45

Calls

no outgoing calls

Tested by 2

findClassMethod · 0.36
splitMethod · 0.36