RFR: 8357226: Remove unnecessary List.indexOf from RepaintManager.removeInvalidComponent

Alexander Zvegintsev azvegint at openjdk.org
Mon Jul 14 21:25:42 UTC 2025


On Thu, 24 Apr 2025 09:29:24 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> No need to call `List.indexOf(Object)` before `List.remove(int)`. Instead we can call `List.remove(Object)` directly. It's faster and cleaner.
> `invalidComponents` is an ArrayList.

Marked as reviewed by azvegint (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/24845#pullrequestreview-3017878940


More information about the client-libs-dev mailing list