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 183148 - Expand navigator list for inherited class methods and attributes
Summary: Expand navigator list for inherited class methods and attributes
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 3 votes (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 196024 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-30 06:34 UTC by shadzik
Modified: 2016-07-07 07:26 UTC (History)
1 user (show)

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 shadzik 2010-03-30 06:34:09 UTC
If i'm using class in php that extends another class it will be use full to have inherited object as an item in navigator list over all methods. And that item should be expandable with all methods and inherited class of his self.

Simple Example:

PHP:

class A extends B {
  function x1();
  function x2();
}

class B extends C {
  function y1();
  function y2();
}

Navigator:

[-]A
  [-]B
     y1(): void
     y2(): void
  x1(): void
  x2(): void
Comment 1 Svata Dedic 2012-06-07 11:47:58 UTC
*** Bug 196024 has been marked as a duplicate of this bug. ***
Comment 2 conceptme 2013-05-01 20:29:21 UTC
This bug is vey old, but it would be super useful if this will be implemented :)
Comment 3 dimitar.trifonov 2015-02-12 14:21:30 UTC
+1 to fix this issue!
Comment 4 Martin Balin 2016-07-07 07:26:52 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss