b272eb0a4983b1175a733d3de59ce4b87c58da18
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type RestApiTestCase to TestCase in method public newMasterTestCase(suffix String, parameters Map<String,String>, method String, expectedResult Object, resource LocalAlluxioClusterResource) : TestCase in class alluxio.rest.TestCaseFactory | From | To | |
Change Return Type RestApiTestCase to TestCase in method public newWorkerTestCase(suffix String, parameters Map<String,String>, method String, expectedResult Object, resource LocalAlluxioClusterResource) : TestCase in class alluxio.rest.TestCaseFactory | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class alluxio.RestApiTestCase moved and renamed to alluxio.rest.TestCase | From | To | |
Move And Rename Class alluxio.RestApiTestCaseFactory moved and renamed to alluxio.rest.TestCaseFactory | From | To | |
Change Variable Type | 2 | ||
Change Variable Type testCase : RestApiTestCase to testCase : TestCase in method public readBlockTest() : void in class alluxio.worker.block.BlockWorkerClientRestApiTest | From | To | |
Change Variable Type testCase : RestApiTestCase to testCase : TestCase in method public writeTest() : void in class alluxio.worker.block.BlockWorkerClientRestApiTest | From | To |