[
https://issues.apache.org/jira/browse/GEODE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16331136#comment-16331136
]
ASF subversion and git services commented on GEODE-4304:
--------------------------------------------------------
Commit 3504d51c6be126975dcb394d3e926d0d2552a0b0 in geode's branch
refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3504d51 ]
GEODE-4304: use the gettor method for dataPolicy (#1295)
GEODE-4304: use the gettor method for dataPolicy
> 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: Sub-task
> Components: regions
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.5.0
>
>
> 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)