c7c06d7ae381d87a37fb4d9eaeb7fe38ce29de8a
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type features : ComponentIndexSearchFeature... to features : ComponentTextSearchFeature... in method public set(features ComponentTextSearchFeature...) : void in class org.sonar.server.es.textsearch.ComponentTextSearchFeatureRule | From | To | |
Change Parameter Type features : ComponentIndexSearchFeature... to features : ComponentTextSearchFeature... in method private createQuery(query ComponentIndexQuery, features ComponentTextSearchFeature...) : QueryBuilder in class org.sonar.server.component.index.ComponentIndex | From | To | |
Change Parameter Type features : ComponentIndexSearchFeature... to features : ComponentTextSearchFeature... in method package search(query ComponentIndexQuery, features ComponentTextSearchFeature...) : List<ComponentsPerQualifier> in class org.sonar.server.component.index.ComponentIndex | From | To | |
Rename Variable | 1 | ||
Rename Variable query : BoolQueryBuilder to queryBuilder : BoolQueryBuilder in method protected prefixAndPartialQuery(queryText String, fieldName String, originalFieldName String) : BoolQueryBuilder in class org.sonar.server.es.textsearch.ComponentTextSearchFeature | From | To | |
Change Return Type | 1 | ||
Change Return Type ComponentIndexSearchFeature[] to ComponentTextSearchFeature[] in method public get() : ComponentTextSearchFeature[] in class org.sonar.server.es.textsearch.ComponentTextSearchFeatureRule | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class org.sonar.server.component.index.ComponentIndexSearchFeatureRule moved and renamed to org.sonar.server.es.textsearch.ComponentTextSearchFeatureRule | From | To | |
Move And Rename Class org.sonar.server.component.index.ComponentIndexSearchFeature moved and renamed to org.sonar.server.es.textsearch.ComponentTextSearchFeature | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type features : ComponentIndexSearchFeatureRule to features : ComponentTextSearchFeatureRule in class org.sonar.server.component.index.ComponentIndexTest | From | To | |
Change Attribute Type features : ComponentIndexSearchFeature[] to features : ComponentTextSearchFeature[] in class org.sonar.server.es.textsearch.ComponentTextSearchFeatureRule | From | To |