Do not use a labeled return for the last statement in a lambda
Read more
Boolean checks should not be inverted
Read more
Avoid using multiple labeled returns in lambda expression
Read more
Use Elvis operator to avoid unclear syntax pattern
Read more
Avoid undefined type on data or routines declaration
Read more
Avoid to update static fields from instance methods
Read more
Avoid to update parameters inside routine’s bodies
Read more
Avoid to cover two dimensional ranges with nested for loop
Read more