Darrel Schneider created GEODE-4304:
---------------------------------------
Summary: Many places in the code access the "dataPolicy" field
instead of calling getDataPolicy
Key: GEODE-4304
URL: https://issues.apache.org/jira/browse/GEODE-4304
Project: Geode
Issue Type: Improvement
Components: regions
Reporter: Darrel Schneider
The field "dataPolicy" on AbstractRegion is protected.
Many other classes directly access this field instead of calling getDataPolicy.
The field should be made private and all access to it should be through methods.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)