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

Summary: StackOverflowError at java.util.regex.Matcher.replaceAll
Product: ide Reporter: j0inty
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: CaptainStarbuck, dalibor-kocian, rishad2m8, rweaver
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229931
Attachments: stacktrace

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