The code contains non-wrapped immediate function calls
Read more
The code contains too many var statements declaring several variables in it
Read more
The code contains too many jump instructions that derive the control flow out of a finally structure
Read more
The code contains classes that overload equals(Object)
Read more
Avoid equality in loop termination condition
Read more
Avoid variable assignments in conditional expressions
Read more
The code contains too many negative comparisons
Read more
Avoid using ellipsis in functions
Read more
The code contains use of getClass().getName()
Read more