MCPcopy
hub / github.com/google/guava / toString

Method toString

guava/src/com/google/common/eventbus/EventBus.java:269–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 }
268
269 @Override
270 public String toString() {
271 return MoreObjects.toStringHelper(this).addValue(identifier).toString();
272 }
273
274 /** Simple logging handler for subscriber exceptions. */
275 static final class LoggingHandler implements SubscriberExceptionHandler {

Callers 1

testToStringMethod · 0.95

Calls 3

toStringHelperMethod · 0.95
toStringMethod · 0.65
addValueMethod · 0.45

Tested by 1

testToStringMethod · 0.76