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 235206 - Objects defined as property of window are not offered in the global cc
Summary: Objects defined as property of window are not offered in the global cc
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 07:28 UTC by Petr Pisl
Modified: 2013-08-30 01:43 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 Petr Pisl 2013-08-29 07:28:04 UTC
Have a simple code:
var globalOne = window['globalTwo'] = 10;
window['globalThree'] = 20;

The global object globalTwo and globalThree are not offered in cc as global objects.
Comment 1 Petr Pisl 2013-08-29 08:20:00 UTC
Fixed in web-main: http://hg.netbeans.org/web-main/rev/3b4596dbf444
Comment 2 Quality Engineering 2013-08-30 01:43:19 UTC
Integrated into 'main-silver', will be available in build *201308300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3b4596dbf444
User: Petr Pisl <ppisl@netbeans.org>
Log: #235206 - Objects defined as property of window are not offered in the global cc