You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are links to the static methods calls inside Java doc under @utbot.invokes tag.
In rendered view they are not resolved and shown as {@link Predicate#not(Predicate)}
To Reproduce
Run the 'UTBotJava' project in IntelliJ Idea 2022.1.4
Install one of the latest from main branch
Generate tests with UnitTestBot for utbot-sample/src/main/java/org/utbot/examples/lambda/PredicateNotExample.java
Open the generated test
Render Java doc for the generated test containing @utbot.invokes tag
Expected behavior
Links under tags should be rendered correctly.
Actual behavior
Links to static methods {@link Predicate#not(Predicate)} and {@link Predicate#test(Object)} are not resolved in rendered view.
Description
There are links to the static methods calls inside Java doc under @utbot.invokes tag.
In rendered view they are not resolved and shown as
{@link Predicate#not(Predicate)}
To Reproduce
Expected behavior
Links under tags should be rendered correctly.
Actual behavior
Links to static methods
{@link Predicate#not(Predicate)}
and{@link Predicate#test(Object)}
are not resolved in rendered view.Visual proofs (screenshots, logs, images)
Environment
IntelliJ IDEA 2022.1.4
Gradle
JDK 11
The text was updated successfully, but these errors were encountered: