I tried:  

<inherits name="com.google.common.collect.Collect"/>
with Java 8 and get the following error even with changing the JDT jar in 
the eclipse plugin folder:

   Tracing compile failure path for type 
'com.google.common.collect.Collections2'

      [ERROR] Errors in 'com/google/common/collect/Collections2.java'

         [ERROR] Line 201: The method and(Predicate<capture#14-of ? super 
E>, Predicate<capture#15-of ?>) is undefined for the type 
Collections2.FilteredCollection<E>

         [ERROR] Line 206: The method and(Predicate<capture#16-of ? super 
E>, Predicate<capture#17-of ?>) is undefined for the type 
Collections2.FilteredCollection<E>

   Tracing compile failure path for type 'com.google.common.collect.Maps'

      [ERROR] Errors in 
'com/google/common/collect/super/com/google/common/collect/Maps.java'

         [ERROR] Line 2244: The method and(Predicate<capture#263-of ? super 
Map.Entry<K,V>>, Predicate<capture#264-of ? super Map.Entry<K,V>>) is 
undefined for the type Predicates

         [ERROR] Line 2343: The method and(Predicate<capture#265-of ? super 
Map.Entry<K,V>>, Predicate<capture#266-of ? super Map.Entry<K,V>>) is 
undefined for the type Predicates

   Tracing compile failure path for type 
'com.google.common.collect.Multimaps'

      [ERROR] Errors in 
'com/google/common/collect/super/com/google/common/collect/Multimaps.java'

         [ERROR] Line 1691: The method and(Predicate<capture#83-of ? super 
K>, Predicate<capture#84-of ? super K>) is undefined for the type Predicates

         [ERROR] Line 1954: The method and(Predicate<capture#105-of ? super 
Map.Entry<K,V>>, Predicate<capture#106-of ? super Map.Entry<K,V>>) is 
undefined for the type Predicates

         [ERROR] Line 1735: The method and(Predicate<capture#87-of ? super 
K>, Predicate<capture#88-of ? super K>) is undefined for the type Predicates

         [ERROR] Line 1779: The method and(Predicate<capture#91-of ? super 
K>, Predicate<capture#92-of ? super K>) is undefined for the type Predicates

         [ERROR] Line 1940: The method and(Predicate<capture#103-of ? super 
Map.Entry<K,V>>, Predicate<capture#104-of ? super Map.Entry<K,V>>) is 
undefined for the type Predicates

   [ERROR] Aborting compile due to errors in some input files
 

Am Mittwoch, 3. Dezember 2014 21:21:48 UTC+1 schrieb Jens:
>
> Given that GWT embeds JDT, I wonder if it's a bug in the version of JDT 
>> we're currently using? Just guessing, but it looks like there is a 
>> 3.11.0 version that I might try as a knee jerk/couldn't hurt first step: 
>>
>> https://repo.eclipse.org/index.html#nexus-search;quick~jdt 
>>
>> (Curious that there are multiple 3.10.0/3.11.0 artifacts in that repo, 
>> but with different date suffixes.) 
>>
>
> Updating JDT did fix it for me locally. I have opened an issue for it:
>
> https://code.google.com/p/google-web-toolkit/issues/detail?id=9036
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/822b487a-c860-45fe-9cb5-28ee9fb2f3df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to