Mauryan Kansara

Results 31 issues of Mauryan Kansara

I have downloaded the latest cli 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 **How it works Now:**...

Issue #14487 Ignore JSNI methods' length in google config based on [4.4 Column Limit: 100](https://google.github.io/styleguide/javaguide.html#s4.4-column-limit) > ### Exceptions: > 1. Lines where obeying the column limit is not possible (for...

Issue #14019 Kill mutation for setSeverity in checker created a test case to kill the mutation

I have read check documentation: https://checkstyle.org/checks/sizes/linelength.html 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...

approved

I have read check documentation: https://checkstyle.sourceforge.io/checks/coding/overloadmethodsdeclarationorder.html I have downloaded the latest cli 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...

google style

Issue #14415 Added support for checking order of overloading constructors by extending the current OverloadMethodsDeclarationOrder check. Added new violation message for overloaded constructors in messages.properties file. Wrote the test case...

blocked

part of https://github.com/checkstyle/checkstyle/pull/14749 add new module ConstructorsDeclarationGrouping

added `JavadocLeadingAsteriskAlign` check to `checkstyle-tester/checks-only-javadoc-error.xml`

blocked

Hey, I'm a contributor at Checkstyle. I was working on this [issue](https://github.com/checkstyle/checkstyle/issues/14487) to add support for detecting JSNI method for rule [4.4 Column Limit: 100](https://google.github.io/styleguide/javaguide.html#s4.4-column-limit). I made a PR regarding...