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

Summary: find usages could search in JSP pages
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: CodeAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: blocker CC: agallardo, jglick, proxity
Priority: P1    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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. ***