-
Notifications
You must be signed in to change notification settings - Fork 46
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
Duplicate Summaries with Tags in Rendered view #985
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-bug
Issue is a bug
Comments
alisevych
added
ctg-bug
Issue is a bug
comp-summaries
Something related to the method names, code comments and display names generation
labels
Sep 21, 2022
@amandelpie Just FYI |
@onewhl There are additional details on the bug. Additional context If UTBotJava plugin is uninstalled, same Java docs in the generated test classes are rendered correctly - without duplicating. |
onewhl
added a commit
that referenced
this issue
Sep 28, 2022
Repository owner
moved this from Todo
to Done
in UTBot Java
Sep 28, 2022
AbdullinAM
pushed a commit
to AbdullinAM/UTBotJava
that referenced
this issue
Oct 17, 2022
* Avoid summary duplication UnitTestBot#985 * Fix rendering for 2022.1.4
AbdullinAM
pushed a commit
to AbdullinAM/UTBotJava
that referenced
this issue
Oct 17, 2022
* Avoid summary duplication UnitTestBot#985 * Fix rendering for 2022.1.4
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-bug
Issue is a bug
Description
Summaries are duplicated when rendering mode is on.
Also annotations and method name are duplicated above the Java doc.
To Reproduce
Expected behavior
Java docs should be rendered correctly - without duplications.
Actual behavior
Tagged information is duplicated.
Annotations and method name are duplicated above the Java doc.
Visual proofs (screenshots, logs, images)
Test in rendered view:
Test in text mode:
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
JDK 11
The text was updated successfully, but these errors were encountered: