Skip to content

Built the link to the nested class for the JavaDocs #1395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 9, 2022

Conversation

amandelpie
Copy link
Collaborator

Description

Generated JavaDocs form wrong links to the nested class, skipping the path between package and class itself, but we need all the path, which could be extracted from the canonical name.

Let's add the canonical name to the MethodDescription during producing UTFuzzedExecutions and reuse it during JavaDocs generation.

Fixes #1361

Type of Change

  • New feature (non-breaking change which adds functionality)

@amandelpie
Copy link
Collaborator Author

Need to wait for the #1174 to be merged

# Conflicts:
#	utbot-summary/src/main/kotlin/org/utbot/summary/comment/customtags/fuzzer/CommentWithCustomTagForTestProducedByFuzzerBuilder.kt
@amandelpie amandelpie marked this pull request as ready for review December 7, 2022 14:37
@amandelpie amandelpie requested a review from Markoutte December 9, 2022 09:21
@amandelpie amandelpie enabled auto-merge (squash) December 9, 2022 09:23
@amandelpie amandelpie merged commit dadb91b into main Dec 9, 2022
@amandelpie amandelpie deleted the amandelpie/feature-1361 branch December 9, 2022 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unresolved links in the JavaDocs to the nested classes
2 participants