Darrel Schneider created GEODE-5154:
---------------------------------------

             Summary: null checks on callbackEvent are not needed in txApplyPut
                 Key: GEODE-5154
                 URL: https://issues.apache.org/jira/browse/GEODE-5154
             Project: Geode
          Issue Type: Sub-task
          Components: transactions
            Reporter: Darrel Schneider


The txApplyPut code has a number of null checks on the "callbackEvent" which is 
a field that could be made final and always has a non-null value. In general 
this is true for all the txApply* methods on AbstractRegionMap. 
txApplyInvalidate and txApplyDestroy are more complicated would need some 
additional refactoring to make sure "callbackEvent" is never null.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to