Reports unsafe use of JavaRecursiveElementVisitor.visitReturnStatement().

Processing PsiReturnStatements even if they belong to another PsiClass or PsiLambdaExpression is a bug in most cases, and a visitor most probably should implement visitClass() and visitLambdaExpression() methods.