java.util.Date.parse(null) should throw IllegalArgumentException
----------------------------------------------------------------
Key: HARMONY-259
URL: http://issues.apache.org/jira/browse/HARMONY-259
Project: Harmony
Type: Bug
Components: Classlib
Reporter: Mark Hindess
Priority: Trivial
When Date.parse is called with a null string, the RI throws an IllegalArgumentException but
Harmony throws a NullPointerException.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|