You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2010/06/14 18:41:14 UTC

[jira] Assigned: (HARMONY-2449) [classlib][beans] java.beans.DefaultPersistenceDelegate.mutatesTo() should throw NPE for null parameter.

     [ https://issues.apache.org/jira/browse/HARMONY-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-2449:
------------------------------------

    Assignee: Tim Ellison

> [classlib][beans] java.beans.DefaultPersistenceDelegate.mutatesTo() should throw NPE for null parameter.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2449
>             Project: Harmony
>          Issue Type: Bug
>          Components: Non-bug differences from RI
>            Reporter: Nikolay Kuznetsov
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-2449.diff, test.java
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.