()
| 578 | protected void classLoaderChanged() { } |
| 579 | |
| 580 | protected static UtilEvalError cmUnavailable() { |
| 581 | return new Capabilities.Unavailable( |
| 582 | "ClassLoading features unavailable."); |
| 583 | } |
| 584 | |
| 585 | public static interface Listener |
| 586 | { |
no outgoing calls
no test coverage detected