957e7fd6361e450e51d7c897f4a899835eb03e43
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type cache : Cache<Integer,Person> to cache : Cache<Integer,T> in method private assertIndexPopulated(cache Cache<Integer,T>, clazz Class<T>) : void in class org.infinispan.query.backend.IndexCacheStopTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cache : Cache<Integer,Person> to cache : Cache<Integer,T> in method private startAndIndexEntityData(cacheName String, cacheContainer CacheContainer, provider Function<Integer,T>, type Class<T>) : void in class org.infinispan.query.backend.IndexCacheStopTest | From | To | |
Extract Method | 1 | ||
Extract Method private startAndIndexEntityData(cacheName String, cacheContainer CacheContainer, provider Function<Integer,T>, type Class<T>) : void extracted from private startAndIndexData(cacheName String, cacheContainer CacheContainer) : void in class org.infinispan.query.backend.IndexCacheStopTest | From | To |