RFR: 8281560: Matcher.hitEnd returns unexpected results in presence of CANON_EQ flag. [v3]

Ian Graves igraves at openjdk.java.net
Tue Mar 8 04:08:04 UTC 2022


On Mon, 7 Mar 2022 23:05:55 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Ian Graves has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removing errant newline
>
> src/java.base/share/classes/java/util/regex/Pattern.java line 4009:
> 
>> 4007:                     return false;
>> 4008:             }
>> 4009:             else {
> 
> Is there a reason the "else" starts on its own line?

I must love Enter too much. Thanks for the catch!

-------------

PR: https://git.openjdk.java.net/jdk/pull/7466


More information about the core-libs-dev mailing list