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

Method insureInitialized

src/bsh/classpath/BshClassPath.java:212–215  ·  view source on GitHub ↗

If the claspath map is not initialized, do it now. If component maps are not do them as well... Random note: Should this be "insure" or "ensure". I know I've seen "ensure" used in the JDK source. Here's what Webster has to say: Main Entry:ensure Pronunciation:in-'shur Function:tran

()

Source from the content-addressed store, hash-verified

210 loss.
211 */
212 public void insureInitialized()
213 {
214 insureInitialized( true );
215 }
216
217 /**
218 @param topPath indicates that this is the top level classpath

Callers 7

getClassesForPackageMethod · 0.95
getClassSourceMethod · 0.95
getClassNameByUnqNameMethod · 0.95
getAllNamesMethod · 0.95
getPackagesSetMethod · 0.95
reloadClassesMethod · 0.80
doSuperImportMethod · 0.80

Calls 5

startClassMappingMethod · 0.95
mapMethod · 0.95
endClassMappingMethod · 0.95
getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected