Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7631

Cache.entrySet() entries don't implement Map.Entry.equals() correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.0.1.Final
    • 9.0.0.Final
    • Core
    • None

      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:

      cache.entrySet().contains(new AbstractMap.SimpleEntry("k", "v"))
      

              pruivo@redhat.com Pedro Ruivo
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: