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

Method hasErrors

core/src/com/google/inject/internal/Errors.java:655–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

653 }
654
655 public boolean hasErrors() {
656 return root.errors != null;
657 }
658
659 public Errors addMessage(String messageFormat, Object... arguments) {
660 return addMessage(ErrorId.OTHER, null, messageFormat, arguments);

Calls

no outgoing calls

Tested by

no test coverage detected