Skip to content

Bad formatting in JavaDocs of contest estimator #1667

Closed
@tyuldashev

Description

@tyuldashev

Branch: andrey-t/summarization_in_contest_estimator

Description
JavaDoc of test generated by ContestEstimator is unformatted

To Reproduce

Steps to reproduce the behavior:

  1. Open utbot project
  2. Set filters for ContestEstimator in org.utbot.contest.ContestEstimatorKt#main
       methodFilter = "com.google.common.primitives.Shorts.*"
       projectFilter = listOf("guava-26.0")
  1. Enalbe fuzzer: val fuzzingRatio = 1.0
  2. Run contest estimator

Expected behavior
JavaDoc properly formatted (below is result after applying IDEA formatting Ctrl-Alt-L)

image

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)

image

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions