I am looking for an event or notification that enables me to react in my Eclipse-Plugin when methods of a (java)classes are changed (renamed or removed/added).
I am particularly interested in the IJavaElement representation of the method that is changed.
Does some kind of event exists that provides me with this kind of information?
this is my plugin.xml
and my source of my rename participant:
I set a breakpoint in the init-method of the participant, but if I use CTRL+2+R in Eclipse not even the init is called: