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 190917 - javadoc for return keyword
Summary: javadoc for return keyword
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 16:59 UTC by mwisnicki
Modified: 2010-10-11 16:59 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 mwisnicki 2010-10-11 16:59:29 UTC
Currently there is no javadoc help for "return" keyword (e.g. when selecting "return" from list of possible completions). It would be nice if it could show documentation of current method, positioned at @return section.