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 125274 - Find Usages of Inherited Annotations
Summary: Find Usages of Inherited Annotations
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-15 11:40 UTC by _ moser
Modified: 2010-09-23 08:40 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 _ moser 2008-01-15 11:40:40 UTC
I was quite happy to see that "Find Usages" works well for annotations, too. But it would be nice if it was possible
also to find all subclasses of classes annotated with inherited annotations, too. As you remember, annotations can be
annotated with the meta-annotation @Inherited to mark them as inherited by subclasses of annotated classes.

Frank-Michael