aa3864dd0ede52d643f5bfb7f3f060c72b97d3d7
Files Diff
- Added: 0
 - Removed: 2
 - Renamed: 0
 - Modified: 22
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public hasFlag(flag CacheFlag) : boolean renamed to public skipStore() : boolean in class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
| Rename Method public flagOn(flag CacheFlag) : IgniteCache<K,V> renamed to public skipStore() : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type flags : Set<CacheFlag> to skipStore : boolean in method public GridCacheProjectionImpl(parent CacheProjection<K,V>, cctx GridCacheContext<K,V>, entryFilter CacheEntryPredicate, skipStore boolean, subjId UUID, keepPortable boolean, expiryPlc ExpiryPolicy) in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | From | To | |
| Change Parameter Type flags : CacheFlag[] to skipStore : boolean in method private executeCommand(destId UUID, clientId UUID, cacheName String, skipStore boolean, key Object, op CacheProjectionCommand) : IgniteInternalFuture<GridRestResponse> in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler | From | To | |
| Change Parameter Type flags : CacheFlag[] to skipStore : boolean in method private FlaggedCacheOperationCallable(clientId UUID, cacheName String, skipStore boolean, op CacheProjectionCommand, key Object) in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler.FlaggedCacheOperationCallable | From | To | |
| Rename Variable | 2 | ||
| Rename Variable flags : CacheFlag[] to skip : boolean in method public handleAsync(req GridRestRequest) : IgniteInternalFuture<GridRestResponse> in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler | From | To | |
| Rename Variable res : Set<CacheFlag> to skip : boolean in method public skipStore() : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CacheFlag[] to boolean in method public parseCacheFlags(cacheFlagsBits int) : boolean in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute flags : Set<CacheFlag> to skipStore : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | From | To | |
| Rename Attribute flags : CacheFlag[] to skipStore : boolean in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler.FlaggedCacheOperationCallable | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type flags : CacheFlag[] to skip : boolean in method public handleAsync(req GridRestRequest) : IgniteInternalFuture<GridRestResponse> in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler | From | To | |
| Change Variable Type out : CacheFlag[] to out : boolean in method private doTestGroup(flags GridClientCacheFlag...) : void in class org.apache.ignite.internal.client.impl.ClientCacheFlagsCodecTest | From | To | |
| Change Variable Type res : Set<CacheFlag> to skip : boolean in method public skipStore() : IgniteCache<K,V> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy | From | To | |
| Change Variable Type out : CacheFlag[] to out : boolean in method public testEncodingDecodingFullness() : void in class org.apache.ignite.internal.client.impl.ClientCacheFlagsCodecTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type flags : Set<CacheFlag> to skipStore : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | From | To | |
| Change Attribute Type flags : CacheFlag[] to skipStore : boolean in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler.FlaggedCacheOperationCallable | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter flags : Set<CacheFlag> to skipStore : boolean in method public GridCacheProjectionImpl(parent CacheProjection<K,V>, cctx GridCacheContext<K,V>, entryFilter CacheEntryPredicate, skipStore boolean, subjId UUID, keepPortable boolean, expiryPlc ExpiryPolicy) in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl | From | To | |
| Rename Parameter flags : CacheFlag[] to skipStore : boolean in method private executeCommand(destId UUID, clientId UUID, cacheName String, skipStore boolean, key Object, op CacheProjectionCommand) : IgniteInternalFuture<GridRestResponse> in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler | From | To | |
| Rename Parameter flags : CacheFlag[] to skipStore : boolean in method private FlaggedCacheOperationCallable(clientId UUID, cacheName String, skipStore boolean, op CacheProjectionCommand, key Object) in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler.FlaggedCacheOperationCallable | From | To |