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

Method close

java/org/apache/naming/NamingContext.java:442–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440
441
442 @Override
443 public void close() throws NamingException {
444 if (!checkWritable()) {
445 return;
446 }
447 env.clear();
448 }
449
450
451 @Override

Callers

nothing calls this directly

Calls 2

checkWritableMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected