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 230366 - Find usages action is not present on binary class node in Projects
Summary: Find usages action is not present on binary class node in Projects
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2013-05-28 09:33 UTC by Petr Jiricka
Modified: 2013-05-28 15:14 UTC (History)
0 users

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 Petr Jiricka 2013-05-28 09:33:38 UTC
1. Open a project that depends on binary libraries (e.g. libs.bytelist from NetBeans sources)
2. Expand Libraries node in the Projects tab and right-click on one of the binary classes in a library (e.g. ByteList.class)

=> I would expect that Find Usages action will be present here so I can find usages of this class, but it is not.

The workaround is to open the file, which opens source generated from this binary class. In this generated source, I can right-click the class name and invoke Find Usages.