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

Method addMessage

core/src/com/google/inject/internal/Errors.java:659–661  ·  view source on GitHub ↗
(String messageFormat, Object... arguments)

Source from the content-addressed store, hash-verified

657 }
658
659 public Errors addMessage(String messageFormat, Object... arguments) {
660 return addMessage(ErrorId.OTHER, null, messageFormat, arguments);
661 }
662
663 public Errors addMessage(ErrorId errorId, String messageFormat, Object... arguments) {
664 return addMessage(errorId, null, messageFormat, arguments);

Callers 15

aopDisabledMethod · 0.95
missingImplementationMethod · 0.95
jitDisabledMethod · 0.95
jitDisabledInParentMethod · 0.95
atInjectRequiredMethod · 0.95
converterReturnedNullMethod · 0.95
conversionTypeErrorMethod · 0.95
bindingToProviderMethod · 0.95
notASubtypeMethod · 0.95

Calls 3

createMethod · 0.95
getSourcesMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected