[ http://issues.apache.org/jira/browse/HARMONY-237?page=comments#action_12375504 ]
Mark Hindess commented on HARMONY-237:
--------------------------------------
This fixes the behaviour but it looks like the tests from the first patch for the three argument
case and from the second patch are still missing.
> 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
|