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 215763 - Incomplete completion for "arguments"
Summary: Incomplete completion for "arguments"
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-20 08:55 UTC by Vladimir Riha
Modified: 2013-06-22 02:07 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 2012-07-20 08:55:08 UTC
function test(){
    arguments.
    
}

completion after "arguments." should offer "length" property


Product Version: NetBeans IDE Dev (Build 201207191713)
Java: 1.7.0_06-ea; Java HotSpot(TM) Client VM 23.2-b08
System: Linux version 3.0.0-21-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2013-06-21 10:49:05 UTC
Fixed in web-main:
http://hg.netbeans.org/web-main/rev/4a33e6d13a28
Comment 2 Quality Engineering 2013-06-22 02:07:16 UTC
Integrated into 'main-golden', will be available in build *201306212301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4a33e6d13a28
User: Petr Pisl <ppisl@netbeans.org>
Log: #215763 - Incomplete completion for "arguments"