On Fri, 20 May 2022 08:25:02 GMT, Сергей Цыпанов <d...@openjdk.org> wrote:
>> - use `String.equalsIgnoreCase()` instead of hand-written code relying on >> `String.charAt()` >> - use `String.compareToIgnoreCase()` instead of hand-written code relying on >> `String.charAt()` >> - drop branches that are never executed >> - drop unused argument from `URI.resolvePath()` >> - simplify String-related operations > > Сергей Цыпанов has updated the pull request incrementally with one additional > commit since the last revision: > > 8285521: Revert wrong changes Let's wait. ------------- PR: https://git.openjdk.org/jdk/pull/8397