MCPcopy Index your code
hub / github.com/apache/tomcat / removeChild

Method removeChild

java/org/apache/catalina/Container.java:394–394  ·  view source on GitHub ↗

Remove an existing child Container from association with this parent Container. @param child Existing child Container to be removed

(Container child)

Source from the content-addressed store, hash-verified

392 * @param child Existing child Container to be removed
393 */
394 void removeChild(Container child);
395
396
397 /**

Callers 14

removeChildMethod · 0.95
tearDownMethod · 0.65
testThreadLocalLeak1Method · 0.65
testThreadLocalLeak2Method · 0.65
configureStopMethod · 0.65
undeployMethod · 0.65
unmanageAppMethod · 0.65
destroyInternalMethod · 0.65
removeChildMethod · 0.65
removeContextMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by 5

tearDownMethod · 0.52
testThreadLocalLeak1Method · 0.52
testThreadLocalLeak2Method · 0.52