df16e50bbf01d26f75b7745dacd5779ad47dcce5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable bytes : byte[] to locationBytes : byte[] in method public toSerializedEvent(event AbstractEvent) : ByteBuffer in class org.apache.flink.runtime.io.network.api.serialization.EventSerializer | From | To | |
Rename Variable path : Path to metadataFilePath : Path in method public storeSavepoint(directory String, savepoint T) : String in class org.apache.flink.runtime.checkpoint.savepoint.SavepointStore | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private STRING_CODING_CHARSET : Charset in class org.apache.flink.runtime.io.network.api.serialization.EventSerializer | From | To | |
Extract Method | 2 | ||
Extract Method public readString(in DataInputView) : String extracted from public readNullableString(in DataInputView) : String in class org.apache.flink.util.StringUtils | From | To | |
Extract Method public writeString(str String, out DataOutputView) : void extracted from public writeNullableString(str String, out DataOutputView) : void in class org.apache.flink.util.StringUtils | From | To |