pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

in 2.0.6 compilation warnings "Deprecated use" #476

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
[INFO] google.webtoolkit.home (gwtHome) set, using it for GWT dependencies
- C:\KemplerWork\GWT153
Scanning source for uses of the deprecated gwt.typeArgs javadoc annotation;
please use Java parameterized types instead
   Type com.gwtext.client.data.NodeModel
      Field attributesAllowed
         [WARN] Deprecated use of gwt.typeArgs for field attributesAllowed;
Please use java.util.ArrayList<java.lang.String> as the field's type
      Field children
         [WARN] Deprecated use of gwt.typeArgs for field children; Please
use java.util.ArrayList<com.gwtext.client.data.NodeModel> as the field's type
      Field properties
         [WARN] Deprecated use of gwt.typeArgs for field properties; Please
use java.util.HashMap<java.lang.String,
com.google.gwt.user.client.rpc.IsSerializable> as the field's type

Original issue reported on code.google.com by dmitry.n...@gmail.com on 24 Feb 2009 at 4:58