IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
Implicit casts discard information when the resulting type has a lower precision than the original type.
int a = 2.1f; // Noncompliant long double f(); double d = 0; d += f(); // Noncompliant