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

Alexey Ivanov aivanov at openjdk.org
Fri Aug 1 20:26:55 UTC 2025


On Fri, 1 Aug 2025 20:12:36 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.
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   expand star import

Marked as reviewed by aivanov (Reviewer).

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

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


More information about the client-libs-dev mailing list