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 246704 - StackOverflowError at java.util.ArrayList.addAll
Summary: StackOverflowError at java.util.ArrayList.addAll
Status: RESOLVED DUPLICATE of bug 246598
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 13:23 UTC by Petr Jiricka
Modified: 2014-08-26 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211439


Attachments
stacktrace (92.02 KB, text/plain)
2014-08-26 13:23 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2014-08-26 13:23:10 UTC
Build: NetBeans IDE Dev (Build web-main-1201-on-20140826)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Mac OS X

User Comments:
pjiricka: Breeze project.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.ArrayList.addAll(ArrayList.java:562)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.resolveTypes(JsObjectImpl.java:466)
   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 Petr Jiricka 2014-08-26 13:23:12 UTC
Created attachment 148903 [details]
stacktrace
Comment 2 Petr Pisl 2014-08-26 13:47:16 UTC

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