17c0b2b414691609ff322634a8f28e8c5d315571
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 4 | ||
| Move Method public waitForReady() : void from class alluxio.proxy.AlluxioProxy to public waitForReady() : void from class alluxio.proxy.DefaultAlluxioProxy | From | To | |
| Move Method public stop() : void from class alluxio.proxy.AlluxioProxy to public stop() : void from class alluxio.proxy.DefaultAlluxioProxy | From | To | |
| Move Method public getWebLocalPort() : int from class alluxio.proxy.AlluxioProxy to public getWebLocalPort() : int from class alluxio.proxy.DefaultAlluxioProxy | From | To | |
| Move Method public start() : void from class alluxio.proxy.AlluxioProxy to public start() : void from class alluxio.proxy.DefaultAlluxioProxy | From | To | |
| Change Return Type | 1 | ||
| Change Return Type AlluxioProxy to AlluxioProxyService in method public getProxy() : AlluxioProxyService in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private mWebServer : WebServer from class alluxio.proxy.AlluxioProxy to private mWebServer : WebServer from class alluxio.proxy.DefaultAlluxioProxy | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.proxy.DefaultAlluxioProxy from class alluxio.proxy.AlluxioProxy | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mProxy : AlluxioProxy to mProxy : AlluxioProxyService in class alluxio.master.AbstractLocalAlluxioCluster | From | To |