836f127682c53b3e47b101e37e8c19a9e3796f29
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type reserveSlavesWithAttributes : Map<String,String> to reserveSlavesWithAttributes : Map<String,List<String>> in method public setReserveSlavesWithAttrbiutes(reserveSlavesWithAttributes Map<String,List<String>>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,String> to Map<String,List<String>> in method public getReserveSlavesWithAttributes() : Map<String,List<String>> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<String,String> to entry : Map.Entry<String,List<String>> in method public reservedSlaveAttributes(offer Offer) : Map<String,String> in class com.hubspot.singularity.mesos.SingularitySlaveAndRackHelper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type reserveSlavesWithAttributes : Map<String,String> to reserveSlavesWithAttributes : Map<String,List<String>> in class com.hubspot.singularity.config.SingularityConfiguration | From | To |