mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
2 lines
158 B
Plaintext
2 lines
158 B
Plaintext
| ChainedIs.cs:48:9:65:9 | if (...) ... | This if block performs a chain of 6 type tests - consider alternatives, e.g. polymorphism or the visitor pattern. |
|