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 133817 - find usages could search in JSP pages
Summary: find usages could search in JSP pages
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P1 blocker with 3 votes (vote)
Assignee: issues@javaee
URL:
Keywords:
: 147152 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-24 07:25 UTC by Jindrich Sedek
Modified: 2012-09-07 08:49 UTC (History)
3 users (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 Jindrich Sedek 2008-04-24 07:25:21 UTC
Create new web application
create new java class
in index.jsp page use scriptlet using this new java class
invoke find usages on your class -> no usage in JSP page is shown.
Comment 1 _ proxity 2009-10-02 12:00:06 UTC
This seems to be a duplicate of #147152
Comment 2 _ proxity 2009-10-02 12:03:54 UTC
Yes, this is quite annoying when developing webapps.

Find usages only produces hits in .java, but not in .jsp
Due to this refactoring also doesn't find all usages. This means that e.g. renaming a method can't be done automatically
in a web project.

Please compare with #119357.
Comment 3 Jesse Glick 2009-10-02 17:23:20 UTC
*** Issue 147152 has been marked as a duplicate of this issue. ***