f6d9c0cecd91232e0892ccb5bc53cdf00598f0f3
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getOperation() : int renamed to public getKey() : Object in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange | From | To | |
| Move Method | 2 | ||
| Move Method public deserialize(input DataInput) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange to public deserialize(input DataInput) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyOperation | From | To | |
| Move Method public serialize(output DataOutput) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange to public serialize(output DataOutput) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyOperation | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to Object in method public getKey() : Object in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private REMOVE : int from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange to private REMOVE : int from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyOperation | From | To | |
| Move Attribute private PUT : int from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange to private PUT : int from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyOperation | From | To | |
| Extract Class | 1 | ||
| Extract Class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyOperation from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OIndexKeyChange | From | To |