52e191a5067322e82192314c16e70ae9e937ae2c
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public testVariableLengthStringBuildAndRetrieve() : void from class org.apache.flink.runtime.operators.hash.MemoryHashTableTest to public testInPlaceMutableHashTablePerformance() : void from class org.apache.flink.runtime.operators.hash.HashTablePerformanceComparison | From | To | |
| Move Method | 4 | ||
| Move Method public testDoubleResize() : void from class org.apache.flink.runtime.operators.hash.MemoryHashTableTest to public testDoubleResize() : void from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest | From | To | |
| Move Method public testResizeWithCompaction() : void from class org.apache.flink.runtime.operators.hash.MemoryHashTableTest to public testResizeWithCompaction() : void from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest | From | To | |
| Move Method public testTripleResize() : void from class org.apache.flink.runtime.operators.hash.MemoryHashTableTest to public testTripleResize() : void from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest | From | To | |
| Move Method public testResize() : void from class org.apache.flink.runtime.operators.hash.MemoryHashTableTest to public testResize() : void from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private closed : boolean from class org.apache.flink.runtime.operators.hash.CompactingHashTable to protected closed : boolean from class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable | From | To | |
| Pull Up Attribute private stateLock : Object from class org.apache.flink.runtime.operators.hash.CompactingHashTable to protected stateLock : Object from class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private comparator : TypeComparator<Tuple2<Long,String>> from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest to private comparator : TypeComparator<Tuple2<Long,String>> from class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTableTest | From | To | |
| Move Attribute private serializer : TypeSerializer<Tuple2<Long,String>> from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest to private serializer : TypeSerializer<Tuple2<Long,String>> from class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTableTest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTableTest from class org.apache.flink.runtime.operators.hash.CompactingHashTableTest | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.apache.flink.runtime.operators.hash.MutableHashTableTestBase from classes [org.apache.flink.runtime.operators.hash.CompactingHashTableTest] | From | To |