View Full Version : Ext-GWT 1.1 and GWT 1.5.x
Hi, I'm wondering why Ext-GWT 1.1 and up have these "Rebinding" messages?
I know these are warnings, but I want to know if this warning is introduced by Ext-GWT or by GWT ?
gslender
28 Oct 2008, 1:04 PM
what rebinding messages?
darrellmeyer
28 Oct 2008, 1:43 PM
http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/4d38cff6b1c217c6/b53895b10df1238c?lnk=gst&q=OrderedConstantSet#b53895b10df1238c
chem
28 Oct 2008, 11:05 PM
[WARN] Field 'private final com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet<java.lang.String> keys' will not be serialized because it is final
you can hide the warning by adding
<set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="true" />
to the project *.gwt.xml
darrellmeyer
29 Oct 2008, 7:55 AM
Thanks, I have added the entry.
paulwang
29 Oct 2008, 10:52 AM
Um, I'd like to ask that this entry be removed from GXT.gwt.xml.
This is a GWT bug and is not related to ExtGWT. It doesn't make sense that by including GXT module all of a sudden I don't have non static final field warnings anymore. If desired the suppress should be set in user's probject .gwt.xml and not in the GXT module. Thanks.
Oh, and here's the GWT Issue link http://code.google.com/p/google-web-toolkit/issues/detail?id=2862
darrellmeyer
29 Oct 2008, 10:54 AM
I agree and will remove it.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.