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

Method format

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

Source from the content-addressed store, hash-verified

680
681 // TODO(lukes): inline into callers
682 public static String format(String messageFormat, Object... arguments) {
683 return Messages.format(messageFormat, arguments);
684 }
685
686 public List<Message> getMessages() {
687 if (root.errors == null) {

Callers 15

addErrorMethod · 0.95
checkConfigurationMethod · 0.95
getEntriesMethod · 0.95
checkArgumentMethod · 0.95
assertContainsMethod · 0.45
creationExceptionMethod · 0.45

Calls 1

formatMethod · 0.95