da1016365aba1cee9c06771ab142d077379f27af
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getLatestEndTime() : long renamed to public getLatestNonNullTime() : long in class org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation | From | To | |
Rename Method public testZeroAlloaction() : void renamed to public testZeroAllocation() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestRLESparseResourceAllocation | From | To | |
Inline Variable | 2 | ||
Inline Variable startKey : long in method public addInterval(reservationInterval ReservationInterval, totCap Resource) : boolean from class org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation | From | To | |
Inline Variable endKey : long in method public addInterval(reservationInterval ReservationInterval, totCap Resource) : boolean from class org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cumulativeCapacity : TreeMap<Long,Resource> to cumulativeCapacity : NavigableMap<Long,Resource> in class org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation | From | To |