417fae51f79c7fbc9f17943f0df1ee15bc36dc6c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type lazyDataEntry : LazyDataEntry to lazyDataEntry : MarshalledDataEntry in method private postProcessDataEntry(processor IgniteCacheObjectProcessor, fakeCacheObjCtx CacheObjectContext, dataEntry DataEntry) : DataEntry in class org.apache.ignite.internal.processors.cache.persistence.wal.reader.StandaloneWalRecordsIterator | From | To | |
Change Variable Type unwrapDataEntry : UnwrapDataEntry to unwrapDataEntry : UnwrappedDataEntry in method private iterateAndCountDataRecord(walIter WALIterator, cacheObjHnd IgniteBiInClosure<Object,Object>, dataRecordHnd IgniteInClosure<DataRecord>) : Map<GridCacheVersion,Integer> in class org.apache.ignite.internal.processors.cache.persistence.db.wal.reader.IgniteWalReaderTest | From | To | |
Extract Interface | 2 | ||
Extract Interface org.apache.ignite.internal.pagemem.wal.record.MarshalledDataEntry from classes [org.apache.ignite.internal.pagemem.wal.record.LazyDataEntry, org.apache.ignite.internal.pagemem.wal.record.LazyMvccDataEntry] | From | To | |
Extract Interface org.apache.ignite.internal.pagemem.wal.record.UnwrappedDataEntry from classes [org.apache.ignite.internal.pagemem.wal.record.UnwrapDataEntry, org.apache.ignite.internal.pagemem.wal.record.UnwrapMvccDataEntry] | From | To |