|
Rename Method public readComponentDuplicationBlocks(componentRef int) : CloseableIterator<BatchReport.DuplicationBlock> renamed to public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.batch.protocol.output.BatchReportReader |
From |
To |
|
Rename Method public readComponentDuplicationBlocks(componentRef int) : CloseableIterator<BatchReport.DuplicationBlock> renamed to public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Rename Method public writeDuplicationBlocks(componentRef int, duplicationBlocks Iterable<BatchReport.DuplicationBlock>) : File renamed to public writeCpdTextBlocks(componentRef int, blocks Iterable<BatchReport.CpdTextBlock>) : File in class org.sonar.batch.protocol.output.BatchReportWriter |
From |
To |
|
Rename Method public readComponentDuplicationBlocks(componentRef int) : CloseableIterator<BatchReport.DuplicationBlock> renamed to public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Rename Method public readComponentDuplicationBlocks(componentRef int) : CloseableIterator<BatchReport.DuplicationBlock> renamed to public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.DuplicationBlock> to CloseableIterator<BatchReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.batch.protocol.output.BatchReportReader |
From |
To |
|
Change Return Type List<BatchReport.DuplicationBlock> to List<BatchReport.CpdTextBlock> in method public duplicationBlocksFor(file InputFile) : List<BatchReport.CpdTextBlock> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.DuplicationBlock> to CloseableIterator<BatchReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.DuplicationBlock> to CloseableIterator<BatchReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.DuplicationBlock> to CloseableIterator<BatchReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<BatchReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type duplicationBlockResult : BatchReport.DuplicationBlock to duplicationBlockResult : BatchReport.CpdTextBlock in method public write_duplication_blocks() : void in class org.sonar.batch.protocol.output.BatchReportWriterTest |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.DuplicationBlock> to it : CloseableIterator<BatchReport.CpdTextBlock> in method public duplicationBlocksFor(file InputFile) : List<BatchReport.CpdTextBlock> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type duplicationBlocks : List<DuplicationBlock> to duplicationBlocks : List<BatchReport.CpdTextBlock> in method public enableCrossProjectDuplication() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type result : List<BatchReport.DuplicationBlock> to result : List<BatchReport.CpdTextBlock> in method public duplicationBlocksFor(file InputFile) : List<BatchReport.CpdTextBlock> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type duplicationBlock : BatchReport.DuplicationBlock to duplicationBlock : BatchReport.CpdTextBlock in method public read_duplication_blocks() : void in class org.sonar.batch.protocol.output.BatchReportReaderTest |
From |
To |
|
Change Variable Type duplicationBlock : BatchReport.DuplicationBlock to duplicationBlock : BatchReport.CpdTextBlock in method public write_duplication_blocks() : void in class org.sonar.batch.protocol.output.BatchReportWriterTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.DuplicationBlock> to res : CloseableIterator<BatchReport.CpdTextBlock> in method public verify_readComponentDuplicationBlocks_returns_Issues() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |