089caf49fe968cf4cd3fd4f9637da89ee143991a
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable m3 : TimelineMetric to m4 : TimelineMetric in method public testGetApp() : void in class org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private COMMA_DELIMITER : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils to package COMMA_DELIMITER : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParseConstants | From | To | |
| Move Attribute private COLON_DELIMITER : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils to package COLON_DELIMITER : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParseConstants | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParseConstants from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method public getFlowRun(req HttpServletRequest, res HttpServletResponse, clusterId String, userId String, flowName String, flowRunId String, metricsToRetrieve String) : TimelineEntity extracted from public getFlowRun(req HttpServletRequest, res HttpServletResponse, clusterId String, userId String, flowName String, flowRunId String) : TimelineEntity in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter clusterId : String to metricsToRetrieve : String in method public getFlowRun(req HttpServletRequest, res HttpServletResponse, userId String, flowName String, flowRunId String, metricsToRetrieve String) : TimelineEntity in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices | From | To | |
| Rename Parameter clusterId : String to metricsToRetrieve : String in method public getFlowRuns(req HttpServletRequest, res HttpServletResponse, userId String, flowName String, limit String, createdTimeStart String, createdTimeEnd String, metricsToRetrieve String, fields String) : Set<TimelineEntity> in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices | From | To |