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 271373

Summary: StackOverflowError at java.lang.StringBuffer.append
Product: ide Reporter: MackSix
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: MackSix, rweaver
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=271375
https://netbeans.org/bugzilla/show_bug.cgi?id=271376
Issue Type: DEFECT Exception Reporter: 230139
Attachments: stacktrace
stacktrace
stacktrace

Description MackSix 2017-08-26 21:26: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: Opened an exsisting Node.JS application created in NetBeans 8.2.




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.StringBuffer.append(StringBuffer.java:350)
   at java.util.regex.Matcher.appendReplacement(Matcher.java:888)
   at java.util.regex.Matcher.replaceAll(Matcher.java:955)
   at java.lang.String.replace(String.java:2240)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:580)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
Comment 1 MackSix 2017-08-26 21:26:25 UTC
Created attachment 165014 [details]
stacktrace
Comment 2 MackSix 2017-08-27 04:10:00 UTC
Happened the first time a Node.js application was opened after activating Node.js and adding paths to Node.js and Node.js source.
Comment 3 MackSix 2017-08-27 04:20:07 UTC
Created attachment 165018 [details]
stacktrace

Opeing Node.js project first time. Resolve Project Problems come up. Added path to Node.js source code. This happened.
Comment 4 Exceptions Reporter 2017-09-20 15:50:34 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=230139
Comment 5 Exceptions Reporter 2017-10-19 12:05:55 UTC
Created attachment 165317 [details]
stacktrace

I just installed the nightly build, imported my old settings from 8.2, and started the IDE. I didn't do anything.