|
Change Parameter Type symbols : List<BatchReport.Symbols.Symbol> to symbols : List<BatchReport.Symbol> in method public putSymbols(componentRef int, symbols List<BatchReport.Symbol>) : void in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Parameter Type other : BatchReport.Symbols.Symbol to other : BatchReport.Symbol in method public mergeFrom(other BatchReport.Symbol) : Builder in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Parameter Type o1 : BatchReport.Symbols.Symbol to o1 : BatchReport.Symbol in method public compare(o1 BatchReport.Symbol, o2 BatchReport.Symbol) : int in class org.sonar.server.computation.source.SymbolsLineReader.SymbolsComparator |
From |
To |
|
Change Parameter Type symbols : List<BatchReport.Symbols.Symbol> to symbols : Iterator<BatchReport.Symbol> in method public SymbolsLineReader(symbols Iterator<BatchReport.Symbol>) in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Parameter Type o2 : BatchReport.Symbols.Symbol to o2 : BatchReport.Symbol in method public compare(o1 BatchReport.Symbol, o2 BatchReport.Symbol) : int in class org.sonar.server.computation.source.SymbolsLineReader.SymbolsComparator |
From |
To |
|
Change Parameter Type prototype : BatchReport.Measures to prototype : BatchReport.ActiveRule in method public newBuilder(prototype BatchReport.ActiveRule) : Builder in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Parameter Type duplications : Iterable<BatchReport.Duplication> to duplications : Iterator<BatchReport.Duplication> in method private createXmlDuplications(componentKey String, duplications Iterator<BatchReport.Duplication>) : String in class org.sonar.server.computation.step.PersistDuplicationsStep.DuplicationVisitor |
From |
To |
|
Change Parameter Type duplications : List<BatchReport.Duplication> to duplications : Iterator<BatchReport.Duplication> in method public DuplicationLineReader(duplications Iterator<BatchReport.Duplication>) in class org.sonar.server.computation.source.DuplicationLineReader |
From |
To |
|
Change Parameter Type parser : Parser<T> to parser : Parser<MSG> in method public readFile(file File, parser Parser<MSG>) : MSG in class org.sonar.batch.protocol.ProtobufUtil |
From |
To |
|
Change Parameter Type duplications : List<BatchReport.Duplication> to duplications : Iterator<BatchReport.Duplication> in method private saveDuplications(component Component, duplications Iterator<BatchReport.Duplication>) : void in class org.sonar.server.computation.step.PersistDuplicationsStep.DuplicationVisitor |
From |
To |
|
Change Parameter Type prototype : BatchReport.Symbols.Symbol to prototype : BatchReport.Symbol in method public newBuilder(prototype BatchReport.Symbol) : Builder in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Parameter Type symbols : List<BatchReport.Symbols.Symbol> to symbols : List<BatchReport.Symbol> in method private createIdsBySymbolMap(symbols List<BatchReport.Symbol>) : Map<BatchReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type result : BatchReport.Symbols.Symbol to result : BatchReport.Symbol in method public build() : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Variable Type parsedMessage : BatchReport.Symbols.Symbol to parsedMessage : BatchReport.Symbol in method public mergeFrom(input CodedInputStream, extensionRegistry ExtensionRegistryLite) : Builder in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Variable Type lineSymbols : List<BatchReport.Symbols.Symbol> to lineSymbols : List<BatchReport.Symbol> in method private findSymbolsMatchingLine(line int) : List<BatchReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type lineSymbol : BatchReport.Symbols.Symbol to lineSymbol : BatchReport.Symbol in method public read(lineBuilder FileSourceDb.Line.Builder) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type symbols : List<BatchReport.Symbols.Symbol> to symbolsIt : CloseableIterator<BatchReport.Symbol> in method package LineReaders(reportReader BatchReportReader, componentRef int) in class org.sonar.server.computation.step.PersistFileSourcesStep.LineReaders |
From |
To |
|
Change Variable Type symbols : List<BatchReport.Symbols.Symbol> to symbols : List<BatchReport.Symbol> in method public read_symbols_with_two_references_on_the_same_line() : void in class org.sonar.server.computation.source.SymbolsLineReaderTest |
From |
To |
|
Change Variable Type symbols : List<BatchReport.Symbols.Symbol> to symbols : List<BatchReport.Symbol> in method public read_symbols_with_two_references() : void in class org.sonar.server.computation.source.SymbolsLineReaderTest |
From |
To |
|
Change Variable Type result : BatchReport.Symbols.Symbol to result : BatchReport.Symbol in method public buildPartial() : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Variable Type map : Map<BatchReport.Symbols.Symbol,Integer> to map : Map<BatchReport.Symbol,Integer> in method private createIdsBySymbolMap(symbols List<BatchReport.Symbol>) : Map<BatchReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type symbol : BatchReport.Symbols.Symbol to symbol : BatchReport.Symbol in method private createIdsBySymbolMap(symbols List<BatchReport.Symbol>) : Map<BatchReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type duplications : List<BatchReport.Duplication> to duplicationsIt : CloseableIterator<BatchReport.Duplication> in method package LineReaders(reportReader BatchReportReader, componentRef int) in class org.sonar.server.computation.step.PersistFileSourcesStep.LineReaders |
From |
To |
|
Change Variable Type symbol : BatchReport.Symbols.Symbol to symbol : BatchReport.Symbol in method private findSymbolsMatchingLine(line int) : List<BatchReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type lineSymbols : List<BatchReport.Symbols.Symbol> to lineSymbols : List<BatchReport.Symbol> in method public read(lineBuilder FileSourceDb.Line.Builder) : void in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Variable Type symbolsIndex : Set<BatchReport.Symbols.Symbol> to symbolsIndex : Set<BatchReport.Symbol> in method private findSymbolsMatchingLine(line int) : List<BatchReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public getDefaultInstanceForType() : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Return Type T to MSG in method public readFile(file File, parser Parser<MSG>) : MSG in class org.sonar.batch.protocol.ProtobufUtil |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(data byte[], extensionRegistry ExtensionRegistryLite) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type List<BatchReport.Issue> to CloseableIterator<BatchReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<BatchReport.Issue> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type Measures to ActiveRule in method public getDefaultInstanceForType() : ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type List<BatchReport.Duplication> to CloseableIterator<BatchReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<BatchReport.Duplication> in class org.sonar.batch.protocol.output.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseDelimitedFrom(input InputStream) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type List<BatchReport.Symbols.Symbol> to CloseableIterator<BatchReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<BatchReport.Symbol> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type List<BatchReport.Measure> to CloseableIterator<BatchReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<BatchReport.Measure> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type List<BatchReport.Duplication> to CloseableIterator<BatchReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<BatchReport.Duplication> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type List<BatchReport.Issue> to CloseableIterator<BatchReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<BatchReport.Issue> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public build() : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(data ByteString) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type Map<BatchReport.Symbols.Symbol,Integer> to Map<BatchReport.Symbol,Integer> in method private createIdsBySymbolMap(symbols List<BatchReport.Symbol>) : Map<BatchReport.Symbol,Integer> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(data byte[]) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(input CodedInputStream) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type List<BatchReport.Symbols.Symbol> to CloseableIterator<BatchReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<BatchReport.Symbol> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type List<BatchReport.Duplication> to CloseableIterator<BatchReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<BatchReport.Duplication> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type List<BatchReport.Measure> to CloseableIterator<BatchReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<BatchReport.Measure> in class org.sonar.batch.protocol.output.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Measure to BatchReport.ActiveRule.ActiveRuleParam in method public getParam(index int) : BatchReport.ActiveRule.ActiveRuleParam in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(input CodedInputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(input CodedInputStream) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(input InputStream) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type List<BatchReport.Symbols.Symbol> to CloseableIterator<BatchReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<BatchReport.Symbol> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(input InputStream) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type List<BatchReport.Measure> to CloseableIterator<BatchReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<BatchReport.Measure> in class org.sonar.server.computation.batch.BatchReportReaderRule |
From |
To |
|
Change Return Type List<BatchReport.Issue> to CloseableIterator<BatchReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<BatchReport.Issue> in class org.sonar.batch.protocol.output.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseDelimitedFrom(input InputStream) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(data ByteString) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type BatchReport.MeasureOrBuilder to BatchReport.ActiveRule.ActiveRuleParamOrBuilder in method public getParamOrBuilder(index int) : BatchReport.ActiveRule.ActiveRuleParamOrBuilder in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(data ByteString, extensionRegistry ExtensionRegistryLite) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type List<BatchReport.Measure> to CloseableIterator<BatchReport.Measure> in method public readComponentMeasures(componentRef int) : CloseableIterator<BatchReport.Measure> in class org.sonar.server.computation.batch.BatchReportReader |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(input CodedInputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type Parser<Measures> to Parser<ActiveRule> in method public getParserForType() : Parser<ActiveRule> in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseDelimitedFrom(input InputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(data ByteString, extensionRegistry ExtensionRegistryLite) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type List<BatchReport.Symbols.Symbol> to CloseableIterator<BatchReport.Symbol> in method public readComponentSymbols(componentRef int) : CloseableIterator<BatchReport.Symbol> in class org.sonar.batch.protocol.output.BatchReportReader |
From |
To |
|
Change Return Type List<BatchReport.Issue> to CloseableIterator<BatchReport.Issue> in method public readComponentIssues(componentRef int) : CloseableIterator<BatchReport.Issue> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type Measures to ActiveRule in method public getDefaultInstance() : ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public parseFrom(input InputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(data byte[], extensionRegistry ExtensionRegistryLite) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type List<BatchReport.Symbols.Symbol> to List<BatchReport.Symbol> in method private findSymbolsMatchingLine(line int) : List<BatchReport.Symbol> in class org.sonar.server.computation.source.SymbolsLineReader |
From |
To |
|
Change Return Type List<BatchReport.Duplication> to CloseableIterator<BatchReport.Duplication> in method public readComponentDuplications(componentRef int) : CloseableIterator<BatchReport.Duplication> in class org.sonar.server.computation.batch.BatchReportReaderImpl |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(input InputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseDelimitedFrom(input InputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |
|
Change Return Type BatchReport.Symbols.Symbol to BatchReport.Symbol in method public buildPartial() : BatchReport.Symbol in class org.sonar.batch.protocol.output.BatchReport.Symbol.Builder |
From |
To |
|
Change Return Type BatchReport.Measures to BatchReport.ActiveRule in method public parseFrom(data byte[]) : BatchReport.ActiveRule in class org.sonar.batch.protocol.output.BatchReport.ActiveRule |
From |
To |