facebook

Not showing the highlighted errors as you type [Closed]

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

    decemberist
    Member

    I have Eclipse set to show errors/warning as you type, but the errors/warning coloring (red/yellow) do not show as I type.

    In fact, the unused imports (which I have set as warnings) never show, even after I save.

    When I do save, that is the only time I get warnings on a JSP.

    Can someone help me here?

    Thanks,

    Kevin.

    #233839 Reply

    Scott Anderson
    Participant

    Kevin,

    There is a bug in 4.0M2, due to an Eclipse 3.1 change, that is keeping the reconciler errors from showing properly. We’ve fixed the issue internally and it will be corrected in the 4.0M3 build in about a week. Sorry for the inconvenience in the interim.

    #233860 Reply

    decemberist
    Member

    Thanks for your help.

    #234124 Reply

    @support-scott wrote:

    Kevin,

    There is a bug in 4.0M2, due to an Eclipse 3.1 change, that is keeping the reconciler errors from showing properly. We’ve fixed the issue internally and it will be corrected in the 4.0M3 build in about a week. Sorry for the inconvenience in the interim.

    Hi,

    None of the error in my jsps are getting higlighted .. might this be because of the same bug? Here is the code :

    <%@ page 
        import="java.io.File"
        import="java.io.FileWriter"
        import="col.*"
        import="java.util.Enumeration"
     %>
    <% boolean debug=false; %>
    <%
            if(debug)
            {
                out.println("request is"+new manEnumeration(request).getTable());
                out.println("session is"+new manEnumeration(session).getTable());
            }
    
            //this should get highlighted
                     and where were you ......
    %>
    

    I am using eclipse 3.1 with workbench 4.0

    #234126 Reply

    Hello Scott,

    Well I could jump with joy … i was just reading other posts .. and found a quick fix for this problem … i just needed to have the javac.exe in my path … and the validation works perfectly .. thanks a zillion … 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Not showing the highlighted errors as you type [Closed]

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