MedwynLiang / google-collections

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

TreeMultimap does not define equals() method #267

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TreeMultimap does not override equals() method while all the other Multimap
implementations do it.

Original issue reported on code.google.com by ankos...@gmail.com on 20 Oct 2009 at 3:26

GoogleCodeExporter commented 9 years ago
It should be getting the right behavior from StandardMultimap.equals().  What's 
the
specific problem you witnessed?

Original comment by kevin...@gmail.com on 20 Oct 2009 at 3:49

GoogleCodeExporter commented 9 years ago
I apologized for not testing it more thoroughly. 

I assume it was eclipse/maven related issue.
After switching to RC2 (and back to RC3), navigating to equals() ceased linking 
to
Object.equals() and used the correct StandardSetMultimap.equals().

Original comment by ankos...@gmail.com on 20 Oct 2009 at 4:30

GoogleCodeExporter commented 9 years ago
np.

Original comment by kevin...@gmail.com on 20 Oct 2009 at 5:56