On Mon, 7 Mar 2022 22:29:29 GMT, Ian Graves <[email protected]> wrote:
>> Fixing a bug in `NFCCharProperty` where code falling through an if-statement
>> can prematurely set the matcher's `hitEnd` field to true.
>
> Ian Graves has updated the pull request with a new target base due to a merge
> or a rebase. The pull request now contains two commits:
>
> - merging master
> - Catching erronious setting of matcher.hitEnd
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?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7466