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

Summary: Find Usages of Inherited Annotations
Product: java Reporter: _ moser <moser>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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