ba82e5c488ca0081534c1e40810b3f9e7da9eaad
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type skip : DirectoryDiffList to skip : DiffListBySkipList in method package verifyChildrenList(skip DiffListBySkipList, dir INodeDirectory) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Change Parameter Type skip : DirectoryDiffList to skip : DiffListBySkipList in method package verifyChildrenList(array DiffList<DirectoryDiff>, skip DiffListBySkipList, dir INodeDirectory, childrenList List<INode>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Change Parameter Type skip : DirectoryDiffList to skip : DiffListBySkipList in method package remove(i int, skip DiffListBySkipList, array DiffList<DirectoryDiff>) : DirectoryDiff in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryDiffList renamed to org.apache.hadoop.hdfs.server.namenode.snapshot.DiffListBySkipList | From | To | |
Rename Class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDirectoryDiffList renamed to org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Change Variable Type | 3 | ||
Change Variable Type skipList : DirectoryDiffList to skipList : DiffListBySkipList in method package testRemove(name String, n int, indexFunction IntFunction<Integer>) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Change Variable Type skipList : DirectoryDiffList to skipList : DiffListBySkipList in method package testAddFirst(n int) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Change Variable Type skipList : DirectoryDiffList to skipList : DiffListBySkipList in method package testAddLast(n int) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.TestDiffListBySkipList | From | To | |
Extract Method | 1 | ||
Extract Method package newDiffs() : DiffList<D> extracted from private createDiffsIfNeeded() : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.AbstractINodeDiffList | From | To |