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 89604

Summary: Navigational outilnes
Product: java Reporter: Petr Hrebejk <phrebejk>
Component: NavigationAssignee: _ sandipchitale <sandipchitale>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI, UMBRELLA
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/Java_MembersAndHierarchyPopup
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Hrebejk 2006-11-19 12:58:43 UTC
- Content of file
- Type hierarchy
- ...
Comment 1 _ sandipchitale 2007-03-20 07:22:28 UTC
The feature has been mostly implemented and available in nightly builds.

TODO:

1. Build tree models on RequestProcessor with ability to cancel. 
2. Clean up of node text
3. Ability to load the types of:

   - classes, interfaces and enums
   - fields and enum constants
   - return type of methods
   - types of method parameters and exceptions
   - types of constructor exceptions

  in the window.
Comment 2 Petr Hrebejk 2007-03-31 12:14:27 UTC
Shouldn't we cosider this fixed? I know we'll need to do improvements, fixes and
small UI changes but it is there for now.