[Mono-dev] System.Data.Mono.Data.SqlExpressions.IExpression.Reset name change

Boris Kirzner borisk at mainsoft.com
Mon Jan 9 10:30:14 EST 2006


Hello all

The resent change by Senga that introduces Reset method in IExpression
interface presents us (Grasshopper) with the following problem: since in
Java methods can not be overrided by interface, but by name only, in
class RelatedDataView method Reset() inherited from DataView collides
with method Reset() from IExpression. 
DataView.Reset() is a part of public interface, so its name can not be
changed.

If no one objects, I'd like to change the IExpression.Reset() to
IExpression.ResetExpression(). If not - I'll make the mane change under
#ifdef TARGET_JVM, what personally looks for me as a less clean
solution.

Thanks,
Boris


--
Boris Kirzner
Mono R&D team, Mainsoft Corporation.
Blogging at http://boriskirzner.blogspot.com/ 



More information about the Mono-devel-list mailing list