RFR: 8329760: Add indexOf(Predicate<? super E> filter) to java..util.List interface [v2]
Chen Liang
liach at openjdk.org
Fri Apr 19 12:32:19 UTC 2024
On Fri, 19 Apr 2024 11:33:59 GMT, Evemose <duke at openjdk.org> wrote:
>> Adding (default) methods to `List` would have significant compatibility ramifications. Also, the PR needs to contain significant testing of the new proposed methods.
>
> @minborg Sorry to bother you with this kind of question, but i cant manage to find where exactly and how I can file CSR review request. Could you help me out?
@Evemose Please revert formatting changes in existing classes. Unfortunately there's no single code style across all of JDK, but you shouldn't try to format code/methods that's not touched by your new method addition.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18639#issuecomment-2066439080
More information about the core-libs-dev
mailing list