| Class | Description |
|---|---|
| ClassForNameMethodCallAnalyzer |
Analyzed byte code for invocations of
Class.forName(String). |
| ClassGetResourceMethodCallAnalyzer |
Analyzes byte code for the invocation of
Class.getResource(String). |
| MethodInvocationInformation |
All information about a specific invocation of a method.
|
| ResourceBundleGetBundleMethodCallAnalyzer |
Analyzes byte code for the invocation of
ResourceBundle.getBundle(String) |
| ResourceBundleGetBundleWithLocaleMethodCallAnalyzer |
Analyzes byte code for the invocation of
ResourceBundle.getBundle(String, java.util.Locale) |