5f5b031d1f20cb7f621db41979e963eaa42cf52f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public GreedyReservationAgent(yarnConfiguration Configuration) renamed to public init(conf Configuration) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.GreedyReservationAgent | From | To | |
| Rename Method public AlignedPlannerWithGreedy(smoothnessFactor int) renamed to public init(conf Configuration) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.AlignedPlannerWithGreedy | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type smoothnessFactor : int to conf : Configuration in method public init(conf Configuration) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.AlignedPlannerWithGreedy | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter smoothnessFactor : int to conf : Configuration in method public init(conf Configuration) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.AlignedPlannerWithGreedy | From | To | |
| Rename Parameter yarnConfiguration : Configuration to conf : Configuration in method public init(conf Configuration) : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.GreedyReservationAgent | From | To |