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 271340

Summary: StackOverflowError at java.util.HashMap.putVal
Product: ide Reporter: athompson <athompson>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230095
Attachments: stacktrace

Description athompson 2017-08-21 20:50:20 UTC
Build: NetBeans IDE Dev (Build 201708210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Mac OS X

User Comments:
athompson: nothing




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:630)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1278)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
Comment 1 athompson 2017-08-21 20:50:21 UTC
Created attachment 164984 [details]
stacktrace