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 271376

Summary: StackOverflowError at java.util.HashMap.putVal
Product: ide Reporter: MackSix
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: athompson, edjon2000, lolo_101, MackSix, troodon
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=271373
https://netbeans.org/bugzilla/show_bug.cgi?id=271375
Issue Type: DEFECT Exception Reporter: 230141
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description MackSix 2017-08-27 04:17:23 UTC
Build: NetBeans IDE Dev (Build 201708260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Windows 10

User Comments:
MackSix: Opeing Node.js project first time. Resolve Project Problems come up. Added path to Node.js source code. This happened.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.getVariables(ModelUtils.java:364)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveSemiTypeCallChain(ModelUtils.java:693)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:533)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
Comment 1 MackSix 2017-08-27 04:17:24 UTC
Created attachment 165017 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-11-02 11:19:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=230141
Comment 3 Exceptions Reporter 2017-11-23 13:41:34 UTC
Created attachment 165492 [details]
stacktrace

While scanning my projects.
Comment 4 Exceptions Reporter 2017-11-23 13:44:34 UTC
Created attachment 165493 [details]
stacktrace

While scanning my projects.
Comment 5 athompson 2018-03-26 13:35:46 UTC
Created attachment 165688 [details]
stacktrace

opened web project