Kenneth Howe created GEODE-3584:
-----------------------------------
Summary: Refactor ServerLauncher and LocatorLauncher to eliminate
code duplication
Key: GEODE-3584
URL: https://issues.apache.org/jira/browse/GEODE-3584
Project: Geode
Issue Type: Improvement
Components: gfsh, locator
Reporter: Kenneth Howe
There is some duplication of code in the Launcher classes that can be
eliminated. Both classes have methods such as getBindAddress (called
getServerBindAddress in ServerLauncher) that could be hoisted into
AbstractLauncher class that they both extend. The same goes for the inner State
classes of the Launchers; they have methods that could be moved to
AbstractLauncher.ServiceState.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)