6 ms·
Those are ancient warts that can never be changed. Almost any static analysis suite will warn you about using equals and contains with incorrect types.
by oftenwrong 5y ago
Those are ancient warts that can never be changed. Almost any static analysis suite will warn you about using equals and contains with incorrect types.
- chriswarbo 5y ago> Almost any static analysis suite Yet not the most important static analysis suite, which is included in the compiler, and enforced on all code: the type checker ;)