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 251888

Summary: "Has Subclasses"/"Is Overridden" annotation doesn't work for wrapped jar modules
Product: java Reporter: Vladimir Voskresensky <vv159170>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: tzezula
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2015-04-16 10:27:07 UTC
The layout of projects is the same as in https://netbeans.org/bugzilla/show_bug.cgi?id=251738.
And Find Usages works well.
The problem is that "Hash Subclasses" and "Is Overridden" annotations
Comment 1 Tomas Zezula 2015-04-16 10:28:47 UTC
Seems that the "Hash Subclasses" and "Is Overridden" does not use findReverseDeps.
Comment 2 Vladimir Voskresensky 2015-04-16 10:32:05 UTC
More detailed description of the problem:
Find Usages can find sub types of ClosedClass in NBClient module now (after #251738).
The problem is that "Hash Subclasses" and "Is Overridden" annotations for ClosedClass.java (from NBModuleClosed) is not connected with derived classes from NBClient.
It means I see "Overrides" annotation in class from NBClient. I can Navigate to ClosedClass.java and do not see annotation that method is overridden
Comment 3 Vladimir Voskresensky 2015-04-16 10:33:10 UTC
Tomas, It would be great if you can give Dusan the layout of modules where you was able to reproduce the issue #251738
Comment 4 Tomas Zezula 2015-04-20 09:30:08 UTC
Fixed jet-main 7a57f5381346
Comment 5 Quality Engineering 2015-04-21 02:31:29 UTC
Integrated into 'main-silver', will be available in build *201504210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7a57f5381346
User: Tomas Zezula <tzezula@netbeans.org>
Log: #251888:"Has Subclasses"/"Is Overridden" annotation doesn't work for wrapped jar modules