MCPcopy Create free account
hub / github.com/cschanck/single-file-java / toString

Method toString

src/main/java/org/sfj/DrawDot.java:508–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

506 }
507
508 @Override
509 public String toString() {
510 return "Node{" + "id='" + id + '\'' + "} " + super.toString();
511 }
512
513 @Override
514 public boolean equals(Object o) {

Callers 11

testParseColorsMethod · 0.45
roundTripMethod · 0.45
testNodesMethod · 0.45
testSimpleMethod · 0.45
testRecursiveMethod · 0.45
DrawDotClass · 0.45
toStringMethod · 0.45
escapeForDotHTMLMethod · 0.45
readLineMethod · 0.45
noQuoteMethod · 0.45
doubleQuoteMethod · 0.45

Calls

no outgoing calls

Tested by 5

testParseColorsMethod · 0.36
roundTripMethod · 0.36
testNodesMethod · 0.36
testSimpleMethod · 0.36
testRecursiveMethod · 0.36