Skip to content

Commit

Permalink
SONAR-6680 Remove quality profile decorator from batch
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Lancelot committed Jul 7, 2015
1 parent 83418fb commit 7787674
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 163 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

/**
* Stores which Quality profiles have been used on the current module.
*
* TODO This information should not be stored as a measure but should be send as metadata in the {@link org.sonar.batch.protocol.output.BatchReport}
*/
public class QProfileSensor implements Sensor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
import org.sonar.batch.postjob.DefaultPostJobContext;
import org.sonar.batch.postjob.PostJobOptimizer;
import org.sonar.batch.rule.ModuleQProfiles;
import org.sonar.batch.rule.QProfileDecorator;
import org.sonar.batch.rule.QProfileSensor;
import org.sonar.batch.rule.QProfileVerifier;
import org.sonar.batch.rule.RuleFinderCompatibility;
Expand Down Expand Up @@ -156,7 +155,6 @@ private void addCoreComponents() {
ModuleQProfiles.class,
new RulesProfileProvider(),
QProfileSensor.class,
QProfileDecorator.class,
CheckFactory.class,

// report
Expand Down

This file was deleted.

0 comments on commit 7787674

Please sign in to comment.