77a2959f8880e94d46cb5670ee490f7c69fbeba8
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method package portFile(port int) : File from class alluxio.master.PortRegistry to public portFile(port int) : File from class alluxio.master.PortRegistry.Registry | From | To | |
Move Method public after() : void from class alluxio.master.AlluxioMasterProcessTest to public after() : void from class alluxio.master.PortReservationRule | From | To | |
Move Method package lockPort(port int) : boolean from class alluxio.master.PortRegistry to public lockPort(port int) : boolean from class alluxio.master.PortRegistry.Registry | From | To | |
Move Source Folder | 1 | ||
Move Source Folder core/common/src/main to core/common/src/test | From | To | |
Move Attribute | 2 | ||
Move Attribute private mCoordinationDir : File from class alluxio.master.PortRegistry to private mCoordinationDir : File from class alluxio.master.PortRegistry.Registry | From | To | |
Move Attribute private mReserved : Map<Integer,Reservation> from class alluxio.master.PortRegistry to private mReserved : Map<Integer,Reservation> from class alluxio.master.PortRegistry.Registry | From | To | |
Extract Class | 2 | ||
Extract Class alluxio.master.PortRegistry.Registry from class alluxio.master.PortRegistry | From | To | |
Extract Class alluxio.master.PortReservationRule from class alluxio.master.AlluxioMasterProcessTest | From | To | |
Move Class | 1 | ||
Move Class alluxio.master.PortRegistry.Reservation moved to alluxio.master.PortRegistry.Registry.Reservation | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mRegistry : PortRegistry to mRegistry : Registry in class alluxio.master.PortRegistryTest | From | To | |
Change Attribute Type INSTANCE : PortRegistry to INSTANCE : Registry in class alluxio.master.PortRegistry | From | To |