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 234107 - Function insight shows Object functions
Summary: Function insight shows Object functions
Status: RESOLVED DUPLICATE of bug 223106
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 00:05 UTC by RodMagnuson
Modified: 2015-06-23 13:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (65.37 KB, text/plain)
2013-08-08 00:05 UTC, RodMagnuson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RodMagnuson 2013-08-08 00:05:23 UTC
Product Version = NetBeans IDE 7.3 (Build 201306052037)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01

In a new javascript file

    function Foo() {
    }
    
    Foo.

Invoke insight after Foo.

Bug: It shows functions like defineProperty which are not accessible off of Foo.
Comment 1 RodMagnuson 2013-08-08 00:05:27 UTC
Created attachment 138425 [details]
IDE log
Comment 2 Petr Pisl 2013-08-13 13:39:44 UTC
The problem is that now there are displayed static methods from prototype chain as well.
Comment 3 Roman Svitanic 2015-06-23 13:09:49 UTC
This seems to be a duplicate of the issue #223106.

*** This bug has been marked as a duplicate of bug 223106 ***