facebook

MyEclipse not catching compile errors

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264096 Reply

    jwachhorst
    Member

    My version of Eclipse is 3.2.1, MyEclipse is version 5.1.0 GA.

    I’m working on a JSP. I entered this line:

    String strZoomChoice = session.getAttribute(“zoomChoice”);

    MyEclipse did not flag this statement as missing the required cast. By the same token, this statement:

    session.setAttribute(“zoomChoice”);

    was also not flagged. (It needs the name of an Object as the 2nd parameter).

    Have I missed something in my setup?

    Thanks in advance!

    #264153

    Riyad Kalla
    Member

    I couldn’t reproduce this. Can you download this project and import it into your workspace and see if the compiler error on the index.jsp file is caught?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyEclipse not catching compile errors

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