fc8485d8934edf02bdef746d022d1125680e6efe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public addInfo(info Map<String,Object>) : void renamed to public addValues(values Map<Long,Number>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To | |
Rename Method public getInfoJAXB() : HashMap<String,Object> renamed to public getValuesJAXB() : TreeMap<Long,Number> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To | |
Move And Inline Method | 2 | ||
Move And Inline Method public setStartTime(startTime long) : void moved from class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric to class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords & inlined to public testTimelineEntities() : void | From | To | |
Move And Inline Method public setSingleData(singleData Object) : void moved from class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric to class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords & inlined to public testTimelineEntities() : void | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type configs : Map<String,Object> to configs : Map<String,String> in method public setConfigs(configs Map<String,String>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | From | To | |
Change Parameter Type value : Object to value : String in method public addConfig(key String, value String) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | From | To | |
Change Parameter Type configs : Map<String,Object> to configs : Map<String,String> in method public addConfigs(configs Map<String,String>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | From | To | |
Change Parameter Type info : Map<String,Object> to values : Map<Long,Number> in method public addValues(values Map<Long,Number>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To | |
Change Return Type | 3 | ||
Change Return Type HashMap<String,Object> to HashMap<String,String> in method public getConfigsJAXB() : HashMap<String,String> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | From | To | |
Change Return Type HashMap<String,Object> to TreeMap<Long,Number> in method public getValuesJAXB() : TreeMap<Long,Number> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To | |
Change Return Type Map<String,Object> to Map<String,String> in method public getConfigs() : Map<String,String> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | From | To | |
Rename Attribute | 1 | ||
Rename Attribute info : HashMap<String,Object> to values : TreeMap<Long,Number> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type info : HashMap<String,Object> to values : TreeMap<Long,Number> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To | |
Change Attribute Type configs : HashMap<String,Object> to configs : HashMap<String,String> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity | From | To | |
Rename Parameter | 1 | ||
Rename Parameter info : Map<String,Object> to values : Map<Long,Number> in method public addValues(values Map<Long,Number>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric | From | To |