Commit 179c2e6
SONARPY-3499 fix license headers (SonarSource#619)
GitOrigin-RevId: 7f2a7240b5d43f6a0fdf7b0f399bd5fb1bb6316a1 parent f8d5692 commit 179c2e6Copy full SHA for 179c2e6
File tree
Expand file treeCollapse file tree
6 files changed
+6
-6
lines changedOpen diff view settings
Filter options
- python-commons/src
- main/java/org/sonar/plugins/python/indexer
- test/java/org/sonar/plugins/python/indexer
Expand file treeCollapse file tree
6 files changed
+6
-6
lines changedOpen diff view settings
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/indexer/NamespacePackageAnalyzer.java
Copy file name to clipboardExpand all lines: python-commons/src/main/java/org/sonar/plugins/python/indexer/NamespacePackageAnalyzer.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/indexer/NamespacePackageTelemetry.java
Copy file name to clipboardExpand all lines: python-commons/src/main/java/org/sonar/plugins/python/indexer/NamespacePackageTelemetry.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/indexer/ProjectTree.java
Copy file name to clipboardExpand all lines: python-commons/src/main/java/org/sonar/plugins/python/indexer/ProjectTree.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
python-commons/src/main/java/org/sonar/plugins/python/indexer/ProjectTreeBuilder.java
Copy file name to clipboardExpand all lines: python-commons/src/main/java/org/sonar/plugins/python/indexer/ProjectTreeBuilder.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
python-commons/src/test/java/org/sonar/plugins/python/indexer/NamespacePackageAnalyzerTest.java
Copy file name to clipboardExpand all lines: python-commons/src/test/java/org/sonar/plugins/python/indexer/NamespacePackageAnalyzerTest.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
python-commons/src/test/java/org/sonar/plugins/python/indexer/ProjectTreeBuilderTest.java
Copy file name to clipboardExpand all lines: python-commons/src/test/java/org/sonar/plugins/python/indexer/ProjectTreeBuilderTest.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
0 commit comments