MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / toString

Method toString

src/main/java/fieldbox/boxes/Box.java:397–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }.reset()
396 .stream();
397 }
398
399 @Override
400 public String toString() {
401 String name = properties.get(Box.name);
402 if (name == null) return "bx[" + (__cachedSimpleName == null ? __cachedSimpleName = this.getClass()
403 .getSimpleName() : __cachedSimpleName) + "]";
404 else return "bx[" + name + "]";
405 }
406

Callers 7

addWatchMethod · 0.45
newIDMethod · 0.45
writeMethod · 0.45
_saveBoxMethod · 0.45
toExternalMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected