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

Method rename

java/org/apache/naming/NamingContext.java:228–233  ·  view source on GitHub ↗
(Name oldName, Name newName)

Source from the content-addressed store, hash-verified

226
227
228 @Override
229 public void rename(Name oldName, Name newName) throws NamingException {
230 Object value = lookup(oldName);
231 bind(newName, value);
232 unbind(oldName);
233 }
234
235
236 @Override

Callers

nothing calls this directly

Calls 3

lookupMethod · 0.95
bindMethod · 0.95
unbindMethod · 0.95

Tested by

no test coverage detected