b1cf27e3709dbcd6b0a7342a0208ef15bce28acf
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private getResponse(connection HttpURLConnection) : String from class alluxio.master.block.BlockMasterClientRestApiTest to protected getResponse(connection HttpURLConnection) : String from class alluxio.AbstractRestApiTest | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute public mResource : LocalAlluxioClusterResource from class alluxio.master.block.BlockMasterClientRestApiTest to protected mResource : LocalAlluxioClusterResource from class alluxio.AbstractRestApiTest | From | To | |
Move Class | 1 | ||
Move Class alluxio.master.block.BlockMasterClientRestApiTest.TestCase moved to alluxio.AbstractRestApiTest.TestCase | From | To | |
Extract Superclass | 1 | ||
Extract Superclass alluxio.AbstractRestApiTest from classes [alluxio.master.block.BlockMasterClientRestApiTest] | From | To | |
Rename Parameter | 2 | ||
Rename Parameter alluxioPath : String to path : String in method public loadMetadata(path String, recursive boolean) : Response in class alluxio.master.file.FileSystemMasterClientRestServiceHandler | From | To | |
Rename Parameter alluxioPath : String to path : String in method public mount(path String, ufsPath String) : Response in class alluxio.master.file.FileSystemMasterClientRestServiceHandler | From | To |