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 - StackOverflowError at java.lang.StringBuffer.append
Summary: StackOverflowError at java.lang.StringBuffer.append
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-26 21:26 UTC by MackSix
Modified: 2017-10-19 12:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230139


Attachments
stacktrace (94.91 KB, text/plain)
2017-08-26 21:26 UTC, MackSix
Details
stacktrace (94.91 KB, text/plain)
2017-08-27 04:20 UTC, MackSix
Details
stacktrace (94.91 KB, text/plain)
2017-10-19 12:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.