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
If a type is declared but not used, then it is unclear to a reviewer if the type is redundant or it has been left unused by mistake.
void unusedtype() { typedef int local_Type; // Noncompliant, unused }