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 115852 - <%@page extends="..." problems with autocompletion and error checking
Summary: <%@page extends="..." problems with autocompletion and error checking
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on: 112247
Blocks:
  Show dependency tree
 
Reported: 2007-09-18 14:22 UTC by lisewski
Modified: 2007-09-20 16:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lisewski 2007-09-18 14:22:37 UTC
When using <%@page extends="..." in a jsp page, the jsp editor does not display properties or methods from the extended
class for autocomplete.
Any properties or methods called in the jsp page are also displayed as errors.
The error shown is :
cannot find symbol
symbol : method methodFromMySuperClass(...)
location : SimplifiedJSPServlet


Autocomplete and error checking should be performed on the superclass and not the SimplifiedJSPServlet
Comment 1 Tomasz Slota 2007-09-19 15:32:44 UTC
This is related to issue 112247 and should be fixed together
Comment 2 Tomasz Slota 2007-09-20 16:56:00 UTC
Fixed.

/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/SimplifiedJSPServlet.java,v  <--  SimplifiedJSPServlet.java
new revision: 1.17; previous revision: 1.16