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 loop counter modification
Read more
Avoid Equals methods not testing their parameters
Read more
Avoid catches that only rethrow
Read more
Avoid nested try-catch blocks
Read more
Avoid long case statements
Read more