Re: RFR: 5078989: Null Pointer exception in SpinnerListMode

2020-10-01 Thread Sergey Bylokhov
On Wed, 30 Sep 2020 06:58:17 GMT, Prasanta Sadhukhan wrote: > Please review a fix for an issue where it is seen that when the data in > SpinnerListModel has a null value, pressing any > key after deleting the current value throws null pointer exception. This is > because findNextMatch() calls

RFR: 5078989: Null Pointer exception in SpinnerListMode

2020-09-30 Thread Prasanta Sadhukhan
Please review a fix for an issue where it is seen that when the data in SpinnerListModel has a null value, pressing any key after deleting the current value throws null pointer exception. This is because findNextMatch() calls list.get but dont check for null value and tries to call toString() on