-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a bugstatus-verifiedBug fix is verifiedBug fix is verified
Milestone
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
utbotproject - Generate tests for
org.utbot.examples.collections.QueueUsagesclass withDo not mockoption. - Generate tests for
org.utbot.examples.mock.CommonMocksExampleclass withMock everything outside classoption. - Open the
org.utbot.runtime.utils.java.UtUtilsclass
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
UtUtilsthen javadoc is properly formatted. - Problem exists in Java and Kotlin
UtUtils
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a bugstatus-verifiedBug fix is verifiedBug fix is verified
Type
Projects
Status
Done