bbcf5b4000112148d727a42eead0195cd7606a88
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public txUnlock(tx IgniteInternalTx) : void from class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry to public txUnlock(tx IgniteInternalTx) : void from class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Pull Up Method public txUnlock(tx IgniteInternalTx) : void from class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheEntry to public txUnlock(tx IgniteInternalTx) : void from class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type interceptor : CacheInterceptor<?,?> to interceptor : CacheInterceptor<K,V> in class org.apache.ignite.configuration.CacheConfiguration | From | To |