MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getName

Method getName

src/main/java/mudmap2/backend/Place.java:90–92  ·  view source on GitHub ↗

Gets the name @return name of the place

()

Source from the content-addressed store, hash-verified

88 * @return name of the place
89 */
90 public String getName() {
91 return name;
92 }
93
94 /**
95 * Sets the name

Callers 15

testPlaceMethod · 0.95
testGetNameMethod · 0.95
testSetNameMethod · 0.95
testToStringMethod · 0.95
testCompareToMethod · 0.95
testDuplicateMethod · 0.95
testReadWriteFileMethod · 0.95
testReadWriteFileMethod · 0.95
updateInfobarMethod · 0.95
ContextMenuMethod · 0.95
actionPerformedMethod · 0.95
paintMethod · 0.95

Calls

no outgoing calls

Tested by 15

testPlaceMethod · 0.76
testGetNameMethod · 0.76
testSetNameMethod · 0.76
testToStringMethod · 0.76
testCompareToMethod · 0.76
testDuplicateMethod · 0.76
testReadWriteFileMethod · 0.76
testReadWriteFileMethod · 0.76
testGetSelectedPlaceMethod · 0.36
testGetNewLayer_NameMethod · 0.36
testGetCenterXMethod · 0.36
testGetCenterYMethod · 0.36