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 246884 - StackOverflowError at java.util.TreeMap.floorEntry
Summary: StackOverflowError at java.util.TreeMap.floorEntry
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-09-04 20:29 UTC by peppertech
Modified: 2014-09-05 08:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209984


Attachments
stacktrace (92.07 KB, text/plain)
2014-09-04 20:29 UTC, peppertech
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peppertech 2014-09-04 20:29:19 UTC
This issue was reported manually by pjiricka.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build javascript2-frameworks-311-on-20140828)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
peppertech: This is still coming up everytime an HTML5 project is opened. No steps have been taken other than opening the IDE with an existing HTML5 project already open.

cihan53: asdf




Stacktrace: 
java.lang.StackOverflowError
   at java.util.TreeMap.floorEntry(TreeMap.java:722)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.getAssignmentForOffset(JsObjectImpl.java:241)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.findRightTypeAssignment(JsObjectImpl.java:634)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.resolveTypes(JsObjectImpl.java:478)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.resolveTypes(JsFunctionImpl.java:250)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:493)
Comment 1 peppertech 2014-09-04 20:29:21 UTC
Created attachment 149043 [details]
stacktrace
Comment 2 Tomas Mysik 2014-09-05 05:14:37 UTC
P2 IMHO, there is no way around it.
Comment 3 Petr Pisl 2014-09-05 08:37:06 UTC

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