Hi,
Is there a way in Javassist to instrument object comparison statements. For examples statements of the form ( a == b) and ( a != b) . I searched the tutorial and the API and could not find it.
I have been trying to extend Javassist to support instrumentation of object comparison statements. Is there any developer manual on the implementation of javassist. For example a walkthrough of how the replace() method in class javassist.expr.NewExpr works.
Thanks a lot in advance.
Regards
Girish