3779ba44dbae7290bb91cc79692ebcbe5304f5b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public do_not_reindex_existing_nonempty_indexes() : void renamed to public only_index_once() : void in class org.sonar.server.es.IndexerStartupTaskTest | From | To | |
| Rename Method private getEmptyTypes(indexer StartupIndexer) : Set<IndexType> renamed to private getUninitializedTypes(indexer StartupIndexer) : Set<IndexType> in class org.sonar.server.es.IndexerStartupTask | From | To | |
| Rename Variable | 1 | ||
| Rename Variable emptyTypes : Set<IndexType> to uninizializedTypes : Set<IndexType> in method private indexEmptyTypes(indexer StartupIndexer) : void in class org.sonar.server.es.IndexerStartupTask | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private settings : MapSettings in class org.sonar.server.es.IndexerStartupTaskTest | From | To |