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 60807 - No way how to display javadocs for constructors
Summary: No way how to display javadocs for constructors
Status: VERIFIED DUPLICATE of bug 60362
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-07-08 18:29 UTC by Roman Strobl
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-07-08 18:29:49 UTC
[NetBeans 200507061800; WinXP; JDK 1.5.0_04]

Unlike in 4.1 it is currently not possible to see javadoc for costructors. In
4.1 you can press Alt-Space to see possible constructors and browse their
javadocs. In 4.2 we have changed it to showing parameters by pressing Alt-P.
However it is not possible to see javadocs of individual contructors anymore. 

Marking as P2 because it can be considered as regression in functionality.
Comment 1 Martin Roskanin 2005-07-12 14:18:29 UTC
This problem was already reported.
The reason why you cannot see javadocs is that you cannot see constructors in
completion. (Using Ctrl+Shift+Space you can get actual javadoc for constructor.)


*** This issue has been marked as a duplicate of 60362 ***
Comment 2 Roman Strobl 2005-10-26 14:26:17 UTC
Verified.