-
Notifications
You must be signed in to change notification settings - Fork 114
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
Enforce right method parameters order in Javadoc #847
Comments
@krzyk please, pay attention to this issue |
@krzyk Any news here ? |
@HDouss currently project is not founded, so no news |
@0crat in |
@paulodamaso Thanks. |
@ypshenychka/z please review this job completed by @paulodamaso/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #847 is now out of scope |
@0crat quality good |
@ypshenychka The project doesn't have enough funds, can't make a payment |
Order was finished, quality is "good": +35 point(s) just awarded to @paulodamaso/z |
Quality review completed: +8 point(s) just awarded to @ypshenychka/z |
For now, qulice accepts such javadoc -notice
arg
related javadoc precedesparam
related javadoc, althoughparam
parameter is declared beforearg
parameter in the signature-:It would be better to enforce developers to write method (or constructors) parameterss javadoc in the order they appear in the signature.
Many times, the javadoc misleads about the order for which to call the method, especially when the parameters are in the same type.
The text was updated successfully, but these errors were encountered: