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.