66f18e38e43093ceec27b153ac4bf590d9bbb4cd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type localQuery2 : CacheQuery<?> to localQuery2 : CacheQuery<Person> in method public testLocalQuery() : void in class org.infinispan.query.blackbox.ClusteredQueryTest | From | To | |
Change Variable Type localQuery1 : CacheQuery<?> to localQuery1 : CacheQuery<Person> in method public testLocalQuery() : void in class org.infinispan.query.blackbox.ClusteredQueryTest | From | To | |
Extract Variable | 3 | ||
Extract Variable queryCache : Cache in method public call() : Void from class org.infinispan.query.nulls.NullCollectionElementsClusteredTest.testQuerySkipsNullsInList.withTx | From | To | |
Extract Variable queryCache : Cache in method public call() : Void from class org.infinispan.query.nulls.NullCollectionElementsClusteredTest.testQuerySkipsNullsInLazyIterator.withTx | From | To | |
Extract Variable wrappingInterceptor : Class<? extends DDAsyncInterceptor> in method private createQueryInterceptorIfNeeded(cr ComponentRegistry, cfg Configuration, searchFactory SearchIntegrator) : void from class org.infinispan.query.impl.LifecycleManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cache2 : Cache to cache2 : Cache<String,Foo> in class org.infinispan.query.nulls.NullCollectionElementsClusteredTest | From | To | |
Change Attribute Type cache1 : Cache to cache1 : Cache<String,Foo> in class org.infinispan.query.nulls.NullCollectionElementsClusteredTest | From | To | |
Inline Variable | 1 | ||
Inline Variable manager : SearchManagerImplementor in method public testSearchKeyTransformer() : void from class org.infinispan.query.blackbox.ClusteredCacheTest | From | To |