MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / toString

Method toString

src/test/java/examples/Student.java:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 private int grade;
24
25 @Override
26 public String toString() {
27 return "Student{" +
28 "age=" + age +
29 ", grade=" + grade +
30 '}';
31 }
32
33 public void display() {
34 System.out.println(this.toString());

Callers 8

displayMethod · 0.95
generateMethod · 0.80
getSinkMethod · 0.80
readJsonFileMethod · 0.80
testMethod · 0.80
returnMapMethod · 0.80
getDataMethod · 0.80
getDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected