Clear anything cached. All will be reconstructed as necessary.
()
| 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(); |
no test coverage detected