123d20016f883c37dedebb6b7f91325727c40dcf
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method public create(rpcBindSocket ServerSocket, webBindSocket ServerSocket) : AlluxioMasterProcess inlined to public create() : AlluxioMasterProcess in class alluxio.master.AlluxioMasterProcess.Factory | From | To | |
Inline Method public create(rpcBindSocket ServerSocket, webBindSocket ServerSocket) : AlluxioJobMasterProcess inlined to public create() : AlluxioJobMasterProcess in class alluxio.master.AlluxioJobMasterProcess.Factory | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute bindAddress : SocketAddress to mRpcBindAddress : InetSocketAddress in method protected startServingRPCServer() : void in class alluxio.master.AlluxioMasterProcess | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mWebBindSocket : ServerSocket to mWebBindAddress : InetSocketAddress in class alluxio.master.MasterProcess | From | To | |
Rename Attribute mRpcBindSocket : ServerSocket to mRpcBindAddress : InetSocketAddress in class alluxio.master.MasterProcess | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mWebBindSocket : ServerSocket to mWebBindAddress : InetSocketAddress in class alluxio.master.MasterProcess | From | To | |
Change Attribute Type mRpcBindSocket : ServerSocket to mRpcBindAddress : InetSocketAddress in class alluxio.master.MasterProcess | From | To |