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
The repetition of the Not operator is usually a typo. The second operator invalidates the first one:
Not
Dim b As Boolean = False Dim c As Boolean = Not Not b 'Noncompliant: equivalent to "b"