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/ 
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to