I'm not really working on UiBinder but I have made some changes in the past. It looks like the fields are being written in com.google.gwt.uibinder.rebind.FieldManager.initializeWidgetsInnerClass. There may be a bug in BUILD_DEFINITION_SORT that is causing the fields to be initialized out of order in this situation. I believe that if the build_TEXT was called first, then there would be no NPE and all would be good.
Andrew On Fri, Mar 22, 2013 at 4:01 AM, Thomas Broyer <[email protected]> wrote: > Who's working on/knowledgeable about UiBinder these days? > > Is [email protected] still at Google and working on GWT? > > See https://code.google.com/p/google-web-toolkit/issues/detail?id=8080 > > -- > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > --- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Andrew Bachmann | Software Engineer | 345 Spear St, San Francisco, CA | 415-652-0315 -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
