MCPcopy Create free account
hub / github.com/google/guice / childBindingAlreadySet

Method childBindingAlreadySet

core/src/com/google/inject/internal/Errors.java:483–490  ·  view source on GitHub ↗
(Key<?> key, Set<Object> sources)

Source from the content-addressed store, hash-verified

481 }
482
483 public Errors childBindingAlreadySet(Key<?> key, Set<Object> sources) {
484 Message message =
485 new Message(
486 GuiceInternal.GUICE_INTERNAL,
487 ErrorId.CHILD_BINDING_ALREADY_SET,
488 new ChildBindingAlreadySetError(key, sources, getSources()));
489 return addMessage(message);
490 }
491
492 public Errors errorCheckingDuplicateBinding(Key<?> key, Object source, Throwable t) {
493 return addMessage(

Callers 2

Calls 2

getSourcesMethod · 0.95
addMessageMethod · 0.95

Tested by

no test coverage detected