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 - Javadoc tooltip for methods, classes and fields in editor
Summary: Javadoc tooltip for methods, classes and fields in editor
Status: RESOLVED DUPLICATE of bug 95691
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-19 13:23 UTC by yoshtec
Modified: 2008-10-20 10:16 UTC (History)
0 users

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 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 ***