ed5f97afc84310a2f8b5585ba5b92ab38414966e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public set_project() : void renamed to public set_project_without_branch() : void in class org.sonar.server.issue.notification.NewIssuesNotificationTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable projectUuid : String to projectKey : String in method protected appendFooter(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.MyNewIssuesEmailTemplate | From | To | |
| Rename Variable branch : String to branchName : String in method protected appendFooter(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.MyNewIssuesEmailTemplate | From | To | |
| Extract Method | 1 | ||
| Extract Method private getBranchName() : String extracted from private sendIssueChangeNotification(issue DefaultIssue, project Component) : void in class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStep | From | To |