Skip to content
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

Java docs with plain text are rendered incorrectly #1078

Closed
alisevych opened this issue Oct 4, 2022 · 3 comments · Fixed by #1087
Closed

Java docs with plain text are rendered incorrectly #1078

alisevych opened this issue Oct 4, 2022 · 3 comments · Fixed by #1087
Assignees
Labels
comp-summaries Something related to the method names, code comments and display names generation ctg-bug Issue is a bug

Comments

@alisevych
Copy link
Member

alisevych commented Oct 4, 2022

Description

Java docs with plain text are rendered incorrectly.

To Reproduce

  1. Run UTBotJava project in IntelliJ Idea 2022.1.4
  2. Set Java doc style to "Plain text"
  3. Open utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java
  4. Use plugin to generate tests - one of the latest builds from main
  5. Open the generated test

Expected behavior

Information in Java docs is supposed to be correctly displayed in rendered mode.

Actual behavior

Java docs are displayed as one blank string in rendered mode.

Visual proofs (screenshots, logs, images)

image

image

Environment

WIndows 10 Pro
IntelliJ IDEA 2022.1.4

Additional context

Also reproducing in IDEA 2022.2.2 - with plugin from #1067

Also applicable for UtUtils class methods Java docs:

image

image

Originally posted by @alisevych in #1068 (comment)

@korifey korifey moved this to Todo in UTBot Java Oct 4, 2022
@alisevych alisevych added ctg-bug Issue is a bug comp-summaries Something related to the method names, code comments and display names generation labels Oct 4, 2022
@alisevych
Copy link
Member Author

@amandelpie FYI

@amandelpie
Copy link
Collaborator

Yes, I discover the same thing today

@amandelpie
Copy link
Collaborator

@alisevych should we include this into release?

Repository owner moved this from Todo to Done in UTBot Java Oct 4, 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-bug Issue is a bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants