ac82becd21b7766c18d16abfc7e08334c644507e
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type checkpointsIterable : Iterable<AbstractCheckpointStats> to checkpointsHistory : List<AbstractCheckpointStats> in method private CheckpointStatsHistory(readOnly boolean, maxSize int, checkpointArray AbstractCheckpointStats[], checkpointsHistory List<AbstractCheckpointStats>, checkpointsById Map<Long,AbstractCheckpointStats>, latestCompletedCheckpoint CompletedCheckpointStats, latestFailedCheckpoint FailedCheckpointStats, latestSavepoint CompletedCheckpointStats) in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To | |
| Rename Variable | 1 | ||
| Rename Variable checkpointsIterable : Iterable<AbstractCheckpointStats> to checkpointsHistory : List<AbstractCheckpointStats> in method package createSnapshot() : CheckpointStatsHistory in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Iterable<AbstractCheckpointStats> to List<AbstractCheckpointStats> in method public getCheckpoints() : List<AbstractCheckpointStats> in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute checkpointsIterable : Iterable<AbstractCheckpointStats> to checkpointsHistory : List<AbstractCheckpointStats> in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type checkpointsIterable : Iterable<AbstractCheckpointStats> to checkpointsHistory : List<AbstractCheckpointStats> in method package createSnapshot() : CheckpointStatsHistory in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type checkpointsIterable : Iterable<AbstractCheckpointStats> to checkpointsHistory : List<AbstractCheckpointStats> in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter checkpointsIterable : Iterable<AbstractCheckpointStats> to checkpointsHistory : List<AbstractCheckpointStats> in method private CheckpointStatsHistory(readOnly boolean, maxSize int, checkpointArray AbstractCheckpointStats[], checkpointsHistory List<AbstractCheckpointStats>, checkpointsById Map<Long,AbstractCheckpointStats>, latestCompletedCheckpoint CompletedCheckpointStats, latestFailedCheckpoint FailedCheckpointStats, latestSavepoint CompletedCheckpointStats) in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory | From | To |