MCPcopy Create free account
hub / github.com/antlr/codebuff / toString

Method toString

corpus/java/training/guava/eventbus/EventBus.java:225–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 }
224
225 @Override
226 public String toString() {
227 return MoreObjects.toStringHelper(this).addValue(identifier).toString();
228 }
229
230 /**
231 * Simple logging handler for subscriber exceptions.

Callers

nothing calls this directly

Calls 3

toStringHelperMethod · 0.95
toStringMethod · 0.65
addValueMethod · 0.45

Tested by

no test coverage detected