635e9a69720f882ff5b5786c4d9e608f78c2defd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type rowsMap : ConcurrentHashMap<Long,GridH2KeyValueRowOnheap> to rowsMap : ConcurrentLinkedHashMap<Long,GridH2KeyValueRowOnheap> in method private getLinkForKey(cacheName String, rowCache H2RowCache, key int) : long in class org.apache.ignite.internal.processors.cache.index.H2RowCacheSelfTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rows : ConcurrentHashMap<Long,GridH2KeyValueRowOnheap> to rows : ConcurrentLinkedHashMap<Long,GridH2KeyValueRowOnheap> in class org.apache.ignite.internal.processors.query.h2.H2RowCache | From | To |