> *My question is*: Should this have failed in GWT 2.7? Or is there a bug > in GWT 2.8? >
Given that the error message The interface UiBinder cannot be implemented more than once with different arguments: UiBinder<CollectionManagementLayout,SomeViewImpl> and UiBinder< CollectionManagementLayout,SomeViewImpl> already sounds dumb (arguments are both the same and not different), I would guess its a bug. If you can create a small, self contained example project that demonstrates the issue you should file a bug on github. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
