3f0ffe9d73d75508598e990e102b52300de2ec85
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getId() : String renamed to public getKey() : String in class org.sonar.scanner.scan.branch.PullRequestInfo | From | To | |
Rename Attribute | 2 | ||
Rename Attribute pullRequestsById : Map<String,PullRequestInfo> to pullRequestsByBranchName : Map<String,PullRequestInfo> in class org.sonar.scanner.scan.branch.ProjectPullRequests | From | To | |
Rename Attribute id : String to key : String in class org.sonar.scanner.scan.branch.PullRequestInfo | From | To | |
Rename Parameter | 2 | ||
Rename Parameter pullRequestsById : List<PullRequestInfo> to pullRequestInfos : List<PullRequestInfo> in method public ProjectPullRequests(pullRequestInfos List<PullRequestInfo>) in class org.sonar.scanner.scan.branch.ProjectPullRequests | From | To | |
Rename Parameter id : String to key : String in method public PullRequestInfo(key String, branch String, base String, analysisDate long) in class org.sonar.scanner.scan.branch.PullRequestInfo | From | To |