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 240344 - navigator displays endless recursive value for variable
Summary: navigator displays endless recursive value for variable
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 15:29 UTC by szd
Modified: 2014-01-13 13:39 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 szd 2014-01-12 15:29:19 UTC
Create a javascript file with following content:


var p=parent;
if(p.name!='foo') p = p.p;
var a=p.a;


Then open Navigator window. It will display an endless value for variable 'a':

@exp;p@pro:p.p.p.p.p.p.p.p.p.p.a|parent.a|parent.p.a|parent.p.p.a|parent.p.p.p.a|....
Comment 1 Petr Pisl 2014-01-13 13:39:40 UTC
@szd: Which build do you use? Could you please try a dev build. Should be already fixed. If you will have still problems, please, reopen.