facebook

JSP code completion of negated if removes ‘!’

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

    glennmaughan
    Member

    When JSP code completing the following:

    <%
    if (! something.
    %>

    The code completion finds the appropriate method but when it inserts it the ‘!’ character is removed resulting in:

    <%
    if (something.method()
    %>

    I was lucky to spot it as it happened otherwise I might have been chasing bugs.

    Glenn.

    #205400 Reply

    Riyad Kalla
    Member

    Glenn,
    I was not able to reproduce this behavior on Eclipse 2.1.3/MyEclipse 2.7.1, Windows XP, JDK 1.4.2_04.

    What is your system setup per our questions in the posting guidelines? Also are there any exceptions in your <eclipse install>\.metadata\.log file?

    #205401 Reply

    support-michael
    Keymaster

    I replicated the problem in 3.7.1 with this example

    <% if (!Sys “ctl-space”

    I have entered a PR for this situation.

    #205405 Reply

    Riyad Kalla
    Member

    Great thanks, I wonder if this problem is specific to 3.x series?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSP code completion of negated if removes ‘!’

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