summaryrefslogtreecommitdiffstats
path: root/sonar-batch
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2013-11-19 08:22:23 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2013-11-20 08:12:02 +0100
commitc1bbe9af51af88e0f5c6a78833ef646cb512bd6e (patch)
tree1b112ac559af5ea4cdfa3cd732e09ccedbfcb08d /sonar-batch
parent081e080bf8b3e7e16bd6459dcb4e9f43857b6cf1 (diff)
downloadsonarqube-c1bbe9af51af88e0f5c6a78833ef646cb512bd6e.tar.gz
sonarqube-c1bbe9af51af88e0f5c6a78833ef646cb512bd6e.zip
SONAR-4775 The technical debt should be related only to issues
Diffstat (limited to 'sonar-batch')
-rw-r--r--sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java b/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java
index c936b06376b..d346a147104 100644
--- a/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java
+++ b/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java
@@ -53,7 +53,6 @@ import org.sonar.core.issue.workflow.IssueWorkflow;
import org.sonar.core.notification.DefaultNotificationManager;
import org.sonar.core.technicaldebt.TechnicalDebtConverter;
import org.sonar.core.technicaldebt.TechnicalDebtModel;
-import org.sonar.core.technicaldebt.functions.*;
import org.sonar.core.test.TestPlanBuilder;
import org.sonar.core.test.TestPlanPerspectiveLoader;
import org.sonar.core.test.TestableBuilder;
@@ -150,11 +149,6 @@ public class ProjectScanContainer extends ComponentContainer {
// technical debt
TechnicalDebtModel.class,
TechnicalDebtConverter.class,
- ConstantFunction.class,
- LinearFunction.class,
- LinearWithOffsetFunction.class,
- LinearWithThresholdFunction.class,
- Functions.class,
// Differential periods
PeriodsDefinition.class,