On Sunday, July 13, 2014 8:36:59 PM UTC+2, Jens wrote:
>
> GWT optimizes your Java code before transforming it to JavaScript. One of 
> these optimizations is method inlining. In your case your Java code from 
> the @UiHandler method body has been inlined into the class that is 
> generated by the UiBinder generator 
> (HomeViewImpl_HomeViewImplUiBinderImpl$Widgets)
>
> Thats why the exception does not point to your file but instead to the 
> generated UiBinder file.
>

…which you'll find in the "-gen" folder (not "-extra") 

-- 
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+unsubscr...@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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to