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

Eberhard Beilharz eb1 at sil.org
Mon Feb 8 09:41:37 EST 2010


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 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/20100208/e94a61d2/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug574696.patch
Type: text/x-patch
Size: 2218 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100208/e94a61d2/attachment.bin 


More information about the Mono-devel-list mailing list