mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
4 lines
296 B
Plaintext
4 lines
296 B
Plaintext
| RedundantToStringCall.cs:7:27:7:38 | call to method ToString | Redundant call to 'ToString'. |
|
|
| RedundantToStringCall.cs:10:37:10:48 | call to method ToString | Redundant call to 'ToString'. |
|
|
| RedundantToStringCallBad.cs:7:45:7:56 | call to method ToString | Redundant call to 'ToString'. |
|