e06e3e76aee1575deddc45e2240c64387c5375ed
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method public getExecString() : String[] from class tachyon.util.ShellUtils.ShellCommandExecutor to protected getExecString() : String[] from class tachyon.util.ShellUtils | From | To | |
Pull Up Method public ShellCommandExecutor(execString String[]) from class tachyon.util.ShellUtils.ShellCommandExecutor to private ShellUtils(execString String[]) from class tachyon.util.ShellUtils | From | To | |
Pull Up Method public getOutput() : String from class tachyon.util.ShellUtils.ShellCommandExecutor to public getOutput() : String from class tachyon.util.ShellUtils | From | To | |
Pull Up Method protected parseExecResult(lines BufferedReader) : void from class tachyon.util.ShellUtils.ShellCommandExecutor to protected parseExecResult(lines BufferedReader) : void from class tachyon.util.ShellUtils | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private mCommand : String[] from class tachyon.util.ShellUtils.ShellCommandExecutor to private mCommand : String[] from class tachyon.util.ShellUtils | From | To | |
Pull Up Attribute private mOutput : StringBuffer from class tachyon.util.ShellUtils.ShellCommandExecutor to private mOutput : StringBuffer from class tachyon.util.ShellUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type Groups to UserToGroupsMappingService in method public getUserToGroupsMappingService(conf TachyonConf) : UserToGroupsMappingService in class tachyon.security.group.UserToGroupsMappingService | From | To | |
Change Return Type Groups to UserToGroupsMappingService in method public getUserToGroupsMappingService() : UserToGroupsMappingService in class tachyon.security.group.UserToGroupsMappingService | From | To | |
Rename Class | 3 | ||
Rename Class tachyon.security.group.GroupMappingServiceProvider renamed to tachyon.security.group.GroupMappingService | From | To | |
Rename Class tachyon.security.group.Groups renamed to tachyon.security.group.UserToGroupsMappingService | From | To | |
Rename Class tachyon.security.group.provider.SimpleUserGroupsMapping renamed to tachyon.security.group.provider.IdentityUserGroupsMapping | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mImpl : GroupMappingServiceProvider to mGroupMappingService : GroupMappingService in class tachyon.security.group.UserToGroupsMappingService | From | To | |
Change Variable Type | 3 | ||
Change Variable Type groups : Groups to groups : UserToGroupsMappingService in method public groupTest() : void in class tachyon.security.group.GroupsTest | From | To | |
Change Variable Type groups : GroupMappingServiceProvider to groups : GroupMappingService in method public userGroupTest() : void in class tachyon.security.group.ShellBasedUnixGroupsMappingTest | From | To | |
Change Variable Type exec : ShellCommandExecutor to exec : ShellUtils in method public execCommand(cmd String...) : String in class tachyon.util.ShellUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mImpl : GroupMappingServiceProvider to mGroupMappingService : GroupMappingService in class tachyon.security.group.UserToGroupsMappingService | From | To |