496f4194c92f618add6ee9527a7c792996d91ded
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private prepareSearch(query QuotaQuery) : SearchRequest renamed to private executeSingleSearch(query QuotaQuery) : Stream<SearchHit> in class org.apache.james.quota.search.elasticsearch.ElasticSearchQuotaSearcher | From | To | |
Rename Variable | 1 | ||
Rename Variable sourceBuilder : SearchSourceBuilder to searchSourceBuilder : SearchSourceBuilder in method private executeSingleSearch(query QuotaQuery) : Stream<SearchHit> in class org.apache.james.quota.search.elasticsearch.ElasticSearchQuotaSearcher | From | To | |
Change Return Type | 1 | ||
Change Return Type SearchRequest to Stream<SearchHit> in method private executeSingleSearch(query QuotaQuery) : Stream<SearchHit> in class org.apache.james.quota.search.elasticsearch.ElasticSearchQuotaSearcher | From | To | |
Extract Method | 1 | ||
Extract Method private searchSourceBuilder(query QuotaQuery) : SearchSourceBuilder extracted from private prepareSearch(query QuotaQuery) : SearchRequest in class org.apache.james.quota.search.elasticsearch.ElasticSearchQuotaSearcher | From | To |