You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2017/05/22 18:24:04 UTC

[jira] [Created] (GEODE-2966) Refactor LauncherLifecycleCommands

Jared Stewart created GEODE-2966:
------------------------------------

             Summary: Refactor LauncherLifecycleCommands
                 Key: GEODE-2966
                 URL: https://issues.apache.org/jira/browse/GEODE-2966
             Project: Geode
          Issue Type: Sub-task
          Components: gfsh, management
            Reporter: Jared Stewart


LauncherLifecycleCommands is over 2000 lines of code, and could be made a lot more readable by introducing proper OO abstraction.  There are also many private static final strings like `CliStrings.START_LOCATOR__MEMBER_NAME` that could be made shorter and more contextual, e.g. `StartLocatorCommand.MEMBER_NAME`.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)