I’m on MyEclipse 4.0.3GA.
Currently, MyEclipse does a great job on JSP and HTML files – syntax checking, code cleanup, warning tags, and the like.
However, there are a few differences in the way we (rather, I) see the warning/error tags for JSPs, vs the ones for Java code.
1. The JSP warnings are seen next to the right scrollbar, while Java warnings are seen on the left. This is not an issue.
2. The Java problems can be seen as a list in View -> Problems. The JSP problems have to be seen one by one by placing the mouse on the little yellow tag on the right margin. Is there a way to see the warnings/errors as a list?
3. On right-clicking on a yellow tag on the left margin for Java files, we are given an option of “Quick Fix”. For things as trivial as “Unnecessary cast to String”, for example. Is there a way to enable Quick Fix for JSP files?
Thanks in advance,
-kundan