@utbot.invokes {@link soot.dummy.InvokeDynamic
in JavaDoc for test method
#1869
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-bug
Issue is a bug
lang-java
Issue is related to Java support
Milestone
Description
Some tests have
@utbot.invokes {@link soot.dummy.InvokeDynamic
in JavaDocs even though there is no calls to it. This seems happens only for JDK11+ and not happens with JDK 1.8.To Reproduce
Steps to reproduce the behavior:
org.utbot.examples.exceptions.ExceptionExamples
class from UTBot project.IllegalArgumentException createException()
methodExpected behavior
JavaDoc for generated tests contains actual information about invoked methods
Actual behavior
@utbot.invoke
tag linked to soot method which actually is not called in test or in user code.Visual proofs (screenshots, logs, images)
Additional context
That's pre-existing problem, reproducible in 2022.12 release.
The text was updated successfully, but these errors were encountered: