chen870647924 / guava-libraries

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

Annoying warning on TreeMultiset.comparator #871

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My GWT code uses Multiset<Long> and when I compile it I get this warning:

com.google.common.collect.Multiset<java.lang.Long>
                                                                                                            Verifying instantiability
                                                                                                               com.google.common.collect.TreeMultiset<java.lang.Long>
                                                                                                                  Analyzing the fields of type 'com.google.common.collect.TreeMultiset<java.lang.Long>' that qualify for serialization
                                                                                                                     [WARN] Field 'private final java.util.Comparator<? super E> comparator' will not be serialized because it is final

Original issue reported on code.google.com by Yoav.Zibin@gmail.com on 17 Jan 2012 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by cpov...@google.com on 18 Jan 2012 at 1:08

GoogleCodeExporter commented 9 years ago
Thanks for reporting this.  The fix will be mirrored out shortly.

Original comment by cpov...@google.com on 24 Jan 2012 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 30 Jan 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:14

GoogleCodeExporter commented 9 years ago

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