You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kevin Zhou (JIRA)" <ji...@apache.org> on 2010/05/24 10:12:23 UTC

[jira] Updated: (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 ]

Kevin Zhou updated HARMONY-2449:
--------------------------------

    Attachment: HARMONY-2449.diff

Would you please help to try this patch?
If it works, I will commit the patch after code freeze.

> [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
>            Priority: Minor
>         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.