|
Change Parameter Type blocks : Iterable<BatchReport.CpdTextBlock> to blocks : Iterable<ScannerReport.CpdTextBlock> in method public writeCpdTextBlocks(componentRef int, blocks Iterable<ScannerReport.CpdTextBlock>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method private Builder(component ScannerReport.Component) in class org.sonar.server.computation.component.ComponentImpl.Builder |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method private recursiveWriteComponent(batchComponent BatchComponent, writer ScannerReportWriter) : void in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Parameter Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private validateStartOffsetNotGreaterThanLineLength(range ScannerReport.TextRange, lineLength int, line int) : void in class org.sonar.server.computation.source.RangeOffsetConverter |
From |
To |
|
Change Parameter Type duplicates : BatchReport.Duplicate... to duplicates : ScannerReport.Duplicate... in method private createDuplication(original ScannerReport.TextRange, duplicates ScannerReport.Duplicate...) : ScannerReport.Duplication in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Parameter Type coverageDetails : List<BatchReport.CoverageDetail> to coverageDetails : List<ScannerReport.CoverageDetail> in method public putCoverageDetails(testFileRef int, coverageDetails List<ScannerReport.CoverageDetail>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type o2 : BatchReport.Symbol to o2 : ScannerReport.Symbol in method public compare(o1 ScannerReport.Symbol, o2 ScannerReport.Symbol) : int in class org.sonar.server.computation.source.SymbolsLineReader.SymbolsComparator |
From |
To |
|
Change Parameter Type duplications : Iterable<BatchReport.Duplication> to duplications : Iterable<ScannerReport.Duplication> in method public writeComponentDuplications(componentRef int, duplications Iterable<ScannerReport.Duplication>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method public writeComponentChangesets(changesets ScannerReport.Changesets) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type lineHighlightingIterator : Iterator<BatchReport.SyntaxHighlighting> to lineHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> in method public HighlightingLineReader(file Component, lineHighlightingIterator Iterator<ScannerReport.SyntaxHighlighting>, rangeOffsetConverter RangeOffsetConverter) in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Parameter Type reportProject : BatchReport.Component to reportProject : ScannerReport.Component in method public ComponentRootBuilder(reportProject ScannerReport.Component, uuidFactory UuidFactory, branch String) in class org.sonar.server.computation.step.BuildComponentTreeStep.ComponentRootBuilder |
From |
To |
|
Change Parameter Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method private convertToScmInfo(changesets ScannerReport.Changesets) : ScmInfo in class org.sonar.server.computation.scm.ReportScmInfo |
From |
To |
|
Change Parameter Type reader : BatchReportReader to reader : ScannerReportReader in method public trackIssues(reader ScannerReportReader, component BatchComponent) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Parameter Type reportMetadata : BatchReport.Metadata to reportMetadata : ScannerReport.Metadata in method private projectKeyFromReport(reportMetadata ScannerReport.Metadata) : String in class org.sonar.server.computation.step.LoadReportAnalysisMetadataHolderStep |
From |
To |
|
Change Parameter Type symbol : BatchReport.Symbol to symbol : ScannerReport.Symbol in method private putForTextRange(res SetMultimap<Integer,ScannerReport.Symbol>, symbol ScannerReport.Symbol, declaration ScannerReport.TextRange) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type builder : BatchReport.Component.Builder to builder : ScannerReport.Component.Builder in method private writeLinks(c BatchComponent, builder ScannerReport.Component.Builder) : void in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Parameter Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in method public write(component BatchComponent, rawIssue ScannerReport.Issue) : void in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Parameter Type tests : Iterable<BatchReport.CoverageDetail> to tests : Iterable<ScannerReport.CoverageDetail> in method public writeCoverageDetails(componentRef int, tests Iterable<ScannerReport.CoverageDetail>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type duplications : BatchReport.Duplication... to duplications : ScannerReport.Duplication... in method public putDuplications(componentRef int, duplications ScannerReport.Duplication...) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type builder : BatchReport.Component.Builder to builder : ScannerReport.Component.Builder in method private writeVersion(c BatchComponent, builder ScannerReport.Component.Builder) : void in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Parameter Type input : BatchReport.ActiveRule to input : ScannerReport.ActiveRule in method private convert(input ScannerReport.ActiveRule) : ActiveRule in class org.sonar.server.computation.step.LoadQualityProfilesStep |
From |
To |
|
Change Parameter Type tests : Iterable<BatchReport.Test> to tests : Iterable<ScannerReport.Test> in method public writeTests(componentRef int, tests Iterable<ScannerReport.Test>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.SourcePublisher |
From |
To |
|
Change Parameter Type symbols : BatchReport.Symbol... to symbols : ScannerReport.Symbol... in method private newReader(symbols ScannerReport.Symbol...) : SymbolsLineReader in class org.sonar.server.computation.source.SymbolsLineReaderTest |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toStringMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type o1 : BatchReport.Symbol to o1 : ScannerReport.Symbol in method public compare(o1 ScannerReport.Symbol, o2 ScannerReport.Symbol) : int in class org.sonar.server.computation.source.SymbolsLineReader.SymbolsComparator |
From |
To |
|
Change Parameter Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private validateOffsetOrder(range ScannerReport.TextRange, line int) : void in class org.sonar.server.computation.source.RangeOffsetConverter |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public init(writer ScannerReportWriter) : void in class org.sonar.batch.report.AnalysisContextReportPublisher |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method public builder(component ScannerReport.Component) : Builder in class org.sonar.server.computation.component.ComponentImpl |
From |
To |
|
Change Parameter Type syntaxHighlightingRules : Iterable<BatchReport.SyntaxHighlighting> to syntaxHighlightingRules : Iterable<ScannerReport.SyntaxHighlighting> in method public writeComponentSyntaxHighlighting(componentRef int, syntaxHighlightingRules Iterable<ScannerReport.SyntaxHighlighting>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method private createBatchAttributes(component ScannerReport.Component) : ReportAttributes in class org.sonar.server.computation.component.ComponentImpl.Builder |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toNoValueMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type reportCoverage : BatchReport.Coverage to reportCoverage : ScannerReport.Coverage in method private processUnitTest(lineBuilder DbFileSources.Line.Builder, reportCoverage ScannerReport.Coverage) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type links : List<BatchReport.ComponentLink> to links : List<ScannerReport.ComponentLink> in method private mergeLinks(session DbSession, componentUuid String, links List<ScannerReport.ComponentLink>, previousLinks List<ComponentLinkDto>) : void in class org.sonar.server.computation.step.PersistProjectLinksStep.ProjectLinkVisitor |
From |
To |
|
Change Parameter Type symbolIterator : Iterator<BatchReport.Symbol> to symbolIterator : Iterator<ScannerReport.Symbol> in method public SymbolsLineReader(file Component, symbolIterator Iterator<ScannerReport.Symbol>, rangeOffsetConverter RangeOffsetConverter) in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type measures : Iterable<BatchReport.Measure> to measures : Iterable<ScannerReport.Measure> in method public writeComponentMeasures(componentRef int, measures Iterable<ScannerReport.Measure>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type dto : BatchInput.ServerIssue to dto : ScannerInput.ServerIssue in method public ServerIssueFromWs(dto ScannerInput.ServerIssue) in class org.sonar.batch.issue.tracking.ServerIssueFromWs |
From |
To |
|
Change Parameter Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in method package DeprecatedIssueAdapterForFilter(project Project, rawIssue ScannerReport.Issue, componentKey String) in class org.sonar.batch.issue.DeprecatedIssueAdapterForFilter |
From |
To |
|
Change Parameter Type measures : List<BatchReport.Measure> to measures : List<ScannerReport.Measure> in method public putMeasures(componentRef int, measures List<ScannerReport.Measure>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method package ReportScmInfo(changesets ScannerReport.Changesets) in class org.sonar.server.computation.scm.ReportScmInfo |
From |
To |
|
Change Parameter Type textRange : BatchReport.TextRange to textRange : ScannerReport.TextRange in method private convert(textRange ScannerReport.TextRange, id int) : DetailedTextBlock in class org.sonar.server.computation.step.LoadDuplicationsFromReportStep |
From |
To |
|
Change Parameter Type duplication : BatchReport.Duplication to duplication : ScannerReport.Duplication in method private loadDuplications(file Component, duplication ScannerReport.Duplication, id int) : void in class org.sonar.server.computation.step.LoadDuplicationsFromReportStep |
From |
To |
|
Change Parameter Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method public putChangesets(changesets ScannerReport.Changesets) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in method public toTrackedIssue(component BatchComponent, rawIssue ScannerReport.Issue, hashes SourceHashHolder) : TrackedIssue in class org.sonar.batch.issue.IssueTransformer |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method private createFileAttributes(component ScannerReport.Component) : FileAttributes in class org.sonar.server.computation.component.ComponentImpl.Builder |
From |
To |
|
Change Parameter Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in method public setMetadata(metadata ScannerReport.Metadata) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toLongMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure, data String) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type reportRange : BatchReport.TextRange to reportRange : ScannerReport.TextRange in method private toRange(file InputFile, reportRange ScannerReport.TextRange) : TextRange in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Parameter Type tests : List<BatchReport.Test> to tests : List<ScannerReport.Test> in method public putTests(testFileRed int, tests List<ScannerReport.Test>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type issueBuilder : BatchInput.ServerIssue.Builder to issueBuilder : ScannerInput.ServerIssue.Builder in method private handleIssue(issue IssueDoc, issueBuilder ScannerInput.ServerIssue.Builder, keysByUUid Map<String,String>, out OutputStream) : void in class org.sonar.server.batch.IssuesAction |
From |
To |
|
Change Parameter Type activeRules : List<BatchReport.ActiveRule> to activeRules : List<ScannerReport.ActiveRule> in method public putActiveRules(activeRules List<ScannerReport.ActiveRule>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.CoveragePublisher |
From |
To |
|
Change Parameter Type reportIssues : Collection<BatchReport.Issue> to reportIssues : Collection<ScannerReport.Issue> in method public trackIssues(component BatchComponent, reportIssues Collection<ScannerReport.Issue>, analysisDate Date) : List<TrackedIssue> in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in method public writeMetadata(metadata ScannerReport.Metadata) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type reportComponent : BatchReport.Component to reportComponent : ScannerReport.Component in method private buildComponent(reportComponent ScannerReport.Component, componentKey String, latestModuleKey String) : ComponentImpl in class org.sonar.server.computation.step.BuildComponentTreeStep.ComponentRootBuilder |
From |
To |
|
Change Parameter Type symbols : List<BatchReport.Symbol> to symbols : List<ScannerReport.Symbol> in method public putSymbols(componentRef int, symbols List<ScannerReport.Symbol>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type symbols : Iterable<BatchReport.Symbol> to symbols : Iterable<ScannerReport.Symbol> in method public writeComponentSymbols(componentRef int, symbols Iterable<ScannerReport.Symbol>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method public putComponent(component ScannerReport.Component) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method public offsetToString(range ScannerReport.TextRange, lineIndex int, lineLength int) : String in class org.sonar.server.computation.source.RangeOffsetConverter |
From |
To |
|
Change Parameter Type input : BatchReport.Duplicate to input : ScannerReport.Duplicate in method public apply(input ScannerReport.Duplicate) : Duplicate in class org.sonar.server.computation.step.LoadDuplicationsFromReportStep.BatchDuplicateToCeDuplicate |
From |
To |
|
Change Parameter Type reportCoverage : BatchReport.Coverage to reportCoverage : ScannerReport.Coverage in method private processOverallTest(lineBuilder DbFileSources.Line.Builder, reportCoverage ScannerReport.Coverage) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type builder : BatchReport.Measure.Builder to builder : ScannerReport.Measure.Builder in method private toReportMeasure(builder ScannerReport.Measure.Builder, measure Measure) : ScannerReport.Measure in class org.sonar.batch.report.MeasuresPublisher.MeasureToReportMeasure |
From |
To |
|
Change Parameter Type declaration : BatchReport.TextRange to declaration : ScannerReport.TextRange in method private putForTextRange(res SetMultimap<Integer,ScannerReport.Symbol>, symbol ScannerReport.Symbol, declaration ScannerReport.TextRange) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method package DefaultBlameOutput(writer ScannerReportWriter, componentCache BatchComponentCache, filesToBlame List<InputFile>) in class org.sonar.batch.scm.DefaultBlameOutput |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toBooleanMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure, data String) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type userBuilder : BatchInput.User.Builder to userBuilder : ScannerInput.User.Builder in method private handleUser(user UserDoc, userBuilder ScannerInput.User.Builder, out OutputStream) : void in class org.sonar.server.batch.UsersAction |
From |
To |
|
Change Parameter Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method public LineIndexToChangeset(changesets ScannerReport.Changesets) in class org.sonar.server.computation.scm.ReportScmInfo.LineIndexToChangeset |
From |
To |
|
Change Parameter Type issue : List<BatchReport.Issue> to issue : List<ScannerReport.Issue> in method public putIssues(componentRef int, issue List<ScannerReport.Issue>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type symbols : List<BatchReport.Symbol> to symbols : List<ScannerReport.Symbol> in method private buildSymbolsPerLine(symbols List<ScannerReport.Symbol>) : SetMultimap<Integer,ScannerReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type textRange : BatchReport.TextRange to textRange : ScannerReport.TextRange in method private convert(textRange ScannerReport.TextRange) : TextBlock in class org.sonar.server.computation.step.LoadDuplicationsFromReportStep |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.ActiveRulesPublisher |
From |
To |
|
Change Parameter Type res : SetMultimap<Integer,BatchReport.Symbol> to res : SetMultimap<Integer,ScannerReport.Symbol> in method private putForTextRange(res SetMultimap<Integer,ScannerReport.Symbol>, symbol ScannerReport.Symbol, declaration ScannerReport.TextRange) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method private toIssue(lineHashSeq LineHashSequence, reportIssue ScannerReport.Issue) : DefaultIssue in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Parameter Type symbols : List<BatchReport.Symbol> to symbols : List<ScannerReport.Symbol> in method private createIdsBySymbolMap(symbols List<ScannerReport.Symbol>) : Map<ScannerReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type syntaxHighlightingIterator : Iterator<BatchReport.SyntaxHighlighting> to syntaxHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> in method private processHighlighting(syntaxHighlightingIterator Iterator<ScannerReport.SyntaxHighlighting>, highlighting StringBuilder, lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toLevelMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type duplicationBlocks : List<BatchReport.CpdTextBlock> to duplicationBlocks : List<ScannerReport.CpdTextBlock> in method public putDuplicationBlocks(componentRef int, duplicationBlocks List<ScannerReport.CpdTextBlock>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type changeset : BatchReport.Changesets.Changeset to changeset : ScannerReport.Changesets.Changeset in method private convert(changeset ScannerReport.Changesets.Changeset, line int) : Changeset in class org.sonar.server.computation.scm.ReportScmInfo.LineIndexToChangeset |
From |
To |
|
Change Parameter Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in method public acceptDeprecated(componentKey String, rawIssue ScannerReport.Issue) : boolean in class org.sonar.batch.issue.IssueFilters |
From |
To |
|
Change Parameter Type componentBuilder : BatchReport.Component.Builder to componentBuilder : ScannerReport.Component.Builder in method private writeProjectLink(componentBuilder ScannerReport.Component.Builder, def ProjectDefinition, linkBuilder ComponentLink.Builder, linkProp String, linkType ComponentLinkType) : void in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Parameter Type syntaxHighlightings : List<BatchReport.SyntaxHighlighting> to syntaxHighlightings : List<ScannerReport.SyntaxHighlighting> in method public putSyntaxHighlighting(fileRef int, syntaxHighlightings List<ScannerReport.SyntaxHighlighting>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method private getScmInfoFromReport(file Component, changesets ScannerReport.Changesets) : ScmInfo in class org.sonar.server.computation.scm.ScmInfoRepositoryImpl |
From |
To |
|
Change Parameter Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private validateEndOffsetNotGreaterThanLineLength(range ScannerReport.TextRange, lineLength int, line int) : void in class org.sonar.server.computation.source.RangeOffsetConverter |
From |
To |
|
Change Parameter Type rawIssues : Collection<BatchReport.Issue> to rawIssues : Collection<ScannerReport.Issue> in method public toTrackedIssue(component BatchComponent, rawIssues Collection<ScannerReport.Issue>, hashes SourceHashHolder) : Collection<TrackedIssue> in class org.sonar.batch.issue.IssueTransformer |
From |
To |
|
Change Parameter Type coverages : List<BatchReport.Coverage> to coverages : List<ScannerReport.Coverage> in method public putCoverage(fileRef int, coverages List<ScannerReport.Coverage>) : BatchReportReaderRule in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.MeasuresPublisher |
From |
To |
|
Change Parameter Type reportComponent : BatchReport.Component to reportComponent : ScannerReport.Component in method private moduleKey(reportComponent ScannerReport.Component, branch String) : String in class org.sonar.server.computation.step.BuildComponentTreeStep |
From |
To |
|
Change Parameter Type sourceRange : BatchReport.TextRange to sourceRange : ScannerReport.TextRange in method private convertTextRange(sourceRange ScannerReport.TextRange) : DbCommons.TextRange.Builder in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Parameter Type coverageList : Iterable<BatchReport.Coverage> to coverageList : Iterable<ScannerReport.Coverage> in method public writeComponentCoverage(componentRef int, coverageList Iterable<ScannerReport.Coverage>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type issue : BatchReport.Issue to issue : ScannerReport.Issue in method private isIssueOnUnsupportedCommonRule(issue ScannerReport.Issue) : boolean in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method private buildChildren(component ScannerReport.Component, latestModuleKey String) : Iterable<Component> in class org.sonar.server.computation.step.BuildComponentTreeStep.ComponentRootBuilder |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toIntegerMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure, data String) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method private generateFileReport(writer ScannerReportWriter, fileRef int) : Component in class org.sonar.server.benchmark.PersistFileSourcesStepTest |
From |
To |
|
Change Parameter Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private appendSymbol(lineSymbol StringBuilder, range ScannerReport.TextRange, line int, symbolId int, sourceLine String) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type original : BatchReport.TextRange to original : ScannerReport.TextRange in method private createDuplication(original ScannerReport.TextRange, duplicates ScannerReport.Duplicate...) : ScannerReport.Duplication in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Parameter Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in method public accept(componentKey String, rawIssue ScannerReport.Issue) : boolean in class org.sonar.batch.issue.IssueFilters |
From |
To |
|
Change Parameter Type rawIssues : List<BatchReport.Issue> to rawIssues : List<ScannerReport.Issue> in method private doTransition(rawIssues List<ScannerReport.Issue>, component BatchComponent) : List<TrackedIssue> in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.ReportPublisherStep |
From |
To |
|
Change Parameter Type reportComponent : BatchReport.Component to reportComponent : ScannerReport.Component in method private buildComponent(reportComponent ScannerReport.Component, latestModuleKey String) : ComponentImpl in class org.sonar.server.computation.step.BuildComponentTreeStep.ComponentRootBuilder |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Parameter Type issues : Iterable<BatchReport.Issue> to issues : Iterable<ScannerReport.Issue> in method public writeComponentIssues(componentRef int, issues Iterable<ScannerReport.Issue>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type builder : BatchReport.Measure.Builder to builder : ScannerReport.Measure.Builder in method private setValueAccordingToType(builder ScannerReport.Measure.Builder, measure Measure) : void in class org.sonar.batch.report.MeasuresPublisher.MeasureToReportMeasure |
From |
To |
|
Change Parameter Type reportCoverage : BatchReport.Coverage to reportCoverage : ScannerReport.Coverage in method private processIntegrationTest(lineBuilder DbFileSources.Line.Builder, reportCoverage ScannerReport.Coverage) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type coverageIterator : Iterator<BatchReport.Coverage> to coverageIterator : Iterator<ScannerReport.Coverage> in method public CoverageLineReader(coverageIterator Iterator<ScannerReport.Coverage>) in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Parameter Type links : List<BatchReport.ComponentLink> to links : List<ScannerReport.ComponentLink> in method private processLinks(componentUuid String, links List<ScannerReport.ComponentLink>) : void in class org.sonar.server.computation.step.PersistProjectLinksStep.ProjectLinkVisitor |
From |
To |
|
Change Parameter Type reportComponent : BatchReport.Component to reportComponent : ScannerReport.Component in method private buildSimpleComponent(reportComponent ScannerReport.Component) : ComponentImpl in class org.sonar.server.computation.component.ComponentImplTest |
From |
To |
|
Change Parameter Type source : BatchReport.IssueLocation to source : ScannerReport.IssueLocation in method private convertLocation(source ScannerReport.IssueLocation) : DbIssues.Location in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Parameter Type reportMetadata : BatchReport.Metadata to reportMetadata : ScannerReport.Metadata in method private checkProjectKeyConsistency(reportMetadata ScannerReport.Metadata) : void in class org.sonar.server.computation.step.LoadReportAnalysisMetadataHolderStep |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure(batchMeasure ScannerReport.Measure, metric Metric) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type issue : BatchReport.Issue to issue : ScannerReport.Issue in method public appendComponentIssue(componentRef int, issue ScannerReport.Issue) : void in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private matchLine(range ScannerReport.TextRange, line int) : boolean in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type activeRules : Iterable<BatchReport.ActiveRule> to activeRules : Iterable<ScannerReport.ActiveRule> in method public writeActiveRules(activeRules Iterable<ScannerReport.ActiveRule>) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.TestExecutionAndCoveragePublisher |
From |
To |
|
Change Parameter Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private toDoubleMeasure(builder Measure.NewMeasureBuilder, batchMeasure ScannerReport.Measure, data String) : Optional<Measure> in class org.sonar.server.computation.measure.BatchMeasureToMeasure |
From |
To |
|
Change Parameter Type component : BatchReport.Component to component : ScannerReport.Component in method public writeComponent(component ScannerReport.Component) : File in class org.sonar.scanner.protocol.output.ScannerReportWriter |
From |
To |
|
Change Parameter Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.MetadataPublisher |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method private component(componentRef int, componentType Constants.ComponentType, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method private componentWithPath(componentRef int, componentType Constants.ComponentType, path String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Measure> to CloseableIterator<ScannerReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<ScannerReport.Measure> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Symbol> to CloseableIterator<ScannerReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<ScannerReport.Symbol> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReportReader to ScannerReportReader in method public getReportReader() : ScannerReportReader in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type BatchReport.Test to ScannerReport.Test in method private newTest(id int) : ScannerReport.Test in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Return Type BatchInput.User to ScannerInput.User in method public load(userLogin String, fromCache MutableBoolean) : ScannerInput.User in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Return Type Collection<BatchInput.User> to Collection<ScannerInput.User> in method private parseUsers(is InputStream) : Collection<ScannerInput.User> in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Issue> to CloseableIterator<ScannerReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<ScannerReport.Issue> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.ActiveRule> to CloseableIterator<ScannerReport.ActiveRule> in method public readActiveRules() : CloseableIterator<ScannerReport.ActiveRule> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type List<BatchReport.Duplication> to List<ScannerReport.Duplication> in method public duplicationsFor(file InputFile) : List<ScannerReport.Duplication> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type List<BatchReport.CpdTextBlock> to List<ScannerReport.CpdTextBlock> in method public duplicationBlocksFor(file InputFile) : List<ScannerReport.CpdTextBlock> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type Map<String,List<BatchReport.Measure>> to Map<String,List<ScannerReport.Measure>> in method public allMeasures() : Map<String,List<ScannerReport.Measure>> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type BatchInput.User to ScannerInput.User in method public load(userLogin String) : ScannerInput.User in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Duplication> to CloseableIterator<ScannerReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<ScannerReport.Duplication> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Changesets to ScannerReport.Changesets in method public readChangesets(componentRef int) : ScannerReport.Changesets in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Duplication> to CloseableIterator<ScannerReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<ScannerReport.Duplication> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type BatchReport.Metadata to ScannerReport.Metadata in method public readMetadata() : ScannerReport.Metadata in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.CoverageDetail to ScannerReport.CoverageDetail in method private newCoverageDetailWithLines(id int, covered_file_ref int, lines Integer...) : ScannerReport.CoverageDetail in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Test> to CloseableIterator<ScannerReport.Test> in method public readTests(testFileRef int) : CloseableIterator<ScannerReport.Test> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method private createFileBatchComponent(lineCount int) : ScannerReport.Component in class org.sonar.server.computation.source.SourceLinesRepositoryImplTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Issue> to CloseableIterator<ScannerReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<ScannerReport.Issue> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Coverage> to CloseableIterator<ScannerReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.Coverage> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Symbol> to CloseableIterator<ScannerReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<ScannerReport.Symbol> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Measure to ScannerReport.Measure in method public apply(input Measure) : ScannerReport.Measure in class org.sonar.batch.report.MeasuresPublisher.MeasureToReportMeasure |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Measure> to CloseableIterator<ScannerReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<ScannerReport.Measure> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Duplication> to CloseableIterator<ScannerReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<ScannerReport.Duplication> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CpdTextBlock> to CloseableIterator<ScannerReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<ScannerReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.TextRange to ScannerReport.TextRange in method private singleLineTextRange(line int) : ScannerReport.TextRange in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Return Type BatchReport.Metadata to ScannerReport.Metadata in method public readMetadata() : ScannerReport.Metadata in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Measure to ScannerReport.Measure in method private toReportMeasure(builder ScannerReport.Measure.Builder, measure Measure) : ScannerReport.Measure in class org.sonar.batch.report.MeasuresPublisher.MeasureToReportMeasure |
From |
To |
|
Change Return Type BatchReport.CoverageDetail to ScannerReport.CoverageDetail in method public coveragePerTestFor(testFile InputFile, testName String) : ScannerReport.CoverageDetail in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type Map<BatchReport.Symbol,Integer> to Map<ScannerReport.Symbol,Integer> in method private createIdsBySymbolMap(symbols List<ScannerReport.Symbol>) : Map<ScannerReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Return Type BatchReport.Changesets to ScannerReport.Changesets in method private getChangesets(baseDir File, path String) : ScannerReport.Changesets in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Return Type BatchReportWriter to ScannerReportWriter in method public getWriter() : ScannerReportWriter in class org.sonar.batch.report.ReportPublisher |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.ActiveRule> to CloseableIterator<ScannerReport.ActiveRule> in method public readActiveRules() : CloseableIterator<ScannerReport.ActiveRule> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method public readComponent(componentRef int) : ScannerReport.Component in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CpdTextBlock> to CloseableIterator<ScannerReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<ScannerReport.CpdTextBlock> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Coverage> to CloseableIterator<ScannerReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.Coverage> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlighting> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Symbol> to CloseableIterator<ScannerReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<ScannerReport.Symbol> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Measure> to CloseableIterator<ScannerReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<ScannerReport.Measure> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type List<BatchReport.Issue> to List<ScannerReport.Issue> in method public issuesFor(inputComponent InputComponent) : List<ScannerReport.Issue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type BatchReport.ActiveRule to ScannerReport.ActiveRule in method public apply(input ActiveRule) : ScannerReport.ActiveRule in class org.sonar.batch.report.ActiveRulesPublisher.ToMessage |
From |
To |
|
Change Return Type BatchInput.User to ScannerInput.User in method private parseUser(is InputStream) : ScannerInput.User in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Return Type BatchReport.Duplication to ScannerReport.Duplication in method private createDuplication(original ScannerReport.TextRange, duplicates ScannerReport.Duplicate...) : ScannerReport.Duplication in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method private componentWithKey(componentRef int, componentType Constants.ComponentType, key String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Return Type BatchReport.Changesets to ScannerReport.Changesets in method public readChangesets(componentRef int) : ScannerReport.Changesets in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Coverage> to CloseableIterator<ScannerReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.Coverage> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CpdTextBlock> to CloseableIterator<ScannerReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<ScannerReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.SyntaxHighlighting to ScannerReport.SyntaxHighlighting in method public apply(input SyntaxHighlightingRule) : ScannerReport.SyntaxHighlighting in class org.sonar.batch.sensor.DefaultSensorStorage.BuildSyntaxHighlighting |
From |
To |
|
Change Return Type BatchReport.Metadata to ScannerReport.Metadata in method public readMetadata() : ScannerReport.Metadata in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method public readComponent(componentRef int) : ScannerReport.Component in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchInput.ServerIssue to ScannerInput.ServerIssue in method public getDto() : ScannerInput.ServerIssue in class org.sonar.batch.issue.tracking.ServerIssueFromWs |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.ActiveRule> to CloseableIterator<ScannerReport.ActiveRule> in method public readActiveRules() : CloseableIterator<ScannerReport.ActiveRule> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type BatchReport.SyntaxHighlighting to ScannerReport.SyntaxHighlighting in method private getNextHighlightingMatchingLine(line int) : ScannerReport.SyntaxHighlighting in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type BatchReport.Metadata.Builder to ScannerReport.Metadata.Builder in method private newBatchReportBuilder() : ScannerReport.Metadata.Builder in class org.sonar.server.computation.step.LoadReportAnalysisMetadataHolderStepTest |
From |
To |
|
Change Return Type BatchReport.Changesets to ScannerReport.Changesets in method public readChangesets(componentRef int) : ScannerReport.Changesets in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CpdTextBlock> to CloseableIterator<ScannerReport.CpdTextBlock> in method public readCpdTextBlocks(componentRef int) : CloseableIterator<ScannerReport.CpdTextBlock> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method public readComponent(componentRef int) : ScannerReport.Component in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CoverageDetail> to CloseableIterator<ScannerReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<ScannerReport.CoverageDetail> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method public readComponent(componentRef int) : ScannerReport.Component in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type SetMultimap<Integer,BatchReport.Symbol> to SetMultimap<Integer,ScannerReport.Symbol> in method private buildSymbolsPerLine(symbols List<ScannerReport.Symbol>) : SetMultimap<Integer,ScannerReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Coverage> to CloseableIterator<ScannerReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.Coverage> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type List<BatchReport.TextRange> to List<ScannerReport.TextRange> in method public symbolReferencesFor(file InputFile, symbolStartLine int, symbolStartLineOffset int) : List<ScannerReport.TextRange> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type BatchReport.Component to ScannerReport.Component in method private component(componentRef int, componentType Constants.ComponentType, key String, path String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CoverageDetail> to CloseableIterator<ScannerReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<ScannerReport.CoverageDetail> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Changesets to ScannerReport.Changesets in method public readChangesets(componentRef int) : ScannerReport.Changesets in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type BatchReport.Coverage to ScannerReport.Coverage in method public coverageFor(file InputFile, line int) : ScannerReport.Coverage in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type BatchReport.CoverageDetail to ScannerReport.CoverageDetail in method private newCoverageDetail(id int, covered_file_ref int) : ScannerReport.CoverageDetail in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Test> to CloseableIterator<ScannerReport.Test> in method public readTests(testFileRef int) : CloseableIterator<ScannerReport.Test> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Metadata to ScannerReport.Metadata in method public readMetadata() : ScannerReport.Metadata in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Issue> to CloseableIterator<ScannerReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<ScannerReport.Issue> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Symbol> to CloseableIterator<ScannerReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<ScannerReport.Symbol> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Measure> to CloseableIterator<ScannerReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<ScannerReport.Measure> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type Collection<BatchInput.User> to Collection<ScannerInput.User> in method public load(userLogins List<String>) : Collection<ScannerInput.User> in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Return Type BatchReport.TextRange to ScannerReport.TextRange in method private toProtobufTextRange(primaryTextRange TextRange) : ScannerReport.TextRange in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Return Type BatchReport.Duplicate to ScannerReport.Duplicate in method private createInProjectDuplicate(componentRef int, line int) : ScannerReport.Duplicate in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.ActiveRule> to CloseableIterator<ScannerReport.ActiveRule> in method public readActiveRules() : CloseableIterator<ScannerReport.ActiveRule> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Symbol to ScannerReport.Symbol in method private newSymbol(declaration TextRange, references TextRange...) : ScannerReport.Symbol in class org.sonar.server.computation.source.SymbolsLineReaderTest |
From |
To |
|
Change Return Type BatchReport.TextRange to ScannerReport.TextRange in method private createTextRange(startLine int, enLine int, startOffset int, endOffset int) : ScannerReport.TextRange in class org.sonar.server.computation.source.RangeOffsetConverterTest |
From |
To |
|
Change Return Type BatchReport.Coverage to ScannerReport.Coverage in method private getNextLineCoverageIfMatchLine(line int) : ScannerReport.Coverage in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Duplication> to CloseableIterator<ScannerReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<ScannerReport.Duplication> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Issue> to CloseableIterator<ScannerReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<ScannerReport.Issue> in class org.sonar.scanner.protocol.output.ScannerReportReader |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.CoverageDetail> to CloseableIterator<ScannerReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<ScannerReport.CoverageDetail> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type BatchReport.Test to ScannerReport.Test in method public testExecutionFor(testFile InputFile, testName String) : ScannerReport.Test in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.Test> to CloseableIterator<ScannerReport.Test> in method public readTests(testFileRef int) : CloseableIterator<ScannerReport.Test> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type CloseableIterator<BatchReport.SyntaxHighlighting> to CloseableIterator<ScannerReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type Collection<BatchInput.User> to Collection<ScannerInput.User> in method public load(userLogins List<String>, fromCache MutableBoolean) : Collection<ScannerInput.User> in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Return Type List<BatchReport.Issue> to List<ScannerReport.Issue> in method public issuesFor(reportComponent Component) : List<ScannerReport.Issue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type List<BatchReport.Issue> to List<ScannerReport.Issue> in method private issuesFor(ref int) : List<ScannerReport.Issue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type BatchReport.Duplicate to ScannerReport.Duplicate in method private createInnerDuplicate(line int) : ScannerReport.Duplicate in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_coverage() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type originBlock1 : BatchReport.CpdTextBlock to originBlock1 : ScannerReport.CpdTextBlock in method public call_compute_cpd_on_many_duplication() : void in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStepTest |
From |
To |
|
Change Variable Type duplication : BatchReport.Duplication to duplication : ScannerReport.Duplication in method public read_duplications() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type link : BatchReport.ComponentLink to link : ScannerReport.ComponentLink in method private mergeLinks(session DbSession, componentUuid String, links List<ScannerReport.ComponentLink>, previousLinks List<ComponentLinkDto>) : void in class org.sonar.server.computation.step.PersistProjectLinksStep.ProjectLinkVisitor |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public shouldNotDumpEnvTwice() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public ignore_report_issues_on_common_rules() : void in class org.sonar.server.computation.issue.TrackerRawInputFactoryTest |
From |
To |
|
Change Variable Type duplicationBlock : BatchReport.CpdTextBlock to duplicationBlock : ScannerReport.CpdTextBlock in method public read_duplication_blocks() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type rule : BatchReport.SyntaxHighlighting to rule : ScannerReport.SyntaxHighlighting in method public highlightingTypeFor(file InputFile, line int, lineOffset int) : List<TypeOfText> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type component : BatchReport.Component to component : ScannerReport.Component in method public visitFile(file Component) : void in class org.sonar.server.computation.step.PersistFileSourcesStep.FileSourceVisitor |
From |
To |
|
Change Variable Type duplication : BatchReport.Duplication to duplication : ScannerReport.Duplication in method public write_duplications() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type duplicationBlocks : List<BatchReport.CpdTextBlock> to duplicationBlocks : List<ScannerReport.CpdTextBlock> in method public enableCrossProjectDuplication() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public load_issues() : void in class org.sonar.server.computation.issue.TrackerRawInputFactoryTest |
From |
To |
|
Change Variable Type duplicationGroupsFile2 : List<org.sonar.batch.protocol.output.BatchReport.Duplication> to duplicationGroupsFile2 : List<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method public testCrossModuleDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public fail_with_IAE_when_measure_has_no_value() : void in class org.sonar.batch.report.MeasuresPublisherTest |
From |
To |
|
Change Variable Type inputParam : BatchReport.ActiveRule.ActiveRuleParam to inputParam : ScannerReport.ActiveRule.ActiveRuleParam in method private convert(input ScannerReport.ActiveRule) : ActiveRule in class org.sonar.server.computation.step.LoadQualityProfilesStep |
From |
To |
|
Change Variable Type builder : BatchReport.Component.Builder to builder : ScannerReport.Component.Builder in method private recursiveWriteComponent(batchComponent BatchComponent, writer ScannerReportWriter) : void in class org.sonar.batch.report.ComponentsPublisher |
From |
To |
|
Change Variable Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private processSymbols(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private loadBatchMeasuresForComponent(component Component) : void in class org.sonar.server.computation.measure.MeasureRepositoryImpl |
From |
To |
|
Change Variable Type window : ViewerApplication to window : ScannerReportViewerApp in method public main(args String[]) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type batchCoveredFile : BatchReport.CoverageDetail.CoveredFile to batchCoveredFile : ScannerReport.CoverageDetail.CoveredFile in method private loadCoverageDetails(testFileRef int) : Table<String,String,DbFileSources.Test.CoveredFile.Builder> in class org.sonar.server.computation.step.PersistTestsStep.TestDepthTraversalTypeAwareVisitor |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure_for_LEVEL_Metric_maps_QualityGateStatus() : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type range : BatchReport.TextRange to range : ScannerReport.TextRange in method private processHighlighting(syntaxHighlightingIterator Iterator<ScannerReport.SyntaxHighlighting>, highlighting StringBuilder, lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type measures : List<BatchReport.Measure> to measures : List<ScannerReport.Measure> in method public allMeasures() : Map<String,List<ScannerReport.Measure>> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type duplicationGroupsFile1 : List<org.sonar.batch.protocol.output.BatchReport.Duplication> to duplicationGroupsFile1 : List<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method public testCrossFileDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type builder : BatchReport.Component.Builder to builder : ScannerReport.Component.Builder in method private component(componentRef int, componentType Constants.ComponentType, key String, path String, children int...) : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStepTest |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public publishMeasures() : void in class org.sonar.batch.report.MeasuresPublisherTest |
From |
To |
|
Change Variable Type cloneGroupFile2 : BatchReport.Duplication to cloneGroupFile2 : ScannerReport.Duplication in method public testCrossModuleDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type coverageDetail : BatchReport.CoverageDetail to coverageDetail : ScannerReport.CoverageDetail in method public read_coverage_details() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type batchTests : List<BatchReport.Test> to batchTests : List<ScannerReport.Test> in method public insert_tests_without_coverage_details() : void in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.CoverageDetail> to res : CloseableIterator<ScannerReport.CoverageDetail> in method public verify_readCoverageDetails() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type result : List<BatchReport.CpdTextBlock> to result : List<ScannerReport.CpdTextBlock> in method public duplicationBlocksFor(file InputFile) : List<ScannerReport.CpdTextBlock> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type read : BatchReport.Component to read : ScannerReport.Component in method public write_component() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type fileWithoutBlameScm : BatchReport.Changesets to fileWithoutBlameScm : ScannerReport.Changesets in method public log_files_with_missing_blame() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type changesetBuilder : BatchReport.Changesets.Changeset.Builder to changesetBuilder : ScannerReport.Changesets.Changeset.Builder in method private addChangeset(scmBuilder Builder, line BlameLine) : void in class org.sonar.batch.scm.DefaultBlameOutput |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.SyntaxHighlighting> to it : CloseableIterator<ScannerReport.SyntaxHighlighting> in method private updateHighlighting(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public dumpServerSideProps() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type argument : ArgumentCaptor<BatchReport.Issue> to argument : ArgumentCaptor<ScannerReport.Issue> in method public add_issue_to_cache() : void in class org.sonar.batch.issue.ModuleIssuesTest |
From |
To |
|
Change Variable Type reportDuplications : Iterable<org.sonar.batch.protocol.output.BatchReport.Duplication> to reportDuplications : Iterable<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method package saveDuplications(component BatchComponent, duplications List<CloneGroup>) : void in class org.sonar.batch.cpd.CpdExecutor |
From |
To |
|
Change Variable Type dup : BatchReport.Duplication to dup : ScannerReport.Duplication in method private updateDuplications(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type builder : BatchReport.Metadata.Builder to builder : ScannerReport.Metadata.Builder in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.MetadataPublisher |
From |
To |
|
Change Variable Type userBuilder : BatchInput.User.Builder to userBuilder : ScannerInput.User.Builder in method public setUp() : void in class org.sonar.batch.issue.DefaultIssueCallbackTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_changesets() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type reportMeasures : Iterable<org.sonar.batch.protocol.output.BatchReport.Measure> to reportMeasures : Iterable<org.sonar.scanner.protocol.output.ScannerReport.Measure> in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.MeasuresPublisher |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_tests() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type dto : BatchInput.ServerIssue to dto : ScannerInput.ServerIssue in method protected mergeMatched(result Tracking<TrackedIssue,ServerIssueFromWs>, mergeTo Collection<TrackedIssue>, rawIssues Collection<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type duplicationGroups : List<org.sonar.batch.protocol.output.BatchReport.Duplication> to duplicationGroups : List<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method public truncateDuplication() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type cloneGroup : BatchReport.Duplication to cloneGroup : ScannerReport.Duplication in method public truncateDuplication() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type lineSymbols : List<BatchReport.Symbol> to lineSymbols : List<ScannerReport.Symbol> in method private processSymbols(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type file1Scm : BatchReport.Changesets to file1Scm : ScannerReport.Changesets in method public forceReload() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public shouldOnlyDumpPluginsByDefault() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type coverageIt : CloseableIterator<BatchReport.Coverage> to coverageIt : CloseableIterator<ScannerReport.Coverage> 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 res : CloseableIterator<BatchReport.Test> to res : CloseableIterator<ScannerReport.Test> in method public verify_readTests() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method protected loadIssues() : List<DefaultIssue> in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Variable Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in method public initAndAddIssue(issue Issue) : boolean in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Variable Type argument : ArgumentCaptor<BatchReport.Issue> to argument : ArgumentCaptor<ScannerReport.Issue> in method public use_rule_name_if_no_message() : void in class org.sonar.batch.issue.ModuleIssuesTest |
From |
To |
|
Change Variable Type previousIssue : BatchInput.ServerIssue to previousIssue : ScannerInput.ServerIssue in method private loadServerIssues(component BatchComponent) : Collection<ServerIssueFromWs> in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type syntaxHighlightingIterator : Iterator<BatchReport.SyntaxHighlighting> to syntaxHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> in method private processHighlightings(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type syntaxHighlighting : BatchReport.SyntaxHighlighting to syntaxHighlighting : ScannerReport.SyntaxHighlighting in method private incrementHighlightingListMatchingLine(line int) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public write() : void in class org.sonar.batch.report.ActiveRulesPublisherTest |
From |
To |
|
Change Variable Type syntaxHighlighting : BatchReport.SyntaxHighlighting to syntaxHighlighting : ScannerReport.SyntaxHighlighting in method private processHighlighting(syntaxHighlightingIterator Iterator<ScannerReport.SyntaxHighlighting>, highlighting StringBuilder, lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_issues() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type batch1 : BatchReport.ActiveRule.Builder to batch1 : ScannerReport.ActiveRule.Builder in method public ignore_not_found_rules() : void in class org.sonar.server.computation.step.LoadQualityProfilesStepTest |
From |
To |
|
Change Variable Type result : List<BatchReport.Issue> to result : List<ScannerReport.Issue> in method private issuesFor(ref int) : List<ScannerReport.Issue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type users : List<BatchInput.User> to users : List<ScannerInput.User> in method private writeUsers(json JsonWriter, userLogins Collection<String>) : void in class org.sonar.batch.scan.report.JSONReport |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Duplication> to it : CloseableIterator<ScannerReport.Duplication> in method private updateDuplications(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public store(inputFile DefaultInputFile, referencesBySymbol Map<Symbol,Set<TextRange>>) : void in class org.sonar.batch.sensor.DefaultSensorStorage |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_symbols() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type read : BatchReport.Changesets to read : ScannerReport.Changesets in method public write_scm() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Measure> to it : CloseableIterator<ScannerReport.Measure> in method public allMeasures() : Map<String,List<ScannerReport.Measure>> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type result : List<BatchReport.Duplication> to result : List<ScannerReport.Duplication> in method public duplicationsFor(file InputFile) : List<ScannerReport.Duplication> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type metric : org.sonar.batch.protocol.input.Metric to metric : org.sonar.scanner.protocol.input.Metric in method public DeprecatedMetricFinder(globalReferentials GlobalRepositories) in class org.sonar.batch.scan.measure.DeprecatedMetricFinder |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Issue> to it : CloseableIterator<ScannerReport.Issue> in method private issuesFor(ref int) : List<ScannerReport.Issue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type cloneGroupFile2 : BatchReport.Duplication to cloneGroupFile2 : ScannerReport.Duplication in method public testCrossFileDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Duplication> to it : CloseableIterator<ScannerReport.Duplication> in method public duplicationsFor(file InputFile) : List<ScannerReport.Duplication> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type scm : BatchReport.Changesets.Builder to scm : ScannerReport.Changesets.Builder in method public read_changesets() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type sut : BatchReportReader to sut : ScannerReportReader in method public read_duplication_blocks() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public write() : void in class org.sonar.batch.report.ActiveRulesPublisherTest |
From |
To |
|
Change Variable Type batchActiveRules : CloseableIterator<BatchReport.ActiveRule> to batchActiveRules : CloseableIterator<ScannerReport.ActiveRule> in method public execute() : void in class org.sonar.server.computation.step.LoadQualityProfilesStep |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_components() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type symbolsIt : CloseableIterator<BatchReport.Symbol> to symbolsIt : CloseableIterator<ScannerReport.Symbol> 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 batch2 : BatchReport.ActiveRule.Builder to batch2 : ScannerReport.ActiveRule.Builder in method public feed_active_rules() : void in class org.sonar.server.computation.step.LoadQualityProfilesStepTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.Coverage> to res : CloseableIterator<ScannerReport.Coverage> in method public verify_readComponentCoverage() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type originBlock : BatchReport.CpdTextBlock to originBlock : ScannerReport.CpdTextBlock in method public nothing_to_do_when_cpd_text_blocks_exists_but_no_duplicated_found() : void in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStepTest |
From |
To |
|
Change Variable Type read : CloseableIterator<BatchReport.Issue> to read : CloseableIterator<ScannerReport.Issue> in method public write_issues() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type unmatchedPreviousIssue : BatchInput.ServerIssue to unmatchedPreviousIssue : ScannerInput.ServerIssue in method private copyServerIssues(serverIssues Collection<ServerIssueFromWs>, trackedIssues List<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type batchTests : List<BatchReport.Test> to batchTests : List<ScannerReport.Test> in method public insert_several_tests_in_a_report() : void in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Variable Type dup : BatchReport.Duplication to dup : ScannerReport.Duplication in method public write_duplications() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method public noScmOnEmptyFile() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_duplications() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public add_components_with_links_and_branch() : void in class org.sonar.batch.report.ComponentsPublisherTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public setUp() : void in class org.sonar.server.computation.source.ReportIteratorTest |
From |
To |
|
Change Variable Type duplications : CloseableIterator<BatchReport.Duplication> to duplications : CloseableIterator<ScannerReport.Duplication> in method public write_duplications() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type coverage : BatchReport.Coverage to coverage : ScannerReport.Coverage in method public coverageFor(file InputFile, line int) : ScannerReport.Coverage in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type res : List<BatchReport.Coverage> to res : List<ScannerReport.Coverage> in method public readComponentCoverage(fileRef int) : CloseableIterator<ScannerReport.Coverage> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type issue : BatchReport.Issue to issue : ScannerReport.Issue in method public write_issues() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type originBlock2 : BatchReport.CpdTextBlock to originBlock2 : ScannerReport.CpdTextBlock in method public call_compute_cpd_on_many_duplication() : void in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStepTest |
From |
To |
|
Change Variable Type reportIssues : CloseableIterator<BatchReport.Issue> to reportIssues : CloseableIterator<ScannerReport.Issue> in method protected loadIssues() : List<DefaultIssue> in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_coverage_details() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type argument : ArgumentCaptor<BatchReport.Issue> to argument : ArgumentCaptor<ScannerReport.Issue> in method public use_severity_from_active_rule_if_no_severity_on_issue() : void in class org.sonar.batch.issue.ModuleIssuesTest |
From |
To |
|
Change Variable Type cloneGroupFile1 : BatchReport.Duplication to cloneGroupFile1 : ScannerReport.Duplication in method public testCrossFileDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public write_metadata() : void in class org.sonar.batch.report.MetadataPublisherTest |
From |
To |
|
Change Variable Type batchCoverageDetail : BatchReport.CoverageDetail to batchCoverageDetail : ScannerReport.CoverageDetail in method private loadCoverageDetails(testFileRef int) : Table<String,String,DbFileSources.Test.CoveredFile.Builder> in class org.sonar.server.computation.step.PersistTestsStep.TestDepthTraversalTypeAwareVisitor |
From |
To |
|
Change Variable Type batch1 : BatchReport.ActiveRule.Builder to batch1 : ScannerReport.ActiveRule.Builder in method public feed_active_rules() : void in class org.sonar.server.computation.step.LoadQualityProfilesStepTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public execute_issue_visitors() : void in class org.sonar.server.computation.issue.IntegrateIssuesVisitorTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.CpdTextBlock> to res : CloseableIterator<ScannerReport.CpdTextBlock> in method public verify_readComponentDuplicationBlocks_returns_Issues() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type syntaxHighlighting : BatchReport.SyntaxHighlighting to syntaxHighlighting : ScannerReport.SyntaxHighlighting in method public read_syntax_highlighting() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type readIt : CloseableIterator<BatchReport.Measure> to readIt : CloseableIterator<ScannerReport.Measure> in method private loadBatchMeasuresForComponent(component Component) : void in class org.sonar.server.computation.measure.MeasureRepositoryImpl |
From |
To |
|
Change Variable Type allMeasures : Map<String,List<org.sonar.batch.protocol.output.BatchReport.Measure>> to allMeasures : Map<String,List<org.sonar.scanner.protocol.output.ScannerReport.Measure>> in method public exclusions() : void in class org.sonar.batch.mediumtest.coverage.CoverageMediumTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.Issue> to res : CloseableIterator<ScannerReport.Issue> in method public verify_readComponentIssues_returns_Issues() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type builder : BatchReport.Duplication.Builder to builder : ScannerReport.Duplication.Builder in method private createDuplication(original ScannerReport.TextRange, duplicates ScannerReport.Duplicate...) : ScannerReport.Duplication in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Variable Type readMetadata : BatchReport.Metadata to readMetadata : ScannerReport.Metadata in method public read_metadata() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type reportAr : BatchReport.ActiveRule to reportAr : ScannerReport.ActiveRule in method public write() : void in class org.sonar.batch.report.ActiveRulesPublisherTest |
From |
To |
|
Change Variable Type issue : BatchReport.Issue to issue : ScannerReport.Issue in method public toTrackedIssue(component BatchComponent, rawIssues Collection<ScannerReport.Issue>, hashes SourceHashHolder) : Collection<TrackedIssue> in class org.sonar.batch.issue.IssueTransformer |
From |
To |
|
Change Variable Type success : BatchReport.Test to success : ScannerReport.Test in method public unitTests() : void in class org.sonar.batch.mediumtest.tests.TestExecutionMediumTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public empty_component_issues_repo_when_no_issue() : void in class org.sonar.server.computation.issue.IntegrateIssuesVisitorTest |
From |
To |
|
Change Variable Type user1 : BatchInput.User to user1 : ScannerInput.User in method public should_write_json() : void in class org.sonar.batch.scan.report.JSONReportTest |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public write_project_branch() : void in class org.sonar.batch.report.MetadataPublisherTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method private prepareReport() : File in class org.sonar.server.benchmark.PersistFileSourcesStepTest |
From |
To |
|
Change Variable Type symbol : BatchReport.Symbol to symbol : ScannerReport.Symbol in method private updateSymbols(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type component : BatchReport.Component.Builder to component : ScannerReport.Component.Builder in method public read_components() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type symbol : BatchReport.Symbol to symbol : ScannerReport.Symbol in method public write_symbols() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type duplicationBlocks : CloseableIterator<BatchReport.CpdTextBlock> to duplicationBlocks : CloseableIterator<ScannerReport.CpdTextBlock> in method public write_duplication_blocks() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public process_new_issue() : void in class org.sonar.server.computation.issue.IntegrateIssuesVisitorTest |
From |
To |
|
Change Variable Type batchTest : BatchReport.Test to batchTest : ScannerReport.Test in method private buildDbTests(componentRed int) : Multimap<String,DbFileSources.Test.Builder> in class org.sonar.server.computation.step.PersistTestsStep.TestDepthTraversalTypeAwareVisitor |
From |
To |
|
Change Variable Type syntaxHighlightingList : List<BatchReport.SyntaxHighlighting> to syntaxHighlightingList : List<ScannerReport.SyntaxHighlighting> in method private newReader(textRangeByType Map<TextRange,Constants.HighlightingType>) : HighlightingLineReader in class org.sonar.server.computation.source.HighlightingLineReaderTest |
From |
To |
|
Change Variable Type originBlock : BatchReport.CpdTextBlock to originBlock : ScannerReport.CpdTextBlock in method public call_compute_cpd_on_one_duplication() : void in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStepTest |
From |
To |
|
Change Variable Type userBuilder : BatchInput.User.Builder to userBuilder : ScannerInput.User.Builder in method public handle(request Request, response Response) : void in class org.sonar.server.batch.UsersAction |
From |
To |
|
Change Variable Type measures : CloseableIterator<BatchReport.Measure> to measures : CloseableIterator<ScannerReport.Measure> in method public verify_readComponentMeasures_returns_measures() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type lineSymbol : BatchReport.Symbol to lineSymbol : ScannerReport.Symbol in method private processSymbols(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type result : Map<String,List<BatchReport.Measure>> to result : Map<String,List<ScannerReport.Measure>> in method public allMeasures() : Map<String,List<ScannerReport.Measure>> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type res : SetMultimap<Integer,BatchReport.Symbol> to res : SetMultimap<Integer,ScannerReport.Symbol> in method private buildSymbolsPerLine(symbols List<ScannerReport.Symbol>) : SetMultimap<Integer,ScannerReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type reportMetadata : BatchReport.Metadata to reportMetadata : ScannerReport.Metadata in method public execute() : void in class org.sonar.server.computation.step.LoadReportAnalysisMetadataHolderStep |
From |
To |
|
Change Variable Type flow : BatchReport.Flow to flow : ScannerReport.Flow in method private toIssue(lineHashSeq LineHashSequence, reportIssue ScannerReport.Issue) : DefaultIssue in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.SyntaxHighlighting> to it : CloseableIterator<ScannerReport.SyntaxHighlighting> in method public highlightingTypeFor(file InputFile, line int, lineOffset int) : List<TypeOfText> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type issue : BatchReport.Issue to issue : ScannerReport.Issue in method private doTransition(rawIssues List<ScannerReport.Issue>, component BatchComponent) : List<TrackedIssue> in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public execute(context SensorContext) : void in class org.sonar.batch.source.CodeColorizerSensor |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method private verify_toMeasure_for_LEVEL_Metric_parses_level_from_data(expectedLevel Measure.Level) : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type batchMeasure1 : BatchReport.Measure to batchMeasure1 : ScannerReport.Measure in method public getRawMeasures_returns_added_measures_over_batch_measures() : void in class org.sonar.server.computation.measure.MeasureRepositoryImplTest |
From |
To |
|
Change Variable Type metadata : BatchReport.Metadata.Builder to metadata : ScannerReport.Metadata.Builder in method public write_metadata() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_file_source() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publishCoverage() : void in class org.sonar.batch.report.CoveragePublisherTest |
From |
To |
|
Change Variable Type builder : BatchReport.Symbol.Builder to builder : ScannerReport.Symbol.Builder in method private newSymbol(declaration TextRange, references TextRange...) : ScannerReport.Symbol in class org.sonar.server.computation.source.SymbolsLineReaderTest |
From |
To |
|
Change Variable Type file1Scm : BatchReport.Changesets to file1Scm : ScannerReport.Changesets in method public configureUsingScmURL() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public add_components_with_links_and_branch() : void in class org.sonar.batch.report.ComponentsPublisherTest |
From |
To |
|
Change Variable Type coverage : BatchReport.Coverage to coverage : ScannerReport.Coverage in method public read_coverage() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type newBatchTest : BatchReport.Test to newBatchTest : ScannerReport.Test in method public update_existing_test() : void in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure_maps_data_and_alert_properties_in_dto_for_Int_Metric() : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type user2 : BatchInput.User to user2 : ScannerInput.User in method public should_write_json() : void in class org.sonar.batch.scan.report.JSONReportTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public store(highlighting DefaultHighlighting) : void in class org.sonar.batch.sensor.DefaultSensorStorage |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Coverage> to it : CloseableIterator<ScannerReport.Coverage> in method public coverageFor(file InputFile, line int) : ScannerReport.Coverage in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type duplicationGroups : List<org.sonar.batch.protocol.output.BatchReport.Duplication> to duplicationGroups : List<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method public testIntraFileDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type highlightingIt : CloseableIterator<BatchReport.SyntaxHighlighting> to highlightingIt : CloseableIterator<ScannerReport.SyntaxHighlighting> 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 cloneGroup : BatchReport.Duplication to cloneGroup : ScannerReport.Duplication in method public testIntraFileDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type rule : BatchReport.SyntaxHighlighting to rule : ScannerReport.SyntaxHighlighting in method private updateHighlighting(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type file1Scm : BatchReport.Changesets to file1Scm : ScannerReport.Changesets in method public log_files_with_missing_blame() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_syntax_highlighting() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type test : BatchReport.Test to test : ScannerReport.Test in method public testExecutionFor(testFile InputFile, testName String) : ScannerReport.Test in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in method public write_metadata() : void in class org.sonar.batch.report.MetadataPublisherTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public publishMeasures() : void in class org.sonar.batch.report.MeasuresPublisherTest |
From |
To |
|
Change Variable Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in method public write_project_branch() : void in class org.sonar.batch.report.MetadataPublisherTest |
From |
To |
|
Change Variable Type measure : BatchReport.Measure to measure : ScannerReport.Measure in method public write_measures() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type testResult : BatchReport.Test to testResult : ScannerReport.Test in method public read_tests() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure_maps_data_and_alert_properties_in_dto_for_Long_Metric() : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type res : List<BatchReport.Test> to res : List<ScannerReport.Test> in method public readTests(testFileRef int) : CloseableIterator<ScannerReport.Test> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type component : BatchReport.Component.Builder to component : ScannerReport.Component.Builder in method public write_component() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type block : BatchReport.CpdTextBlock to block : ScannerReport.CpdTextBlock in method private visitComponent(component Component) : void in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep.DuplicationVisitor |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.CpdTextBlock> to it : CloseableIterator<ScannerReport.CpdTextBlock> in method public duplicationBlocksFor(file InputFile) : List<ScannerReport.CpdTextBlock> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type reportCoverage : BatchReport.Coverage to reportCoverage : ScannerReport.Coverage in method public read(lineBuilder DbFileSources.Line.Builder) : void in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Variable Type sut : BatchReportReader to sut : ScannerReportReader in method public read_duplications() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public add_components_to_report() : void in class org.sonar.batch.report.ComponentsPublisherTest |
From |
To |
|
Change Variable Type duplicate : BatchReport.Duplicate to duplicate : ScannerReport.Duplicate in method private createDuplication(original ScannerReport.TextRange, duplicates ScannerReport.Duplicate...) : ScannerReport.Duplication in class org.sonar.server.computation.step.LoadDuplicationsFromReportStepTest |
From |
To |
|
Change Variable Type issueBuilder : BatchInput.ServerIssue.Builder to issueBuilder : ScannerInput.ServerIssue.Builder in method public handle(request Request, response Response) : void in class org.sonar.server.batch.IssuesAction |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public shouldNotDumpSensitiveProperties() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type textRange : BatchReport.TextRange to textRange : ScannerReport.TextRange in method private buildSymbolsPerLine(symbols List<ScannerReport.Symbol>) : SetMultimap<Integer,ScannerReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type res : List<BatchReport.CoverageDetail> to res : List<ScannerReport.CoverageDetail> in method public readCoverageDetails(testFileRef int) : CloseableIterator<ScannerReport.CoverageDetail> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type previous : BatchInput.ServerIssue to previous : ScannerInput.ServerIssue in method private addIssuesOnDeletedComponents(issues Collection<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method private getChangesets(baseDir File, path String) : ScannerReport.Changesets in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_source_lines() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type unmatchedPreviousIssue : BatchInput.ServerIssue to unmatchedPreviousIssue : ScannerInput.ServerIssue in method private addUnmatchedFromServer(unmatchedIssues Iterable<ServerIssueFromWs>, sourceHashHolder SourceHashHolder, mergeTo Collection<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type batchMeasure2 : BatchReport.Measure to batchMeasure2 : ScannerReport.Measure in method public getRawMeasures_returns_added_measures_over_batch_measures() : void in class org.sonar.server.computation.measure.MeasureRepositoryImplTest |
From |
To |
|
Change Variable Type coverage : BatchReport.Coverage to coverage : ScannerReport.Coverage in method private updateCoverage(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public write_metadata() : void in class org.sonar.batch.report.MetadataPublisherTest |
From |
To |
|
Change Variable Type anotherTest : BatchReport.CoverageDetail to anotherTest : ScannerReport.CoverageDetail in method public coveragePerTestInReport() : void in class org.sonar.batch.mediumtest.tests.CoveragePerTestMediumTest |
From |
To |
|
Change Variable Type batch1 : BatchReport.ActiveRule.Builder to batch1 : ScannerReport.ActiveRule.Builder in method public ignore_rules_with_status_REMOVED() : void in class org.sonar.server.computation.step.LoadQualityProfilesStepTest |
From |
To |
|
Change Variable Type builder : BatchReport.CpdTextBlock.Builder to builder : ScannerReport.CpdTextBlock.Builder in method public insert(inputFile InputFile, blocks Collection<Block>) : void in class org.sonar.batch.cpd.index.SonarCpdBlockIndex |
From |
To |
|
Change Variable Type symbol : BatchReport.Symbol to symbol : ScannerReport.Symbol in method private buildSymbolsPerLine(symbols List<ScannerReport.Symbol>) : SetMultimap<Integer,ScannerReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type error : BatchReport.Test to error : ScannerReport.Test in method public unitTests() : void in class org.sonar.batch.mediumtest.tests.TestExecutionMediumTest |
From |
To |
|
Change Variable Type issue : BatchReport.Issue to issue : ScannerReport.Issue in method public read_issues() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type read : CloseableIterator<BatchReport.Symbol> to read : CloseableIterator<ScannerReport.Symbol> in method public write_symbols() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type duplicationGroupsFile2 : List<org.sonar.batch.protocol.output.BatchReport.Duplication> to duplicationGroupsFile2 : List<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method public testCrossFileDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public shouldNotDumpInIssuesMode() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type blocks : CloseableIterator<BatchReport.CpdTextBlock> to blocks : CloseableIterator<ScannerReport.CpdTextBlock> in method private visitComponent(component Component) : void in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStep.DuplicationVisitor |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_duplication_blocks() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type reportProject : BatchReport.Component to reportProject : ScannerReport.Component in method public execute() : void in class org.sonar.server.computation.step.BuildComponentTreeStep |
From |
To |
|
Change Variable Type allMeasures : Map<String,List<org.sonar.batch.protocol.output.BatchReport.Measure>> to allMeasures : Map<String,List<org.sonar.scanner.protocol.output.ScannerReport.Measure>> in method public fallbackOnExecutableLines() : void in class org.sonar.batch.mediumtest.coverage.CoverageMediumTest |
From |
To |
|
Change Variable Type duplicationBlock : BatchReport.CpdTextBlock to duplicationBlock : ScannerReport.CpdTextBlock in method public write_duplication_blocks() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure_maps_data_and_alert_properties_in_dto_for_Double_Metric() : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type details : BatchReport.CoverageDetail to details : ScannerReport.CoverageDetail in method public coveragePerTestFor(testFile InputFile, testName String) : ScannerReport.CoverageDetail in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Variable Type metric : org.sonar.batch.protocol.input.Metric to metric : org.sonar.scanner.protocol.input.Metric in method public DefaultMetricFinder(globalReferentials GlobalRepositories) in class org.sonar.batch.scan.measure.DefaultMetricFinder |
From |
To |
|
Change Variable Type res : List<BatchReport.Measure> to res : List<ScannerReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<ScannerReport.Measure> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Issue> to it : CloseableIterator<ScannerReport.Issue> in method public trackIssues(reader ScannerReportReader, component BatchComponent) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public write_project_branch() : void in class org.sonar.batch.report.MetadataPublisherTest |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure_maps_data_and_alert_properties_in_dto_for_Boolean_metric() : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type batchTests : List<BatchReport.Test> to batchTests : List<ScannerReport.Test> in method public insert_coverage_details_not_taken_into_account() : void in class org.sonar.server.computation.step.PersistTestsStepTest |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.SyntaxHighlighting> to it : CloseableIterator<ScannerReport.SyntaxHighlighting> in method public read_syntax_highlighting() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type activeRuleMessages : Iterable<BatchReport.ActiveRule> to activeRuleMessages : Iterable<ScannerReport.ActiveRule> in method public publish(writer ScannerReportWriter) : void in class org.sonar.batch.report.ActiveRulesPublisher |
From |
To |
|
Change Variable Type scm : BatchReport.Changesets to scm : ScannerReport.Changesets in method public write_scm() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.Duplication> to res : CloseableIterator<ScannerReport.Duplication> in method public verify_readComponentDuplications_returns_Issues() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type fileScm : BatchReport.Changesets to fileScm : ScannerReport.Changesets in method public testScmMeasure() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type batchMeasure : BatchReport.Measure to batchMeasure : ScannerReport.Measure in method public toMeasure_maps_alert_properties_in_dto_for_String_Metric() : void in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Symbol> to it : CloseableIterator<ScannerReport.Symbol> in method private updateSymbols(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_measures() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.Symbol> to res : CloseableIterator<ScannerReport.Symbol> in method public verify_readComponentSymbols_returns_Issues() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type rawIssues : List<BatchReport.Issue> to rawIssues : List<ScannerReport.Issue> in method public trackIssues(reader ScannerReportReader, component BatchComponent) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Coverage> to it : CloseableIterator<ScannerReport.Coverage> in method public read_coverage() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type res : BatchReport.Changesets to res : ScannerReport.Changesets in method public verify_readChangesets_returns_changesets() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type res : CloseableIterator<BatchReport.SyntaxHighlighting> to res : CloseableIterator<ScannerReport.SyntaxHighlighting> in method public verify_readComponentSyntaxHighlighting() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type duplicationBlockResult : BatchReport.CpdTextBlock to duplicationBlockResult : ScannerReport.CpdTextBlock in method public write_duplication_blocks() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method public testDisableScmSensor() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type someTest : BatchReport.CoverageDetail to someTest : ScannerReport.CoverageDetail in method public coveragePerTestInReport() : void in class org.sonar.batch.mediumtest.tests.CoveragePerTestMediumTest |
From |
To |
|
Change Variable Type batchComponent : BatchReport.Component to batchComponent : ScannerReport.Component in method private processComponent(component Component) : void in class org.sonar.server.computation.step.PersistProjectLinksStep.ProjectLinkVisitor |
From |
To |
|
Change Variable Type componentMeasures : CloseableIterator<BatchReport.Measure> to componentMeasures : CloseableIterator<ScannerReport.Measure> in method public publishMeasures() : void in class org.sonar.batch.report.MeasuresPublisherTest |
From |
To |
|
Change Variable Type builder : BatchInput.User.Builder to builder : ScannerInput.User.Builder in method private createUsersMock(users Map<String,String>) : InputStream in class org.sonar.batch.repository.user.UserRepositoryLoaderTest |
From |
To |
|
Change Variable Type testIterator : CloseableIterator<BatchReport.Test> to testIterator : CloseableIterator<ScannerReport.Test> in method private buildDbTests(componentRed int) : Multimap<String,DbFileSources.Test.Builder> in class org.sonar.server.computation.step.PersistTestsStep.TestDepthTraversalTypeAwareVisitor |
From |
To |
|
Change Variable Type read : CloseableIterator<BatchReport.Measure> to read : CloseableIterator<ScannerReport.Measure> in method public write_measures() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type sourceRange : BatchReport.TextRange to sourceRange : ScannerReport.TextRange in method private convertLocation(source ScannerReport.IssueLocation) : DbIssues.Location in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Variable Type allMeasures : Map<String,List<org.sonar.batch.protocol.output.BatchReport.Measure>> to allMeasures : Map<String,List<org.sonar.scanner.protocol.output.ScannerReport.Measure>> in method public unitTests() : void in class org.sonar.batch.mediumtest.coverage.CoverageMediumTest |
From |
To |
|
Change Variable Type read : BatchReport.Metadata to read : ScannerReport.Metadata in method public write_metadata() : void in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Variable Type project : BatchReport.Component.Builder to project : ScannerReport.Component.Builder in method private prepareReport() : File in class org.sonar.server.benchmark.PersistFileSourcesStepTest |
From |
To |
|
Change Variable Type users : List<BatchInput.User> to users : List<ScannerInput.User> in method private parseUsers(is InputStream) : Collection<ScannerInput.User> in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Variable Type symbol : BatchReport.Symbol to symbol : ScannerReport.Symbol in method private createIdsBySymbolMap(symbols List<ScannerReport.Symbol>) : Map<ScannerReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type it : CloseableIterator<BatchReport.Coverage> to it : CloseableIterator<ScannerReport.Coverage> in method private updateCoverage(component Component) : void in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public dontDumpParentProps() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in method public readMetadata_result_is_cached() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in method private getScmInfoForComponent(component Component) : ScmInfo in class org.sonar.server.computation.scm.ScmInfoRepositoryImpl |
From |
To |
|
Change Variable Type file1Scm : BatchReport.Changesets to file1Scm : ScannerReport.Changesets in method public testAutoDetection() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type reader : BatchReportReader to reader : ScannerReportReader in method public execute() : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type map : Map<BatchReport.Symbol,Integer> to map : Map<ScannerReport.Symbol,Integer> in method private createIdsBySymbolMap(symbols List<ScannerReport.Symbol>) : Map<ScannerReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type readIt : CloseableIterator<BatchReport.ActiveRule> to readIt : CloseableIterator<ScannerReport.ActiveRule> in method public write() : void in class org.sonar.batch.report.ActiveRulesPublisherTest |
From |
To |
|
Change Variable Type symbols : List<BatchReport.Symbol> to symbols : List<ScannerReport.Symbol> in method public SymbolsLineReader(file Component, symbolIterator Iterator<ScannerReport.Symbol>, rangeOffsetConverter RangeOffsetConverter) in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type duplicationGroupsFile1 : List<org.sonar.batch.protocol.output.BatchReport.Duplication> to duplicationGroupsFile1 : List<org.sonar.scanner.protocol.output.ScannerReport.Duplication> in method public testCrossModuleDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public feed_component_issues_repo() : void in class org.sonar.server.computation.issue.IntegrateIssuesVisitorTest |
From |
To |
|
Change Variable Type res : List<BatchReport.SyntaxHighlighting> to res : List<ScannerReport.SyntaxHighlighting> in method public readComponentSyntaxHighlighting(fileRef int) : CloseableIterator<ScannerReport.SyntaxHighlighting> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Variable Type coverageIterator : CloseableIterator<BatchReport.CoverageDetail> to coverageIterator : CloseableIterator<ScannerReport.CoverageDetail> in method private loadCoverageDetails(testFileRef int) : Table<String,String,DbFileSources.Test.CoveredFile.Builder> in class org.sonar.server.computation.step.PersistTestsStep.TestDepthTraversalTypeAwareVisitor |
From |
To |
|
Change Variable Type originBlock : BatchReport.CpdTextBlock to originBlock : ScannerReport.CpdTextBlock in method public nothing_to_do_when_cross_project_duplication_is_disabled() : void in class org.sonar.server.computation.step.LoadCrossProjectDuplicationsRepositoryStepTest |
From |
To |
|
Change Variable Type location : BatchReport.IssueLocation to location : ScannerReport.IssueLocation in method private toIssue(lineHashSeq LineHashSequence, reportIssue ScannerReport.Issue) : DefaultIssue in class org.sonar.server.computation.issue.TrackerRawInputFactory.RawLazyInput |
From |
To |
|
Change Variable Type cloneGroupFile1 : BatchReport.Duplication to cloneGroupFile1 : ScannerReport.Duplication in method public testCrossModuleDuplications() : void in class org.sonar.batch.mediumtest.cpd.CpdMediumTest |
From |
To |
|
Change Variable Type batchActiveRule : BatchReport.ActiveRule to batchActiveRule : ScannerReport.ActiveRule in method public execute() : void in class org.sonar.server.computation.step.LoadQualityProfilesStep |
From |
To |
|
Change Variable Type user : BatchInput.User to user : ScannerInput.User in method private writeUsers(json JsonWriter, userLogins Collection<String>) : void in class org.sonar.batch.scan.report.JSONReport |
From |
To |
|
Change Variable Type metadata : BatchReport.Metadata.Builder to metadata : ScannerReport.Metadata.Builder in method public read_metadata() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public read_metadata() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Variable Type user : BatchInput.User to user : ScannerInput.User in method private parseUsers(is InputStream) : Collection<ScannerInput.User> in class org.sonar.batch.repository.user.UserRepositoryLoader |
From |
To |
|
Change Variable Type file2Scm : BatchReport.Changesets to file2Scm : ScannerReport.Changesets in method public forceReload() : void in class org.sonar.batch.mediumtest.scm.ScmMediumTest |
From |
To |
|
Change Variable Type reportIssue : BatchReport.Issue to reportIssue : ScannerReport.Issue in method public process_existing_issue() : void in class org.sonar.server.computation.issue.IntegrateIssuesVisitorTest |
From |
To |
|
Change Variable Type writer : BatchReportWriter to writer : ScannerReportWriter in method public shouldNotDumpSQPropsInSystemProps() : void in class org.sonar.batch.report.AnalysisContextReportPublisherTest |
From |
To |
|
Change Variable Type res : BatchReport.Metadata to res : ScannerReport.Metadata in method public readMetadata_result_is_cached() : void in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Variable Type measure : BatchReport.Measure.Builder to measure : ScannerReport.Measure.Builder in method public read_measures() : void in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Attribute Type builder : BatchReport.CoverageDetail.Builder to builder : ScannerReport.CoverageDetail.Builder in class org.sonar.batch.report.TestExecutionAndCoveragePublisher.TestCoverageConverter |
From |
To |
|
Change Attribute Type reader : BatchReportReader to reader : ScannerReportReader in class org.sonar.scanner.protocol.viewer.ScannerReportViewerApp |
From |
To |
|
Change Attribute Type symbols : List<BatchReport.Symbol> to symbols : List<ScannerReport.Symbol> in class org.sonar.server.benchmark.PersistFileSourcesStepTest.LineData |
From |
To |
|
Change Attribute Type underTest : BatchReportReader to underTest : ScannerReportReader in class org.sonar.scanner.protocol.output.ScannerReportReaderTest |
From |
To |
|
Change Attribute Type writer : BatchReportWriter to writer : ScannerReportWriter in class org.sonar.batch.scm.DefaultBlameOutput |
From |
To |
|
Change Attribute Type lineHighlightingIterator : Iterator<BatchReport.SyntaxHighlighting> to lineHighlightingIterator : Iterator<ScannerReport.SyntaxHighlighting> in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type ISSUE : BatchReport.Issue to ISSUE : ScannerReport.Issue in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type reader : BatchReportReader to reader : ScannerReportReader in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Attribute Type DUPLICATION_BLOCK : BatchReport.CpdTextBlock to DUPLICATION_BLOCK : ScannerReport.CpdTextBlock in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type duplications : Map<Integer,List<BatchReport.Duplication>> to duplications : Map<Integer,List<ScannerReport.Duplication>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type highlightings : List<BatchReport.SyntaxHighlighting> to highlightings : List<ScannerReport.SyntaxHighlighting> in class org.sonar.server.benchmark.PersistFileSourcesStepTest.LineData |
From |
To |
|
Change Attribute Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Attribute Type symbolsPerLine : SetMultimap<Integer,BatchReport.Symbol> to symbolsPerLine : SetMultimap<Integer,ScannerReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Attribute Type writer : BatchReportWriter to writer : ScannerReportWriter in class org.sonar.batch.report.SourcePublisherTest |
From |
To |
|
Change Attribute Type textRangeBuilder : BatchReport.TextRange.Builder to textRangeBuilder : ScannerReport.TextRange.Builder in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Attribute Type symbols : Map<Integer,List<BatchReport.Symbol>> to symbols : Map<Integer,List<ScannerReport.Symbol>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type EMPTY_BATCH_MEASURE : BatchReport.Measure to EMPTY_BATCH_MEASURE : ScannerReport.Measure in class org.sonar.server.computation.measure.BatchMeasureToMeasureTest |
From |
To |
|
Change Attribute Type flowBuilder : BatchReport.Flow.Builder to flowBuilder : ScannerReport.Flow.Builder in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Attribute Type components : Map<Integer,BatchReport.Component> to components : Map<Integer,ScannerReport.Component> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type coverages : Map<Integer,List<BatchReport.Coverage>> to coverages : Map<Integer,List<ScannerReport.Coverage>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type builder : BatchReport.Measure.Builder to builder : ScannerReport.Measure.Builder in class org.sonar.batch.report.MeasuresPublisher.MeasureToReportMeasure |
From |
To |
|
Change Attribute Type metadata : BatchReport.Metadata to metadata : ScannerReport.Metadata in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type changesetsBuilder : BatchReport.Changesets.Builder to changesetsBuilder : ScannerReport.Changesets.Builder in class org.sonar.server.benchmark.PersistFileSourcesStepTest.LineData |
From |
To |
|
Change Attribute Type CPD_TEXT_BLOCK : BatchReport.CpdTextBlock to CPD_TEXT_BLOCK : ScannerReport.CpdTextBlock in class org.sonar.server.computation.step.PersistCrossProjectDuplicationIndexStepTest |
From |
To |
|
Change Attribute Type changesets : BatchReport.Changesets to changesets : ScannerReport.Changesets in class org.sonar.server.computation.scm.ReportScmInfo.LineIndexToChangeset |
From |
To |
|
Change Attribute Type underTest : ReportIterator<BatchReport.Coverage> to underTest : ReportIterator<ScannerReport.Coverage> in class org.sonar.server.computation.source.ReportIteratorTest |
From |
To |
|
Change Attribute Type measures : Map<Integer,List<BatchReport.Measure>> to measures : Map<Integer,List<ScannerReport.Measure>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type reportProject : BatchReport.Component to reportProject : ScannerReport.Component in class org.sonar.server.computation.step.BuildComponentTreeStep.ComponentRootBuilder |
From |
To |
|
Change Attribute Type builder : BatchReport.ActiveRule.Builder to builder : ScannerReport.ActiveRule.Builder in class org.sonar.batch.report.ActiveRulesPublisher.ToMessage |
From |
To |
|
Change Attribute Type COVERAGE_2 : BatchReport.Coverage to COVERAGE_2 : ScannerReport.Coverage in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type TEST_1 : BatchReport.Test to TEST_1 : ScannerReport.Test in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type coverages : List<BatchReport.Coverage> to coverages : List<ScannerReport.Coverage> in class org.sonar.server.benchmark.PersistFileSourcesStepTest.LineData |
From |
To |
|
Change Attribute Type coveredBuilder : BatchReport.CoverageDetail.CoveredFile.Builder to coveredBuilder : ScannerReport.CoverageDetail.CoveredFile.Builder in class org.sonar.batch.report.TestExecutionAndCoveragePublisher.TestCoverageConverter |
From |
To |
|
Change Attribute Type builder : BatchReport.Issue.Builder to builder : ScannerReport.Issue.Builder in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Attribute Type writer : BatchReportWriter to writer : ScannerReportWriter in class org.sonar.batch.report.AnalysisContextReportPublisher |
From |
To |
|
Change Attribute Type rangeBuilder : BatchReport.TextRange.Builder to rangeBuilder : ScannerReport.TextRange.Builder in class org.sonar.batch.sensor.DefaultSensorStorage.BuildSyntaxHighlighting |
From |
To |
|
Change Attribute Type issues : Map<Integer,List<BatchReport.Issue>> to issues : Map<Integer,List<ScannerReport.Issue>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type COVERAGE_DETAIL_1 : BatchReport.CoverageDetail to COVERAGE_DETAIL_1 : ScannerReport.CoverageDetail in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type coverageIterator : Iterator<BatchReport.Coverage> to coverageIterator : Iterator<ScannerReport.Coverage> in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Attribute Type delegate : BatchReportReader to delegate : ScannerReportReader in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Attribute Type changesets : Map<Integer,BatchReport.Changesets> to changesets : Map<Integer,ScannerReport.Changesets> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type coverage : BatchReport.Coverage to coverage : ScannerReport.Coverage in class org.sonar.server.computation.source.CoverageLineReader |
From |
To |
|
Change Attribute Type activeRules : List<BatchReport.ActiveRule> to activeRules : List<ScannerReport.ActiveRule> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type coverageDetails : Map<Integer,List<BatchReport.CoverageDetail>> to coverageDetails : Map<Integer,List<ScannerReport.CoverageDetail>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type highlightingList : List<BatchReport.SyntaxHighlighting> to highlightingList : List<ScannerReport.SyntaxHighlighting> in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type duplicationBlocks : Map<Integer,List<BatchReport.CpdTextBlock>> to duplicationBlocks : Map<Integer,List<ScannerReport.CpdTextBlock>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type SYNTAX_HIGHLIGHTING_2 : BatchReport.SyntaxHighlighting to SYNTAX_HIGHLIGHTING_2 : ScannerReport.SyntaxHighlighting in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type underTest : BatchReportWriter to underTest : ScannerReportWriter in class org.sonar.scanner.protocol.output.ScannerReportWriterTest |
From |
To |
|
Change Attribute Type CHANGESETS : BatchReport.Changesets to CHANGESETS : ScannerReport.Changesets in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type builder : BatchReport.SyntaxHighlighting.Builder to builder : ScannerReport.SyntaxHighlighting.Builder in class org.sonar.batch.sensor.DefaultSensorStorage.BuildSyntaxHighlighting |
From |
To |
|
Change Attribute Type rawIssue : BatchReport.Issue to rawIssue : ScannerReport.Issue in class org.sonar.batch.issue.DeprecatedIssueAdapterForFilter |
From |
To |
|
Change Attribute Type syntaxHighlightings : Map<Integer,List<BatchReport.SyntaxHighlighting>> to syntaxHighlightings : Map<Integer,List<ScannerReport.SyntaxHighlighting>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type COMPONENT : BatchReport.Component to COMPONENT : ScannerReport.Component in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type writer : BatchReportWriter to writer : ScannerReportWriter in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type idsBySymbol : Map<BatchReport.Symbol,Integer> to idsBySymbol : Map<ScannerReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Attribute Type dto : BatchInput.ServerIssue to dto : ScannerInput.ServerIssue in class org.sonar.batch.issue.tracking.ServerIssueFromWs |
From |
To |
|
Change Attribute Type currentItem : BatchReport.SyntaxHighlighting to currentItem : ScannerReport.SyntaxHighlighting in class org.sonar.server.computation.source.HighlightingLineReader |
From |
To |
|
Change Attribute Type tests : Map<Integer,List<BatchReport.Test>> to tests : Map<Integer,List<ScannerReport.Test>> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Attribute Type SYMBOL : BatchReport.Symbol to SYMBOL : ScannerReport.Symbol in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type DUPLICATION : BatchReport.Duplication to DUPLICATION : ScannerReport.Duplication in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type COVERAGE_DETAIL_2 : BatchReport.CoverageDetail to COVERAGE_DETAIL_2 : ScannerReport.CoverageDetail in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type reader : BatchReportReader to reader : ScannerReportReader in class org.sonar.batch.cpd.CpdExecutorTest |
From |
To |
|
Change Attribute Type builder : BatchReport.Test.Builder to builder : ScannerReport.Test.Builder in class org.sonar.batch.report.TestExecutionAndCoveragePublisher.TestConverter |
From |
To |
|
Change Attribute Type MEASURE : BatchReport.Measure to MEASURE : ScannerReport.Measure in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type writer : BatchReportWriter to writer : ScannerReportWriter in class org.sonar.batch.report.ReportPublisher |
From |
To |
|
Change Attribute Type SYNTAX_HIGHLIGHTING_1 : BatchReport.SyntaxHighlighting to SYNTAX_HIGHLIGHTING_1 : ScannerReport.SyntaxHighlighting in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type TEST_2 : BatchReport.Test to TEST_2 : ScannerReport.Test in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |
|
Change Attribute Type COVERAGE_1 : BatchReport.Coverage to COVERAGE_1 : ScannerReport.Coverage in class org.sonar.server.computation.batch.BatchReportReaderImplTest |
From |
To |