2727c6cdebe9652c95ddd620c0135da24c8347e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 7 | ||
Change Parameter Type metric : METRIC to metric : Metric in method private distributionFor(metric Metric) : Multiset<String> in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Parameter Type metric : METRIC to metric : Metric in method private doNotHaveValue(notification Notification, metric Metric) : boolean in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Change Parameter Type metric : METRIC to metric : Metric in method private genericAppendOfMetric(metric Metric, label String, message StringBuilder, notification Notification) : void in class org.sonar.server.issue.notification.AbstractNewIssuesEmailTemplate | From | To | |
Change Parameter Type metric : METRIC to metric : Metric in method public statsForMetric(metric Metric) : List<Multiset.Entry<String>> in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Parameter Type metric : METRIC to metric : Metric in method public countForMetric(metric Metric, label String) : int in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Parameter Type metric : METRIC to metric : Metric in method private countDistribution(metric Metric, label String) : int in class org.sonar.server.issue.notification.NewIssuesStatisticsTest | From | To | |
Change Parameter Type metric : METRIC to metric : Metric in method public countForMetric(metric Metric) : int in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private DOT : String in class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.issue.notification.NewIssuesStatistics.METRIC renamed to org.sonar.server.issue.notification.NewIssuesStatistics.Metric | From | To | |
Change Variable Type | 4 | ||
Change Variable Type metric : METRIC to metric : Metric in method public Stats() in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To | |
Change Variable Type metric : METRIC to metric : Metric in method protected setComponentsStatistics(stats NewIssuesStatistics.Stats) : void in class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
Change Variable Type metric : METRIC to metric : Metric in method protected setAssigneesStatistics(stats NewIssuesStatistics.Stats) : void in class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
Change Variable Type metric : METRIC to metric : Metric in method protected setTagsStatistics(stats NewIssuesStatistics.Stats) : void in class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type distributions : Map<METRIC,Multiset<String>> to distributions : Map<Metric,Multiset<String>> in class org.sonar.server.issue.notification.NewIssuesStatistics.Stats | From | To |