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 271747 - StackOverflowError at java.util.regex.Matcher.replaceAll
Summary: StackOverflowError at java.util.regex.Matcher.replaceAll
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-11-02 11:16 UTC by j0inty
Modified: 2018-03-06 04:35 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229931


Attachments
stacktrace (94.97 KB, text/plain)
2017-11-02 11:16 UTC, j0inty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description j0inty 2017-11-02 11:16:34 UTC
Build: NetBeans IDE Dev (Build 201711020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.152-b16, Java(TM) SE Runtime Environment, 1.8.0_152-b16
OS: Linux

User Comments:
GUEST: merge git

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

Arranque del aplicativo

GUEST: BAckground Scanning pocess

rweaver: Over and over

j0inty: Running "yarn install" and cr

GUEST: Just installed Netbeans 8.2 and when opening an existing project, i'm getting repeatedly this error message.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.regex.Matcher.replaceAll(Matcher.java:951)
   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)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
Comment 1 j0inty 2017-11-02 11:16:37 UTC
Created attachment 165390 [details]
stacktrace