91cb91a5d5e10535a420a3ac5aae27ba987325e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method private cache(cacheInfo CacheInfo, header HotRodHeader, subject Subject, localNonBlocking boolean) : AdvancedCache<byte[],byte[]> inlined to public cache(cacheInfo CacheInfo, header HotRodHeader, subject Subject) : AdvancedCache<byte[],byte[]> in class org.infinispan.server.hotrod.HotRodServer | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [keyMediaType : MediaType, valueMediaType : MediaType] to requestMediaTypes : KeyValuePair<MediaType,MediaType> in method package getCache(requestMediaTypes KeyValuePair<MediaType,MediaType>, subject Subject) : AdvancedCache<byte[],byte[]> in class org.infinispan.server.hotrod.HotRodServer.CacheInfo | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable key : CacheInfoKey to requestMediaTypes : KeyValuePair<MediaType,MediaType> in method package getCache(requestMediaTypes KeyValuePair<MediaType,MediaType>, subject Subject) : AdvancedCache<byte[],byte[]> in class org.infinispan.server.hotrod.HotRodServer.CacheInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type key : CacheInfoKey to requestMediaTypes : KeyValuePair<MediaType,MediaType> in method package getCache(requestMediaTypes KeyValuePair<MediaType,MediaType>, subject Subject) : AdvancedCache<byte[],byte[]> in class org.infinispan.server.hotrod.HotRodServer.CacheInfo | From | To | |
| Extract Variable | 3 | ||
| Extract Variable get : CompletableFuture<CacheEntry<byte[],byte[]>> in method private getWithMetadataInternal(header HotRodHeader, cache AdvancedCache<byte[],byte[]>, key byte[], offset int) : void from class org.infinispan.server.hotrod.CacheRequestProcessor | From | To | |
| Extract Variable contains : CompletableFuture<Boolean> in method private containsKeyInternal(header HotRodHeader, cache AdvancedCache<byte[],byte[]>, key byte[]) : void from class org.infinispan.server.hotrod.CacheRequestProcessor | From | To | |
| Extract Variable get : CompletableFuture<CacheEntry<byte[],byte[]>> in method private getInternal(header HotRodHeader, cache AdvancedCache<byte[],byte[]>, key byte[]) : void from class org.infinispan.server.hotrod.CacheRequestProcessor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type encodedCaches : Map<CacheInfoKey,AdvancedCache<byte[],byte[]>> to encodedCaches : Map<KeyValuePair<MediaType,MediaType>,AdvancedCache<byte[],byte[]>> in class org.infinispan.server.hotrod.HotRodServer.CacheInfo | From | To |