|
Rename Method public isFirstAnalysis_throws_ISE_when_holder_is_not_initialized() : void renamed to public isFirstAnalysis_throws_ISE_when_base_project_snapshot_is_not_set() : void in class org.sonar.server.computation.analysis.AnalysisMetadataHolderImplTest |
From |
To |
|
Rename Method private setIsFirstAnalysis(projectUuid String) : void renamed to private setBaseProjectSnapshot(projectUuid String) : void in class org.sonar.server.computation.step.BuildComponentTreeStep |
From |
To |
|
Rename Method public set_first_analysis_to_false_when_last_snapshot_exist() : void renamed to public set_base_project_snapshot_when_last_snapshot_exist() : void in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Rename Method public set_first_analysis_to_true_when_no_snapshot() : void renamed to public set_no_base_project_snapshot_when_no_snapshot() : void in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Rename Method public setIsFirstAnalysis_throws_ISE_when_called_twice() : void renamed to public setBaseProjectSnapshot_throws_ISE_when_called_twice() : void in class org.sonar.server.computation.analysis.AnalysisMetadataHolderImplTest |
From |
To |
|
Rename Method public set_first_analysis_to_true_when_no_last_snapshot() : void renamed to public set_no_base_project_snapshot_when_no_last_snapshot() : void in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putSyntaxHighlighting(fileRef int, syntaxHighlightings List<BatchReport.SyntaxHighlighting>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putFileSourceLines(fileRef int, lines String...) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putTests(testFileRed int, tests List<BatchReport.Test>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putCoverageDetails(testFileRef int, coverageDetails List<BatchReport.CoverageDetail>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putCoverage(fileRef int, coverages List<BatchReport.Coverage>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putFileSourceLines(fileRef int, lines List<String>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putDuplicationBlocks(componentRef int, duplicationBlocks List<BatchReport.DuplicationBlock>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putComponent(component BatchReport.Component) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putChangesets(changesets BatchReport.Changesets) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putDuplications(componentRef int, duplications BatchReport.Duplication...) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public setScannerLogs(logs List<String>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putActiveRules(activeRules List<BatchReport.ActiveRule>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putIssues(componentRef int, issue List<BatchReport.Issue>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putSymbols(componentRef int, symbols List<BatchReport.Symbol>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public putMeasures(componentRef int, measures List<BatchReport.Measure>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type void to BatchReportReaderRule in method public setMetadata(metadata BatchReport.Metadata) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |