803a3432fd937479db19aff857a9c9357ccca5fe
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public index_source_lines_from_db() : void renamed to public index_source_lines() : void in class org.sonar.server.source.index.SourceLineIndexerTest | From | To | |
Rename Method public update_source_date_on_sources_with_update_at_to_zero() : void renamed to public index_source() : void in class org.sonar.server.computation.step.IndexSourceLinesStepTest | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.computation.source.SymbolsLineReader.SymbolsDuplication renamed to org.sonar.server.computation.source.SymbolsLineReader.SymbolsComparator | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute it : SourceFileResultSetIterator to iterator : SourceFileResultSetIterator in method public traverse_db() : void in class org.sonar.server.source.index.SourceFileResultSetIteratorTest | From | To | |
Replace Variable With Attribute it : SourceFileResultSetIterator to iterator : SourceFileResultSetIterator in method public minimal_data() : void in class org.sonar.server.source.index.SourceFileResultSetIteratorTest | From | To | |
Extract Variable | 1 | ||
Extract Variable index : int in method public create(dbClient DbClient, connection Connection, afterDate long, projectUuid String) : SourceFileResultSetIterator from class org.sonar.server.source.index.SourceFileResultSetIterator | From | To | |
Extract Method | 2 | ||
Extract Method public index(task IndexerTask) : void extracted from public index() : void in class org.sonar.server.es.BaseIndexer | From | To | |
Extract Method private doIndex(lastUpdatedAt long, projectUuid String) : long extracted from protected doIndex(lastUpdatedAt long) : long in class org.sonar.server.source.index.SourceLineIndexer | From | To |