-
Notifications
You must be signed in to change notification settings - Fork 115
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
JavadocParameterOrderCheck does not work correctly with Generic methods. #1046
Comments
@zCRUSADERz/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@krzyk i will fix this problem soon. |
@krzyk can I get points for this issue. I don't ask assign me. |
@0crat in |
Bug was reported, see §29: +15 point(s) just awarded to @zCRUSADERz/z |
@krzyk thanks! |
Job |
The job #1046 is now out of scope |
Qulice 0.18.17
This code:
failed with: Checkstyle: *.java[86]: Expected @param tag for '<T>'. (JavadocMethodCheck).
This code:
failed with: Checkstyle: *.java[87]: Number of javadoc parameters different than method signature (JavadocParameterOrderCheck)
The text was updated successfully, but these errors were encountered: