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 143879

Summary: Navigator doesn't show inherited members
Product: php Reporter: Petr Pisl <ppisl>
Component: NavigationAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: blocker CC: ianfp, icaine, luislobo, rsevero, tmysik, zzanzare
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Pisl 2008-08-14 09:23:59 UTC
There is inconsistency between java and PHP navigator. In java navigator there is possibility to display inherited
members, which is missing in the PHP navigator.
Comment 1 Petr Pisl 2008-09-24 17:13:28 UTC
This is not doable for NetBeans 6.5. We need a change in GSF navigator.
Comment 2 Filip Zamboj 2009-05-14 14:58:13 UTC
@rmatous: i am not sure but this is already supported in nb67, isn't it? 
Comment 3 rmatous 2009-05-14 16:03:41 UTC
No, its not implemented in nb6.7. Its planned for nb6.8. csl infrastructure must be enhanced to provide more filters
like the one for inherited cls members and then its must be implemented in php editor
Comment 4 Filip Zamboj 2010-09-15 12:26:19 UTC
batch reassigning
Comment 5 Ondrej Brejla 2012-10-16 07:34:07 UTC
*** Bug 161495 has been marked as a duplicate of this bug. ***
Comment 6 mindjoy 2013-04-03 13:26:51 UTC
Also in Java with NetBeans 7.3, in multiple inheritance, the members of the superclasses are not shown.

Example:

public class A
{
protected int a;
...
}

public class B extends A
{
protected int b;
...
}

public class C extends B
{
...
}

When editing class C, in Navigator with enabled: Show inherited members, Show fields, Show static members, Show non-public members, however, a and b aren't shown.
Comment 7 icaine 2013-07-30 08:15:55 UTC
Will this be ever implemented? Its quite useful (when having multiple inheriting classes) and imho basic feature that other IDE already have.
Comment 8 lukylk 2014-01-20 09:25:46 UTC
Will this be ever implemented? Its quite useful (when having multiple inheriting classes)
Comment 9 Ondrej Brejla 2014-01-20 09:40:11 UTC
Do not change meta info, thanks. It definitely will not be in 8.0. Sorry.
Comment 10 ZendMania 2016-04-07 06:46:45 UTC
Any news or plans for next releases?
Comment 11 Tomas Mysik 2016-04-07 06:54:03 UTC
Unfortunately not, sorry! We are busy working on other PHP areas.

Thanks for understanding.