Skip to content
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

Nullability Annotations for return-types are put twice in the java doc #3

Open
DC2-DanielKrueger opened this issue May 23, 2024 · 0 comments

Comments

@DC2-DanielKrueger
Copy link
Contributor

DC2-DanielKrueger commented May 23, 2024

Expected behavior

Only one annotation is present for return types in the java doc.

Actual behavior

They are put twice

To Reproduce

Look into the java doc in a class with methods that have return types.

Details

  • Based on a JDK bug: https://bugs.openjdk.org/browse/JDK-8175533
  • Our internal cleaner does not work, as the java doc contains absolute paths and it tries to de-duplicate relative paths.
  • Commenting it here as a known issue.
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

No branches or pull requests

1 participant