Saturday, February 23, 2013

Re: GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses



On Saturday, February 23, 2013 5:20:23 AM UTC+1, Bademus ᵗʰᵉ wrote:
It seems that GenTool goes into infinite loop again

Version: gwt 2.5.1-rc1
Code:
public interface EntityBaseProxy extends EntityProxy { ... }

@ExtraTypes(AuthorProxy.class)
public interface UserProxy extends EntityBaseProxy { ... }

public interface AuthorProxy extends UserProxy { ... }

It's no news actually (and Brad was right, and I was wrong): https://code.google.com/p/google-web-toolkit/issues/detail?id=6912
Workaround: don't put @ExtraTypes on the super-interface of the "extra" interfaces (e.g. move @ExtraTypes to a RequestContext)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment