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 246728 - StackOverflowError at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.getGlobalObject
Summary: StackOverflowError at org.netbeans.modules.javascript2.editor.model.impl.Mode...
Status: RESOLVED DUPLICATE of bug 246598
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 12:56 UTC by aquaglia
Modified: 2014-08-29 07:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211462


Attachments
stacktrace (92.07 KB, text/plain)
2014-08-27 12:56 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2014-08-27 12:56:13 UTC
Build: NetBeans IDE 8.0.1 RC1 (Build 201408072300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b22, Java(TM) SE Runtime Environment, 1.8.0_20-ea-b23
OS: Windows 7

User Comments:
aquaglia: Running Grunt task




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.getGlobalObject(ModelUtils.java:248)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.resolveTypes(JsObjectImpl.java:390)
   at org.netbeans.modules.javascript2.editor.model.impl.JsArrayImpl.resolveTypes(JsArrayImpl.java:109)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:495)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:504)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:504)
Comment 1 aquaglia 2014-08-27 12:56:15 UTC
Created attachment 148923 [details]
stacktrace
Comment 2 Petr Pisl 2014-08-29 07:06:33 UTC

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