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