Avoid long ‘if/else if’ chains that could be replaced by a ‘switch’ statement
Read more
The code contains too many uppercase control structure keywords
Read more
The code contains too many functions, interfaces or classes with closing not commented
Read more
The code contains too many functions throwing exceptions that have inconsistencies in “@throws” tags
Read more
The code contains too many functions not complying with naming conventions
Read more
The code contains too many class names that do not begin with an uppercase letter
Read more
Prefer to use an expression body for functions whose body consists of a single expression
Read more
Use short variable declarations (:=) for variables with default values
Read more