2d67b3891b6ce1e9fec8d80107d5f373cf06869e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public empty_list_if_no_coverage_found() : void renamed to public return_null_if_no_coverage_found() : void in class org.sonar.batch.protocol.output.BatchReportReaderTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterable<BatchReport.Coverage> to ReportStream<BatchReport.Coverage> in method public readFileCoverage(fileRef int) : ReportStream<BatchReport.Coverage> in class org.sonar.batch.protocol.output.BatchReportReader | From | To | |
Extract Variable | 1 | ||
Extract Variable coverageReportStream : ReportStream in method public write_coverage() : void from class org.sonar.batch.protocol.output.BatchReportWriterTest | From | To |