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 238350

Summary: StackOverflowError at java.lang.Character.codePointAt
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: normal CC: gaxzero
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 146494
Attachments: stacktrace

Description Exceptions Reporter 2013-11-14 09:18:50 UTC
This bug was originally marked as duplicate of bug 154894, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows XP

User Comments:
GUEST: A big project is with 4 open files. Previous versions on NB have dropped similar exceptions, but these exceptions never caused any problem. I consider this as a minor problem, but maybe useful for you...
Thanks for the good work! Excellent IDE!




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Character.codePointAt(Character.java:4668)
   at java.util.regex.Pattern$CharProperty.match(Pattern.java:3693)
   at java.util.regex.Pattern$Branch.match(Pattern.java:4502)
   at java.util.regex.Pattern$GroupHead.match(Pattern.java:4556)
   at java.util.regex.Pattern$Loop.match(Pattern.java:4683)
   at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)
Comment 1 Exceptions Reporter 2013-11-14 09:18:52 UTC
Created attachment 142171 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:17:06 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss