b69ae9dec0a1333e636550b9d12d332d4fac8acb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private runChownOwnerAndGroup(command String[], expectedReturnValue int, expectedCommandOutput String, expectedOwner String, expectedGroup String) : void from class alluxio.shell.command.ChownCommandTest to protected verifyCommandReturnValueAndOutput(expectedReturnValue int, expectedOutput String, command String...) : void from class alluxio.shell.AbstractAlluxioShellTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expectedCommandOutput : String to expectedOutput : String in method protected verifyCommandReturnValueAndOutput(expectedReturnValue int, expectedOutput String, command String...) : void in class alluxio.shell.AbstractAlluxioShellTest | From | To |