-
Type:
Bug
-
Resolution: External
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: client-libs
We are getting an IndexOutOfBoundsException in DefaultRowSorter.convertRowIndexToModel.
This is not a problem in JDK8.
Since the DefaultRowSorter was modified in 9 to fix https://bugs.openjdk.java.net/browse/JDK-6894632
its usage was changed a bit.
As example sun.swing.FilePane needed to change because of that (http://hg.openjdk.java.net/jdk9/client/jdk/rev/96582115ded2).
This is not a problem in JDK8.
Since the DefaultRowSorter was modified in 9 to fix https://bugs.openjdk.java.net/browse/JDK-6894632
its usage was changed a bit.
As example sun.swing.FilePane needed to change because of that (http://hg.openjdk.java.net/jdk9/client/jdk/rev/96582115ded2).
- relates to
-
JDK-6894632 Removing rows from a DefaultTableModel with a RowSorter deselectes last row
-
- Resolved
-