]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6058 Prevent purge of coverage related data in past snapshots
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 16 Feb 2015 09:43:26 +0000 (10:43 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 16 Feb 2015 14:53:04 +0000 (15:53 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/measures/CoreMetrics.java

index 03e92541e61fe8e145e99b23ffb7dbf38f9b08ce..68615082e24064c444e1bc8c28c3dc715bc85810 100644 (file)
@@ -736,7 +736,6 @@ public final class CoreMetrics {
     .setQualitative(false)
     .setFormula(new SumChildValuesFormula(false))
     .setHidden(true)
-    .setDeleteHistoricalData(true)
     .create();
 
   /**
@@ -1021,7 +1020,6 @@ public final class CoreMetrics {
     .setQualitative(false)
     .setFormula(new SumChildValuesFormula(false))
     .setHidden(true)
-    .setDeleteHistoricalData(true)
     .create();
 
   /**