()
| 11 | public static String ClassName = "org.apache.catalina.core.ApplicationFilterChain"; |
| 12 | |
| 13 | public MyAgent() { |
| 14 | } |
| 15 | |
| 16 | public static void agentmain(String args, Instrumentation inst) throws Exception { |
| 17 | inst.addTransformer(new MyTransformer(), true); |
nothing calls this directly
no outgoing calls
no test coverage detected