nikhilbchilwant / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 1 forks source link

Compilation warnings with FastTree #265

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of gwt and gwt-incubator are you using?

gwt 1.5.3
gwt-incubator 1.5.3

gwt-incubator downloaded from Maven2 repository:

http://repo2.maven.org/maven2/com/google/gwt/gwt-incubator/1.5-Dec_28

What OS and browser are you using?

OS: "windows vista" version: "6.0" arch: "x86" Family: "windows"
browser: Firefox 3.0.8

Do you see this error in hosted mode, web mode, or both?

Both of them

The compilation output when I use FastTree in my code is:

[INFO]  running main class com.google.gwt.dev.GWTCompiler with args....
[INFO] Compiling module UiClient
[INFO] Scanning for additional dependencies:
jar:file:/C:/Users/jvazquez/.m2/repository/com/google/gwt/gwt-incubator/1.5-Dec_
28/gwt-incubator-1.5-Dec_28.jar!/com/google/gwt/widgetideas/client/FastTree.java
[INFO]    Computing all possible rebind results for
'com.google.gwt.widgetideas.client.FastTree.DefaultResources'
[INFO]       Rebinding
com.google.gwt.widgetideas.client.FastTree.DefaultResources
[INFO]          Invoking <generate-with
class='com.google.gwt.libideas.resources.rebind.context.InlineResourceBundleGene
rator'/>
[INFO]             Creating assignment for selectionBar
[INFO]                Finding resources
[INFO]                   [WARN] Method selectionBar uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for treeClosed
[INFO]                Finding resources
[INFO]                   [WARN] Method treeClosed uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for treeOpen
[INFO]                Finding resources
[INFO]                   [WARN] Method treeOpen uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for css
[INFO]                Finding resources
[INFO]                   [WARN] Method css uses a deprecated @gwt.resources
metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for cssRTL
[INFO]                Finding resources
[INFO]                   [WARN] Method cssRTL uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]       Rebinding
com.google.gwt.widgetideas.client.FastTree.DefaultResources
[INFO]          Invoking <generate-with
class='com.google.gwt.libideas.resources.rebind.context.StaticResourceBundleGene
rator'/>
[INFO]             Creating assignment for css
[INFO]                Finding resources
[INFO]                   [WARN] Method css uses a deprecated @gwt.resources
metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for cssRTL
[INFO]                Finding resources
[INFO]                   [WARN] Method cssRTL uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for selectionBar
[INFO]                Finding resources
[INFO]                   [WARN] Method selectionBar uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for treeClosed
[INFO]                Finding resources
[INFO]                   [WARN] Method treeClosed uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO]             Creating assignment for treeOpen
[INFO]                Finding resources
[INFO]                   [WARN] Method treeOpen uses a deprecated
@gwt.resources metadata annotation.  Convert to
@com.google.gwt.libideas.resources.client.ImmutableResourceBundle$Resource
[INFO] Compilation succeeded

Original issue reported on code.google.com by juanjo.v...@gmail.com on 22 Apr 2009 at 2:58