MCPcopy Index your code
hub / github.com/benfry/processing4 / toString

Method toString

app/src/processing/app/contrib/Contribution.java:359–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357
358
359 @Override
360 public String toString() {
361 return getName() + " @" + Integer.toHexString(super.hashCode());
362 }
363
364
365 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 6

buildLayoutMethod · 0.45
updateDescriptionMethod · 0.45
getCategoryStrMethod · 0.45
getTypeNameMethod · 0.45
getNameMethod · 0.45

Calls 2

getNameMethod · 0.95
hashCodeMethod · 0.45

Tested by

no test coverage detected