f5cecd080b9fbf0df76723c8b805d4074d350724
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public chownUserAndGroup() : void renamed to public chownInvalidOwnerValidGroup() : void in class alluxio.shell.command.ChownCommandTest | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable originalGroup : String to expectedGroup : String in method private checkFileOwnerAndGroup(path String, expectedOwner String, expectedGroup String) : void in class alluxio.shell.command.ChownCommandTest | From | To | |
| Parameterize Variable originalOwner : String to expectedOwner : String in method private checkFileOwnerAndGroup(path String, expectedOwner String, expectedGroup String) : void in class alluxio.shell.command.ChownCommandTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private setupTestGroupMappingService() : void extracted from public chownUserAndGroup() : void in class alluxio.shell.command.ChownCommandTest | From | To | |
| Extract Method private checkFileOwnerAndGroup(path String, expectedOwner String, expectedGroup String) : void extracted from public chownUserAndGroup() : void in class alluxio.shell.command.ChownCommandTest | From | To |