Hi Nikolay,
I will look to commit 713 later on today. Been a bit busy on other things.
Best regards,
George
Nikolay Kuznetsov wrote:
Hello Spark Shen,
Thank you very much, do I need to raise a new JIRA for this issue? Using
the test case I give,
No, for this problem we already have coupl
Hello Spark Shen,
Thank you very much, do I need to raise a new JIRA for this issue? Using
the test case I give,
No, for this problem we already have couple of issues in JIRA:
http://issues.apache.org/jira/browse/HARMONY-713
http://issues.apache.org/jira/browse/HARMONY-759
I've updated first
Nikolay Kuznetsov 写道:
Hello Spark Shen,
It seems that Matcher.region(int, int) will not have any effects when
called. This can be demonstrated by the following test case
there is an issue quite similar to one you have raised filled by Richard:
http://issues.apache.org/jira/browse/HARMONY-759
Hello Spark Shen,
It seems that Matcher.region(int, int) will not have any effects when
called. This can be demonstrated by the following test case
there is an issue quite similar to one you have raised filled by Richard:
http://issues.apache.org/jira/browse/HARMONY-759
I'll try to provide a
Spark Shen 写道:
Hi All:
It seems that Matcher.region(int, int) will not have any effects when
called. This can be demonstrated by the following test case:
public void test_RegionII() {
CharBuffer buffer = CharBuffer.wrap(new char[] { 'a', 'a', 'b', 'b',
'.', 'c' });
Matcher matcher = Pattern.co