We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apache NetBeans latest daily build
As noted in: #7491 (comment)
/// /// @param str /// public static void foo(String str, int i) {}
the hint will suggest to insert the doc for i in the old format, ignoring that the method has already a block in the new format.
i
result:
/// /// @param str /// /** * * @param str * @param i */ public static void foo(String str, int i) {}
Java
No / Don't know
(Presumably) any
JDK 23
Own source build
No response
Yes
The text was updated successfully, but these errors were encountered:
lahodaj
No branches or pull requests
Apache NetBeans version
Apache NetBeans latest daily build
What happened
As noted in:
#7491 (comment)
the hint will suggest to insert the doc for
i
in the old format, ignoring that the method has already a block in the new format.result:
Language / Project Type / NetBeans Component
Java
How to reproduce
the hint will suggest to insert the doc for
i
in the old format, ignoring that the method has already a block in the new format.result:
Did this work correctly in an earlier version?
No / Don't know
Operating System
(Presumably) any
JDK
JDK 23
Apache NetBeans packaging
Own source build
Anything else
No response
Are you willing to submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: