-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8, 11, 17, 21, 22
-
Component/s: client-libs
-
b06
ScrollPane.layout has a redundant initialiser:
Dimension vs = getViewportSize();
The value of 'vs' variable is reassigned below.
The scroller field in ScrollPane.PeerFixer can be final.
Dimension vs = getViewportSize();
The value of 'vs' variable is reassigned below.
The scroller field in ScrollPane.PeerFixer can be final.
- relates to
-
JDK-8311689 Wrong visible amount in Adjustable of ScrollPane
-
- Closed
-