96e8f260ab90cc7b5a5aa2a59c182ef20a028238
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private compareChildrenList(list1 ReadOnlyList<INode>, list2 ReadOnlyList<INode>) : void renamed to package assertList(expected List<INode>, computed List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type list : List<DirectoryWithSnapshotFeature.DirectoryDiff> to list : DiffList<DirectoryDiff> in method package getChildrenList(list DiffList<DirectoryDiff>, from int, to int, dir INodeDirectory) : List<INode> in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Change Parameter Type list1 : ReadOnlyList<INode> to expected : List<INode> in method package assertList(expected List<INode>, computed List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Change Parameter Type list2 : ReadOnlyList<INode> to computed : List<INode> in method package assertList(expected List<INode>, computed List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Change Return Type | 1 | ||
Change Return Type ReadOnlyList<INode> to List<INode> in method package getChildrenList(list DiffList<DirectoryDiff>, from int, to int, dir INodeDirectory) : List<INode> in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Extract Method | 1 | ||
Extract Method private getCombined(list DiffList<DirectoryDiff>, from int, to int, dir INodeDirectory) : ChildrenDiff extracted from private getChildrenList(currentINode INodeDirectory, list List<DirectoryWithSnapshotFeature.DirectoryDiff>) : ReadOnlyList<INode> in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Rename Parameter | 3 | ||
Rename Parameter currentINode : INodeDirectory to dir : INodeDirectory in method package getChildrenList(list DiffList<DirectoryDiff>, from int, to int, dir INodeDirectory) : List<INode> in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Rename Parameter list2 : ReadOnlyList<INode> to computed : List<INode> in method package assertList(expected List<INode>, computed List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To | |
Rename Parameter list1 : ReadOnlyList<INode> to expected : List<INode> in method package assertList(expected List<INode>, computed List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList | From | To |