File tree 4 files changed +0
-254
lines changed
commons/src/main/java/com/backelite/sonarqube/commons/surefire
objclang/src/main/java/com/backelite/sonarqube/objectivec/issues/fauxpas
sonar-swift-plugin/src/main/java/com/backelite/sonarqube/swift
4 files changed +0
-254
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
import org .apache .tools .ant .DirectoryScanner ;
23
23
import org .slf4j .Logger ;
24
24
import org .slf4j .LoggerFactory ;
25
- import org .sonar .api .batch .fs .FileSystem ;
26
25
import org .sonar .api .batch .fs .InputFile ;
27
26
import org .sonar .api .batch .sensor .Sensor ;
28
27
import org .sonar .api .batch .sensor .SensorContext ;
29
28
import org .sonar .api .batch .sensor .SensorDescriptor ;
30
- import org .sonar .api .component .ResourcePerspectives ;
31
- import org .sonar .api .config .Settings ;
32
29
33
30
import java .io .File ;
34
31
Original file line number Diff line number Diff line change 18
18
package com .backelite .sonarqube .swift ;
19
19
20
20
import com .backelite .sonarqube .commons .TestFileFinders ;
21
- import com .backelite .sonarqube .commons .surefire .SurefireSensor ;
22
21
import com .backelite .sonarqube .objectivec .ObjectiveCSquidSensor ;
23
22
import com .backelite .sonarqube .objectivec .cpd .ObjectiveCCpdAnalyzer ;
24
23
import com .backelite .sonarqube .objectivec .issues .ObjectiveCProfile ;
85
84
description = "Relative to projects' root." ,
86
85
global = false ,
87
86
project = true ),
88
- @ Property (
89
- key = SurefireSensor .REPORT_PATH_KEY ,
90
- defaultValue = SurefireSensor .DEFAULT_REPORT_PATH ,
91
- name = "Path to surefire JUnit reports (unit tests)" ,
92
- description = "Relative to projects' root." ,
93
- global = false ,
94
- project = true ),
95
87
96
88
@ Property (
97
89
key = OCLintSensor .REPORT_PATH_KEY ,
@@ -199,9 +191,6 @@ public void define(Context context) {
199
191
SwiftSquidSensor .class ,
200
192
ObjectiveCSquidSensor .class ,
201
193
202
- // Surefire
203
- SurefireSensor .class ,
204
-
205
194
// Coverage
206
195
CoberturaSensor .class ,
207
196
You can’t perform that action at this time.
0 commit comments