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

Method lookup

java/org/apache/naming/NamingContext.java:153–156  ·  view source on GitHub ↗
(Name name)

Source from the content-addressed store, hash-verified

151 // -------------------------------------------------------- Context Methods
152
153 @Override
154 public Object lookup(Name name) throws NamingException {
155 return lookup(name, true);
156 }
157
158
159 @Override

Callers 2

renameMethod · 0.95
lookupLinkMethod · 0.95

Calls 11

getObjectInstanceMethod · 0.95
getSuffixMethod · 0.80
parseBooleanMethod · 0.80
getMethod · 0.65
getStringMethod · 0.65
lookupMethod · 0.65
getContentMethod · 0.65
warnMethod · 0.65
isEmptyMethod · 0.45
sizeMethod · 0.45
startsWithMethod · 0.45

Tested by

no test coverage detected