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 222127 - CC for public property does not offer its methods/variables
Summary: CC for public property does not offer its methods/variables
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 15:41 UTC by Vladimir Riha
Modified: 2013-05-22 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 Vladimir Riha 2012-11-14 15:41:09 UTC
Please try this:


function test(){
    
    /**
     * 
     * @type Date
     */
    this.date = new Date();
    this.date.|
}

Navigator and CC windows shows correctly Date as type of this.date but cc does not offer Date's method. If I use it like this:

function test(){
    
    var date = new Date();
    date.
}

then it works.

Product Version: NetBeans IDE Dev (Build 201211140001)
Java: 1.7.0_10-ea; Java HotSpot(TM) Client VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Linux version 3.2.0-32-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2013-05-22 12:30:59 UTC
seems to be fixed now

Product Version: NetBeans IDE Dev (Build web-main-10588-on-20130522)
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)