[infinispan-issues] [JBoss JIRA] (ISPN-7476) Cache get might throw NPE is entry not found in context

Galder Zamarreño (JIRA) issues at jboss.org
Wed Feb 15 05:33:00 EST 2017


Galder Zamarreño created ISPN-7476:
--------------------------------------

             Summary: Cache get might throw NPE is entry not found in context
                 Key: ISPN-7476
                 URL: https://issues.jboss.org/browse/ISPN-7476
             Project: Infinispan
          Issue Type: Sub-task
            Reporter: Galder Zamarreño
             Fix For: 9.0.0.Final


A key with an incorrect equals implementation (e.g. one that always returns false) will result in NPE:

{code}
Caused by: java.lang.NullPointerException
	at org.infinispan.commands.read.GetKeyValueCommand.perform(GetKeyValueCommand.java:49)
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the infinispan-issues mailing list