c85249a0cabf07007a3b52253873c6ceaadf9c48
Files Diff
- Added: 0
- Removed: 6
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public add_counts_issue_per_severity_on_leak_globally_and_per_assignee() : void renamed to public add_counts_issue_per_RuleType_on_leak_globally_and_per_assignee() : void in class org.sonar.server.issue.notification.NewIssuesStatisticsTest | From | To | |
Rename Method public add_counts_issue_per_severity_off_leak_globally_and_per_assignee() : void renamed to public add_counts_issue_per_RuleType_off_leak_globally_and_per_assignee() : void in class org.sonar.server.issue.notification.NewIssuesStatisticsTest | From | To | |
Rename Method protected appendSeverity(message StringBuilder, notification Notification) : void renamed to protected appendRuleType(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type onLeakPredicate : Predicate<Issue> to onLeakPredicate : Predicate<DefaultIssue> in method public NewIssuesStatistics(onLeakPredicate Predicate<DefaultIssue>) in class org.sonar.server.issue.notification.NewIssuesStatistics | From | To | |
Change Parameter Type issue : Issue to issue : DefaultIssue in method public add(issue DefaultIssue) : void in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Parameter Type onLeakPredicate : Predicate<Issue> to onLeakPredicate : Predicate<DefaultIssue> in method public Stats(onLeakPredicate Predicate<DefaultIssue>) in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Parameter Type issue : Issue to issue : DefaultIssue in method public add(issue DefaultIssue) : void in class org.sonar.server.issue.notification.NewIssuesStatistics | From | To | |
Rename Variable | 3 | ||
Rename Variable severity : String to ruleType : RuleType in method protected appendRuleType(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Rename Variable severityIterator : Iterator<String> to ruleTypeIterator : Iterator<RuleType> in method protected appendRuleType(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Rename Variable severityLabel : String to ruleTypeLabel : String in method protected appendRuleType(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Change Variable Type | 4 | ||
Change Variable Type severity : String to ruleType : RuleType in method protected appendRuleType(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Change Variable Type severityIterator : Iterator<String> to ruleTypeIterator : Iterator<RuleType> in method protected appendRuleType(message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Change Variable Type isOnLeakPredicate : Predicate<Issue> to isOnLeakPredicate : Predicate<DefaultIssue> in method private doExecute(project Component) : void in class org.sonar.server.computation.task.projectanalysis.step.SendIssueNotificationsStep | From | To | |
Change Variable Type ruleByRuleKey : ImmutableMap<String,RuleDefinitionDto> to ruleByRuleKey : Map<String,RuleDefinitionDto> in method private setRuleStatistics(dbSession DbSession, stats NewIssuesStatistics.Stats) : void in class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type onLeakPredicate : Predicate<Issue> to onLeakPredicate : Predicate<DefaultIssue> in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Attribute Type onLeakPredicate : Predicate<Issue> to onLeakPredicate : Predicate<DefaultIssue> in class org.sonar.server.issue.notification.NewIssuesStatistics | From | To |