mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
27 lines
2.3 KiB
Plaintext
27 lines
2.3 KiB
Plaintext
| ConstantCondition.cs:40:18:40:29 | (...) ... | Expression is always 'null'. |
|
|
| ConstantCondition.cs:41:18:41:24 | (...) ... | Expression is never 'null'. |
|
|
| ConstantCondition.cs:48:17:48:26 | (...) ... | Expression is always 'null'. |
|
|
| ConstantCondition.cs:49:17:49:18 | "" | Expression is never 'null'. |
|
|
| ConstantCondition.cs:50:13:50:19 | (...) ... | Expression is never 'null'. |
|
|
| ConstantCondition.cs:51:13:51:14 | "" | Expression is never 'null'. |
|
|
| ConstantCondition.cs:64:18:64:18 | 2 | Pattern never matches. |
|
|
| ConstantCondition.cs:66:18:66:18 | 3 | Pattern always matches. |
|
|
| ConstantCondition.cs:77:18:77:20 | access to type Int32 | Pattern never matches. |
|
|
| ConstantCondition.cs:97:13:97:13 | _ | Pattern always matches. |
|
|
| ConstantCondition.cs:115:13:115:14 | access to parameter b1 | Condition always evaluates to 'true'. |
|
|
| ConstantCondition.cs:115:19:115:20 | access to parameter b2 | Condition always evaluates to 'true'. |
|
|
| ConstantConditionBad.cs:5:16:5:20 | ... > ... | Condition always evaluates to 'false'. |
|
|
| ConstantConditionalExpressionCondition.cs:11:22:11:34 | ... == ... | Condition always evaluates to 'true'. |
|
|
| ConstantConditionalExpressionCondition.cs:12:21:12:25 | false | Condition always evaluates to 'false'. |
|
|
| ConstantConditionalExpressionCondition.cs:13:21:13:30 | ... == ... | Condition always evaluates to 'true'. |
|
|
| ConstantForCondition.cs:9:29:9:33 | false | Condition always evaluates to 'false'. |
|
|
| ConstantForCondition.cs:11:29:11:34 | ... == ... | Condition always evaluates to 'false'. |
|
|
| ConstantIfCondition.cs:11:17:11:29 | ... == ... | Condition always evaluates to 'true'. |
|
|
| ConstantIfCondition.cs:14:17:14:21 | false | Condition always evaluates to 'false'. |
|
|
| ConstantIfCondition.cs:17:17:17:26 | ... == ... | Condition always evaluates to 'true'. |
|
|
| ConstantNullCoalescingLeftHandOperand.cs:11:24:11:34 | access to constant NULL_OBJECT | Expression is never 'null'. |
|
|
| ConstantNullCoalescingLeftHandOperand.cs:12:24:12:27 | null | Expression is always 'null'. |
|
|
| ConstantWhileCondition.cs:12:20:12:32 | ... == ... | Condition always evaluates to 'true'. |
|
|
| ConstantWhileCondition.cs:16:20:16:24 | false | Condition always evaluates to 'false'. |
|
|
| ConstantWhileCondition.cs:24:20:24:29 | ... == ... | Condition always evaluates to 'true'. |
|