hi chappel, <set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="true" />
in my moulde.gwt.xml file that is not stopping the warnings on console it is just supressing 2 line of warning from the whole warning stack trace Regards, Charan On Nov 20, 9:49 am, Charan <[EMAIL PROTECTED]> wrote: > hi chappel, > > <set-property name="gwt.suppressNonStaticFinalFieldWarnings" > value="true" /> > in moulde.gwt.xml file that is not stopping the warnings on console > > Regards, > Charan > > On Nov 19, 10:42 pm, "Ivan Chappel" <[EMAIL PROTECTED]> wrote: > > > Try adding the following to your module file : > > <set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="true" /> > > > On Wed, Nov 19, 2008 at 12:24 PM, Charan <[EMAIL PROTECTED]> wrote: > > > > hi, > > > i have my pojo which are having Collections(Map, List, Vector) which > > > are raw type (not generic) > > > > when i was compiling i am the following warning (still the app is > > > working fine) > > > > Compiling module com.capgent.cpt.FileView > > > [java] Scanning for additional dependencies: file:/D:/ > > > Charan_workspace/capgentForGWT1.5.3/src/main/com/capgent/cpt/client/ > > > FileView.java > > > [java] Computing all possible rebind results for > > > 'com.capgent.cpt.client.services.FilesService' > > > [java] Rebinding > > > com.capgent.cpt.client.services.FilesService > > > [java] Invoking <generate-with > > > class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/ > > > > [java] Generating client proxy for remote service > > > interface 'com.capgent.cpt.client.services.FilesService' > > > [java] Analyzing > > > 'com.capgent.cpt.client.services.FilesService' for serializable types > > > [java] Analyzing methods: > > > [java] public abstract > > > com.capgent.cpt.client.common.dto.Response deleteFile(java.lang.String > > > url) > > > [java] Return type: > > > com.capgent.cpt.client.common.dto.Response > > > [java] > > > com.capgent.cpt.client.common.dto.Response > > > [java] Verifying instantiability > > > [java] > > > com.capgent.cpt.client.common.dto.Response > > > [java] Analyzing the fields > > > of type 'com.capgent.cpt.client.common.dto.Response' that qualify for > > > serialization > > > [java] private > > > com.capgent.cpt.client.common.dto.DEntity returnValue > > > [java] > > > com.capgent.cpt.client.common.dto.DEntity > > > [java] Verifying > > > instantiability > > > [java] > > > com.capgent.cpt.client.common.dto.DGrid > > > [java] > > > Analyzing the fields of type 'com.capgent.cpt.client.common.dto.DGrid' > > > that qualify for serialization > > > [java] > > > private java.util.ArrayList columns > > > [java] > > > java.util.ArrayList > > > > [java] > > > Verifying instantiability > > > > [java] > > > java.util.ArrayList<? extends java.lang.Object> > > > > [java] > > > [WARN] Checking all subtypes of Object which qualify for serialization > > > > [java] > > > com.capgent.cpt.client.common.dto.CptFilterDataSet > > > > [java] > > > Verifying instantiability > > > > [java] > > > com.capgent.cpt.client.common.dto.CptFilterDataSet > > > > [java] > > > Analyzing the fields of type > > > 'com.capgent.cpt.client.common.dto.CptFilterDataSet' that qualify for > > > serialization > > > > [java] > > > private java.util.HashMap filter > > > > [java] > > > java.util.HashMap > > > > [java] > > > Verifying instantiability > > > > [java] > > > com.google.gwt.i18n.client.impl.ConstantMap > > > > [java] > > > Analyzing the fields of type > > > 'com.google.gwt.i18n.client.impl.ConstantMap' that qualify for > > > serialization > > > > [java] > > > [WARN] Field 'private final > > > > com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet<java.lang.String> > > > keys' will not be serialized because it is final > > > > it is looking all dependency classes and checking for > > > serialization > > > and finallyu giving warning at ConstantMap > > > can anyone help me how to resolve this error --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
