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 - JSP mode, page import and error checking
Summary: JSP mode, page import and error checking
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-12 18:02 UTC by peterdowg
Modified: 2016-07-07 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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