javierdotnet / gwt-ext

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

[DEBUG] Scanning source for uses of the deprecated gwt.typeArgs javadoc annotation; please use Java parameterized types instead #464

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile with the new 2.0.6 jar
2.
3.

What is the expected output? What do you see instead?
no warnings related the old coding approach for the class:
[DEBUG] Type com.gwtext.client.data.NodeModel

What version of the product are you using? On what operating system?
2.0.6

Please provide any additional information below.
1. download the jar, replace the old one 2.0.5 and try to run your app.

Original issue reported on code.google.com by cristesc...@gmail.com on 11 Jan 2009 at 6:53

GoogleCodeExporter commented 9 years ago
Also, the root directory of the 2.0.6.jar is 2.0.5 :(!)

Original comment by cristesc...@gmail.com on 11 Jan 2009 at 6:56

GoogleCodeExporter commented 9 years ago
here it is the jar fixed (source is included too)

Original comment by cristesc...@gmail.com on 11 Jan 2009 at 7:29

Attachments:

GoogleCodeExporter commented 9 years ago
other people found this too ... 
http://gwt-ext.com/forum/viewtopic.php?f=7&t=3643

Original comment by cristesc...@gmail.com on 11 Jan 2009 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by mlim1...@gmail.com on 20 Jan 2009 at 9:07

GoogleCodeExporter commented 9 years ago
Hi 

I was getting lot of deprecated warning messages like "Deprecated use of 
gwt.typeArgs
for field attributesAllowed; Please use java.util.ArrayList<java.lang.String> 
as the
field's type" and like. 

Sol : As suggested i replaced gwtext-2.0.5.jar with gwtext-2.0.6.jar and now i 
am not
getting any warnings.
Thanks a lot for the solution.You made my day:)

Jai

Original comment by withrajk...@gmail.com on 14 Aug 2009 at 7:56

GoogleCodeExporter commented 9 years ago
I'm glad I could help :) Enjoy it !

Another better solution is to extract all project from SVN, resolve all 
generics stuff, 
and put here the version  (I did that once), but I cannot commit the changes 
back :( 

Cheers,
Sorinel CRISTESCU

Original comment by cristesc...@gmail.com on 27 Aug 2009 at 2:37