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

Method failed

output/java_guava/1.4.19/AbstractService.java:527–537  ·  view source on GitHub ↗
(
    final State from, final Throwable cause)

Source from the content-addressed store, hash-verified

525 }
526
527 @GuardedBy("monitor")
528 private void failed(
529 final State from, final Throwable cause) {
530 // can't memoize this one due to the exception
531 new Callback<Listener>("failed({from = " + from + ", cause = " + cause + "})") {
532 @Override
533 void call(Listener listener) {
534 listener.failed(from, cause);
535 }
536 }.enqueueOn(listeners);
537 }
538
539 /**
540 * 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