Java.lang.indexoutofboundsexception: No Group 1

  1. Java Lang Arrayindexoutofboundsexception

Sep 29, 2006 - java.lang.IndexOutOfBoundsException: No group 9. At edu.emory.mathcs.backport.java.util.concurrent.rw-r-r- 1 root root 0 Sep 29 16:49. Atlassian JIRA Project Management Software (v7.3.1#73012-sha1:68837e3) About JIRA; Report a problem; Powered by a free Atlassian JIRA open source license for logback. Try JIRA - bug tracking software for your team. Hi Pierre, thanks for the answer, thought it was something horrendously complicated, had tried all combinations of the REGEX I give above but the parentheses caught me out.

Java Lang Arrayindexoutofboundsexception

Spark java.lang.indexoutofboundsexception: no group 1

Click to expand.Yes, I had completely missed that. I thought it was a literalreplacement string.In JSE4 and 5 the 'replace' method took arguments of type 'char'. NowI see that in JSE6 those arguments are CharSequence, an interfacewhich String implements. So before JSE6, if you needed Stringarguments, you had a choice of ReplaceAll or ReplaceFirst. Since Ineeded to allow for multiple occurrences of the replace string, I hadto use ReplaceAll, and I missed this trap. (And I never consideredthat anybody would use a dollar sign in a filename!). Now that we'reusing JSE6, I can just change it to call replace instead ofreplaceAll.