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 248499 - Referenced instance variable's properties not resolved
Summary: Referenced instance variable's properties not resolved
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 17:20 UTC by Vladimir Riha
Modified: 2015-04-04 05:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (12.65 KB, application/zip)
2014-11-07 17:20 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-11-07 17:20:50 UTC
Created attachment 150361 [details]
sample project

Please check the attached project:
 - open cc3.js
 - type somewhere

modul.instRef.

 - you can see proper code completion list, notice e.g. dateOfSpell() is marked as returing Date instance, so try

modul.instRef.dateOfSpell().

=> cc does not offers Date's properties


Thank you

Product Version: NetBeans IDE Dev (Build 201411070002)
Updates: Updates available
Java: 1.7.0_67; Java HotSpot(TM) Client VM 24.65-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_67-b01
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-04-03 12:03:20 UTC
Fixed in web-main.
Comment 2 Quality Engineering 2015-04-04 05:16:09 UTC
Integrated into 'main-silver', will be available in build *201504040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/44128a50744e
User: Petr Pisl <ppisl@netbeans.org>
Log: #248499 - Referenced instance variable's properties not resolved