Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When working with SQ >= 6.4 sensors are now global #409

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

Evangelink
Copy link
Contributor

Fix #220

@Evangelink Evangelink merged commit c76c29e into master Jun 8, 2017
@Evangelink Evangelink deleted the improve-sensors branch June 8, 2017 13:00
import org.sonar.api.batch.bootstrap.ProjectDefinition;
import org.sonar.api.batch.sensor.Sensor;
import org.sonar.api.batch.sensor.SensorContext;
import org.sonar.api.batch.sensor.SensorDescriptor;
import org.sonar.api.measures.CoreMetrics;
import org.sonar.api.resources.Language;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MINOR Remove this unused import 'org.sonar.api.resources.Language'. rule

@SonarTech
Copy link

SonarQube analysis reported 7 issues

  • MINOR 7 minor

Watch the comments in this conversation to review them.

5 extra issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. MINOR CoverageReportImportSensor.java#L103: Remove this use of "ofType"; it is deprecated. rule
  2. MINOR CoverageReportImportSensor.java#L103: Remove this use of "CoverageType"; it is deprecated. rule
  3. MINOR CoverageReportImportSensor.java#L103: Remove this use of "IT"; it is deprecated. rule
  4. MINOR CoverageReportImportSensor.java#L103: Remove this use of "CoverageType"; it is deprecated. rule
  5. MINOR CoverageReportImportSensor.java#L103: Remove this use of "UNIT"; it is deprecated. rule

@@ -29,6 +31,8 @@
import org.sonar.api.batch.sensor.SensorDescriptor;
import org.sonar.api.batch.sensor.coverage.CoverageType;
import org.sonar.api.batch.sensor.coverage.NewCoverage;
import org.sonar.api.resources.Language;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MINOR Remove this unused import 'org.sonar.api.resources.Language'. rule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants