|
Change Parameter Type file : File to syntaxHighlightings : List<BatchReport.SyntaxHighlighting> in method public putSyntaxHighlighting(fileRef int, syntaxHighlightings List<BatchReport.SyntaxHighlighting>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type file : File to tests : List<BatchReport.Test> in method public putTests(testFileRed int, tests List<BatchReport.Test>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type file : File to coverageDetails : List<BatchReport.CoverageDetail> in method public putCoverageDetails(testFileRef int, coverageDetails List<BatchReport.CoverageDetail>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type file : File to lines : List<String> in method public putFileSourceLines(fileRef int, lines List<String>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type file : File to coverages : List<BatchReport.Coverage> in method public putCoverage(fileRef int, coverages List<BatchReport.Coverage>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<BatchReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.Test> in method public readTests(testFileRef int) : CloseableIterator<BatchReport.Test> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<BatchReport.CoverageDetail> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<BatchReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.FileBatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<String> in method public readFileSource(fileRef int) : CloseableIterator<String> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<BatchReport.Coverage> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.Test> in method public readTests(testFileRef int) : CloseableIterator<BatchReport.Test> in class org.sonar.server.computation.batch.FileBatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.Test> in method public readTests(testFileRef int) : CloseableIterator<BatchReport.Test> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<BatchReport.CoverageDetail> in class org.sonar.server.computation.batch.FileBatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<BatchReport.Coverage> in class org.sonar.server.computation.batch.FileBatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<String> in method public readFileSource(fileRef int) : CloseableIterator<String> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<BatchReport.Coverage> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<String> in method public readFileSource(fileRef int) : CloseableIterator<String> in class org.sonar.server.computation.batch.FileBatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<BatchReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type File to CloseableIterator<BatchReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<BatchReport.CoverageDetail> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReportWriter to void in method private initBasicReport(numberOfLines int) : void in class org.sonar.server.computation.step.PersistFileSourcesStepTest |
From |
To |
|
Change Attribute Type syntaxHighlightings : Map<Integer,File> to syntaxHighlightings : Map<Integer,List<BatchReport.SyntaxHighlighting>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type tests : Map<Integer,File> to tests : Map<Integer,List<BatchReport.Test>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type coverageDetails : Map<Integer,File> to coverageDetails : Map<Integer,List<BatchReport.CoverageDetail>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type iterators : List<ReportIterator> to iterators : List<CloseableIterator<?>> in class org.sonar.server.computation.step.PersistFileSourcesStep.LineReaders |
From |
To |
|
Change Attribute Type coverages : Map<Integer,File> to coverages : Map<Integer,List<BatchReport.Coverage>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type fileSources : Map<Integer,File> to fileSources : Map<Integer,List<String>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Rename Parameter file : File to syntaxHighlightings : List<BatchReport.SyntaxHighlighting> in method public putSyntaxHighlighting(fileRef int, syntaxHighlightings List<BatchReport.SyntaxHighlighting>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Rename Parameter file : File to tests : List<BatchReport.Test> in method public putTests(testFileRed int, tests List<BatchReport.Test>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Rename Parameter file : File to lines : List<String> in method public putFileSourceLines(fileRef int, lines List<String>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Rename Parameter file : File to coverageDetails : List<BatchReport.CoverageDetail> in method public putCoverageDetails(testFileRef int, coverageDetails List<BatchReport.CoverageDetail>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Rename Parameter file : File to coverages : List<BatchReport.Coverage> in method public putCoverage(fileRef int, coverages List<BatchReport.Coverage>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |