-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b02
There are a few methods in PopupFactory nested classes which call first List.get(0) and then List.remove.
Instead of 2 separate calls we can call List.removeFirst once.
Instead of 2 separate calls we can call List.removeFirst once.
- links to
-
Commit(master) openjdk/jdk/15178aa2
-
Review(master) openjdk/jdk/25283