0c42d258e9d9d30eeeee7d0f1487ef0ac8b90fa4
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable t : Throwable to e : IOException in method public finalizeCheckpoint() : CompletedCheckpoint in class org.apache.flink.runtime.checkpoint.PendingCheckpoint | From | To | |
| Rename Variable completed : CompletedCheckpoint to completedCheckpoint : CompletedCheckpoint in method private completePendingCheckpoint(pendingCheckpoint PendingCheckpoint) : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Rename Variable isPendingCheckpoint : boolean to wasPendingCheckpoint : boolean in method public receiveAcknowledgeMessage(message AcknowledgeCheckpoint) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable checkpoint : PendingCheckpoint to pendingCheckpoint : PendingCheckpoint in method private completePendingCheckpoint(pendingCheckpoint PendingCheckpoint) : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type t : Throwable to e : IOException in method public finalizeCheckpoint() : CompletedCheckpoint in class org.apache.flink.runtime.checkpoint.PendingCheckpoint | From | To | |
| Extract Method | 1 | ||
| Extract Method private completePendingCheckpoint(pendingCheckpoint PendingCheckpoint) : void extracted from public receiveAcknowledgeMessage(message AcknowledgeCheckpoint) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To |