[ http://issues.apache.org/jira/browse/HARMONY-441?page=comments#action_12377950 ]
Mikhail Loenko commented on HARMONY-441:
----------------------------------------
The second patch was applied in revision 399949
> [classlib] java.beans.PropertyChangeSupport.addPropertyChangeListener(String, PropertyChangeListener)
should not throw NPE if propertyName == null
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HARMONY-441
> URL: http://issues.apache.org/jira/browse/HARMONY-441
> Project: Harmony
> Type: Bug
> Components: Classlib
> Reporter: Svetlana Samoilenko
> Assignee: Mikhail Loenko
> Priority: Minor
> Attachments: PropertyChangeSupport.diffs, VetoableChangeSupport.diffs
>
> According to java 1.5 specification for java.beans.PropertyChangeSupport.addPropertyChangeListener(String
propertyName, PropertyChangeListener listener) "If propertyName or listener is null, no exception
is thrown and no action is taken".
> Harmony throws NPE if propertyName == null.
--
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
|