68b864f5978d7d8e6a2328954686518ca3198504
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private writeExistedPage(page Page, fctx CacheEntryFragmentContext, row CacheDataRow, entrySize int) : void renamed to private writeExistingPage(page Page, fctx CacheEntryFragmentContext, row CacheDataRow, entrySize int) : void in class org.apache.ignite.internal.processors.cache.database.freelist.FreeList | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type obj : CacheObject to cacheObjectType : byte in method public putValue(cacheObjectType byte, buf ByteBuffer, off int, len int, valBytes byte[], start int) : boolean in class org.apache.ignite.internal.processors.cache.CacheObjectAdapter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter obj : CacheObject to cacheObjectType : byte in method public putValue(cacheObjectType byte, buf ByteBuffer, off int, len int, valBytes byte[], start int) : boolean in class org.apache.ignite.internal.processors.cache.CacheObjectAdapter | From | To |