Commit bfe027f
SONARPY-2651 Create a separate sensor for dependency telemetry (SonarSource#90)
GitOrigin-RevId: 3fc49656c2a74accbc0e4a0ff42bca426b04154c1 parent 608ba5a commit bfe027fCopy full SHA for bfe027f
File tree
Expand file treeCollapse file tree
5 files changed
+92
-6
lines changedOpen diff view settings
Filter options
- python-commons/src
- main/java/org/sonar/plugins/python
- test/java/org/sonar/plugins/python
Expand file treeCollapse file tree
5 files changed
+92
-6
lines changedOpen diff view settings
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/DependencyTelemetrySensor.java
Copy file name to clipboard+42Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/PythonExtensions.java
Copy file name to clipboardExpand all lines: python-commons/src/main/java/org/sonar/plugins/python/PythonExtensions.java+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | | - |
| 80 | + |
| 81 | + |
81 | 82 | |
82 | 83 | |
83 | 84 | |
|
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/PythonSensor.java
Copy file name to clipboardExpand all lines: python-commons/src/main/java/org/sonar/plugins/python/PythonSensor.java-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | 42 | |
44 | 43 | |
45 | 44 | |
| ||
155 | 154 | |
156 | 155 | |
157 | 156 | |
158 | | - |
159 | 157 | |
160 | | - |
161 | 158 | |
162 | 159 | |
163 | 160 | |
|
Collapse file
python-commons/src/test/java/org/sonar/plugins/python/DependencyTelemetrySensorTest.java
Copy file name to clipboard+46Lines changed: 46 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
Collapse file
python-commons/src/test/java/org/sonar/plugins/python/PythonExtensionsTest.java
Copy file name to clipboardExpand all lines: python-commons/src/test/java/org/sonar/plugins/python/PythonExtensionsTest.java+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
| 46 | + |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
|
0 commit comments