Avoid ‘if … else if’ constructs with missing final ‘else’ clauses
Read more
Increment (++) and decrement (–) operators should not be used in a method call or mixed with other operators in an expression
Read more
‘switch’ statements should not be nested
Read more
Avoid collapsible nested ‘if’
Read more
The code contains one or more “with” instructions
Read more
The code contains inner functions
Read more
The code contains at least one class defining a destructor
Read more
The code contains too many switch cases with missing ending breaks
Read more
The code contains modifications of buildtins objects : Object, Array or Function
Read more