d167880c38b26652a692de5d73024033b30f6e9a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public builderTest() : void renamed to public setFieldsTest() : void in class tachyon.client.file.options.SetAclOptionsTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public Builder(conf TachyonConf) from class tachyon.client.file.options.SetAclOptions.Builder to private SetAclOptions() from class tachyon.client.file.options.SetAclOptions | From | To | |
Change Parameter Type | 7 | ||
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ChownCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ChownCommand | From | To | |
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method protected AbstractAclCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.AbstractAclCommand | From | To | |
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ChgrpCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ChgrpCommand | From | To | |
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ChmodRecursiveCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ChmodRecursiveCommand | From | To | |
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ChmodCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ChmodCommand | From | To | |
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ChgrpRecursiveCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ChgrpRecursiveCommand | From | To | |
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ChownRecursiveCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ChownRecursiveCommand | From | To | |
Rename Variable | 1 | ||
Rename Variable optionsBuilder : SetAclOptions.Builder to options : SetAclOptions in method public setOwner(path Path, username String, groupname String) : void in class tachyon.hadoop.AbstractTFS | From | To | |
Change Variable Type | 1 | ||
Change Variable Type optionsBuilder : SetAclOptions.Builder to options : SetAclOptions in method public setOwner(path Path, username String, groupname String) : void in class tachyon.hadoop.AbstractTFS | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public setOwner(owner String) : SetAclOptions extracted from public builderTest() : void in class tachyon.client.file.options.SetAclOptionsTest & moved to class tachyon.client.file.options.SetAclOptions | From | To | |
Extract And Move Method public setGroup(group String) : SetAclOptions extracted from public builderTest() : void in class tachyon.client.file.options.SetAclOptionsTest & moved to class tachyon.client.file.options.SetAclOptions | From | To |