OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return underTest.globalStatistics().countForMetric(metric,label);return underTest.globalStatistics().getDistributedMetricStats(metric).getForLabel(label).map(MetricStatsInt::getTotal).orElse(null);underTest.globalStatistics().countForMetric(metric,label)underTest.globalStatistics().getDistributedMetricStats(metric).getForLabel(label).map(MetricStatsInt::getTotal).orElse(null)sonarqubec9f01d74767b55cad280b1056ea71a3d9650c908org.sonar.server.issue.notification.NewIssuesStatisticsTest
_167
_2411
_1countDistribution
_2countDistributionTotal
xyzunderTest.globalStatistics().countForMetric(metric,label)
xyzunderTest.globalStatistics().getDistributedMetricStats(metric).getForLabel(label).map(MetricStatsInt::getTotal).orElse(null)
ReturnsTrue