facebook

[Closed] What’s that squiggley line mean under my code?

💡
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 IDE
  2.  > 
  3. General Development
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #242643 Reply

    Mork
    Participant

    Hi,

    I’ve noticed that in some of my Java code, MyEclipse underlines it with a brown squiggley line, but it doesn’t show up as a problem and there’s no marker at the left margin to “Quick Fix”.

    The code runs fine.

    So, what is this line and how do I turn it off?

    Thanks in advance.

    — M

    #242660

    Riyad Kalla
    Member

    I’ve noticed that in some of my Java code, MyEclipse underlines it with a brown squiggley line, but it doesn’t show up as a problem and there’s no marker at the left margin to “Quick Fix”.

    In the Java editor or JSP editor? If it’s the Java editor that is straight Eclipse. But the squigglies are created by what is called a “reconciler”, it’s a real-time checker, it creates the markers in the right margin; these are not considered confirmed validation problems, but rather annotations for you to look at. Some are harmless, other are problems. Flat our compilation/validation issues are marked in your left column and duplicated in the problem view. No reconcilers commit messages to the problem view.

    #242666

    Mork
    Participant

    Hi,

    It was in the JSP Editor.

    The context was that I had created an ArrayList called “controls”.

    Then I simply did a set method call like this:

    controls.set(controls.size()-1, lastName);

    The line above had a brown squiggley line under it.

    Thanks.

    — M

    #242690

    Riyad Kalla
    Member

    Ok you can turn this off by going to Window > Preferences > MyEclipse > Editors > Common Editor Prefernces > “Analyze annotations while typing”, uncheck that and close and reopen your file.

    #242694

    Mork
    Participant

    Thanks. I was primarily worried about the code. <s>

    It’s good to see there are all these configuration options in MyEclipse.

    I appreciate your help.

    — M

    #242706

    Riyad Kalla
    Member

    Glad it helped.

    #242707

    Mork
    Participant

    You guys have the best support I’ve seen on any support site!

    Thank you again!!!!!!

    — M

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: [Closed] What’s that squiggley line mean under my code?

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