fa13c8cdce5956ff19cc6c34bfd2e7a0ae719de7
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private executeQuery(cache AdvancedCache<byte[],byte[]>, serCtx SerializationContext, request QueryRequest) : QueryResponse renamed to private executeIndexedQuery(cache AdvancedCache<byte[],byte[]>, cacheConfiguration Configuration, serCtx SerializationContext, request QueryRequest) : QueryResponse in class org.infinispan.query.remote.QueryFacadeImpl | From | To | |
Extract Method | 1 | ||
Extract Method private listInternal() : List extracted from public list() : List<T> in class org.infinispan.query.dsl.embedded.impl.EmbeddedQuery | From | To |