e3edd84f1bc259d8c72b6241dab6980284f759e0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setPreviousAllocatedIndex(buf ByteBuffer, previousAllocatedIdx int) : void renamed to public setCandidateAllocatedIndex(buf ByteBuffer, previousAllocatedIdx int) : void in class org.apache.ignite.internal.processors.cache.database.tree.io.PageMetaIO | From | To | |
Rename Method public getPreviousAllocatedIndex(buf ByteBuffer) : int renamed to public getCandidateAllocatedIndex(buf ByteBuffer) : int in class org.apache.ignite.internal.processors.cache.database.tree.io.PageMetaIO | From | To | |
Rename Attribute | 1 | ||
Rename Attribute PREVIOUS_ALLOCATED_INDEX_OFF : int to CANDIDATE_ALLOCATED_INDEX_OFF : int in class org.apache.ignite.internal.processors.cache.database.tree.io.PageMetaIO | From | To |