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 268550 - Find Usages error
Summary: Find Usages error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 08:44 UTC by infolab
Modified: 2016-10-17 12:55 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 infolab 2016-10-17 08:44:21 UTC
I have a method myMethod in a class MyClass1 and a class MyClass2 extend MyClass1.
Find Usages of myMethod find only when myMethod is referenced by MyClass1 not by MyClass2.

MyClass1 and MyClass2 are in different opened projects.

I tried all options of Find Usages but the result is same.