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 225307 - Missing type of function parameter in code completion list
Summary: Missing type of function parameter in code completion list
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 21:03 UTC by Vladimir Riha
Modified: 2013-05-30 01:36 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 Vladimir Riha 2013-01-24 21:03:19 UTC
Please try this:

/**
 * 
 * @param {Date} day
 * @returns {undefined}
 */
function Test(day){
    d|
}

CC for "d" does not display Date as a type, it shows only variable name and source file.


Product Version: NetBeans IDE 7.3 RC1 (Build 201301232200)
Java: 1.7.0_11; Java HotSpot(TM) Client VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_11-b21
System: Linux version 3.2.0-35-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Martin Fousek 2013-05-29 07:25:11 UTC
Fixed in web-main #77e8f7e7b006.
Comment 2 Martin Fousek 2013-05-29 12:51:14 UTC
Closing as fixed since comment #1.
Comment 3 Vladimir Riha 2013-05-29 12:51:51 UTC
Thanks, verified

Product Version: NetBeans IDE Dev (Build web-main-10648-on-20130529)
Java: 1.7.0_21; Java HotSpot(TM) Client VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Linux version 3.2.0-43-generic-pae running on i386; UTF-8; en_US (nb)
Comment 4 Quality Engineering 2013-05-30 01:36:46 UTC
Integrated into 'main-golden', will be available in build *201305292301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/77e8f7e7b006
User: Martin Fousek <marfous@netbeans.org>
Log: #225307 - Missing type of function parameter in code completion list