Re: [classlib][regex] Is this a issue of java.util.regex.Matcher.region(int, int);

2006-08-07 Thread George Harley
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

Re: [classlib][regex] Is this a issue of java.util.regex.Matcher.region(int, int);

2006-07-28 Thread Nikolay Kuznetsov
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

Re: [classlib][regex] Is this a issue of java.util.regex.Matcher.region(int, int);

2006-07-27 Thread Spark Shen
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

Re: [classlib][regex] Is this a issue of java.util.regex.Matcher.region(int, int);

2006-07-27 Thread 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 I'll try to provide a

Re: [classlib][regex] Is this a issue of java.util.regex.Matcher.region(int, int);

2006-07-26 Thread Spark Shen
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