mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
5 lines
612 B
Plaintext
5 lines
612 B
Plaintext
| NullArgumentToEquals.cs:6:9:6:22 | call to method Equals | Equality test with 'null' will never be true, but may throw a 'NullReferenceException'. |
|
|
| NullArgumentToEquals.cs:12:9:12:22 | call to method Equals | Equality test with 'null' will never be true, but may throw a 'NullReferenceException'. |
|
|
| NullArgumentToEquals.cs:15:9:15:22 | call to method Equals | Equality test with 'null' will never be true, but may throw a 'NullReferenceException'. |
|
|
| NullArgumentToEqualsBad.cs:3:30:3:43 | call to method Equals | Equality test with 'null' will never be true, but may throw a 'NullReferenceException'. |
|