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

Summary: Incomplete completion for "arguments"
Product: javascript Reporter: Vladimir Riha <vriha>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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"