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

Method reset

src/bsh/classpath/BshClassPath.java:406–410  ·  view source on GitHub ↗

Clear everything and reset the path to empty.

()

Source from the content-addressed store, hash-verified

404 Clear everything and reset the path to empty.
405 */
406 synchronized private void reset() {
407 path = new ArrayList();
408 compPaths = null;
409 clearCachedStructures();
410 }
411
412 /**
413 Clear anything cached. All will be reconstructed as necessary.

Callers 2

BshClassPathMethod · 0.95
setPathMethod · 0.95

Calls 1

clearCachedStructuresMethod · 0.95

Tested by

no test coverage detected