Closed
Description
Branch: andrey-t/summarization_in_contest_estimator
Description
JavaDoc of test generated by ContestEstimator is unformatted
To Reproduce
Steps to reproduce the behavior:
- Open utbot project
- Set filters for ContestEstimator in
org.utbot.contest.ContestEstimatorKt#main
methodFilter = "com.google.common.primitives.Shorts.*"
projectFilter = listOf("guava-26.0")
- Enalbe fuzzer:
val fuzzingRatio = 1.0
- Run contest estimator
Expected behavior
JavaDoc properly formatted (below is result after applying IDEA formatting Ctrl-Alt-L
)
Actual behavior
JavaDoc is not properly formatted:
- asterisks at beginning of the line are started from second line and finishes on last line (should be previous line)
- there are no indents
Visual proofs (screenshots, logs, images)
Metadata
Metadata
Assignees
Type
Projects
Status
Done