[
https://issues.apache.org/jira/browse/GEODE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008986#comment-16008986
]
ASF subversion and git services commented on GEODE-254:
-------------------------------------------------------
Commit dc198bd3d35b0a3f5339683ce7a25add6584a147 in geode's branch
refs/heads/feature/GEODE-2900 from [~adongre]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=dc198bd ]
GEODE-254: Addressing review comments from PR #488 Replacing all inststance of
entries with entrySet
GEODE-254: Fixing the Test Failures
- Removed test testIndexMaintenanceWithIndexOnMethodEntries since this is no
more applicable.
GEODE-254: Spotless fixing.
This closes #504
Signed-off-by: adongre <[email protected]>
> Remove deprecated Region.keys and Region.entries
> ------------------------------------------------
>
> Key: GEODE-254
> URL: https://issues.apache.org/jira/browse/GEODE-254
> Project: Geode
> Issue Type: Sub-task
> Reporter: Darrel Schneider
> Assignee: Avinash Dongre
> Fix For: 1.2.0
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Remove the deprecated Region.keys and Region.entries. Any calls can be simply
> changed to Region.keySet and Region.entrySet so this should be an easy change.
> A large number of tests call the deprecated methods.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)