35f1487144f72e49b73383c0e96d73b53c60c641
Files Diff
- Added: 14
- Removed: 15
- Renamed: 0
- Modified: 20
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.google.protobuf:protobuf-java:2.6.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public export(reportHelper ReportHelper) : void renamed to public publish(writer BatchOutputWriter) : void in class org.sonar.batch.report.ReportPublisher | From | To | |
Rename Method private toString(currentChange FieldDiffs) : String renamed to private diffsToString(diffs FieldDiffs) : String in class org.sonar.batch.report.IssuesPublisher | From | To | |
Rename Method public export(reportHelper ReportHelper) : void renamed to public publish(writer BatchOutputWriter) : void in class org.sonar.batch.report.IssuesPublisher | From | To | |
Rename Method public testComponentPublisher() : void renamed to public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type issues : Iterable<DefaultIssue> to issues : Iterable<BatchOutput.ReportIssue> in method public processComponentIssues(context ComputationContext, componentUuid String, issues Iterable<BatchOutput.ReportIssue>) : void in class org.sonar.server.computation.issue.IssueComputation | From | To | |
Change Parameter Type reportHelper : ReportHelper to writer : BatchOutputWriter in method public publish(writer BatchOutputWriter) : void in class org.sonar.batch.report.ReportPublisher | From | To | |
Change Parameter Type reportDir : File to reportReader : BatchOutputReader in method public ComputationContext(reportDto AnalysisReportDto, project ComponentDto, reportReader BatchOutputReader) in class org.sonar.server.computation.ComputationContext | From | To | |
Change Parameter Type reportHelper : ReportHelper to writer : BatchOutputWriter in method public publish(writer BatchOutputWriter) : void in class org.sonar.batch.report.IssuesPublisher | From | To | |
Change Parameter Type batchId : long to batchId : int in method public BatchResource(batchId int, r Resource, parent BatchResource) in class org.sonar.batch.index.BatchResource | From | To | |
Rename Variable | 4 | ||
Rename Variable mainFile : File to file : File in method public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest | From | To | |
Rename Variable dir1 : Directory to dir : Directory in method public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest | From | To | |
Rename Variable stoptTime : long to stopTime : long in method private decompressReport(report AnalysisReportDto, toDir File) : void in class org.sonar.server.computation.ComputationService | From | To | |
Rename Variable dir2 : Directory to fileWithoutLang : File in method public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest | From | To | |
Change Return Type | 3 | ||
Change Return Type ReportIssue to BatchOutput.ReportIssue in method private toReportIssue(issue DefaultIssue) : BatchOutput.ReportIssue in class org.sonar.batch.report.IssuesPublisher | From | To | |
Change Return Type ReportComponent.Type to Constants.ComponentType in method private getType(r Resource) : Constants.ComponentType in class org.sonar.batch.report.ComponentsPublisher | From | To | |
Change Return Type long to int in method public batchId() : int in class org.sonar.batch.index.BatchResource | From | To | |
Rename Attribute | 4 | ||
Rename Attribute finalIssuesAppender : DiskCache<DefaultIssue> to diskIssuesAppender : DiskCache<DefaultIssue> in class org.sonar.server.computation.issue.IssueComputation | From | To | |
Rename Attribute issue : DefaultIssue to inputIssue : BatchOutput.ReportIssue.Builder in class org.sonar.server.computation.issue.IssueComputationTest | From | To | |
Rename Attribute reportDirectory : File to reportReader : BatchOutputReader in class org.sonar.server.computation.ComputationContext | From | To | |
Rename Attribute issueCache : IssueCache to outputIssues : IssueCache in class org.sonar.server.computation.issue.IssueComputationTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dir2 : Directory to fileWithoutLang : File in method public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type batchId : long to batchId : int in class org.sonar.batch.index.BatchResource | From | To | |
Change Attribute Type reportDirectory : File to reportReader : BatchOutputReader in class org.sonar.server.computation.ComputationContext | From | To | |
Change Attribute Type issue : DefaultIssue to inputIssue : BatchOutput.ReportIssue.Builder in class org.sonar.server.computation.issue.IssueComputationTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter reportHelper : ReportHelper to writer : BatchOutputWriter in method public publish(writer BatchOutputWriter) : void in class org.sonar.batch.report.ReportPublisher | From | To | |
Rename Parameter reportDir : File to reportReader : BatchOutputReader in method public ComputationContext(reportDto AnalysisReportDto, project ComponentDto, reportReader BatchOutputReader) in class org.sonar.server.computation.ComputationContext | From | To | |
Rename Parameter reportHelper : ReportHelper to writer : BatchOutputWriter in method public publish(writer BatchOutputWriter) : void in class org.sonar.batch.report.IssuesPublisher | From | To | |
Rename Parameter currentChange : FieldDiffs to diffs : FieldDiffs in method private diffsToString(diffs FieldDiffs) : String in class org.sonar.batch.report.IssuesPublisher | From | To |