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

Method failed

output/java_guava/1.4.16/AbstractService.java:525–535  ·  view source on GitHub ↗
(
    final State from, final Throwable cause)

Source from the content-addressed store, hash-verified

523 }
524
525 @GuardedBy("monitor")
526 private void failed(
527 final State from, final Throwable cause) {
528 // can't memoize this one due to the exception
529 new Callback<Listener>("failed({from = " + from + ", cause = " + cause + "})") {
530 @Override
531 void call(Listener listener) {
532 listener.failed(from, cause);
533 }
534 }.enqueueOn(listeners);
535 }
536
537 /**
538 * An immutable snapshot of the current state of the service. This class represents a consistent

Callers 2

notifyFailedMethod · 0.95
callMethod · 0.45

Calls 1

enqueueOnMethod · 0.45

Tested by

no test coverage detected