Avoid binary operators with identical members
Read more
Avoid ‘if/else if’ & cases statements having the same condition
Read more
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