I  want to use the new feature of GWT 2.6. @GwtIncompatible GWT 2.6 
annotation.

After installing 2.6.0 (RC)  and compiling the gwt proyect i get this issue 
 with GUAVA  ( 

   - 
guava-15.0.jar<http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.0/guava-15.0.jar>
   - 
guava-gwt-15.0.jar<http://search.maven.org/remotecontent?filepath=com/google/guava/guava-gwt/15.0/guava-gwt-15.0.jar>
   
[* also proved  guava -1*4 ]


Compiling my gwt client classes :

*com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java*


 *    [ERROR] Line 140: Name clash: The method copyOf(Collection<? extends 
E>) of type ImmutableSortedSet<E> has the same erasure as 
copyOf(Collection<? extends E>) of type ImmutableSet<E> but does not hide 
it*

*      [ERROR] Line 145: Name clash: The method copyOf(Iterable<? extends 
E>) of type ImmutableSortedSet<E> has the same erasure as copyOf(Iterable<? 
extends E>) of type ImmutableSet<E> but does not hide it*

*      [ERROR] Line 150: Name clash: The method copyOf(Iterator<? extends 
E>) of type ImmutableSortedSet<E> has the same erasure as copyOf(Iterator<? 
extends E>) of type ImmutableSet<E> but does not hide it*


*Thank u*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to