9dc2236c286c63c65415f7f91e70d6240d57ff81
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable b : ByteBuffer to buf : ByteBuffer in method private readNextFragment(coctx CacheObjectContext, buf ByteBuffer, keyOnly boolean, incomplete IncompleteObject<?>) : IncompleteObject<?> in class org.apache.ignite.internal.processors.cache.database.CacheDataRowAdapter | From | To | |
| Extract Method | 3 | ||
| Extract Method private readNextFragment(coctx CacheObjectContext, buf ByteBuffer, keyOnly boolean, incomplete IncompleteObject<?>) : IncompleteObject<?> extracted from public initFromLink(cctx GridCacheContext<?,?>, keyOnly boolean) : void in class org.apache.ignite.internal.processors.cache.database.CacheDataRowAdapter | From | To | |
| Extract Method private readFullRow(coctx CacheObjectContext, buf ByteBuffer, keyOnly boolean) : void extracted from public initFromLink(cctx GridCacheContext<?,?>, keyOnly boolean) : void in class org.apache.ignite.internal.processors.cache.database.CacheDataRowAdapter | From | To | |
| Extract Method private readFirstFragment(coctx CacheObjectContext, buf ByteBuffer, keyOnly boolean) : IncompleteObject<?> extracted from public initFromLink(cctx GridCacheContext<?,?>, keyOnly boolean) : void in class org.apache.ignite.internal.processors.cache.database.CacheDataRowAdapter | From | To |