c82745432a962c817a8a7db92bb830fb6af01e33
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getNewZooKeeper() : ZooKeeper renamed to public connectToZooKeeper() : ZooKeeper in class org.apache.hadoop.ha.TestActiveStandbyElector.ActiveStandbyElectorTester | From | To | |
Rename Method protected getNewZooKeeper() : ZooKeeper renamed to protected connectToZooKeeper() : ZooKeeper in class org.apache.hadoop.ha.ActiveStandbyElector | From | To | |
Extract Method | 1 | ||
Extract Method protected createZooKeeper() : ZooKeeper extracted from protected getNewZooKeeper() : ZooKeeper in class org.apache.hadoop.ha.ActiveStandbyElector | From | To |