-
-
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
Add Check Support for Java 21 Record Pattern : MethodParamPad #14966
Comments
19 tasks
We need to make sure that we update the docs to mention that we check record deconstruction patterns. |
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 29, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 29, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 30, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 30, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 30, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 30, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 30, 2024
mahfouz72
added a commit
to mahfouz72/checkstyle
that referenced
this issue
Jun 30, 2024
rnveach
pushed a commit
that referenced
this issue
Jul 1, 2024
github-project-automation
bot
moved this from In Progress
to Done
in Java 21 Language Features Support
Jul 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
child of #14890
I have read check documentation: https://checkstyle.org/checks/whitespace/methodparampad.html#MethodParamPad
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
Describe what you expect in detail.
I want a violation on the record pattern
The text was updated successfully, but these errors were encountered: