facebook

Validation error: "Variable out can only be null"

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #294152 Reply

    Hi Riyad

    You said that this should be fixed in MyEclipse 7.0, but I am still getting this warning.

    My Java->Compiler->Errors/Warnings->Null pointer access: is set to “Warning”.
    I make a new JSP file and dump in the code from JC’s example :

    
    <%@page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
    
    <% out.println("hello"); %> 
    

    And I still get the warning “Null pointer access: The variable out can only be null at this location”

    I am running Eclipse 3.4.0M20080911-1700
    with MyEclipse Enterprise Workbench 7.0.1.zmyeclipse70020081206

    Can you give me any news?

    -Allan.

    #294236 Reply

    Riyad Kalla
    Member

    Allan,

    I couldn’t reproduce this issue — I created a test project and attached it to this bug, could you import this and see if you get the error on it?

    I tried cleaning and manually rebuilding my project as well as forcing validation on the JSP — still no luck reproducing.

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 16 through 17 (of 17 total)
Reply To: Validation error: "Variable out can only be null"

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