845c4f2722e69aa1f7ccd8ff619c52a013eb775a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 34
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method protected abstract fieldByOffset(fieldOffset int) : F renamed to protected abstract fieldByOrder(fieldOffset int) : F in class org.apache.ignite.internal.portable.PortableObjectEx | From | To | |
| Rename Method package unmarshalFieldByOffset(fieldOffset int) : Object renamed to package unmarshalFieldByAbsolutePosition(pos int) : Object in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To | |
| Rename Method protected fieldByOffset(fieldOffset int) : F renamed to protected fieldByOrder(order int) : F in class org.apache.ignite.internal.portable.PortableObjectImpl | From | To | |
| Rename Method private fieldOffset(obj PortableObjectEx) : int renamed to private fieldOrder(obj PortableObjectEx) : int in class org.apache.ignite.internal.portable.PortableFieldImpl | From | To | |
| Rename Variable | 2 | ||
| Rename Variable fieldOffsetPos : int to order : int in method private fieldOffset(id int) : int in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To | |
| Rename Variable offset : int to order : int in method public value(obj PortableObject) : T in class org.apache.ignite.internal.portable.PortableFieldImpl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter fieldOffset : int to order : int in method protected fieldByOrder(order int) : F in class org.apache.ignite.internal.portable.PortableObjectImpl | From | To | |
| Rename Parameter fieldOffset : int to pos : int in method package unmarshalFieldByAbsolutePosition(pos int) : Object in class org.apache.ignite.internal.portable.PortableReaderExImpl | From | To |