390d36132927fe5a1bac1a53664c6c67ebe3e657
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testSetNullPaths() : void renamed to public testSetEmptyPaths() : void in class org.apache.flink.contrib.streaming.state.RocksDBStateBackendConfigTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type testDir2 : File to testDir2 : String in method public testSetDbPath() : void in class org.apache.flink.contrib.streaming.state.RocksDBStateBackendConfigTest | From | To | |
| Change Variable Type storageBackend : AbstractStateBackend to storageBackend : StateBackend in method public testCallsForwardedToNonPartitionedBackend() : void in class org.apache.flink.contrib.streaming.state.RocksDBStateBackendConfigTest | From | To | |
| Change Variable Type testDir1 : File to testDir1 : String in method public testSetDbPath() : void in class org.apache.flink.contrib.streaming.state.RocksDBStateBackendConfigTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable rawPath : String in method public setDbStoragePaths(paths String...) : void from class org.apache.flink.contrib.streaming.state.RocksDBStateBackend | From | To | |
| Inline Variable | 1 | ||
| Inline Variable checkpointPath : String in method public testSetDbPath() : void from class org.apache.flink.contrib.streaming.state.RocksDBStateBackendConfigTest | From | To | |
| Extract Method | 1 | ||
| Extract Method package createKeyedStateBackend(rocksDbBackend RocksDBStateBackend) : RocksDBKeyedStateBackend<Integer> extracted from public testSetDbPath() : void in class org.apache.flink.contrib.streaming.state.RocksDBStateBackendConfigTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type localRocksDbDirectories : Path[] to localRocksDbDirectories : File[] in class org.apache.flink.contrib.streaming.state.RocksDBStateBackend | From | To |