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 150638

Summary: Javadoc tooltip for methods, classes and fields in editor
Product: java Reporter: yoshtec <yoshtec>
Component: EditorAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description yoshtec 2008-10-19 13:23:50 UTC
In the Editor pane hovering the mouse for a while above a method, field or class should display a javadoc tooltip. 
There are two reasons:
1. Reading and understanding code is extremely dependent on understanding what happens inside the functions, or meaning
of the class or field. 
2. Quickcheck for written javadoc. looking at the correctly formatted tooltip of an javadoc can reveal errors in complex
javadoc comments. For instance javadoc including code examples, or the inheritance of javadoc may not always be clear at
first sight.

(Testing and using Netbeans after using Eclipse makes on miss this feature.)
Comment 1 Jiri Prox 2008-10-20 10:16:56 UTC

*** This issue has been marked as a duplicate of 95691 ***