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

Method clearCachedStructures

src/bsh/classpath/BshClassPath.java:415–421  ·  view source on GitHub ↗

Clear anything cached. All will be reconstructed as necessary.

()

Source from the content-addressed store, hash-verified

413 Clear anything cached. All will be reconstructed as necessary.
414 */
415 synchronized private void clearCachedStructures() {
416 mapsInitialized = false;
417 packageMap = new HashMap();
418 classSource = new HashMap();
419 unqNameTable = null;
420 nameSpaceChanged();
421 }
422
423 public void classPathChanged() {
424 clearCachedStructures();

Callers 2

resetMethod · 0.95
classPathChangedMethod · 0.95

Calls 1

nameSpaceChangedMethod · 0.95

Tested by

no test coverage detected