7251bb922b20dae49c8c6854864095fb16d8cbd5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testAsyncRenameWithException() : void renamed to public testAsyncAPIWithException() : void in class org.apache.hadoop.hdfs.TestAsyncDFSRename | From | To | |
Rename Variable | 2 | ||
Rename Variable returnFuture : Future<Void> to retFuture : Future<Void> in method public testAsyncAPIWithException() : void in class org.apache.hadoop.hdfs.TestAsyncDFSRename | From | To | |
Rename Variable u2g_map : Map<String,String[]> to u2gMap : Map<String,String[]> in method public testAsyncAPIWithException() : void in class org.apache.hadoop.hdfs.TestAsyncDFSRename | From | To | |
Extract Method | 3 | ||
Extract Method package create(fs FileSystem, fsConf Configuration, op OpType, name Path) : void extracted from private create(op OpType, name Path) : void in class org.apache.hadoop.hdfs.TestDFSPermission | From | To | |
Extract Method package create(fs FileSystem, fsConf Configuration, op OpType, name Path, umask short, permission FsPermission) : void extracted from private create(op OpType, name Path, umask short, permission FsPermission) : void in class org.apache.hadoop.hdfs.TestDFSPermission | From | To | |
Extract Method private setReturnValueCallback() : void extracted from public rename2(src String, dst String, options Rename...) : void in class org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB | From | To |