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 105370

Summary: Navigator tree items should have tooltips
Product: java Reporter: mdamone <mdamone>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mdamone 2007-06-01 09:28:26 UTC
It would be nice if hovering over an item in the Navigator view would show the
modifiers and type for that item.  This would help new users to understand what
each icon means.  So hovering over a public constructor would show "public
Constructor", hovering over an abstract protected method would show "Protected
abstract Method", hovering over a private constant would show "private static
final Field", etc...  Exact wording and capitalization could differ.
Comment 1 Peter Pis 2007-08-14 11:08:34 UTC
Reassigning to "objectbrowser".
Comment 2 Marian Mirilovic 2009-10-22 13:25:29 UTC
it shows javadoc these days ...