mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Improvements
This commit is contained in:
committed by
carldybdahl-microsoft
parent
b3447959fa
commit
2f7cdf1bfa
@@ -6,7 +6,6 @@
|
||||
* @precision very-high
|
||||
* @id cs/path-combine
|
||||
* @tags reliability
|
||||
* readability
|
||||
*/
|
||||
|
||||
import csharp
|
||||
@@ -14,4 +13,4 @@ import semmle.code.csharp.frameworks.System
|
||||
|
||||
from MethodCall call
|
||||
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
|
||||
select call, "Call to System.IO.Path.Combine."
|
||||
select call, "Call to 'System.IO.Path.Combine'."
|
||||
|
||||
@@ -1 +1 @@
|
||||
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to System.IO.Path.Combine. |
|
||||
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to 'System.IO.Path.Combine'. |
|
||||
|
||||
Reference in New Issue
Block a user