mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
Merge pull request #4703 from github/hmakholm/pr/duplicate-code-2
Remove unit tests for duplicate-code detection, take II
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Net.Http<\|>4.2.2.0 | 11 |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Private.DataContractSerialization<\|>4.1.5.0 | 2 |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Private.Xml<\|>4.0.2.0 | 2 |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Data.Common<\|>4.2.2.0 | 1 |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File2.cs<\|>System.Net.Http<\|>4.2.2.0 | 1 |
|
||||
@@ -1,5 +0,0 @@
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Data.Common<\|>4.2.2.0 | File1.cs:0:0:0:0 | File1.cs |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Net.Http<\|>4.2.2.0 | File1.cs:0:0:0:0 | File1.cs |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Private.DataContractSerialization<\|>4.1.5.0 | File1.cs:0:0:0:0 | File1.cs |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File1.cs<\|>System.Private.Xml<\|>4.0.2.0 | File1.cs:0:0:0:0 | File1.cs |
|
||||
| /query-tests/Metrics/Dependencies/ExternalDependencies/File2.cs<\|>System.Net.Http<\|>4.2.2.0 | File2.cs:0:0:0:0 | File2.cs |
|
||||
@@ -1,2 +0,0 @@
|
||||
| file1.cs:0:0:0:0 | file1.cs | 34 |
|
||||
| file2.cs:0:0:0:0 | file2.cs | 18 |
|
||||
@@ -1,4 +0,0 @@
|
||||
| duplicate_test.py:0:0:0:0 | duplicate_test.py | 228 |
|
||||
| similar.py:0:0:0:0 | similar.py | 59 |
|
||||
| with_import1.py:0:0:0:0 | with_import1.py | 30 |
|
||||
| with_import2.py:0:0:0:0 | with_import2.py | 30 |
|
||||
@@ -1,4 +0,0 @@
|
||||
| duplicate_test.py:0:0:0:0 | duplicate_test.py | 310 |
|
||||
| similar.py:0:0:0:0 | similar.py | 61 |
|
||||
| with_import1.py:0:0:0:0 | with_import1.py | 30 |
|
||||
| with_import2.py:0:0:0:0 | with_import2.py | 30 |
|
||||
Reference in New Issue
Block a user