facebook

Problem when renaming variable names

  1. MyEclipse Archived
  2.  > 
  3. Matisse/Swing UI Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275061 Reply

    jhm
    Member

    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

    #275097 Reply

    Loyal Water
    Member

    Hi jhm,
    I was able to reproduce this at my end as well. Im going to file this as a bug for my dev team. Thanks for bringing this up.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Problem when renaming variable names

You must be logged in to post in the forum log in