77c21296f4a393251e0b16d017e054edd99319a8
Files Diff
- Added: 28
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method private getMediaType(request InfinispanRequest) : MediaType from class org.infinispan.rest.operations.CacheOperations to package getMediaType(request InfinispanRequest) : MediaType from class org.infinispan.rest.operations.AbstractOperations | From | To | |
Pull Up Method private getRootCauseException(re Throwable) : Throwable from class org.infinispan.rest.operations.CacheOperations to private getRootCauseException(re Throwable) : Throwable from class org.infinispan.rest.operations.AbstractOperations | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private supported : Set<String> from class org.infinispan.rest.operations.CacheOperations to private supported : Set<String> from class org.infinispan.rest.operations.AbstractOperations | From | To | |
Pull Up Attribute private restServerConfiguration : RestServerConfiguration from class org.infinispan.rest.operations.CacheOperations to package restServerConfiguration : RestServerConfiguration from class org.infinispan.rest.operations.AbstractOperations | From | To | |
Pull Up Attribute private hashFunc : MurmurHash3 from class org.infinispan.rest.operations.CacheOperations to package hashFunc : MurmurHash3 from class org.infinispan.rest.operations.AbstractOperations | From | To | |
Move Attribute | 1 | ||
Move Attribute private cacheOperations : CacheOperations from class org.infinispan.rest.Http20RequestHandler to private cacheOperations : CacheOperations from class org.infinispan.rest.InfinispanCacheAPIRequest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.infinispan.rest.operations.AbstractOperations from classes [org.infinispan.rest.operations.CacheOperations] | From | To | |
Extract Variable | 1 | ||
Extract Variable restCacheManager : RestCacheManager<Object> in method protected startInternal(configuration RestServerConfiguration, cacheManager EmbeddedCacheManager) : void from class org.infinispan.rest.RestServer | From | To |