yf0994 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Multimaps.filterValues undefined for releases 11-13 when used with GWT #1113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

I got the following error message during compilation: 

[ERROR] Line xx: The method filterValues(Multimap<A,B>, new Predicate<B>(){}) 
is undefined for the type Multimaps

My GWT version is 2.5.0-rc1. Thanks!

Original issue reported on code.google.com by dennis.s...@gmail.com on 18 Aug 2012 at 12:41

GoogleCodeExporter commented 9 years ago
That is, in fact, what normally happens when you call a method in GWT that's 
marked @GwtIncompatible.

Original comment by wasserman.louis on 18 Aug 2012 at 1:26

GoogleCodeExporter commented 9 years ago
Ah yes, my mistake; I misread it as @GwtCompatible. Any thoughts as to when it 
will be made GWT compatible?

Original comment by dennis.s...@gmail.com on 18 Aug 2012 at 2:34

GoogleCodeExporter commented 9 years ago
I'm sorry to say that that is probably not going to be a priority for us 
anytime soon.

Original comment by kevinb@google.com on 18 Aug 2012 at 6:26

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08