-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
None
-
beta2
-
sparc
-
solaris_2.6
For JList addSelectionInterval, setSelectionInterval, removeSelectionInterval
when params (anchor, lead) values are < 0 get different behavior.
param (either one) = -1. The anchor and lead index are set to -1 if no list
selection has been made or the index value of the last selected cell.
param (either one) < -1. Get a java.lang.IndexOutOfBoundsException thrown.
when params (anchor, lead) values are < 0 get different behavior.
param (either one) = -1. The anchor and lead index are set to -1 if no list
selection has been made or the index value of the last selected cell.
param (either one) < -1. Get a java.lang.IndexOutOfBoundsException thrown.