-
Bug
-
Resolution: Fixed
-
P5
-
8, 25
-
master
The three private fields of javax.swing.event.ListSelectionEvent — firstIndex, lastIndex, isAdjusting — are assigned their values in the constructor and are never modified.
The values aren't supposed to be modified, the fields should be marked as final.
The values aren't supposed to be modified, the fields should be marked as final.
- links to
-
Commit(master) openjdk/jdk/89bfcb8d
-
Review(master) openjdk/jdk/23243