You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/04/21 08:50:07 UTC

[jira] Commented: (HARMONY-237) PropertyDescriptor constructors throws incorrect (or no) exception

    [ http://issues.apache.org/jira/browse/HARMONY-237?page=comments#action_12375497 ] 

Mark Hindess commented on HARMONY-237:
--------------------------------------

Looks like the fix in the 02 patch is missing?
-Mark.


> PropertyDescriptor constructors throws incorrect (or no) exception
> ------------------------------------------------------------------
>
>          Key: HARMONY-237
>          URL: http://issues.apache.org/jira/browse/HARMONY-237
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: 02.propertydescriptor.empty.propery.name.diff, propertydescriptor.npe.diff
>
> Passing all null arguments to these constructors gives incorrect behaviour.
> j.beans.PropertyDescriptor(j.l.String,j.l.Class):
>   RI throws j.beans.IntrospectionException but
>   Harmony throws j.l.NullPointerException
> j.beans.PropertyDescriptor(j.l.String,j.l.Class,j.l.String,j.l.String):
>   RI throws j.beans.IntrospectionException but
>   Harmony throws j.l.NullPointerException
> j.beans.PropertyDescriptor(j.l.String,j.l.reflect.Method,j.l.reflect.Method):
>   RI throws j.beans.IntrospectionException but
>   Harmony doesn't throw an exception
> Will attach a patch.

-- 
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