Skip to content

Commit

Permalink
SONAR-6682 Remove computation of comment density measures from the batch
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Lancelot committed Jul 15, 2015
1 parent cc6e6c4 commit 89847c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.google.common.collect.Lists;
import java.util.Collection;
import java.util.List;
import org.sonar.batch.compute.CommentDensityDecorator;
import org.sonar.batch.compute.DirectoriesDecorator;
import org.sonar.batch.compute.FilesDecorator;
import org.sonar.batch.compute.UnitTestDecorator;
Expand Down Expand Up @@ -73,10 +72,9 @@ public static Collection all(DefaultAnalysisMode analysisMode) {

// to be moved to compute engine
UnitTestDecorator.class,
CommentDensityDecorator.class,
DirectoriesDecorator.class,
FilesDecorator.class
);
);
components.addAll(CorePropertyDefinitions.all());
// CPD
components.addAll(CpdComponents.all());
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 89847c2

Please sign in to comment.