dfcbe0c2aaa084f16eeb7961189c49b08bb1e118
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable mediaType : MediaType to requestedMediaType : MediaType in method public getCacheValue(request InfinispanCacheAPIRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations | From | To | |
Rename Variable testClass : TestClass to value : TestClass in method public shouldReadAsBinaryWithCompatMode() : void in class org.infinispan.rest.RestOperationsTest | From | To | |
Rename Variable returnType : String to responseContentType : String in method private writeValue(value Object, requested MediaType, configuredMediaType MediaType, response InfinispanResponse, returnBody boolean) : void in class org.infinispan.rest.operations.CacheOperations | From | To | |
Rename Variable storageType : StorageType to matchesAll : boolean in method public getCache(name String, requestedMediaType MediaType) : AdvancedCache<String,V> in class org.infinispan.rest.cachemanager.RestCacheManager | From | To | |
Extract Variable | 5 | ||
Extract Variable value : String in method public shouldReadTextWithCompatMode() : void from class org.infinispan.rest.RestOperationsTest | From | To | |
Extract Variable key : String in method public shouldReadAsBinaryWithCompatMode() : void from class org.infinispan.rest.RestOperationsTest | From | To | |
Extract Variable key : String in method public shouldReadTextWithCompatMode() : void from class org.infinispan.rest.RestOperationsTest | From | To | |
Extract Variable cacheName : String in method public shouldReadTextWithCompatMode() : void from class org.infinispan.rest.RestOperationsTest | From | To | |
Extract Variable cacheName : String in method public shouldReadAsBinaryWithCompatMode() : void from class org.infinispan.rest.RestOperationsTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type storageType : StorageType to matchesAll : boolean in method public getCache(name String, requestedMediaType MediaType) : AdvancedCache<String,V> in class org.infinispan.rest.cachemanager.RestCacheManager | From | To | |
Extract Method | 1 | ||
Extract Method private getUrl(restServerHelper RestServerHelper, cacheName String) : String extracted from private getUrl(restServerHelper RestServerHelper) : String in class org.infinispan.rest.search.BaseRestSearchTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mediaType : MediaType to requestedMediaType : MediaType in method public getCache(name String, requestedMediaType MediaType) : AdvancedCache<String,V> in class org.infinispan.rest.cachemanager.RestCacheManager | From | To |