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 207027 - Code-complete omits parameters and return values of methods
Summary: Code-complete omits parameters and return values of methods
Status: RESOLVED DUPLICATE of bug 207874
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-07 17:49 UTC by _ gtzabari
Modified: 2012-04-05 12:31 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 _ gtzabari 2012-01-07 17:49:16 UTC
Product Version: NetBeans IDE Dev (Build 201201050601)
Java: 1.7.0_02; Java HotSpot(TM) 64-Bit Server VM 22.0-b10
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\Gili\.netbeans\dev
Cache directory: C:\Users\Gili\.netbeans\dev\var\cache

When I invoke code-complete on a method the Javadoc that pops up is missing @param and @return descriptions (possibly exception information as well). This used to work in version 7.0.
Comment 1 Dusan Balek 2012-01-09 11:04:11 UTC
Could you please provide the particular test case? Testing on the java.lang.System's methods - everything seems to work fine for me.
Comment 2 Dusan Balek 2012-04-05 12:31:06 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 207874 ***