fbbb1a0ebed1211229fdb010111d1b8d99ad4ca8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type idConverter : Function<String,ID> to idConverter : Function<String,I> in method public scrollIds(esClient EsClient, scrollResponse SearchResponse, idConverter Function<String,I>) : Iterator<I> in class org.sonar.server.es.EsUtils | From | To | |
Change Parameter Type idConverter : Function<String,ID> to idConverter : Function<String,I> in method private IdScrollIterator(esClient EsClient, scrollResponse SearchResponse, idConverter Function<String,I>) in class org.sonar.server.es.EsUtils.IdScrollIterator | From | To | |
Change Return Type | 3 | ||
Change Return Type LinkedHashMap<String,Long> to Map<String,Long> in method public termsToMap(terms Terms) : Map<String,Long> in class org.sonar.server.es.EsUtils | From | To | |
Change Return Type ID to I in method public next() : I in class org.sonar.server.es.EsUtils.IdScrollIterator | From | To | |
Change Return Type Iterator<ID> to Iterator<I> in method public scrollIds(esClient EsClient, scrollResponse SearchResponse, idConverter Function<String,I>) : Iterator<I> in class org.sonar.server.es.EsUtils | From | To | |
Extract Method | 4 | ||
Extract Method private buildActivationFilter(query RuleQuery, profile QProfileDto) : QueryBuilder extracted from private buildFilters(query RuleQuery) : Map<String,QueryBuilder> in class org.sonar.server.rule.index.RuleIndex | From | To | |
Extract Method private buildWithoutSubfields() : NewIndexType extracted from public build() : NewIndexType in class org.sonar.server.es.NewIndex.StringFieldBuilder | From | To | |
Extract Method private buildTagsFilter(tags Collection<String>, organization OrganizationDto) : BoolQueryBuilder extracted from private buildFilters(query RuleQuery) : Map<String,QueryBuilder> in class org.sonar.server.rule.index.RuleIndex | From | To | |
Extract Method private buildWithSubfields() : NewIndexType extracted from public build() : NewIndexType in class org.sonar.server.es.NewIndex.StringFieldBuilder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type idConverter : Function<String,ID> to idConverter : Function<String,I> in class org.sonar.server.es.EsUtils.IdScrollIterator | From | To |