classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RFC: gnu.regexp fix to avoid unwanted PatternSyntaxExce


From: Ito Kazumitsu
Subject: Re: [cp-patches] RFC: gnu.regexp fix to avoid unwanted PatternSyntaxException
Date: Thu, 19 Jan 2006 01:39:52 +0900 (JST)

From: Ito Kazumitsu <address@hidden>
Date: Thu, 05 Jan 2006 23:47:03 +0900 (JST)

> +         // doables.index == lastIndex means an empty string
> +         // was the longest that matched this token.
> +         // We break here, otherwise we will fall into an endless loop.

Studying various cases, I have found that this comment is not
always true.

Although all cases in gnu.testlet.java.util.regex.Pattern.pcrematches
pass now, gnu.regexp must be reviewed thoroughly.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]