This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 56322

Summary: JSP mode, page import and error checking
Product: javaee Reporter: peterdowg <peterdowg>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: peterdowg
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description peterdowg 2005-03-12 18:02:50 UTC
<%@ page import="" /> should be suggested when a variable is declared between <%
%>  or <%! %>  tags.  Also basic java error checking should be conducted.
Example:
<%
  Vector vex = new Vector(); //should help me to find the correct import
  String s = request.getInputStream();  //should give me error, and also suggest
try/catch block for IOException 
%>

The reason is that partially it already works: when i type "request." it will
pop up all the javadoc help as it does in .java files.
Comment 1 Martin Balin 2016-07-07 08:56:43 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss