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…