[ 
https://issues.apache.org/jira/browse/GEODE-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16330823#comment-16330823
 ] 

ASF subversion and git services commented on GEODE-4305:
--------------------------------------------------------

Commit ffee51a19437d69099b5aefe0da6c47ac32e853d in geode's branch 
refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ffee51a ]

GEODE-4305: encapsulate the concurrencyChecksEnabled field (#1297)

The concurrencyChecksEnabled is now always accessed using
getConcurrencyChecksEnabled and setConcurrencyChecksEnabled.

> Many places in the code access the "concurrencyChecksEnabled" field instead 
> of calling getConcurrencyChecksEnabled
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-4305
>                 URL: https://issues.apache.org/jira/browse/GEODE-4305
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>
> The field "concurrencyChecksEnabled" on AbstractRegion is protected.
> Many other classes directly access this field instead of calling 
> getConcurrencyChecksEnabled.
> 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)

Reply via email to