4f0c7eaff3b66df6e87aa251e1316a85f38ffab5
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public postEntities(req HttpServletRequest, res HttpServletResponse, entities TimelineEntities) : TimelinePutResponse renamed to public putEntities(req HttpServletRequest, res HttpServletResponse, async String, appId String, entities TimelineEntities) : Response in class org.apache.hadoop.yarn.server.timelineservice.aggregator.PerNodeAggregatorWebService | From | To | |
Change Return Type | 2 | ||
Change Return Type TimelinePutResponse to void in method public postEntities(entities TimelineEntities, callerUgi UserGroupInformation) : void in class org.apache.hadoop.yarn.server.timelineservice.aggregator.BaseAggregatorService | From | To | |
Change Return Type TimelinePutResponse to Response in method public putEntities(req HttpServletRequest, res HttpServletResponse, async String, appId String, entities TimelineEntities) : Response in class org.apache.hadoop.yarn.server.timelineservice.aggregator.PerNodeAggregatorWebService | From | To | |
Rename Attribute | 1 | ||
Rename Attribute RESOURCE_URI_STR : String to RESOURCE_URI_STR_V1 : String in class org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl | From | To |