52c2ad04c25f277ed65b164f53ce278a7380f058
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [timestampBeforeUpdate : long, timestampAfterUpdate : long] to timestamp : long in class org.apache.flink.streaming.tests.verify.TtlUpdateContext | From | To | |
Rename Method | 3 | ||
Rename Method package getTimestampBeforeUpdate() : long renamed to package getTimestamp() : long in class org.apache.flink.streaming.tests.verify.TtlUpdateContext | From | To | |
Rename Method public getTimestampAfterUpdate() : long renamed to package getTimestamp() : long in class org.apache.flink.streaming.tests.verify.ValueWithTs | From | To | |
Rename Method package getUpdatedValue() : GV renamed to package getValueAfterUpdate() : GV in class org.apache.flink.streaming.tests.verify.TtlUpdateContext | From | To | |
Rename Variable | 3 | ||
Rename Variable updatedValue : GV to valueAfterUpdate : GV in method public verify(verificationContextRaw TtlVerificationContext<?,?>) : boolean in class org.apache.flink.streaming.tests.verify.AbstractTtlStateVerifier | From | To | |
Rename Variable expectedValue : GV to expectedValueAfterUpdate : GV in method public verify(verificationContextRaw TtlVerificationContext<?,?>) : boolean in class org.apache.flink.streaming.tests.verify.AbstractTtlStateVerifier | From | To | |
Rename Variable prevValue : GV to expectedValueBeforeUpdate : GV in method public verify(verificationContextRaw TtlVerificationContext<?,?>) : boolean in class org.apache.flink.streaming.tests.verify.AbstractTtlStateVerifier | From | To | |
Rename Attribute | 2 | ||
Rename Attribute updatedValue : GV to valueAfterUpdate : GV in class org.apache.flink.streaming.tests.verify.TtlUpdateContext | From | To | |
Rename Attribute timestampAfterUpdate : long to timestamp : long in class org.apache.flink.streaming.tests.verify.ValueWithTs | From | To | |
Rename Parameter | 2 | ||
Rename Parameter timestampBeforeUpdate : long to timestamp : long in method public TtlUpdateContext(valueBeforeUpdate GV, update UV, updatedValue GV, timestamp long) in class org.apache.flink.streaming.tests.verify.TtlUpdateContext | From | To | |
Rename Parameter timestampBeforeUpdate : long to timestamp : long in method public ValueWithTs(value V, timestamp long) in class org.apache.flink.streaming.tests.verify.ValueWithTs | From | To |