8b2b59f6b3dbc22082225fff6e3e54b13c833ff0
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type previous : List<SingularityTaskHistoryUpdate> to previous : Set<SingularityTaskHistoryUpdate> in method public SingularityTaskHistoryUpdate(taskId SingularityTaskId, timestamp long, taskState ExtendedTaskState, statusMessage Optional<String>, statusReason Optional<String>, previous Set<SingularityTaskHistoryUpdate>) in class com.hubspot.singularity.SingularityTaskHistoryUpdate | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<SingularityTaskHistoryUpdate> to Set<SingularityTaskHistoryUpdate> in method public getPrevious() : Set<SingularityTaskHistoryUpdate> in class com.hubspot.singularity.SingularityTaskHistoryUpdate | From | To | |
| Change Return Type List<SingularityTaskHistoryUpdate> to Set<SingularityTaskHistoryUpdate> in method private getFlattenedPreviousUpdates(update SingularityTaskHistoryUpdate) : Set<SingularityTaskHistoryUpdate> in class com.hubspot.singularity.SingularityTaskHistoryUpdate | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type newPreviousUpdates : List<SingularityTaskHistoryUpdate> to newPreviousUpdates : Set<SingularityTaskHistoryUpdate> in method public withPrevious(previousUpdate SingularityTaskHistoryUpdate) : SingularityTaskHistoryUpdate in class com.hubspot.singularity.SingularityTaskHistoryUpdate | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type previous : List<SingularityTaskHistoryUpdate> to previous : Set<SingularityTaskHistoryUpdate> in class com.hubspot.singularity.SingularityTaskHistoryUpdate | From | To |