Avoid ‘if … else if’ constructs with missing final ‘else’ clauses
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
Avoid using ellipsis in functions
Read more
Avoid protected member in final classes
Read more
Avoid Equals methods not testing their parameters
Read more