2ce4dce9c220bdde53d7d22278f24b36490deffc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public add_counts_component_if_null_globally_and_per_assignee_as_it_should_not_be_null() : void renamed to public add_does_not_count_component_if_null_neither_globally_nor_per_assignee() : void in class org.sonar.server.issue.notification.NewIssuesStatisticsTest | From | To | |
Rename Method public add_does_not_count_ruleKey_if_neither_neither_globally_nor_per_assignee() : void renamed to public add_does_not_count_ruleKey_if_null_neither_globally_nor_per_assignee() : void in class org.sonar.server.issue.notification.NewIssuesStatisticsTest | From | To | |
Extract Variable | 3 | ||
Extract Variable fiveBiggest : List<Map.Entry<String,MetricStatsInt>> in method private setComponentsStatistics(dbSession DbSession, stats NewIssuesStatistics.Stats) : void from class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
Extract Variable componentUuid : String in method public add(issue Issue) : void from class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Extract Variable fiveBiggest : List<Map.Entry<String,MetricStatsInt>> in method private setRuleStatistics(dbSession DbSession, stats NewIssuesStatistics.Stats) : void from class org.sonar.server.issue.notification.NewIssuesNotification | From | To |