ee955df9fb80737292aac5f7ad3c82f8f0d8ea8e
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 13
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable result : boolean to res : boolean in method public tryAcquire() : boolean in class org.apache.ignite.internal.processors.datastructures.GridCacheSemaphoreImpl | From | To | |
| Rename Variable current : int to curr : int in method package drainPermits() : int in class org.apache.ignite.internal.processors.datastructures.GridCacheSemaphoreImpl.Sync | From | To | |
| Rename Variable local : boolean to loc : boolean in method public onUpdate(val GridCacheLockState) : void in class org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl | From | To | |
| Rename Variable result : boolean to res : boolean in method public tryAcquire(timeout long, unit TimeUnit) : boolean in class org.apache.ignite.internal.processors.datastructures.GridCacheSemaphoreImpl | From | To | |
| Inline Method | 1 | ||
| Inline Method private removeInternal(key GridCacheInternal, cls Class<R>) : boolean inlined to package removeAtomicLong(name String) : void in class org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Callable<S> to S in method public retryTopologySafe(c Callable<S>) : S in class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute object : AbstractQueuedSynchronizer.ConditionObject to obj : AbstractQueuedSynchronizer.ConditionObject in class org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl.Sync.IgniteConditionObject | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter object : ConditionObject to obj : ConditionObject in method protected IgniteConditionObject(name String, obj ConditionObject) in class org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl.Sync.IgniteConditionObject | From | To | |
| Rename Parameter lastCondition : String to lastCond : String in method protected setGlobalState(newVal int, lastCond String, outgoingSignals Map<String,Integer>) : boolean in class org.apache.ignite.internal.processors.datastructures.GridCacheLockImpl.Sync | From | To |