-
-
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
ArrayTypeStyle: add support for brackets in method definition after parameters #6301
Comments
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 16, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 16, 2019
Once update is done, stackoverflow question should be updated to say next version of checkstyle will support it. |
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 16, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 17, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 17, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 17, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 17, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 18, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 19, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 22, 2019
esilkensen
added a commit
to esilkensen/checkstyle
that referenced
this issue
Feb 22, 2019
rnveach
pushed a commit
that referenced
this issue
Feb 22, 2019
Fix was merged and stackoverflow was updated. |
@rnveach , as in change there is no changes for "api/config" - it should be considered as bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://checkstyle.org/config_misc.html#ArrayTypeStyle
There should be a violation to make it possible to enforce method definiton to be written like
Object[] emptyArray() {
vs
Object emptyArray()[] {
.The text was updated successfully, but these errors were encountered: