facebook

Warnings in JSP pages don’t appear under Problems

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

    wseubert
    Member

    I have MyEclipse version 3.8.3.

    Warnings in JSP pages don’t appear under Problems.

    For example, I have:

    <%@ page language=”java” import=”java.util.*” %>

    at the top of one of my JSP’s. I get the warning with the yellow marker on the side of the file but it doesn’t appear in Problems.

    My filters for Problems is disabled and enabling it didn’t help either.

    This isn’t a show stopper by any stretch but just something that isn’t quite right…

    #223084 Reply

    Riyad Kalla
    Member

    Errors in the right hand margin are called ‘reconciler’ errors, much like the Java Editor. These issues are not shown in the problems view. Only compiler errors are shown there (marked by icons in the left margin of the error).

    #223092 Reply

    wseubert
    Member

    Ok that makes sense.

    Is there a nice way to find all of these without going file to file?

    #223095 Reply

    Riyad Kalla
    Member

    Is there a nice way to find all of these without going file to file?

    Not that I’m aware of. However since it follows the Java editor’s design, if you find a way to do it with the Java editor then I assume the same would apply to the JSP Editor.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Warnings in JSP pages don’t appear under Problems

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