MCPcopy Create free account
hub / github.com/evant/android-retrolambda-lombok / error

Method error

src/main/lombok/ast/Message.java:43–45  ·  view source on GitHub ↗
(MessageKey key, String message)

Source from the content-addressed store, hash-verified

41 }
42
43 public static Message error(MessageKey key, String message) {
44 return new Message(MessageType.ERROR, key, message);
45 }
46
47 public static Message warning(String message) {
48 return new Message(MessageType.WARNING, null, message);

Callers 15

jquery.jsFile · 0.80
SizzleFunction · 0.80
verifyNodeRelationMethod · 0.80
visitParseArtefactMethod · 0.80
checkNameOfIdentifierMethod · 0.80
checkVarDefIsSimpleMethod · 0.80
checkStaticChainMethod · 0.80
modifiersCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected