RFR: 8362067: Remove unnecessary List.contains key from SpringLayout.Constraints.pushConstraint

Alexey Ivanov aivanov at openjdk.org
Fri Aug 1 19:26:57 UTC 2025


On Thu, 24 Apr 2025 14:53:20 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> There is no need to call `List.contains` before `List.remove` call.
> `history` is an either `horizontalHistory` or `verticalHistory`. Both of them are ArrayList's.

Marked as reviewed by aivanov (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/24852#pullrequestreview-3080342868


More information about the client-libs-dev mailing list