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 258134 - "Has implementations" button shows subsequents implementations too
Summary: "Has implementations" button shows subsequents implementations too
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-24 12:48 UTC by FiruzzZ
Modified: 2016-05-17 09:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (536.13 KB, text/plain)
2016-02-24 12:48 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2016-02-24 12:48:17 UTC
I am trying to see where is implemented "an abstract class" and when I press in the grey button "Has Implementations" I'm not only seeing those which directly implement it, I also see the subsequents.

STEPS: Create this hierarchy of classes:
public abstract class A
public abstract class B extends A
public class C extends B
public class D extends B
public class E extends B

ACTUAL: 
When I press in the button from A class I see: B, C, D and E

EXPECTED:
In previous versions of the IDE I just saw B and I had to go to B to see C, D and E.
Is there a way to go back to that behaviour? 

Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_74
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.74-b02

Reproducibility: null

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops up
public class C extends
Comment 1 FiruzzZ 2016-02-24 12:48:29 UTC
Created attachment 158633 [details]
IDE log