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 - StackOverflowError at java.util.regex.Matcher.appendReplacement
Summary: StackOverflowError at java.util.regex.Matcher.appendReplacement
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-25 13:02 UTC by legitalk
Modified: 2018-05-10 19:12 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229940


Attachments
stacktrace (94.94 KB, text/plain)
2017-09-25 13:02 UTC, legitalk
Details

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