You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Udo Kohlmeyer (JIRA)" <ji...@apache.org> on 2017/09/08 17:57:01 UTC

[jira] [Updated] (GEODE-3583) Remove all usages of static methods to the Cache

     [ https://issues.apache.org/jira/browse/GEODE-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Kohlmeyer updated GEODE-3583:
---------------------------------
    Attachment: CacheFactoryList.txt
                CombinedList.txt
                GemFireCacheImplList.txt
                InternalDistributedSystemList.txt

> 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)