Skip to content

Fixed wrong links in JavaDocs for classes with empty package #1317

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
Nov 29, 2022

Conversation

amandelpie
Copy link
Collaborator

@amandelpie amandelpie commented Nov 7, 2022

Description

We had broken links in JavaDocs when the class under test was located in the root without package produced from FuzzedExecutions.

Now, the links are correct, and we could handle this case.

Fixes #1174

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

  1. Put some classes for test generation to the src/java out of any package
  2. Run test generation with UTBot (set up Fuzzing = 100%)
  3. Get tests with correctly resolved links.

@amandelpie amandelpie marked this pull request as ready for review November 26, 2022 11:43
@amandelpie
Copy link
Collaborator Author

@Markoutte could you please review this PR?

@amandelpie amandelpie merged commit 98da8de into main Nov 29, 2022
@amandelpie amandelpie deleted the amandelpie/feature-1174 branch November 29, 2022 09:06
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.

Incorrect links in Java docs for classes without packages
2 participants