bbe7929881d6c2a79bb69dd8cf19b5a6884360b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable shouldSentNotification : Map<DefaultIssue,Rule> to changedIssuesRuleMap : Map<DefaultIssue,Rule> in method private sendNotifications(project Project) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable shouldSentNotification : Map<DefaultIssue,Rule> to changedIssuesRuleMap : Map<DefaultIssue,Rule> in method private addIssueToMap(issue DefaultIssue, changedIssuesRuleMap Map<DefaultIssue,Rule>) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Parameterize Variable shouldSentNotification : Map<DefaultIssue,Rule> to changedIssuesRuleMap : Map<DefaultIssue,Rule> in method private sendChangedIssues(project Project, context IssueChangeContext, changedIssuesRuleMap Map<DefaultIssue,Rule>) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Extract Method | 5 | ||
Extract Method private sendNewIssues(project Project, newIssues IssuesBySeverity) : void extracted from private sendNotifications(project Project) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Extract Method private isNew(issue DefaultIssue) : boolean extracted from private sendNotifications(project Project) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Extract Method private addIssueToMap(issue DefaultIssue, changedIssuesRuleMap Map<DefaultIssue,Rule>) : void extracted from private sendNotifications(project Project) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Extract Method private hasChangedAndNeedNotification(issue DefaultIssue) : boolean extracted from private sendNotifications(project Project) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To | |
Extract Method private sendChangedIssues(project Project, context IssueChangeContext, changedIssuesRuleMap Map<DefaultIssue,Rule>) : void extracted from private sendNotifications(project Project) : void in class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob | From | To |