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 230667 - CC doesn't work correctly, when is called after the new Object().
Summary: CC doesn't work correctly, when is called after the new Object().
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-06-03 13:38 UTC by Petr Pisl
Modified: 2013-06-05 09:34 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-06-03 13:38:28 UTC
The code completion doesn't offer the object method, when is called in these cases:

new Number(6).to|
or
(new Number(6))).to|
Comment 1 Petr Pisl 2013-06-04 12:23:23 UTC
The first case is fixed. The second is still valid.
Comment 2 Petr Pisl 2013-06-04 14:19:10 UTC
Fixed in webmain: changeset:   255022:938c19db7d6d
Comment 3 Quality Engineering 2013-06-05 09:34:57 UTC
Integrated into 'main-golden', will be available in build *201306050626* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/938c19db7d6d
User: Petr Pisl <ppisl@netbeans.org>
Log: #230667 - CC doesn't work correctly, when is called after the new Object().