|
Change Parameter Type coverages : List<ScannerReport.Coverage> to coverages : List<ScannerReport.LineCoverage> in method public putCoverage(fileRef int, coverages List<ScannerReport.LineCoverage>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type coveragePerLine : Map<Integer,Coverage.Builder> to coveragePerLine : Map<Integer,LineCoverage.Builder> in method package applyLineMeasure(inputFileKey String, lineCount int, metricKey String, coveragePerLine Map<Integer,LineCoverage.Builder>, op MeasureOperation) : void in class org.sonar.batch.report.CoveragePublisher |
From |
To |
|
Change Parameter Type componentType : Constants.ComponentType to componentType : ComponentType in method private component(componentRef int, componentType ComponentType, key String, path String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Parameter Type componentType : Constants.ComponentType to componentType : ComponentType in method private componentWithKey(componentRef int, componentType ComponentType, key String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Parameter Type type : Constants.ComponentType to type : ComponentType in method package convertType(type ComponentType) : Type in class org.sonar.server.computation.component.ComponentImpl.Builder |
From |
To |
|
Change Parameter Type syntaxHighlightings : List<ScannerReport.SyntaxHighlighting> to syntaxHighlightings : List<ScannerReport.SyntaxHighlightingRule> in method public putSyntaxHighlighting(fileRef int, syntaxHighlightings List<ScannerReport.SyntaxHighlightingRule>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type type : Constants.HighlightingType to type : HighlightingType in method private getCssClass(type HighlightingType) : String in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Parameter Type textRangeByType : Map<TextRange,Constants.HighlightingType> to textRangeByType : Map<TextRange,HighlightingType> in method private newReader(textRangeByType Map<TextRange,HighlightingType>) : HighlightingLineReader in class org.sonar.server.computation.source.HighlightingLineReaderTest |
From |
To |
|
Change Parameter Type reportCoverage : ScannerReport.Coverage to reportCoverage : ScannerReport.LineCoverage in method private processIntegrationTest(lineBuilder DbFileSources.Line.Builder, reportCoverage ScannerReport.LineCoverage) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type syntaxHighlightingRules : Iterable<ScannerReport.SyntaxHighlighting> to syntaxHighlightingRules : Iterable<ScannerReport.SyntaxHighlightingRule> in method public writeComponentSyntaxHighlighting(componentRef int, syntaxHighlightingRules Iterable<ScannerReport.SyntaxHighlightingRule>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type componentType : Constants.ComponentType to componentType : ComponentType in method public verify_ref_and_type(componentType ComponentType) : void in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Parameter Type coverageIterator : Iterator<ScannerReport.Coverage> to coverageIterator : Iterator<ScannerReport.LineCoverage> in method public CoverageLineReader(coverageIterator Iterator<ScannerReport.LineCoverage>) in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type reportType : Constants.ComponentLinkType to reportType : ComponentLinkType in method private convertType(reportType ComponentLinkType) : String in class org.sonar.server.computation.step.PersistProjectLinksStep.ProjectLinkVisitor |
From |
To |
|
Change Parameter Type coverageList : Iterable<ScannerReport.Coverage> to coverageList : Iterable<ScannerReport.LineCoverage> in method public writeComponentCoverage(componentRef int, coverageList Iterable<ScannerReport.LineCoverage>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type lineHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> to lineHighlightingIterator : Iterator<ScannerReport.SyntaxHighlightingRule> in method public HighlightingLineReader(file Component, lineHighlightingIterator Iterator<ScannerReport.SyntaxHighlightingRule>, rangeOffsetConverter RangeOffsetConverter) in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Parameter Type syntaxHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> to syntaxHighlightingIterator : Iterator<ScannerReport.SyntaxHighlightingRule> in method private processHighlighting(syntaxHighlightingIterator Iterator<ScannerReport.SyntaxHighlightingRule>, highlighting StringBuilder, lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Parameter Type reportCoverage : ScannerReport.Coverage to reportCoverage : ScannerReport.LineCoverage in method private processUnitTest(lineBuilder DbFileSources.Line.Builder, reportCoverage ScannerReport.LineCoverage) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type reportCoverage : ScannerReport.Coverage to reportCoverage : ScannerReport.LineCoverage in method private processOverallTest(lineBuilder DbFileSources.Line.Builder, reportCoverage ScannerReport.LineCoverage) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type componentType : Constants.ComponentType to componentType : ComponentType in method private component(componentRef int, componentType ComponentType, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Parameter Type componentType : Constants.ComponentType to componentType : ComponentType in method private componentWithPath(componentRef int, componentType ComponentType, path String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Return Type Coverage to LineCoverage in method public apply(input Builder) : LineCoverage in class org.sonar.batch.report.CoveragePublisher.BuildCoverage |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type org.sonar.scanner.protocol.output.ScannerReport.TextRange to ScannerReport.TextRange in method private toProtobufTextRange(textRangeBuilder ScannerReport.TextRange.Builder, primaryTextRange TextRange) : ScannerReport.TextRange in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.Coverage> to CloseableIterator<ScannerReport.LineCoverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.LineCoverage> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.Coverage> to CloseableIterator<ScannerReport.LineCoverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.LineCoverage> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type ScannerReport.Coverage to ScannerReport.LineCoverage in method private getNextLineCoverageIfMatchLine(line int) : ScannerReport.LineCoverage in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.Coverage> to CloseableIterator<ScannerReport.LineCoverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.LineCoverage> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type Constants.ComponentType to ComponentType in method private getType(r Resource) : ComponentType in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type ScannerReport.SyntaxHighlighting to ScannerReport.SyntaxHighlightingRule in method public apply(input SyntaxHighlightingRule) : ScannerReport.SyntaxHighlightingRule in class org.sonar.batch.sensor.DefaultSensorStorage.BuildSyntaxHighlighting |
From |
To |
|
Change Return Type ScannerReport.Coverage to ScannerReport.LineCoverage in method public coverageFor(file InputFile, line int) : ScannerReport.LineCoverage in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type ScannerReport.SyntaxHighlighting to ScannerReport.SyntaxHighlightingRule in method private getNextHighlightingMatchingLine(line int) : ScannerReport.SyntaxHighlightingRule in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.Coverage> to CloseableIterator<ScannerReport.LineCoverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.LineCoverage> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<ScannerReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Variable Type res : List<ScannerReport.SyntaxHighlighting> to res : List<ScannerReport.SyntaxHighlightingRule> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type it : CloseableIterator<ScannerReport.Coverage> to it : CloseableIterator<ScannerReport.LineCoverage> in method private updateCoverage(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type res : CloseableIterator<ScannerReport.SyntaxHighlighting> to res : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public verify_readComponentSyntaxHighlighting() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type res : CloseableIterator<ScannerReport.Coverage> to res : CloseableIterator<ScannerReport.LineCoverage> in method public verify_readComponentCoverage() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type syntaxHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> to syntaxHighlightingIterator : Iterator<ScannerReport.SyntaxHighlightingRule> in method private processHighlightings(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type rule : ScannerReport.SyntaxHighlighting to rule : ScannerReport.SyntaxHighlightingRule in method public highlightingTypeFor(file InputFile, line int, lineOffset int) : List<TypeOfText> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type coverageBuilder : Coverage.Builder to coverageBuilder : LineCoverage.Builder in method package applyLineMeasure(inputFileKey String, lineCount int, metricKey String, coveragePerLine Map<Integer,LineCoverage.Builder>, op MeasureOperation) : void in class org.sonar.batch.report.CoveragePublisher |
From |
To |
|
Change Variable Type coverage : ScannerReport.Coverage to coverage : ScannerReport.LineCoverage in method public read_coverage() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type it : CloseableIterator<ScannerReport.SyntaxHighlighting> to it : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public read_syntax_highlighting() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type componentType : Constants.ComponentType to componentType : ComponentType in method public allComponentTypes() : Object[][] in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Variable Type highlightingIt : CloseableIterator<ScannerReport.SyntaxHighlighting> to highlightingIt : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method package LineReaders(reportReader BatchReportReader, scmInfoRepository ScmInfoRepository, duplicationRepository DuplicationRepository, component Component) in class org.sonar.server.computation.step.PersistFileSourcesStep.LineReaders |
From |
To |
|
Change Variable Type it : CloseableIterator<ScannerReport.Coverage> to it : CloseableIterator<ScannerReport.LineCoverage> in method public read_coverage() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type coverage : ScannerReport.Coverage to coverage : ScannerReport.LineCoverage in method private updateCoverage(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type entry : Map.Entry<TextRange,Constants.HighlightingType> to entry : Map.Entry<TextRange,HighlightingType> in method private newReader(textRangeByType Map<TextRange,HighlightingType>) : HighlightingLineReader in class org.sonar.server.computation.source.HighlightingLineReaderTest |
From |
To |
|
Change Variable Type reportCoverage : ScannerReport.Coverage to reportCoverage : ScannerReport.LineCoverage in method public read(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Variable Type coverage : ScannerReport.Coverage to coverage : ScannerReport.LineCoverage in method public coverageFor(file InputFile, line int) : ScannerReport.LineCoverage in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type res : List<ScannerReport.Coverage> to res : List<ScannerReport.LineCoverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.LineCoverage> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type it : CloseableIterator<ScannerReport.Coverage> to it : CloseableIterator<ScannerReport.LineCoverage> in method public coverageFor(file InputFile, line int) : ScannerReport.LineCoverage in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type it : CloseableIterator<ScannerReport.SyntaxHighlighting> to it : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method private updateHighlighting(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type builder : Coverage.Builder to builder : LineCoverage.Builder in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.CoveragePublisher |
From |
To |
|
Change Variable Type syntaxHighlightingList : List<ScannerReport.SyntaxHighlighting> to syntaxHighlightingList : List<ScannerReport.SyntaxHighlightingRule> in method private newReader(textRangeByType Map<TextRange,HighlightingType>) : HighlightingLineReader in class org.sonar.server.computation.source.HighlightingLineReaderTest |
From |
To |
|
Change Variable Type it : CloseableIterator<Coverage> to it : CloseableIterator<LineCoverage> in method public publishCoverage() : void in class org.sonar.batch.report.CoveragePublisherTest |
From |
To |
|
Change Variable Type it : CloseableIterator<ScannerReport.SyntaxHighlighting> to it : CloseableIterator<ScannerReport.SyntaxHighlightingRule> in method public highlightingTypeFor(file InputFile, line int, lineOffset int) : List<TypeOfText> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type syntaxHighlighting : ScannerReport.SyntaxHighlighting to syntaxHighlighting : ScannerReport.SyntaxHighlightingRule in method private processHighlighting(syntaxHighlightingIterator Iterator<ScannerReport.SyntaxHighlightingRule>, highlighting StringBuilder, lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type syntaxHighlighting : ScannerReport.SyntaxHighlighting to syntaxHighlighting : ScannerReport.SyntaxHighlightingRule in method private incrementHighlightingListMatchingLine(line int) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type rule : ScannerReport.SyntaxHighlighting to rule : ScannerReport.SyntaxHighlightingRule in method private updateHighlighting(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type coveragePerLine : Map<Integer,Coverage.Builder> to coveragePerLine : Map<Integer,LineCoverage.Builder> in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.CoveragePublisher |
From |
To |
|
Change Variable Type coverageIt : CloseableIterator<ScannerReport.Coverage> to coverageIt : CloseableIterator<ScannerReport.LineCoverage> in method package LineReaders(reportReader BatchReportReader, scmInfoRepository ScmInfoRepository, duplicationRepository DuplicationRepository, component Component) in class org.sonar.server.computation.step.PersistFileSourcesStep.LineReaders |
From |
To |
|
Change Variable Type syntaxHighlighting : ScannerReport.SyntaxHighlighting to syntaxHighlighting : ScannerReport.SyntaxHighlightingRule in method public read_syntax_highlighting() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Attribute Type highlightings : List<ScannerReport.SyntaxHighlighting> to highlightings : List<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.benchmark.PersistFileSourcesStepTest.LineData |
From |
To |
|
Change Attribute Type COVERAGE_1 : ScannerReport.Coverage to COVERAGE_1 : ScannerReport.LineCoverage in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type SYNTAX_HIGHLIGHTING_2 : ScannerReport.SyntaxHighlighting to SYNTAX_HIGHLIGHTING_2 : ScannerReport.SyntaxHighlightingRule in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type typesConverter : Map<Constants.ComponentLinkType,String> to typesConverter : Map<ComponentLinkType,String> in class org.sonar.server.computation.step.PersistProjectLinksStep |
From |
To |
|
Change Attribute Type cssClassByType : Map<Constants.HighlightingType,String> to cssClassByType : Map<HighlightingType,String> in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type SYNTAX_HIGHLIGHTING_1 : ScannerReport.SyntaxHighlighting to SYNTAX_HIGHLIGHTING_1 : ScannerReport.SyntaxHighlightingRule in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type currentItem : ScannerReport.SyntaxHighlighting to currentItem : ScannerReport.SyntaxHighlightingRule in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type coverageIterator : Iterator<ScannerReport.Coverage> to coverageIterator : Iterator<ScannerReport.LineCoverage> in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Attribute Type builder : ScannerReport.SyntaxHighlighting.Builder to builder : ScannerReport.SyntaxHighlightingRule.Builder in class org.sonar.batch.sensor.DefaultSensorStorage.BuildSyntaxHighlighting |
From |
To |
|
Change Attribute Type coverages : List<ScannerReport.Coverage> to coverages : List<ScannerReport.LineCoverage> in class org.sonar.server.benchmark.PersistFileSourcesStepTest.LineData |
From |
To |
|
Change Attribute Type coverage : ScannerReport.Coverage to coverage : ScannerReport.LineCoverage in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Attribute Type lineHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> to lineHighlightingIterator : Iterator<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type coverages : Map<Integer,List<ScannerReport.Coverage>> to coverages : Map<Integer,List<ScannerReport.LineCoverage>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type highlightingList : List<ScannerReport.SyntaxHighlighting> to highlightingList : List<ScannerReport.SyntaxHighlightingRule> in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type syntaxHighlightings : Map<Integer,List<ScannerReport.SyntaxHighlighting>> to syntaxHighlightings : Map<Integer,List<ScannerReport.SyntaxHighlightingRule>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type COVERAGE_2 : ScannerReport.Coverage to COVERAGE_2 : ScannerReport.LineCoverage in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type underTest : ReportIterator<ScannerReport.Coverage> to underTest : ReportIterator<ScannerReport.LineCoverage> in class org.sonar.server.computation.source.ReportIteratorTest |
From |
To |