Name: ooR10001 Date: 12/06/2000
Specification for javax.swing.SpinnerListModel.SpinnerListModel() is incorrect
because it says:
------------------------------------------------------------
SpinnerListModel
public SpinnerListModel()
Construct an effectively empty SpinnerListModel.
The model's list will contain a single "empty" string element.
Throws:
IllegalArugmentException - if values is null or zero length
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
------------------------------------------------------------
In fact, this constructor can not throw IllegalArugmentException exception
because no values are passed into this constructor. It needs to be fixed.
======================================================================