916763e747b0f2d3bf2dcda76100dbc0d5714a9c
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public onlineZooKeeperServers() : void renamed to public onlineZooKeeperServer() : void in class org.apache.giraph.zk.ZooKeeperManager | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type configFilePath : String to config : ZookeeperConfig in method public start(config ZookeeperConfig) : int in class org.apache.giraph.zk.InProcessZooKeeperRunner.ZooKeeperServerRunner | From | To | |
| Rename Variable | 1 | ||
| Rename Variable numServers : int to port : int in method private createZooKeeperServerList() : void in class org.apache.giraph.zk.ZooKeeperManager | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to int in method public start(config ZookeeperConfig) : int in class org.apache.giraph.zk.InProcessZooKeeperRunner.ZooKeeperServerRunner | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable serverConfig : ServerConfig to config : ZookeeperConfig in method public start(config ZookeeperConfig) : int in class org.apache.giraph.zk.InProcessZooKeeperRunner.ZooKeeperServerRunner | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute configFilePath : String to config : ZookeeperConfig in class org.apache.giraph.zk.ZooKeeperManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type serverHostList : List<String> to serverHostList : String[] in method private getZooKeeperServerList() : void in class org.apache.giraph.zk.ZooKeeperManager | From | To | |
| Change Variable Type serverConfig : ServerConfig to config : ZookeeperConfig in method public start(config ZookeeperConfig) : int in class org.apache.giraph.zk.InProcessZooKeeperRunner.ZooKeeperServerRunner | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type configFilePath : String to config : ZookeeperConfig in class org.apache.giraph.zk.ZooKeeperManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private updateZkPortString() : void extracted from private getZooKeeperServerList() : void in class org.apache.giraph.zk.ZooKeeperManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter configFilePath : String to config : ZookeeperConfig in method public start(config ZookeeperConfig) : int in class org.apache.giraph.zk.InProcessZooKeeperRunner.ZooKeeperServerRunner | From | To |