Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lookup
Method · 0.95
bind
Method · 0.95
unbind
Method · 0.95
Tested by
no test coverage detected