(String[] args)
| 17 | |
| 18 | public class SpringAOP1 { |
| 19 | public static void main(String[] args) throws Throwable { |
| 20 | SpringAOP1 aop1 = new SpringAOP1(); |
| 21 | Object object = aop1.getObject(Util.getDefaultTestCmd()); |
| 22 | Util.runGadgets(object); |
| 23 | // String path = "/tmp/Deserialization/AOP1/aop1.ser"; |
| 24 | // Util.writeObj2File(object,path); |
| 25 | // Util.readObj4File(path); |
| 26 | } |
| 27 | |
| 28 | |
| 29 |
nothing calls this directly
no test coverage detected