MCPcopy Create free account
hub / github.com/beanshell/beanshell / classLoaderChanged

Method classLoaderChanged

src/bsh/NameSpace.java:1312–1314  ·  view source on GitHub ↗

Clear all cached classes and names

()

Source from the content-addressed store, hash-verified

1310 Clear all cached classes and names
1311 */
1312 public void classLoaderChanged() {
1313 nameSpaceChanged();
1314 }
1315
1316 /**
1317 Clear all cached classes and names

Callers

nothing calls this directly

Calls 1

nameSpaceChangedMethod · 0.95

Tested by

no test coverage detected