Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
display
Method · 0.95
generate
Method · 0.80
getSink
Method · 0.80
readJsonFile
Method · 0.80
test
Method · 0.80
returnMap
Method · 0.80
getData
Method · 0.80
getData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected