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