704cdda91825f66dd47303edc7fa2f916cb5764f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type flow : NewIssueLocation... to flowLocations : Iterable<NewIssueLocation> in method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.batch.issue.DeprecatedIssueBuilderWrapper | From | To | |
Change Parameter Type flow : NewIssueLocation... to flow : Iterable<NewIssueLocation> in method public addExecutionFlow(flow Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.core.issue.DefaultIssueBuilder | From | To | |
Change Parameter Type flow : NewIssueLocation... to flowLocations : Iterable<NewIssueLocation> in method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.api.issue.Issuable.IssueBuilder | From | To | |
Rename Parameter | 3 | ||
Rename Parameter flow : NewIssueLocation... to flowLocations : Iterable<NewIssueLocation> in method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.api.issue.Issuable.IssueBuilder | From | To | |
Rename Parameter flow : NewIssueLocation... to flowLocations : Iterable<NewIssueLocation> in method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : IssueBuilder in class org.sonar.batch.issue.DeprecatedIssueBuilderWrapper | From | To | |
Rename Parameter locations : Iterable<NewIssueLocation> to flowLocations : Iterable<NewIssueLocation> in method public addExecutionFlow(flowLocations Iterable<NewIssueLocation>) : NewIssue in class org.sonar.api.batch.sensor.issue.NewIssue | From | To |