MCPcopy Create free account
hub / github.com/apache/tomcat / setImage

Method setImage

java/org/apache/el/parser/AstIdentifier.java:166–172  ·  view source on GitHub ↗
(String image)

Source from the content-addressed store, hash-verified

164 }
165
166 @Override
167 public void setImage(String image) {
168 if (!Validation.isIdentifier(image)) {
169 throw new ELException(MessageFactory.get("error.identifier.notjava", image));
170 }
171 this.image = image;
172 }
173
174
175 @Override

Callers 1

IdentifierMethod · 0.95

Calls 2

isIdentifierMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected