[
https://issues.apache.org/jira/browse/GEODE-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323024#comment-16323024
]
ASF subversion and git services commented on GEODE-3583:
--------------------------------------------------------
Commit 283c16e62a96b2cf93f40bfea3d34e1ebdc8b647 in geode's branch
refs/heads/feature/GEODE-3583-storage from [~nreich]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=283c16e ]
Merge branch 'feature/GEODE-3583-storage' of ssh://github.com/apache/geode into
feature/GEODE-3583-storage
> Remove all usages of static methods to the Cache
> ------------------------------------------------
>
> Key: GEODE-3583
> URL: https://issues.apache.org/jira/browse/GEODE-3583
> Project: Geode
> Issue Type: Improvement
> Reporter: Udo Kohlmeyer
> Attachments: CacheFactoryList.txt, CombinedList.txt,
> GemFireCacheImplList.txt, InternalDistributedSystemList.txt
>
>
> This ticket is the parent ticket to remove all invocations of
> Cache.getAnyInstance(), GemFireCacheImpl.getInstance(), etc...
> This improvement is complete is there are no more usages of the static
> methods to retrieve a Cache
> As per some work that [~huynhja] has done
> _ grep -rl "GemFireCacheImpl.getInstance" --include \*.java . >
> GemFireCacheImplList.txt
> grep -rl "CacheFactory.getAnyInstance" --include \*.java . >
> CacheFactoryList.txt
> grep -rl "InternalDistributedSystem.getAnyInstance" --include \*.java . >
> InternalDistributedSystemList.txt
> I've attached the files to this email...
> The combinedList.txt is a grep that combined all 3 calls into a single
> file... _
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)