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
It is highly suspicious when a value is saved for a key or index and then unconditionally overwritten. Such replacements are likely errors.
towns[i] = "London"; towns[i] = "Chicago"; // Noncompliant