Vyom Yadav

Results 45 issues of Vyom Yadav

> **outputFormats** > >List of formats in which to write mutation results as the mutations are analyzed. Supported formats are HTML, XML, CSV. XML format does not contain information about...

Kill all new surviving mutations in `pitest-annotation`. See https://github.com/checkstyle/checkstyle/blob/master/.ci/pitest-suppressions/pitest-annotation-suppressions.xml

approved
miscellaneous

#12036 Link to check documentation: https://checkstyle.sourceforge.io/config_annotation.html#AnnotationUseStyle ### Diff Reports: - DefaultConfig: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/cab090f_2022112136/reports/diff/index.html - closingParensAlways: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/3a1700c_2022155641/reports/diff/index.html ### Rationale: The default value `ClosingParensOption.NEVER` was never used in the comparison, moreover the order...

#12036 Link to check documentation: https://checkstyle.sourceforge.io/config_annotation.html#AnnotationUseStyle ### Regression Reports: - DefaultConfig: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/b9302d2_2022111833/reports/diff/index.html - trailingArrayCommaAlways: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/6c1c4ca_2022160315/reports/diff/index.html ### Rationale: The default value `TrailingArrayCommaOption.NEVER` was never used in the comparison, moreover the order...

Single Check might have multiple violations messages, we need to see exact violation message if Check has multiple messages, to be sure that violation of correct type is placed at...

approved
miscellaneous
gsoc second issue

Closes #11720 Check documentation: https://checkstyle.sourceforge.io/config_coding.html#VariableDeclarationUsageDistance ### Diff Reports (Issue for NPE at #11973): - validateBetweenScopesFalse: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/78d2c37_2022195745/reports/diff/index.html - validateBetweenScopesTrue: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/78d2c37_2022043220/reports/diff/index.html ### Rationale There is no need to loop and check all...

Kill all new surviving mutations in `pitest-api`. See https://github.com/checkstyle/checkstyle/blob/master/.ci/pitest-suppressions/pitest-api-suppressions.xml

approved
miscellaneous

From https://github.com/checkstyle/checkstyle/pull/11978#discussion_r930133717 Mutation under discussion (`ArgumentPropagationMutator`): ```XML PackageObjectFactory.java com.puppycrawl.tools.checkstyle.PackageObjectFactory fillChecksFromBlocksPackage org.pitest.mutationtest.engine.gregor.mutators.experimental.ArgumentPropagationMutator replaced call to java/util/Map::put with argument NAME_TO_FULL_MODULE_NAME.put("AvoidNestedBlocksCheck", ``` Original Source Code- ```java class temp { private static final Map...

See https://pitest.org/quickstart/mutators/ We are excluding `InlineConstantMutator` for all profiles with a link to comment from https://github.com/checkstyle/checkstyle/pull/11873#discussion_r920652226 See #11981 to see how to do the changes.

indentation