d47f7eac1a6880a4aeaedfb0bbff906240b72f07
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public assigneesStatistics() : Map<String,Stats> renamed to public getAssigneesStatistics() : Map<String,Stats> in class org.sonar.server.issue.notification.NewIssuesStatistics | From | To | |
Extract Variable | 3 | ||
Extract Variable issueChangeNotification : IssueChangeNotification in method private sendIssueChangeNotification(issueCreatedAt long) : void from class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStepTest | From | To | |
Extract Variable isOnLeakPredicate : Predicate<Issue> in method private doExecute(project Component) : void from class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStep | From | To | |
Extract Variable issueChangeNotification : IssueChangeNotification in method private sendIssueChangeNotificationOnBranch(issueCreatedAt long) : void from class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStepTest | From | To | |
Extract Method | 3 | ||
Extract Method private sendIssueChangeNotificationOnBranch(issueCreatedAt long) : void extracted from public send_issues_change_notification_on_branch() : void in class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStepTest | From | To | |
Extract Method private setUpProjectWithBranch() : ComponentDto extracted from public send_global_new_issues_notification_on_branch() : void in class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStepTest | From | To | |
Extract Method private sendIssueChangeNotification(issueCreatedAt long) : void extracted from public send_issues_change_notification() : void in class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStepTest | From | To |