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 254081 - Find usages for maven local repository works only for class not method
Summary: Find usages for maven local repository works only for class not method
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 18:59 UTC by IrianR
Modified: 2015-08-02 18:59 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 IrianR 2015-08-02 18:59:32 UTC
While testing:

Find usages in local repo

Test case for maven I noticed that find usages finds usages from the local repository only for classes not methods.

IMHO it should be working also for methods otherwise some usages might me overlooked, no IDEA if this is feasible or not.