-
-
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
JavadocVariable: new property 'accessModifiers' as substitution of 'scope' and 'excludeScope' #9280
Comments
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
… JavadocVariableCheck
I am on it |
@coderdeadpool, this might be very complicated for you, please do second and third gsoc labeled issues first. |
@romani Can i take this |
Any approved issue can to taken. Yes. |
@AayushSaini101 , please finish PRs that you already started or close them https://github.com/checkstyle/checkstyle/pulls/aayushRedHat |
We have a two year old PR open for this issue already: #9277 |
we recently run into edge case with |
… of 'scope' and 'excludeScope' in JavadocVariableCheck
… of 'scope' and 'excludeScope' in JavadocVariableCheck
… of 'scope' and 'excludeScope' in JavadocVariableCheck
… of 'scope' and 'excludeScope' in JavadocVariableCheck
… of 'scope' and 'excludeScope' in JavadocVariableCheck
JavadocVariable - https://checkstyle.org/config_javadoc.html#JavadocVariable
https://checkstyle.org/checks/javadoc/javadocvariable.html#JavadocVariable
Example of user confusion and problem with such type - #3183
have have issues with
Scope
enumerationwe should switch to
AccessModifier
here like we did forParameterNameCheck
.New property need t be created as substitution to 2 old properties.
https://checkstyle.org/property_types.html#AccessModifierOption.5B.5D
https://checkstyle.org/config_naming.html#ParameterName_Properties
TODO: after completion close #3183
local classes (named classes in methods or any other blocks) and antonymous classes should be skipped by Check for validation, see details at #13749
The text was updated successfully, but these errors were encountered: