bf01a407f368d870c81660e3dc36086d7751eea0
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public resetTxContext(ctx GridCacheSharedContext) : void moved from class org.apache.ignite.internal.processors.cache.GridCacheUtils to class org.apache.ignite.internal.processors.cache.GridCacheIoManager & inlined to private processMessage(nodeId UUID, msg GridCacheMessage<K,V>, c IgniteBiInClosure<UUID,GridCacheMessage<K,V>>) : void | From | To | |
Rename Variable | 1 | ||
Rename Variable lsnrs0 : IgniteInClosure<? super IgniteInternalFuture<R>> to lsnr0 : IgniteInClosure<? super IgniteInternalFuture<R>> in method private notifyListeners() : void in class org.apache.ignite.internal.util.future.GridFutureAdapter | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type internal : GridThreadLocal<Boolean> to internal : ThreadLocal<Boolean> in class org.apache.ignite.internal.processors.job.GridJobProcessor | From | To | |
Change Attribute Type currentSess : GridThreadLocal<ComputeTaskSession> to currentSess : ThreadLocal<ComputeTaskSession> in class org.apache.ignite.internal.processors.job.GridJobProcessor | From | To | |
Change Attribute Type pending : GridThreadLocal<Queue<GridCacheMvccCandidate<K>>> to pending : ThreadLocal<Queue<GridCacheMvccCandidate<K>>> in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
Change Attribute Type ignoreOwnership : GridThreadLocal<Boolean> to ignoreOwnership : ThreadLocal<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheDeploymentManager | From | To |