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

Method getSources

core/src/com/google/inject/spi/Message.java:105–107  ·  view source on GitHub ↗

@since 2.0

()

Source from the content-addressed store, hash-verified

103
104 /** @since 2.0 */
105 public List<Object> getSources() {
106 return errorDetail.getSources();
107 }
108
109 /** Gets the error message text. */
110 public String getMessage() {

Callers 8

assertFailureMethod · 0.95
failingScannerMethod · 0.95
writeReplaceMethod · 0.95
visitMethod · 0.45
assertNotInSetMethod · 0.45
assertInSetMethod · 0.45
assertSourceNotInSetMethod · 0.45
getSourceMethod · 0.45

Calls

no outgoing calls

Tested by 6

assertFailureMethod · 0.76
failingScannerMethod · 0.76
visitMethod · 0.36
assertNotInSetMethod · 0.36
assertInSetMethod · 0.36
assertSourceNotInSetMethod · 0.36