MCPcopy Create free account
hub / github.com/annmuor/jnode / toString

Method toString

jnode-core/src/jnode/dto/Link.java:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 @Override
129 public String toString() {
130 return "Link [id=" + id + ", linkName=" + linkName + ", " +
131 "linkAddress=" + linkAddress
132 + ", protocolAddress=" + protocolAddress + "]";
133 }
134
135 @Override
136 public int hashCode() {

Callers 15

cleanMethod · 0.45
postNewsToEchoareaMethod · 0.45
joinMethod · 0.45
listLinksMethod · 0.45
testAddItemMethod · 0.45
testAddItemShortMethod · 0.45
testAddItemNoConvertMethod · 0.45
testAddItemConvertMethod · 0.45
testAddCenterItemMethod · 0.45
testAddCenterItem2Method · 0.45

Calls

no outgoing calls

Tested by 10

testAddItemMethod · 0.36
testAddItemShortMethod · 0.36
testAddItemNoConvertMethod · 0.36
testAddItemConvertMethod · 0.36
testAddCenterItemMethod · 0.36
testAddCenterItem2Method · 0.36
testVerMethod · 0.36
testNewLineMethod · 0.36
testHorLineMethod · 0.36