Mark
Is there some reason why you are not putting new regression tests into an
existing PropertyDescriptorTest?
Thanks,
Mikhail
> [ http://issues.apache.org/jira/browse/HARMONY-237?page=all ]
>
>Mikhail Loenko reassigned HARMONY-237:
>--------------------------------------
>
> Assign To: Mikhail Loenko
>
>> 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
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org
|