[infinispan-issues] [JBoss JIRA] (ISPN-7631) Cache.entrySet() entries don't implement Map.Entry.equals() correctly
Dan Berindei (JIRA)
issues at jboss.org
Thu Mar 16 07:44:02 EDT 2017
Dan Berindei created ISPN-7631:
----------------------------------
Summary: Cache.entrySet() entries don't implement Map.Entry.equals() correctly
Key: ISPN-7631
URL: https://issues.jboss.org/browse/ISPN-7631
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.CR2
Reporter: Dan Berindei
Assignee: Pedro Ruivo
The {{Map.Entry.equals()}} javadoc says "Returns true if the given object is also a map entry and the two entries represent the same mapping.", meaning any other metadata stored in cache entries (e.g. lifespan) must be ignored for the purpose of checking equality. In other words, this code should work regardless of what entries are stored in the cache or in the invocation context:
{code:java}
cache.entrySet().contains(new AbstractMap.SimpleEntry("k", "v"))
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list