Skip to content

Commit 2f7cdf1

Browse files
Improvements
1 parent b344795 commit 2f7cdf1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

csharp/ql/src/Bad Practices/PathCombine.ql

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
* @precision very-high
77
* @id cs/path-combine
88
* @tags reliability
9-
* readability
109
*/
1110

1211
import csharp
1312
import semmle.code.csharp.frameworks.System
1413

1514
from MethodCall call
1615
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
17-
select call, "Call to System.IO.Path.Combine."
16+
select call, "Call to 'System.IO.Path.Combine'."
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to System.IO.Path.Combine. |
1+
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to 'System.IO.Path.Combine'. |

0 commit comments

Comments
 (0)