facebook

Refactor -> Rename, truncating code in JSPs!!

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #298625 Reply

    NetflixJoel
    Member

    Running:

    – Windows XP 64 Bit
    – javaNT1.5.0_14-x64
    – MyEclipse 7.1.1

    When refactor->renaming a java method that takes a value, references to it in my JSPs are being truncated. For example:

    class myClass

    before::
    public static String nameOne(String x)

    after refactor->rename:
    public static String nameTwo(String x)

    this is what happens in my JSP:
    before rename:
    <%= myClass.nameOne(“test”) %>

    after rename:
    <%= myClass.%>

    Is this a known issue? Any known fix? Its pretty horrible.

    #298630

    NetflixJoel,
    Thank you for reporting this. I could replicate this Issue. I have filed a PR for the dev team.

    #298640

    NetflixJoel
    Member

    Great. I hope it is part of a fix in the not too distant future. This is a really nasty bug.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Refactor -> Rename, truncating code in JSPs!!

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