1d00387debd10bba2618bb9c800af6697467443a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type jsonString : String to options : TestCaseOptions in method public TestCase(hostname String, port int, endpoint String, parameters Map<String,String>, method String, expectedResult Object, options TestCaseOptions) in class alluxio.rest.TestCase | From | To | |
Move Attribute | 2 | ||
Move Attribute private mPrettyPrint : boolean from class alluxio.rest.TestCase to private mPrettyPrint : boolean from class alluxio.rest.TestCaseOptions | From | To | |
Move Attribute private mJsonString : String from class alluxio.rest.TestCase to private mJsonString : String from class alluxio.rest.TestCaseOptions | From | To | |
Extract Class | 1 | ||
Extract Class alluxio.rest.TestCaseOptions from class alluxio.rest.TestCase | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mJsonString : String to mOptions : TestCaseOptions in class alluxio.rest.TestCase | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mJsonString : String to mOptions : TestCaseOptions in class alluxio.rest.TestCase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jsonString : String to options : TestCaseOptions in method public TestCase(hostname String, port int, endpoint String, parameters Map<String,String>, method String, expectedResult Object, options TestCaseOptions) in class alluxio.rest.TestCase | From | To |