Skip to content

Handle RecursionAssignment and SwitchCase statement types in CustomJavaDocCommentBuilder #773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
onewhl opened this issue Aug 23, 2022 · 0 comments · Fixed by #888
Closed
Assignees
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-enhancement New feature, improvement or change request

Comments

@onewhl
Copy link
Member

onewhl commented Aug 23, 2022

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().

@onewhl onewhl added the comp-summaries Something related to the method names, code comments and display names generation label Aug 23, 2022
@korifey korifey moved this to Todo in UTBot Java Aug 23, 2022
@amandelpie amandelpie added the ctg-bug Issue is a bug label Aug 24, 2022
@alisevych alisevych added this to the Release preparation milestone Sep 7, 2022
@onewhl onewhl added ctg-enhancement New feature, improvement or change request and removed ctg-bug Issue is a bug labels Sep 7, 2022
@JaneEugenia JaneEugenia moved this from Todo to In Progress in UTBot Java Sep 8, 2022
onewhl added a commit that referenced this issue Sep 9, 2022
onewhl added a commit that referenced this issue Sep 9, 2022
… types in CustomJavaDocCommentBuilder (#888)

* Add tags for recursion, switch case, and caught recursion

* Add tests for recursion tag

* Add tests for activatesSwitch and caughtException tags

* Review fixes #773
Repository owner moved this from In Progress to Done in UTBot Java Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-enhancement New feature, improvement or change request
Projects
Archived in project
3 participants