-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-contest-estimatorIssue is related to contest estimatorIssue is related to contest estimatorctg-bugIssue is a bugIssue is a bugstatus-verifiedBug fix is verifiedBug fix is verified
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
Labels
comp-contest-estimatorIssue is related to contest estimatorIssue is related to contest estimatorctg-bugIssue is a bugIssue is a bugstatus-verifiedBug fix is verifiedBug fix is verified
Type
Projects
Status
Done

