-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
JavadocMethod accessModifiers incorrectly interpreted for interface class #10835
Comments
on it |
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 2, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 2, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 5, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 10, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 12, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 15, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 15, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 15, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 17, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 21, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 24, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 24, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Oct 27, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Nov 7, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Nov 7, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Nov 7, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Nov 7, 2021
Vyom-Yadav
added a commit
to Vyom-Yadav/checkstyle
that referenced
this issue
Nov 7, 2021
romani
pushed a commit
that referenced
this issue
Nov 11, 2021
fix is merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have read check documentation: https://checkstyle.org/config_javadoc.html#JavadocMethod
I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run
I have executed the cli and showed it below, as cli describes the problem better than 1,000 words
I expect checkstyle to report constructor to have missing javadoc param. Reason for that is that interface of this inner class is implicitly considered public according to java specs (Some IDEs even mark explicit public keyword as unnecessary).
If I add public keyword to class declaration, constructor is reported by checkstyle as expected.
The text was updated successfully, but these errors were encountered: