-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
b12
-
Verified
public final StringBuffer format​(Object number, StringBuffer toAppendTo, FieldPosition fieldPosition)
As per spec :
Throws:
IllegalArgumentException - if number is null or not an instance of Number
When i supply number as null
I expect - IAE
actual is - NullpointerException
As per spec :
Throws:
IllegalArgumentException - if number is null or not an instance of Number
When i supply number as null
I expect - IAE
actual is - NullpointerException