Closed
Description
Description
When existing UtUtils
is rewritten for example to support mocking, then its class Javadoc becomes unformatted.
To Reproduce
Steps to reproduce the behavior:
- Open
utbot
project - Generate tests for
org.utbot.examples.collections.QueueUsages
class withDo not mock
option. - Generate tests for
org.utbot.examples.mock.CommonMocksExample
class withMock everything outside class
option. - 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
Assignees
Type
Projects
Status
Done