|
Rename Method public removeExecutionFlow(index int) : Builder renamed to public removeFlow(index int) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method private applyExecutionFlows(issue Issue) : void renamed to private applyFlows(issue Issue) : void in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Rename Method public testExecutionFlows() : void renamed to public testFlowsWithMultipleElements() : void in class org.sonar.batch.mediumtest.issues.MultilineIssuesMediumTest |
From |
To |
|
Rename Method public testMultipleIssueLocation() : void renamed to public testFlowWithSingleLocation() : void in class org.sonar.batch.mediumtest.issues.MultilineIssuesMediumTest |
From |
To |
|
Rename Method public getPrimaryLocationBuilder() : BatchReport.IssueLocation.Builder renamed to public getTextRangeBuilder() : BatchReport.TextRange.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlowCount() : int renamed to public getFlowCount() : int in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public getExecutionFlowBuilder(index int) : BatchReport.ExecutionFlow.Builder renamed to public getFlowBuilder(index int) : BatchReport.Flow.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder renamed to public addFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.api.issue.Issuable.IssueBuilder |
From |
To |
|
Rename Method public getAdditionalLocationBuilderList() : List<org.sonar.batch.protocol.output.BatchReport.IssueLocation.Builder> renamed to public getFlowBuilderList() : List<org.sonar.batch.protocol.output.BatchReport.Flow.Builder> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getAdditionalLocationList() : List<org.sonar.batch.protocol.output.BatchReport.IssueLocation> renamed to public getFlowList() : List<org.sonar.batch.protocol.output.BatchReport.Flow> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public setPrimaryLocation(value BatchReport.IssueLocation) : Builder renamed to public setTextRange(value BatchReport.TextRange) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public setExecutionFlow(index int, value BatchReport.ExecutionFlow) : Builder renamed to public setFlow(index int, value BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method private applyTextRange(primaryTextRange TextRange) : void renamed to private toProtobufTextRange(primaryTextRange TextRange) : BatchReport.TextRange in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Rename Method public getAdditionalLocationOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> renamed to public getFlowOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlow(index int) : BatchReport.ExecutionFlow renamed to public getFlow(index int) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public mergePrimaryLocation(value BatchReport.IssueLocation) : Builder renamed to public mergeTextRange(value BatchReport.TextRange) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public hasPrimaryLocation() : boolean renamed to public hasTextRange() : boolean in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public addAllExecutionFlow(values Iterable<? extends org.sonar.batch.protocol.output.BatchReport.ExecutionFlow>) : Builder renamed to public addAllFlow(values Iterable<? extends org.sonar.batch.protocol.output.BatchReport.Flow>) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlow(index int) : BatchReport.ExecutionFlow renamed to public getFlow(index int) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method private ensureExecutionFlowIsMutable() : void renamed to private ensureFlowIsMutable() : void in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public clearAdditionalLocation() : Builder renamed to public clearFlow() : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlow(index int) : BatchReport.ExecutionFlow renamed to public getFlow(index int) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getAdditionalLocationOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> renamed to public getFlowOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public getExecutionFlowCount() : int renamed to public getFlowCount() : int in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public addExecutionFlow(builderForValue BatchReport.ExecutionFlow.Builder) : Builder renamed to public addFlow(builderForValue BatchReport.Flow.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlowOrBuilder(index int) : BatchReport.ExecutionFlowOrBuilder renamed to public getFlowOrBuilder(index int) : BatchReport.FlowOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public setPrimaryLocation(builderForValue BatchReport.IssueLocation.Builder) : Builder renamed to public setTextRange(builderForValue BatchReport.TextRange.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public addLocation(location NewIssueLocation) : IssueBuilder renamed to public addFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.api.issue.Issuable.IssueBuilder |
From |
To |
|
Rename Method public getExecutionFlowOrBuilder(index int) : BatchReport.ExecutionFlowOrBuilder renamed to public getFlowOrBuilder(index int) : BatchReport.FlowOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public hasPrimaryLocation() : boolean renamed to public hasTextRange() : boolean in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public getAdditionalLocationList() : List<org.sonar.batch.protocol.output.BatchReport.IssueLocation> renamed to public getFlowList() : List<org.sonar.batch.protocol.output.BatchReport.Flow> in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public addLocation(location NewIssueLocation) : IssueBuilder renamed to public addFlow(flow Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.core.issue.DefaultIssueBuilder |
From |
To |
|
Rename Method public addExecutionFlowBuilder(index int) : BatchReport.ExecutionFlow.Builder renamed to public addFlowBuilder(index int) : BatchReport.Flow.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlowCount() : int renamed to public getFlowCount() : int in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public addExecutionFlow(index int, value BatchReport.ExecutionFlow) : Builder renamed to public addFlow(index int, value BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public addExecutionFlow(value BatchReport.ExecutionFlow) : Builder renamed to public addFlow(value BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getPrimaryLocation() : BatchReport.IssueLocation renamed to public getTextRange() : BatchReport.TextRange in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getPrimaryLocationOrBuilder() : BatchReport.IssueLocationOrBuilder renamed to public getTextRangeOrBuilder() : BatchReport.TextRangeOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getAdditionalLocationOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> renamed to public getFlowOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public addExecutionFlow(locations Iterable<NewIssueLocation>) : DefaultIssue renamed to public addFlow(locations Iterable<NewIssueLocation>) : DefaultIssue in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue |
From |
To |
|
Rename Method public getPrimaryLocation() : BatchReport.IssueLocation renamed to public getTextRange() : BatchReport.TextRange in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public getPrimaryLocationOrBuilder() : BatchReport.IssueLocationOrBuilder renamed to public getTextRangeOrBuilder() : BatchReport.TextRangeOrBuilder in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public executionFlows() : List<ExecutionFlow> renamed to public flows() : List<Flow> in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue |
From |
To |
|
Rename Method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder renamed to public addFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.batch.issue.DeprecatedIssueBuilderWrapper |
From |
To |
|
Rename Method public addExecutionFlow(index int, builderForValue BatchReport.ExecutionFlow.Builder) : Builder renamed to public addFlow(index int, builderForValue BatchReport.Flow.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public setExecutionFlow(index int, builderForValue BatchReport.ExecutionFlow.Builder) : Builder renamed to public setFlow(index int, builderForValue BatchReport.Flow.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method private getAdditionalLocationFieldBuilder() : RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.IssueLocation,org.sonar.batch.protocol.output.BatchReport.IssueLocation.Builder,org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> renamed to private getFlowFieldBuilder() : RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Flow,org.sonar.batch.protocol.output.BatchReport.Flow.Builder,org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public hasPrimaryLocation() : boolean renamed to public hasTextRange() : boolean in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public addAdditionalLocationBuilder() : BatchReport.IssueLocation.Builder renamed to public addFlowBuilder() : BatchReport.Flow.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public getExecutionFlowOrBuilder(index int) : BatchReport.ExecutionFlowOrBuilder renamed to public getFlowOrBuilder(index int) : BatchReport.FlowOrBuilder in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Rename Method public getPrimaryLocationOrBuilder() : BatchReport.IssueLocationOrBuilder renamed to public getTextRangeOrBuilder() : BatchReport.TextRangeOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public getPrimaryLocation() : BatchReport.IssueLocation renamed to public getTextRange() : BatchReport.TextRange in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Rename Method public clearPrimaryLocation() : Builder renamed to public clearTextRange() : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Rename Method public executionFlows() : List<ExecutionFlow> renamed to public flows() : List<Flow> in class org.sonar.api.batch.sensor.issue.Issue |
From |
To |
|
Rename Method public getAdditionalLocationList() : List<org.sonar.batch.protocol.output.BatchReport.IssueLocation> renamed to public getFlowList() : List<org.sonar.batch.protocol.output.BatchReport.Flow> in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Parameter Type endPositions : Table<Integer,Integer,TextPointer> to endPositions : Map<Integer,TextPointer> in method private createIssues(file InputFile, context SensorContext, startPositions Map<Integer,TextPointer>, endPositions Map<Integer,TextPointer>, startFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>, endFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>) : void in class org.sonar.xoo.rule.MultilineIssuesSensor |
From |
To |
|
Change Parameter Type value : BatchReport.ExecutionFlow to value : BatchReport.Flow in method public addFlow(value BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type prototype : BatchReport.ExecutionFlow to prototype : BatchReport.Flow in method public newBuilder(prototype BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Parameter Type values : Iterable<? extends org.sonar.batch.protocol.output.BatchReport.ExecutionFlow> to values : Iterable<? extends org.sonar.batch.protocol.output.BatchReport.Flow> in method public addAllFlow(values Iterable<? extends org.sonar.batch.protocol.output.BatchReport.Flow>) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type location : NewIssueLocation to flow : Iterable<NewIssueLocation> in method public addFlow(flow Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.core.issue.DefaultIssueBuilder |
From |
To |
|
Change Parameter Type value : BatchReport.ExecutionFlow to value : BatchReport.Flow in method public addFlow(index int, value BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type builderForValue : BatchReport.ExecutionFlow.Builder to builderForValue : BatchReport.Flow.Builder in method public addFlow(index int, builderForValue BatchReport.Flow.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type other : BatchReport.ExecutionFlow to other : BatchReport.Flow in method public mergeFrom(other BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Flow.Builder |
From |
To |
|
Change Parameter Type startPositions : Table<Integer,Integer,TextPointer> to startPositions : Map<Integer,TextPointer> in method private parseIssues(file InputFile, context SensorContext, startPositions Map<Integer,TextPointer>, endPositions Map<Integer,TextPointer>) : void in class org.sonar.xoo.rule.MultilineIssuesSensor |
From |
To |
|
Change Parameter Type value : BatchReport.ExecutionFlow to value : BatchReport.Flow in method public setFlow(index int, value BatchReport.Flow) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type builderForValue : BatchReport.IssueLocation.Builder to builderForValue : BatchReport.TextRange.Builder in method public setTextRange(builderForValue BatchReport.TextRange.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type builderForValue : BatchReport.ExecutionFlow.Builder to builderForValue : BatchReport.Flow.Builder in method public addFlow(builderForValue BatchReport.Flow.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type location : NewIssueLocation to flowLocations : Iterable<NewIssueLocation> in method public addFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.api.issue.Issuable.IssueBuilder |
From |
To |
|
Change Parameter Type builderForValue : BatchReport.ExecutionFlow.Builder to builderForValue : BatchReport.Flow.Builder in method public setFlow(index int, builderForValue BatchReport.Flow.Builder) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type startPositions : Table<Integer,Integer,TextPointer> to startPositions : Map<Integer,TextPointer> in method private createIssues(file InputFile, context SensorContext, startPositions Map<Integer,TextPointer>, endPositions Map<Integer,TextPointer>, startFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>, endFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>) : void in class org.sonar.xoo.rule.MultilineIssuesSensor |
From |
To |
|
Change Parameter Type value : BatchReport.IssueLocation to value : BatchReport.TextRange in method public mergeTextRange(value BatchReport.TextRange) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type value : BatchReport.IssueLocation to value : BatchReport.TextRange in method public setTextRange(value BatchReport.TextRange) : Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Parameter Type endPositions : Table<Integer,Integer,TextPointer> to endPositions : Map<Integer,TextPointer> in method private parseIssues(file InputFile, context SensorContext, startPositions Map<Integer,TextPointer>, endPositions Map<Integer,TextPointer>) : void in class org.sonar.xoo.rule.MultilineIssuesSensor |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(data byte[], extensionRegistry ExtensionRegistryLite) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlowOrBuilder to BatchReport.FlowOrBuilder in method public getFlowOrBuilder(index int) : BatchReport.FlowOrBuilder in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Return Type ExecutionFlow to Flow in method public apply(input List<IssueLocation>) : Flow in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue.ToFlow |
From |
To |
|
Change Return Type BatchReport.IssueLocationOrBuilder to BatchReport.TextRangeOrBuilder in method public getTextRangeOrBuilder() : BatchReport.TextRangeOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Change Return Type List<org.sonar.batch.protocol.output.BatchReport.IssueLocation.Builder> to List<org.sonar.batch.protocol.output.BatchReport.Flow.Builder> in method public getFlowBuilderList() : List<org.sonar.batch.protocol.output.BatchReport.Flow.Builder> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(data ByteString, extensionRegistry ExtensionRegistryLite) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type ExecutionFlow to Flow in method public getDefaultInstanceForType() : Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.IssueLocation,org.sonar.batch.protocol.output.BatchReport.IssueLocation.Builder,org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> to RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Flow,org.sonar.batch.protocol.output.BatchReport.Flow.Builder,org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in method private getFlowFieldBuilder() : RepeatedFieldBuilder<org.sonar.batch.protocol.output.BatchReport.Flow,org.sonar.batch.protocol.output.BatchReport.Flow.Builder,org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.IssueLocation to BatchReport.TextRange in method public getTextRange() : BatchReport.TextRange in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Return Type List<org.sonar.batch.protocol.output.BatchReport.IssueLocation> to List<org.sonar.batch.protocol.output.BatchReport.Flow> in method public getFlowList() : List<org.sonar.batch.protocol.output.BatchReport.Flow> in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Change Return Type List<? extends org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> to List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in method public getFlowOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Change Return Type Parser<ExecutionFlow> to Parser<Flow> in method public getParserForType() : Parser<Flow> in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseDelimitedFrom(input InputStream) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public buildPartial() : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(data ByteString) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public build() : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(input InputStream) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public getFlow(index int) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public getFlow(index int) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(input CodedInputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type void to BatchReport.TextRange in method private toProtobufTextRange(primaryTextRange TextRange) : BatchReport.TextRange in class org.sonar.batch.issue.ModuleIssues |
From |
To |
|
Change Return Type BatchReport.IssueLocation to BatchReport.TextRange in method public getTextRange() : BatchReport.TextRange in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public getFlow(index int) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type List<ExecutionFlow> to List<Flow> in method public flows() : List<Flow> in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue |
From |
To |
|
Change Return Type List<org.sonar.batch.protocol.output.BatchReport.IssueLocation> to List<org.sonar.batch.protocol.output.BatchReport.Flow> in method public getFlowList() : List<org.sonar.batch.protocol.output.BatchReport.Flow> in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow.Builder to BatchReport.Flow.Builder in method public getFlowBuilder(index int) : BatchReport.Flow.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(data byte[]) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.IssueLocationOrBuilder to BatchReport.TextRangeOrBuilder in method public getTextRangeOrBuilder() : BatchReport.TextRangeOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public getDefaultInstanceForType() : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow.Builder to BatchReport.Flow.Builder in method public addFlowBuilder(index int) : BatchReport.Flow.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type List<? extends org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> to List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in method public getFlowOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlowOrBuilder to BatchReport.FlowOrBuilder in method public getFlowOrBuilder(index int) : BatchReport.FlowOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Change Return Type List<org.sonar.batch.protocol.output.BatchReport.IssueLocation> to List<org.sonar.batch.protocol.output.BatchReport.Flow> in method public getFlowList() : List<org.sonar.batch.protocol.output.BatchReport.Flow> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.IssueLocationOrBuilder to BatchReport.TextRangeOrBuilder in method public getTextRangeOrBuilder() : BatchReport.TextRangeOrBuilder in class org.sonar.batch.protocol.output.BatchReport.IssueOrBuilder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseDelimitedFrom(input InputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(input CodedInputStream) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type ExecutionFlow to Flow in method public getDefaultInstance() : Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type List<? extends org.sonar.batch.protocol.output.BatchReport.IssueLocationOrBuilder> to List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in method public getFlowOrBuilderList() : List<? extends org.sonar.batch.protocol.output.BatchReport.FlowOrBuilder> in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.IssueLocation.Builder to BatchReport.Flow.Builder in method public addFlowBuilder() : BatchReport.Flow.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.IssueLocation.Builder to BatchReport.TextRange.Builder in method public getTextRangeBuilder() : BatchReport.TextRange.Builder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.ExecutionFlow to BatchReport.Flow in method public parseFrom(input InputStream, extensionRegistry ExtensionRegistryLite) : BatchReport.Flow in class org.sonar.batch.protocol.output.BatchReport.Flow |
From |
To |
|
Change Return Type BatchReport.ExecutionFlowOrBuilder to BatchReport.FlowOrBuilder in method public getFlowOrBuilder(index int) : BatchReport.FlowOrBuilder in class org.sonar.batch.protocol.output.BatchReport.Issue.Builder |
From |
To |
|
Change Return Type BatchReport.IssueLocation to BatchReport.TextRange in method public getTextRange() : BatchReport.TextRange in class org.sonar.batch.protocol.output.BatchReport.Issue |
From |
To |
|
Change Return Type List<ExecutionFlow> to List<Flow> in method public flows() : List<Flow> in class org.sonar.api.batch.sensor.issue.Issue |
From |
To |