9afa627b0bdd7655213d114bf362da1235ce9292
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public send_notifications_if_subscribers() : void renamed to public send_issues_change_notification() : void in class org.sonar.server.computation.step.SendIssueNotificationsStepTest | From | To | |
Rename Method private sendNewIssuesStatistics(statistics NewIssuesStatistics, project Component, projectName String) : void renamed to private sendNewIssuesNotificationToAssignees(statistics NewIssuesStatistics, project Component, analysisDate long) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type projectName : String to analysisDate : long in method private sendNewIssuesNotificationToAssignees(statistics NewIssuesStatistics, project Component, analysisDate long) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To | |
Rename Variable | 1 | ||
Rename Variable projectName : String to analysisDate : long in method private doExecute(project Component) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To | |
Rename Attribute | 1 | ||
Rename Attribute notifService : NotificationService to notificationService : NotificationService in class org.sonar.server.computation.step.SendIssueNotificationsStepTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type projectName : String to analysisDate : long in method private doExecute(project Component) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To | |
Extract Method | 2 | ||
Extract Method private processIssues(newIssuesStats NewIssuesStatistics, issues CloseableIterator<DefaultIssue>, project Component) : void extracted from private doExecute(project Component) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To | |
Extract Method private sendIssueChangeNotification(issue DefaultIssue, project Component) : void extracted from private doExecute(project Component) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To | |
Rename Parameter | 1 | ||
Rename Parameter projectName : String to analysisDate : long in method private sendNewIssuesNotificationToAssignees(statistics NewIssuesStatistics, project Component, analysisDate long) : void in class org.sonar.server.computation.step.SendIssueNotificationsStep | From | To |