Relates :
|
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).
|