-
Notifications
You must be signed in to change notification settings - Fork 45
@utbot.triggersRecursion tag is missing #1014
Copy link
Copy link
Closed
Labels
comp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationctg-bugIssue is a bugIssue is a bugspec-release-tailingsFailed to include in the current release, let's include it in the next oneFailed to include in the current release, let's include it in the next onestatus-verifiedBug fix is verifiedBug fix is verified
Milestone
Metadata
Metadata
Assignees
Labels
comp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationctg-bugIssue is a bugIssue is a bugspec-release-tailingsFailed to include in the current release, let's include it in the next oneFailed to include in the current release, let's include it in the next onestatus-verifiedBug fix is verifiedBug fix is verified
Type
Projects
Status
Done
Description
@utbot.triggersRecursion tag is missing for Recursion.fib(int n) tests
To Reproduce
Expected behavior
Tests with input n >= 1 are supposed to have @utbot.triggersRecursion tag in Java doc.
Actual behavior
Tests with input (n = 1), (n = 2) do not have @utbot.triggersRecursion tag in Java doc.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
Gradle project
JDK 11