[
https://issues.apache.org/jira/browse/GEODE-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093961#comment-16093961
]
ASF GitHub Bot commented on GEODE-3271:
---------------------------------------
GitHub user YehEmily opened a pull request:
https://github.com/apache/geode/pull/647
GEODE-3271: Refactor WanCommands
[See the JIRA ticket
here.](https://issues.apache.org/jira/browse/GEODE-3271)
`WanCommands.java` was a large class that contained multiple commands. Each
command has been refactored into a separate class, and the methods shared by
these commands have been refactored into a new and appropriately named class of
their own. Tests associated with `WanCommands` have been renamed and split up
into tests with names that relate to the newly separated commands.
- [x] There is a JIRA ticket associated with this PR that is referenced in
the commit message
- [x] This PR has been rebased against the latest commit within the target
branch
- [x] The initial contribution is a single, squashed commit
- [x] `gradlew build` runs cleanly
- [x] Unit tests have been updated to verify changes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/YehEmily/geode GEODE-3271
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/647.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #647
----
commit 6dd031d13473d500181342ba35f203caf1b8edbc
Author: YehEmily <[email protected]>
Date: 2017-07-19T20:16:03Z
GEODE-3271: Separating WanCommands into multiple command classes
commit f9a7242f3a4250ad157cfba5a20ff5e9b8b4a688
Author: YehEmily <[email protected]>
Date: 2017-07-19T20:16:03Z
GEODE-3271: Separating WanCommands into multiple command classes
commit 0728ccebb4538b7934bf73d7c9ab4aca832ede6d
Author: YehEmily <[email protected]>
Date: 2017-07-19T22:22:02Z
Merge branch 'GEODE-3271' of github.com:YehEmily/geode into GEODE-3271
commit 4c9873e46150264c2fb92b64926c603130460c47
Author: YehEmily <[email protected]>
Date: 2017-07-19T22:41:22Z
Adding tests
----
> Refactor WanCommands
> --------------------
>
> Key: GEODE-3271
> URL: https://issues.apache.org/jira/browse/GEODE-3271
> Project: Geode
> Issue Type: Sub-task
> Components: gfsh
> Reporter: Emily Yeh
> Assignee: Emily Yeh
>
> {{WanCommands.java}} is a large class that contains multiple commands. Each
> command should be refactored into a separate class, and the methods shared by
> the commands should be refactored into a new and appropriately named class of
> their own.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)