aballa-perforce

Results 3 comments of aballa-perforce

@raphw It worked. Thank you very much for saving my day. I am putting complete code here if anyone in future has same requirement. `RetransformationStrategy.RETRANSFORM` -> `RedefinitionStrategy.RETRANSFORMATION` `isConstructor()` -> ElementMatchers.isConstructor()...

@raphw I tried getting the constructed object in `onExit` method using `@Advice.This Socket socket` and it is not intercepting it anymore. I remove `@Advice.This Socket socket` and it works. What...

I got solution for above. `@Advice.This Object thisObject` worked.