|
Change Return Type Map<String,ProjectMeasuresDoc> to Map<String,ProjectMeasures> in method private createResultSetAndReturnDocsById(date long, projectUuid String) : Map<String,ProjectMeasures> in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Return Type Map<String,ProjectMeasuresDoc> to Map<String,ProjectMeasures> in method private createResultSetAndReturnDocsById() : Map<String,ProjectMeasures> in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Return Type Map<String,Object> to Map<String,Double> in method public getNumericMeasures() : Map<String,Double> in class org.sonar.db.measure.ProjectMeasuresIndexerIterator.Measures |
From |
To |
|
Change Return Type ProjectMeasuresResultSetIterator to ProjectMeasuresIndexerIterator in method public create(session DbSession, afterDate long, projectUuid String) : ProjectMeasuresIndexerIterator in class org.sonar.db.measure.ProjectMeasuresIndexerIterator |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public does_not_return_none_numeric_metrics() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type doc : ProjectMeasuresDoc to doc : ProjectMeasures in method public return_only_docs_from_given_project() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type doc : ProjectMeasuresDoc to doc : ProjectMeasures in method private doIndex(bulk BulkIndexer, docs Iterator<ProjectMeasures>) : long in class org.sonar.server.component.es.ProjectMeasuresIndexer |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_only_docs_after_date() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_project_without_analysis() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_project_measure() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_only_docs_from_given_project() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_project_measure_having_leak() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public does_not_return_disabled_metrics() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_nothing_on_unknown_project() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type docsById : Map<String,ProjectMeasuresDoc> to docsById : Map<String,ProjectMeasures> in method public return_quality_gate_status_measure() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type doc : ProjectMeasuresDoc to doc : ProjectMeasures in method public return_project_without_analysis() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |
|
Change Variable Type doc : ProjectMeasuresDoc to doc : ProjectMeasures in method public return_project_measure() : void in class org.sonar.db.measure.ProjectMeasuresIndexerIteratorTest |
From |
To |