Skip to content

Bad formatting of UtUtils Javadoc after it has been updated #1385

Closed
@tyuldashev

Description

@tyuldashev

Description
When existing UtUtils is rewritten for example to support mocking, then its class Javadoc becomes unformatted.

To Reproduce

Steps to reproduce the behavior:

  1. Open utbot project
  2. Generate tests for org.utbot.examples.collections.QueueUsages class with Do not mock option.
  3. Generate tests for org.utbot.examples.mock.CommonMocksExample class with Mock everything outside class option.
  4. Open the org.utbot.runtime.utils.java.UtUtils class

Expected behavior
Javadoc of the class looks like this:

/**
 * This is UtUtils class with Mockito support
 * UtUtils class version: 2.0
 */
public final class UtUtils {

Actual behavior
Javadoc looks like this:

/**
This is UtUtils class with Mockito support 
 * UtUtils class version: 2.0 */
public final class UtUtils {
...

Additional context

  • If there were no pre-existing UtUtils then javadoc is properly formatted.
  • Problem exists in Java and Kotlin UtUtils

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions