Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ classPathChanged
Method
classPathChanged
src/bsh/classpath/BshClassPath.java:423–426 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
421
}
422
423
public
void
classPathChanged() {
424
clearCachedStructures();
425
notifyListeners();
426
}
427
428
/*
429
public
void
setNameCompletionIncludeUnqNames( boolean b ) {
Callers
nothing calls this directly
Calls
2
clearCachedStructures
Method · 0.95
notifyListeners
Method · 0.95
Tested by
no test coverage detected