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 271522

Summary: StackOverflowError at java.util.regex.Matcher.appendReplacement
Product: ide Reporter: legitalk
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: dalibor-kocian, legitalk, magosxcartcom, toben, troodon
Priority: P1    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229940
Attachments: stacktrace

Description legitalk 2017-09-25 13:02:53 UTC
Build: NetBeans IDE Dev (Build 201709250002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: open a project

GUEST: Running Inspect --> phpcsfixer

GUEST: Been updating and changing a pom.xml in all three subprojects, all of which were open in Netbeans; also did a svn commit of said files...

toben: background scanning of projects without any user interaction

GUEST: open a project

legitalk: opening project

GUEST: I was doing nothing except launching NetBeans :-/




Stacktrace: 
java.lang.StackOverflowError
   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)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
Comment 1 legitalk 2017-09-25 13:02:56 UTC
Created attachment 165175 [details]
stacktrace