You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
See PR with introducing custom JavaDoc tags and related issue.
Currently, some of the statement types are not handled in CustomJavaDocCommentBuilder: RecursionAssignment and SwitchCase.
Also, sometimes return statement is a part of other statement, that's why value of returnsFrom tag might be empty in comments. It should be handled as well.
See method CustomJavaDocCommentBuilder#buildCustomJavaDocComment().