JSP code completion of negated if removes ‘!’ MyEclipse Archived > Bugs This topic has 3 replies, 3 voices, and was last updated 20 years, 9 months ago by Riyad Kalla. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 28, 2004 at 11:16 pm #205391 Reply glennmaughanMember 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. March 29, 2004 at 7:27 am #205400 Reply Riyad KallaMember 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? March 29, 2004 at 7:57 am #205401 Reply support-michaelKeymaster I replicated the problem in 3.7.1 with this example <% if (!Sys “ctl-space” I have entered a PR for this situation. March 29, 2004 at 9:51 am #205405 Reply Riyad KallaMember Great thanks, I wonder if this problem is specific to 3.x series? Author Posts 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