[cp-patches] FYI: SpinnerNumberModel getNextValue()/getPreviousValue() fix

2006-02-15 Thread David Gilbert
The getNextValue() and getPreviousValue() methods in the SpinnerNumberModel throw a NullPointerException if the maximum / minimum values are not set. This patch (committed) prevents that from happening: 2006-02-15 David Gilbert <[EMAIL PROTECTED]> * javax/swing/SpinnerNumberModel.ja

Re: [cp-patches] FYI: SpinnerNumberModel getNextValue()/getPreviousValue() fix

2006-02-15 Thread David Gilbert
I checked SpinnerDateModel and it doesn't have the same problem, but I committed Mauve test cases in any case. Regards, Dave David Gilbert wrote: The getNextValue() and getPreviousValue() methods in the SpinnerNumberModel throw a NullPointerException if the maximum / minimum values are not