[Mono-dev] [PATCH] Fix for Type.GetMember returning private property of base class

Rodrigo Kumpera kumpera at gmail.com
Thu Feb 11 18:47:05 EST 2010


Hi Eberhard,

I'll take the time to review your patch tomorrow.

Changes to reflection code require a lot of testing since they can break a
lot of stuff.

Thanks,
Rodrigo

On Mon, Feb 8, 2010 at 12:41 PM, Eberhard Beilharz <eb1 at sil.org> wrote:

>  Bump!
>
>
> On 01/28/2010 03:13 PM, Eberhard Beilharz wrote:
>
> The patch adds a fix and a unit test for bug #574696<https://bugzilla.novell.com/attachment.cgi?bugid=574696&action=enter>where Type.GetMember returned a private property of the base class instead
> of nothing.
>
> For a property Type.GetMember also checked the base classes for the desired
> property. It didn't do that for all the other cases like methods, events...,
> so I removed that recursion for the property case.
>
> Please review and commit.
>
> Thanks!
>     Eberhard
>
>
> _______________________________________________
> Mono-devel-list mailing listMono-devel-list at lists.ximian.comhttp://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100211/5b899fea/attachment.html 


More information about the Mono-devel-list mailing list