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

JavadocParameterOrderCheck does not work correctly with Generic methods. #1046

Closed
zCRUSADERz opened this issue May 3, 2019 · 11 comments
Closed

Comments

@zCRUSADERz
Copy link
Contributor

Qulice 0.18.17


This code:

    /**
     * Documentation.
     * @param list List.
     * @return First element from list.
     */
    public final <T> T someMethod(final List<T> list) {
        return list.get(0);
    }

failed with: Checkstyle: *.java[86]: Expected @param tag for '<T>'. (JavadocMethodCheck).


This code:

    /**
     * Documentation.
     * @param list List.
     * @param <T> Type.
     * @return First element from list.
     */
    public final <T> T someMethod(final List<T> list) {
        return list.get(0);
    }

failed with: Checkstyle: *.java[87]: Number of javadoc parameters different than method signature (JavadocParameterOrderCheck)

@0crat
Copy link
Collaborator

0crat commented May 3, 2019

@krzyk/z please, pay attention to this issue

@0crat
Copy link
Collaborator

0crat commented May 3, 2019

@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!

@zCRUSADERz
Copy link
Contributor Author

@krzyk i will fix this problem soon.

@zCRUSADERz
Copy link
Contributor Author

@krzyk can I get points for this issue. I don't ask assign me.

@krzyk
Copy link
Collaborator

krzyk commented May 17, 2019

@0crat in

@0crat 0crat added the scope label May 17, 2019
@0crat
Copy link
Collaborator

0crat commented May 17, 2019

@0crat in (here)

@krzyk Job #1046 is now in scope, role is DEV

@0crat
Copy link
Collaborator

0crat commented May 17, 2019

@krzyk/z everybody who has role DEV is banned at #1046; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link
Collaborator

0crat commented May 17, 2019

Bug was reported, see §29: +15 point(s) just awarded to @zCRUSADERz/z

@zCRUSADERz
Copy link
Contributor Author

@krzyk thanks!

@0crat
Copy link
Collaborator

0crat commented May 17, 2019

Job gh:teamed/qulice#1046 is not assigned, can't get performer

@0crat 0crat removed the scope label May 17, 2019
@0crat
Copy link
Collaborator

0crat commented May 17, 2019

The job #1046 is now out of scope

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

3 participants