[gwt-contrib] ListEditor compile-time error: Type mismatch: cannot convert from ListFoo to ListBaseFoo

2011-02-12 Thread Thomas Broyer
This was originally an issue report (hence the format of this mail), but I finally decided to turn it into a discussion here. *Found in GWT Release (e.g. 1.5.3, 1.6 RC):* trunk at r9715 *Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):* N/A (compile time; I haven't tried in DevMode)

[gwt-contrib] Re: ListEditor compile-time error: Type mismatch: cannot convert from ListFoo to ListBaseFoo

2011-02-12 Thread Thomas Broyer
I just tried my workaround on my real app and it actually doesn't work: the BaseFooEditor_subEditor_Context class is generated based on the parameterization of the first found instance so the following uses with another parameterization don't compile. E.g. public class

[gwt-contrib] Re: ListEditor compile-time error: Type mismatch: cannot convert from ListFoo to ListBaseFoo

2011-02-12 Thread Thomas Broyer
I filed a bug for the filename length issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6015 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors