-
-
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
Java14 Full Records Support Check Validation: JavaNCSSCheck #8505
Labels
Milestone
Comments
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Jul 29, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Jul 29, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Jul 29, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Jul 29, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 6, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 7, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 11, 2020
pbludov
pushed a commit
that referenced
this issue
Aug 12, 2020
Fix is merged. |
shiliyu
pushed a commit
to shiliyu/checkstyle
that referenced
this issue
Sep 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Child of #8452
Check documentation: https://checkstyle.sourceforge.io/config_metrics.html#JavaNCSS
From check documentation:
Determines complexity of methods, classes and files by counting the Non Commenting Source Statements (NCSS). This check adheres to the specification for the JavaNCSS-Tool written by Chr. Clemens Lee.
This check still works inside of record defintions, but we need to add support for compact constructors.
Final fix summary: new property is created
The text was updated successfully, but these errors were encountered: