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 271242 - StackOverflowError at java.lang.StringBuffer.append
Summary: StackOverflowError at java.lang.StringBuffer.append
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P1 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-07 08:38 UTC by terje7601
Modified: 2018-03-23 12:02 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229814


Attachments
stacktrace (94.90 KB, text/plain)
2017-08-07 08:38 UTC, terje7601
Details
stacktrace (94.91 KB, text/plain)
2018-01-16 21:02 UTC, cwt137
Details
stacktrace (94.90 KB, text/plain)
2018-02-06 18:08 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2017-08-07 08:38:13 UTC
Build: NetBeans IDE Dev (Build 201706200001)
VM: OpenJDK 64-Bit Server VM, 25.141-b16, OpenJDK Runtime Environment, 1.8.0_141-b16
OS: Linux

User Comments:
GUEST: Just open a JavaSript file

GUEST: background scanning

GUEST: background scanning

legitalk: <Please provide a description of the problem or the steps to reproduce>

GUEST: ??

GUEST: background scanning

terje7601: Didn't have any files open, wasn't working in NetBeans when it happened




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.getFQNFromType(ModelUtils.java:2004)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1279)
Comment 1 terje7601 2017-08-07 08:38:16 UTC
Created attachment 164907 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-11-15 08:25:26 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=229814
Comment 3 cwt137 2018-01-16 21:02:00 UTC
Created attachment 165611 [details]
stacktrace

opening project with js
Comment 4 _ tboudreau 2018-02-06 18:08:23 UTC
Created attachment 165627 [details]
stacktrace

Started NetBeans, cannot use Fix Import or other features