MyEclipse 6.0 including HotPatch-600
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708
When renaming a GUI component in a Matisse form the connected ActionListener is not renamed.
Steps:
* new java project
* new matisse form
* add a jbutton onto the form
* add an action listener (actionPerformed) to that button
* rename the button
result:
* ok: instance variable of the button is renamed
* ok: the calling code in the ActionListener is renamed
* fail: the called method is not renamed
* result: not compilable code