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 - StackOverflowError at java.lang.Character.codePointAt
Summary: StackOverflowError at java.lang.Character.codePointAt
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 09:18 UTC by Exceptions Reporter
Modified: 2016-07-07 07:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146494


Attachments
stacktrace (64.36 KB, text/plain)
2013-11-14 09:18 UTC, Exceptions Reporter
Details

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