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

Cleanup '///' comment occurences which were not meant to be javadoc comments #8392

Open
1 task done
mbien opened this issue Apr 4, 2025 · 1 comment
Open
1 task done
Labels
Code cleanup JavaDoc [ci] enable java/javadoc tests and build-javadoc target Upgrade JDK Upgrade to the JDK requirements of a module.

Comments

@mbien
Copy link
Member

mbien commented Apr 4, 2025

JDK 23+ line doc comments (JEP 467) were temporarily disabled via #7907

Now that NB begins to target newer JDKs for javadoc generation we should try to cleanup the codebase and get rid of multi-slash code decorations so that --disable-line-doc-comments can be removed again.

This will also reduce the amount of compiler warnings during build.

Committer

  • I acknowledge that I am a maintainer/committer in the Apache NetBeans project.
@mbien mbien added Code cleanup JavaDoc [ci] enable java/javadoc tests and build-javadoc target Upgrade JDK Upgrade to the JDK requirements of a module. labels Apr 4, 2025
@mbien
Copy link
Member Author

mbien commented Apr 4, 2025

used a few regexp passes to normalize non-javadoc comments and put it into a local branch. Only have to split it up properly and find a good time to integrate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code cleanup JavaDoc [ci] enable java/javadoc tests and build-javadoc target Upgrade JDK Upgrade to the JDK requirements of a module.
Projects
None yet
Development

No branches or pull requests

1 participant