d56dde490bea7dca4fcd589afd9b41a21dd9b4b1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public isApplicationCreated(te TimelineEntity) : boolean renamed to public getApplicationEvent(te TimelineEntity, eventId String) : TimelineEvent in class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to TimelineEvent in method public getApplicationEvent(te TimelineEntity, eventId String) : TimelineEvent in class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter dayTs : long to eventTs : long in method public getRowKey(clusterId String, eventTs long, userId String, flowName String) : byte[] in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowActivityRowKey | From | To |