[classlib] java.beans.DefaultPersistenceDelegate.mutatesTo() should throw NPE for null parameter.
-------------------------------------------------------------------------------------------------
Key: HARMONY-2449
URL: http://issues.apache.org/jira/browse/HARMONY-2449
Project: Harmony
Issue Type: Bug
Components: Non-bug differences from RI
Reporter: Nikolay Kuznetsov
Priority: Minor
Specification for java.beans package says that:
"Unless explicitly stated, null values or empty Strings are not valid parameters for the methods
in this package. You may expect to see exceptions if these parameters are used."
However specification does not explicitly states that NPE should be thrown, RI throws NPE
if ava.beans.DefaultPersistenceDelegate.mutatesTo() called with null parameters.
--
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
|