[
https://issues.apache.org/jira/browse/CASSANDRA-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14116609#comment-14116609
]
Blake Eggleston commented on CASSANDRA-7841:
--------------------------------------------
Here's a list of singleton dependencies by class, and the methods they call.
https://gist.github.com/bdeggleston/06704ee4e84dabf7fd75
> Pass static singleton instances into constructors of dependent classes
> ----------------------------------------------------------------------
>
> Key: CASSANDRA-7841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7841
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Blake Eggleston
>
> Identify all non-singleton usages of static state (grep for '.instance.'),
> and refactor to pass dependencies into their constructors from their
> instantiating services.
--
This message was sent by Atlassian JIRA
(v6.2#6252)