RE: ArrayIndexOutOfBoundsException when invoking matcher.contains(str, pattern)

Vilmantas Baranauskas <[email protected]> Tue, 27 Oct 2009 16:14:43 +0100
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <[email protected]>
Looks like this could be a synchronization problem.=20

I was using single unsynchronized Perl5Matcher instance and javadoc tells t=
o use single instance per thread or synchronize.

Sorry for disturbing and thanks,
Vilmantas