migrator / guava-libraries-2

Guava: Google Core Libraries for Java 1.6+
0 stars 0 forks source link

Guava testlib doesn't test support of equal, but not identical (==) map/set keys at all #9

Open migrator opened 9 years ago

migrator commented 9 years ago

Which is a very important case.

relevance: 2

migrator commented 9 years ago

summary: Not Defined

Oh, in the test-suite builders? I had never thought about that. We should do something about it.

status Not Defined creator: cpov...@google.com created at: Sep 30, 2014

migrator commented 9 years ago

summary: Not Defined

The thing is everywhere in the framework we just use the given SimpleElements, same object for each "equivalence class" all the time. We don't try to, say, put a value for one key object, and get the value back querying equal, but not identical key.

status Not Defined creator: leventov...@gmail.com created at: Sep 30, 2014

migrator commented 9 years ago

summary: Not Defined

*SampleElements

status Not Defined creator: leventov...@gmail.com created at: Sep 30, 2014