2bdefbc4a070df2932a66e580d70239c132299d2
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private validateChildren(children Map<String,Set<String>>) : void renamed to private validateChild(child Identifier, thisType TimelineEntityType) : void in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public TimelineQueue() from class org.apache.hadoop.yarn.api.records.timelineservice.TimelineQueue to package HierarchicalTimelineEntity(entity TimelineEntity) from class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity | From | To | |
| Rename Variable | 1 | ||
| Rename Variable app : ApplicationEntity to app1 : ApplicationEntity in method public testFirstClassCitizenEntities() : void in class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<String,Set<String>> to Set<Identifier> in method public getChildren() : Set<Identifier> in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity | From | To | |
| Rename Class | 2 | ||
| Rename Class org.apache.hadoop.yarn.api.records.timelineservice.TimelineUser renamed to org.apache.hadoop.yarn.api.records.timelineservice.UserEntity | From | To | |
| Rename Class org.apache.hadoop.yarn.api.records.timelineservice.TimelineQueue renamed to org.apache.hadoop.yarn.api.records.timelineservice.QueueEntity | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type user : TimelineUser to user : UserEntity in method public testFirstClassCitizenEntities() : void in class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords | From | To | |
| Change Variable Type queue : TimelineQueue to queue : QueueEntity in method public testQueue() : void in class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords | From | To | |
| Change Variable Type user : TimelineUser to user : UserEntity in method public testUser() : void in class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords | From | To | |
| Change Variable Type queue : TimelineQueue to queue : QueueEntity in method public testFirstClassCitizenEntities() : void in class org.apache.hadoop.yarn.api.records.timelineservice.TestTimelineServiceRecords | From | To |