-
Bug
-
Resolution: External
-
P2
-
9
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
-