8572a5a14b999a866fa64ce32ee20078ffefdb1e
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getreservationQueueName() : String renamed to public getReservationQueueName() : String in class org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationSystemTestUtil | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestCapacityReservationSystem renamed to org.apache.hadoop.yarn.server.resourcemanager.reservation.TestReservationSystem | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute mockContext : RMContext to rmContext : RMContext in method public testReinitialize() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestReservationSystem | From | To | |
Replace Variable With Attribute capScheduler : CapacityScheduler to scheduler : AbstractYarnScheduler in method public testReinitialize() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestReservationSystem | From | To | |
Change Variable Type | 1 | ||
Change Variable Type capScheduler : CapacityScheduler to scheduler : AbstractYarnScheduler in method public testReinitialize() : void in class org.apache.hadoop.yarn.server.resourcemanager.reservation.TestReservationSystem | From | To |