Review request: JDK-8145887: ListView selectionModel selectedIndices ListIterator nextIndex broken

Ambarish Rapte ambarish.rapte at oracle.com
Mon Apr 10 12:53:31 UTC 2017


Hi Jonathan, Ajit

 

                Please review this fix:

                Webrev : http://cr.openjdk.java.net/~arapte/fx/8145887/webrev.00/

Bug : https://bugs.openjdk.java.net/browse/JDK-8145887

 

Issue:

The private class SelectionListIterator implements the interface java.util.ListIterator.
But the class SelectionListIterator does not follow specifications of java.util.ListIterator. 
 

Fix:
Updated the required SelectionListIteratorclas  class APIs as per the specification of interface java.util.ListIterator.

https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html

 

Verification:
Verified that no controls test fails due to this change.

 

 

Regards,

Ambarish

 


More information about the openjfx-dev mailing list