ff0328ee6eaac00a2362cfeaa72442ac981b8d74
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type unmatchedOffers : Map<SlaveMatchState,List<String>> to unmatchedOffers : EnumMap<SlaveMatchState,List<String>> in method public SingularityPendingTask(pendingTaskId SingularityPendingTaskId, cmdLineArgsList List<String>, user Optional<String>, runId Optional<String>, unmatchedOffers EnumMap<SlaveMatchState,List<String>>) in class com.hubspot.singularity.SingularityPendingTask | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<SlaveMatchState,List<String>> to EnumMap<SlaveMatchState,List<String>> in method public getUnmatchedOffers() : EnumMap<SlaveMatchState,List<String>> in class com.hubspot.singularity.SingularityPendingTask | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type unmatchedOffers : Map<SlaveMatchState,List<String>> to unmatchedOffers : EnumMap<SlaveMatchState,List<String>> in class com.hubspot.singularity.SingularityPendingTask | From | To |