36ec458ec4388dc9571b0f180fb838ecc3f8349f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 2 | ||
| Merge Attribute [restCacheManager : RestCacheManager<Object>, executor : Executor] to invocationHelper : InvocationHelper in class org.infinispan.rest.resources.CacheResourceQueryAction | From | To | |
| Merge Attribute [restCacheManager : RestCacheManager<Object>, executor : Executor] to invocationHelper : InvocationHelper in class org.infinispan.rest.resources.CacheResource | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type restCacheManager : RestCacheManager<Object> to invocationHelper : InvocationHelper in method package CacheResourceQueryAction(invocationHelper InvocationHelper) in class org.infinispan.rest.resources.CacheResourceQueryAction | From | To | |
| Change Parameter Type counterManager : CounterManager to invocationHelper : InvocationHelper in method public CounterResource(invocationHelper InvocationHelper) in class org.infinispan.rest.resources.CounterResource | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private restCacheManager : RestCacheManager<Object> from class org.infinispan.rest.resources.CacheResourceQueryAction to private restCacheManager : RestCacheManager<Object> from class org.infinispan.rest.InvocationHelper | From | To | |
| Move Attribute private executor : Executor from class org.infinispan.rest.resources.CacheResourceQueryAction to private executor : Executor from class org.infinispan.rest.InvocationHelper | From | To | |
| Move Attribute package executor : Executor from class org.infinispan.rest.resources.CacheResource to private executor : Executor from class org.infinispan.rest.InvocationHelper | From | To | |
| Move Attribute private mapper : ObjectMapper from class org.infinispan.rest.resources.CacheResourceV2 to private mapper : ObjectMapper from class org.infinispan.rest.InvocationHelper | From | To | |
| Move Attribute package restCacheManager : RestCacheManager<Object> from class org.infinispan.rest.resources.CacheResource to private restCacheManager : RestCacheManager<Object> from class org.infinispan.rest.InvocationHelper | From | To | |
| Extract Class | 2 | ||
| Extract Class org.infinispan.rest.InvocationHelper from class org.infinispan.rest.resources.CacheResourceQueryAction | From | To | |
| Extract Class org.infinispan.rest.InvocationHelper from class org.infinispan.rest.resources.CacheResource | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type counterManager : CounterManager to counterManager : EmbeddedCounterManager in class org.infinispan.rest.resources.CounterResource | From | To | |
| Inline Variable | 1 | ||
| Inline Variable health : Health in method protected startInternal(configuration RestServerConfiguration, cacheManager EmbeddedCacheManager) : void from class org.infinispan.rest.RestServer | From | To | |
| Extract Method | 1 | ||
| Extract Method private removeCounter(counterName String, keepConfig boolean) : void extracted from public remove(counterName String) : void in class org.infinispan.counter.impl.manager.EmbeddedCounterManager | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter restCacheManager : RestCacheManager<Object> to invocationHelper : InvocationHelper in method package CacheResourceQueryAction(invocationHelper InvocationHelper) in class org.infinispan.rest.resources.CacheResourceQueryAction | From | To | |
| Rename Parameter counterManager : CounterManager to invocationHelper : InvocationHelper in method public CounterResource(invocationHelper InvocationHelper) in class org.infinispan.rest.resources.CounterResource | From | To |