Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • RightCurly tokens
  • CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF, LITERAL_SWITCH, LITERAL_CASE, LITERAL_FINALLY, LITERAL_CATCH

  • option
  • alone

  • tokens
  • CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF, LITERAL_SWITCH, LITERAL_CASE, LITERAL_DEFAULT, LITERAL_FINALLY, LITERAL_CATCH

  • option
  • alone

  • Summary:

    Report id Files Violations Severity-warning
    base 6021 8094 8094
    patch 6021 8288 (194 added) 8288 (194 added)
    68 files with differences 194 changes in violations 194 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
    base 8094
    patch 8288 (194 added)
    changes in violations 194

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 194

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/InputRightCurlySwitchCasesBlocks.java

    Severity Rule Message Line Col
    #A1 warning RightCurly '}' at column 22 should be alone on a line. 87 22
    #A2 warning RightCurly '}' at column 20 should be alone on a line. 145 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputFormattedWhitespaceAroundArrow.java

    Severity Rule Message Line Col
    #A3 warning RightCurly '}' at column 19 should be alone on a line. 27 19
    #A4 warning RightCurly '}' at column 19 should be alone on a line. 36 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputFormattedWhitespaceAroundWhen.java

    Severity Rule Message Line Col
    #A5 warning RightCurly '}' at column 19 should be alone on a line. 13 19
    #A6 warning RightCurly '}' at column 19 should be alone on a line. 20 19
    #A7 warning RightCurly '}' at column 19 should be alone on a line. 31 19
    #A8 warning RightCurly '}' at column 19 should be alone on a line. 38 19
    #A9 warning RightCurly '}' at column 19 should be alone on a line. 47 19
    #A10 warning RightCurly '}' at column 19 should be alone on a line. 56 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputWhitespaceAroundArrow.java

    Severity Rule Message Line Col
    #A11 warning RightCurly '}' at column 19 should be alone on a line. 27 19
    #A12 warning RightCurly '}' at column 10 should be alone on a line. 40 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputWhitespaceAroundArrowCorrect.java

    Severity Rule Message Line Col
    #A13 warning RightCurly '}' at column 19 should be alone on a line. 28 19
    #A14 warning RightCurly '}' at column 19 should be alone on a line. 37 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputWhitespaceAroundWhen.java

    Severity Rule Message Line Col
    #A15 warning RightCurly '}' at column 19 should be alone on a line. 101 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4841indentation/InputLineBreakAfterLeftCurlyOfBlockInSwitch.java

    Severity Rule Message Line Col
    #A16 warning RightCurly '}' at column 52 should be alone on a line. 24 52

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/coding/missingnullcaseinswitch/InputXpathMissingNullCaseInSwitchSimple.java

    Severity Rule Message Line Col
    #A17 warning RightCurly '}' at column 25 should be alone on a line. 11 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/coding/whenshouldbeused/InputXpathWhenShouldBeUsedSimple.java

    Severity Rule Message Line Col
    #A18 warning RightCurly '}' at column 25 should be alone on a line. 12 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationLocalAndPatternVariables.java

    Severity Rule Message Line Col
    #A19 warning RightCurly '}' at column 24 should be alone on a line. 25 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLinePatternVariables.java

    Severity Rule Message Line Col
    #A20 warning RightCurly '}' at column 25 should be alone on a line. 56 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/emptyblock/InputEmptyBlockDefault.java

    Severity Rule Message Line Col
    #A21 warning RightCurly '}' at column 31 should be alone on a line. 15 31
    #A22 warning RightCurly '}' at column 14 should be alone on a line. 21 14
    #A23 warning RightCurly '}' at column 23 should be alone on a line. 46 23
    #A24 warning RightCurly '}' at column 48 should be alone on a line. 54 48
    #A25 warning RightCurly '}' at column 23 should be alone on a line. 60 23
    #A26 warning RightCurly '}' at column 13 should be alone on a line. 77 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/emptyblock/InputEmptyBlockDefault2.java

    Severity Rule Message Line Col
    #A27 warning RightCurly '}' at column 31 should be alone on a line. 15 31
    #A28 warning RightCurly '}' at column 14 should be alone on a line. 21 14
    #A29 warning RightCurly '}' at column 23 should be alone on a line. 46 23
    #A30 warning RightCurly '}' at column 48 should be alone on a line. 54 48
    #A31 warning RightCurly '}' at column 23 should be alone on a line. 60 23
    #A32 warning RightCurly '}' at column 13 should be alone on a line. 77 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/emptyblock/InputEmptyBlockTestUppercaseOptionProperty.java

    Severity Rule Message Line Col
    #A33 warning RightCurly '}' at column 31 should be alone on a line. 16 31
    #A34 warning RightCurly '}' at column 14 should be alone on a line. 22 14

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/emptyblock/InputEmptyBlockWithEmoji.java

    Severity Rule Message Line Col
    #A35 warning RightCurly '}' at column 48 should be alone on a line. 45 48

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesPatternMatchingForSwitch.java

    Severity Rule Message Line Col
    #A36 warning RightCurly '}' at column 55 should be alone on a line. 71 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesPatternMatchingForSwitchAllowSingleLine.java

    Severity Rule Message Line Col
    #A37 warning RightCurly '}' at column 55 should be alone on a line. 70 55

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesTestIt.java

    Severity Rule Message Line Col
    #A38 warning RightCurly '}' at column 31 should be alone on a line. 111 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesTestItWithAllowsOn.java

    Severity Rule Message Line Col
    #A39 warning RightCurly '}' at column 31 should be alone on a line. 112 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyCaseBlocksInSwitchStatementAlone.java

    Severity Rule Message Line Col
    #A40 warning RightCurly '}' at column 13 should be alone on a line. 20 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyCaseBlocksInSwitchStatementAlone2.java

    Severity Rule Message Line Col
    #A41 warning RightCurly '}' at column 30 should be alone on a line. 69 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyCaseBlocksInSwitchStatementAloneOrSingleline2.java

    Severity Rule Message Line Col
    #A42 warning RightCurly '}' at column 30 should be alone on a line. 72 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyCaseBlocksInSwitchStatementSame2.java

    Severity Rule Message Line Col
    #A43 warning RightCurly '}' at column 30 should be alone on a line. 71 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyCaseBlocksWithSwitchRuleAloneOrSingleline.java

    Severity Rule Message Line Col
    #A44 warning RightCurly '}' at column 70 should be alone on a line. 82 70

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/magicnumber/InputMagicNumberMagicNumberInGuards.java

    Severity Rule Message Line Col
    #A45 warning RightCurly '}' at column 25 should be alone on a line. 37 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/InputMissingNullCaseInSwitchWithPattern.java

    Severity Rule Message Line Col
    #A46 warning RightCurly '}' at column 25 should be alone on a line. 15 25
    #A47 warning RightCurly '}' at column 25 should be alone on a line. 26 25
    #A48 warning RightCurly '}' at column 23 should be alone on a line. 34 23
    #A49 warning RightCurly '}' at column 23 should be alone on a line. 39 23
    #A50 warning RightCurly '}' at column 23 should be alone on a line. 44 23
    #A51 warning RightCurly '}' at column 23 should be alone on a line. 109 23
    #A52 warning RightCurly '}' at column 23 should be alone on a line. 116 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/InputMissingNullCaseInSwitchWithPattern2.java

    Severity Rule Message Line Col
    #A53 warning RightCurly '}' at column 25 should be alone on a line. 25 25
    #A54 warning RightCurly '}' at column 25 should be alone on a line. 46 25
    #A55 warning RightCurly '}' at column 25 should be alone on a line. 56 25
    #A56 warning RightCurly '}' at column 25 should be alone on a line. 63 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/InputMissingNullCaseInSwitchWithPrimitives.java

    Severity Rule Message Line Col
    #A57 warning RightCurly '}' at column 25 should be alone on a line. 12 25
    #A58 warning RightCurly '}' at column 25 should be alone on a line. 20 25
    #A59 warning RightCurly '}' at column 23 should be alone on a line. 25 23
    #A60 warning RightCurly '}' at column 25 should be alone on a line. 48 25
    #A61 warning RightCurly '}' at column 25 should be alone on a line. 56 25
    #A62 warning RightCurly '}' at column 23 should be alone on a line. 61 23
    #A63 warning RightCurly '}' at column 25 should be alone on a line. 68 25
    #A64 warning RightCurly '}' at column 25 should be alone on a line. 76 25
    #A65 warning RightCurly '}' at column 25 should be alone on a line. 87 25
    #A66 warning RightCurly '}' at column 25 should be alone on a line. 94 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/InputMissingNullCaseInSwitchWithRecordPattern.java

    Severity Rule Message Line Col
    #A67 warning RightCurly '}' at column 25 should be alone on a line. 15 25
    #A68 warning RightCurly '}' at column 25 should be alone on a line. 21 25
    #A69 warning RightCurly '}' at column 25 should be alone on a line. 27 25
    #A70 warning RightCurly '}' at column 23 should be alone on a line. 34 23
    #A71 warning RightCurly '}' at column 23 should be alone on a line. 40 23
    #A72 warning RightCurly '}' at column 23 should be alone on a line. 45 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/InputMissingNullCaseInSwitchWithStringLiterals.java

    Severity Rule Message Line Col
    #A73 warning RightCurly '}' at column 25 should be alone on a line. 13 25
    #A74 warning RightCurly '}' at column 25 should be alone on a line. 21 25
    #A75 warning RightCurly '}' at column 25 should be alone on a line. 26 25
    #A76 warning RightCurly '}' at column 23 should be alone on a line. 33 23
    #A77 warning RightCurly '}' at column 23 should be alone on a line. 39 23
    #A78 warning RightCurly '}' at column 23 should be alone on a line. 44 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingswitchdefault/InputMissingSwitchDefaultCaseLabelElements.java

    Severity Rule Message Line Col
    #A79 warning RightCurly '}' at column 25 should be alone on a line. 91 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/simplifybooleanexpression/InputSimplifyBooleanExpressionWithWhen.java

    Severity Rule Message Line Col
    #A80 warning RightCurly '}' at column 25 should be alone on a line. 18 25
    #A81 warning RightCurly '}' at column 25 should be alone on a line. 24 25
    #A82 warning RightCurly '}' at column 25 should be alone on a line. 35 25
    #A83 warning RightCurly '}' at column 25 should be alone on a line. 41 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessarynullcheckwithinstanceof/InputUnnecessaryNullCheckWithInstanceOfPair.java

    Severity Rule Message Line Col
    #A84 warning RightCurly '}' at column 25 should be alone on a line. 27 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessaryparentheses/InputUnnecessaryParenthesesWhenExpressions.java

    Severity Rule Message Line Col
    #A85 warning RightCurly '}' at column 25 should be alone on a line. 43 25
    #A86 warning RightCurly '}' at column 25 should be alone on a line. 53 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistancePatternVariables.java

    Severity Rule Message Line Col
    #A87 warning RightCurly '}' at column 26 should be alone on a line. 25 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/whenshouldbeused/InputWhenShouldBeUsedSwitchRule.java

    Severity Rule Message Line Col
    #A88 warning RightCurly '}' at column 25 should be alone on a line. 21 25
    #A89 warning RightCurly '}' at column 25 should be alone on a line. 30 25
    #A90 warning RightCurly '}' at column 25 should be alone on a line. 41 25
    #A91 warning RightCurly '}' at column 25 should be alone on a line. 50 25
    #A92 warning RightCurly '}' at column 25 should be alone on a line. 60 25
    #A93 warning RightCurly '}' at column 25 should be alone on a line. 70 25
    #A94 warning RightCurly '}' at column 25 should be alone on a line. 79 25
    #A95 warning RightCurly '}' at column 25 should be alone on a line. 88 25
    #A96 warning RightCurly '}' at column 25 should be alone on a line. 93 25
    #A97 warning RightCurly '}' at column 25 should be alone on a line. 99 25
    #A98 warning RightCurly '}' at column 25 should be alone on a line. 108 25
    #A99 warning RightCurly '}' at column 25 should be alone on a line. 113 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/whenshouldbeused/InputWhenShouldBeUsedSwitchStatements.java

    Severity Rule Message Line Col
    #A100 warning RightCurly '}' at column 23 should be alone on a line. 19 23
    #A101 warning RightCurly '}' at column 23 should be alone on a line. 30 23
    #A102 warning RightCurly '}' at column 23 should be alone on a line. 37 23
    #A103 warning RightCurly '}' at column 23 should be alone on a line. 49 23
    #A104 warning RightCurly '}' at column 23 should be alone on a line. 60 23
    #A105 warning RightCurly '}' at column 23 should be alone on a line. 71 23
    #A106 warning RightCurly '}' at column 23 should be alone on a line. 81 23
    #A107 warning RightCurly '}' at column 23 should be alone on a line. 91 23
    #A108 warning RightCurly '}' at column 23 should be alone on a line. 99 23
    #A109 warning RightCurly '}' at column 23 should be alone on a line. 108 23
    #A110 warning RightCurly '}' at column 23 should be alone on a line. 115 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParametersPatternVariables.java

    Severity Rule Message Line Col
    #A111 warning RightCurly '}' at column 25 should be alone on a line. 34 25
    #A112 warning RightCurly '}' at column 25 should be alone on a line. 41 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationRecordPattern.java

    Severity Rule Message Line Col
    #A113 warning RightCurly '}' at column 25 should be alone on a line. 91 25
    #A114 warning RightCurly '}' at column 25 should be alone on a line. 97 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/cyclomaticcomplexity/InputCyclomaticComplexityWhenExpression.java

    Severity Rule Message Line Col
    #A115 warning RightCurly '}' at column 22 should be alone on a line. 23 22
    #A116 warning RightCurly '}' at column 23 should be alone on a line. 33 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/cyclomaticcomplexity/InputCyclomaticComplexityWhenSwitchAsSinglePoint.java

    Severity Rule Message Line Col
    #A117 warning RightCurly '}' at column 25 should be alone on a line. 24 25
    #A118 warning RightCurly '}' at column 25 should be alone on a line. 34 25
    #A119 warning RightCurly '}' at column 25 should be alone on a line. 52 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityPatternMatchingForSwitch.java

    Severity Rule Message Line Col
    #A120 warning RightCurly '}' at column 25 should be alone on a line. 18 25
    #A121 warning RightCurly '}' at column 24 should be alone on a line. 27 24
    #A122 warning RightCurly '}' at column 25 should be alone on a line. 36 25
    #A123 warning RightCurly '}' at column 24 should be alone on a line. 45 24
    #A124 warning RightCurly '}' at column 25 should be alone on a line. 54 25
    #A125 warning RightCurly '}' at column 24 should be alone on a line. 63 24
    #A126 warning RightCurly '}' at column 25 should be alone on a line. 71 25
    #A127 warning RightCurly '}' at column 24 should be alone on a line. 81 24
    #A128 warning RightCurly '}' at column 25 should be alone on a line. 90 25
    #A129 warning RightCurly '}' at column 24 should be alone on a line. 99 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityWhenExpression.java

    Severity Rule Message Line Col
    #A130 warning RightCurly '}' at column 26 should be alone on a line. 23 26
    #A131 warning RightCurly '}' at column 26 should be alone on a line. 31 26
    #A132 warning RightCurly '}' at column 26 should be alone on a line. 39 26
    #A133 warning RightCurly '}' at column 26 should be alone on a line. 47 26
    #A134 warning RightCurly '}' at column 26 should be alone on a line. 55 26
    #A135 warning RightCurly '}' at column 26 should be alone on a line. 64 26
    #A136 warning RightCurly '}' at column 26 should be alone on a line. 72 26
    #A137 warning RightCurly '}' at column 26 should be alone on a line. 80 26
    #A138 warning RightCurly '}' at column 26 should be alone on a line. 88 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalUnnamedVariables.java

    Severity Rule Message Line Col
    #A139 warning RightCurly '}' at column 26 should be alone on a line. 38 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalUnnamedVariablesWithOldVersion.java

    Severity Rule Message Line Col
    #A140 warning RightCurly '}' at column 26 should be alone on a line. 34 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameCheckRecordPatterns.java

    Severity Rule Message Line Col
    #A141 warning RightCurly '}' at column 25 should be alone on a line. 44 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/illegalidentifiername/InputIllegalIdentifierNameRecordPattern.java

    Severity Rule Message Line Col
    #A142 warning RightCurly '}' at column 23 should be alone on a line. 25 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/illegalidentifiername/InputIllegalIdentifierNameUnnamedVariables.java

    Severity Rule Message Line Col
    #A143 warning RightCurly '}' at column 23 should be alone on a line. 33 23
    #A144 warning RightCurly '}' at column 24 should be alone on a line. 39 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/lambdaparametername/InputLambdaParameterNameUnnamed.java

    Severity Rule Message Line Col
    #A145 warning RightCurly '}' at column 25 should be alone on a line. 42 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/patternvariablename/InputPatternVariableNameRecordPattern.java

    Severity Rule Message Line Col
    #A146 warning RightCurly '}' at column 25 should be alone on a line. 33 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/patternvariablename/InputPatternVariableNameUnnamed.java

    Severity Rule Message Line Col
    #A147 warning RightCurly '}' at column 25 should be alone on a line. 33 25
    #A148 warning RightCurly '}' at column 25 should be alone on a line. 46 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/methodparampad/InputMethodParamPadCheckRecordPattern.java

    Severity Rule Message Line Col
    #A149 warning RightCurly '}' at column 25 should be alone on a line. 38 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/methodparampad/InputMethodParamPadCheckRecordPattern2.java

    Severity Rule Message Line Col
    #A150 warning RightCurly '}' at column 25 should be alone on a line. 32 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterUnnamedPattern.java

    Severity Rule Message Line Col
    #A151 warning RightCurly '}' at column 25 should be alone on a line. 16 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/operatorwrap/InputOperatorWrapInstanceOfOperator.java

    Severity Rule Message Line Col
    #A152 warning RightCurly '}' at column 23 should be alone on a line. 51 23
    #A153 warning RightCurly '}' at column 23 should be alone on a line. 55 23
    #A154 warning RightCurly '}' at column 23 should be alone on a line. 61 23
    #A155 warning RightCurly '}' at column 23 should be alone on a line. 66 23
    #A156 warning RightCurly '}' at column 23 should be alone on a line. 84 23
    #A157 warning RightCurly '}' at column 23 should be alone on a line. 89 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/operatorwrap/InputOperatorWrapInstanceOfOperatorEndOfLine.java

    Severity Rule Message Line Col
    #A158 warning RightCurly '}' at column 23 should be alone on a line. 50 23
    #A159 warning RightCurly '}' at column 23 should be alone on a line. 54 23
    #A160 warning RightCurly '}' at column 23 should be alone on a line. 60 23
    #A161 warning RightCurly '}' at column 23 should be alone on a line. 66 23
    #A162 warning RightCurly '}' at column 23 should be alone on a line. 83 23
    #A163 warning RightCurly '}' at column 23 should be alone on a line. 89 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/parenpad/InputParenPadCheckWhenExpression.java

    Severity Rule Message Line Col
    #A164 warning RightCurly '}' at column 25 should be alone on a line. 33 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/parenpad/InputParenPadForRecordPattern.java

    Severity Rule Message Line Col
    #A165 warning RightCurly '}' at column 25 should be alone on a line. 48 25
    #A166 warning RightCurly '}' at column 25 should be alone on a line. 67 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/parenpad/InputParenPadForRecordPatternWithSpaceOption.java

    Severity Rule Message Line Col
    #A167 warning RightCurly '}' at column 25 should be alone on a line. 48 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespaceafter/InputWhitespaceAfterLiteralWhen.java

    Severity Rule Message Line Col
    #A168 warning RightCurly '}' at column 25 should be alone on a line. 21 25
    #A169 warning RightCurly '}' at column 25 should be alone on a line. 28 25
    #A170 warning RightCurly '}' at column 25 should be alone on a line. 46 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespaceafter/InputWhitespaceAfterUnnamedPattern.java

    Severity Rule Message Line Col
    #A171 warning RightCurly '}' at column 26 should be alone on a line. 16 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundLiteralWhen.java

    Severity Rule Message Line Col
    #A172 warning RightCurly '}' at column 25 should be alone on a line. 26 25
    #A173 warning RightCurly '}' at column 25 should be alone on a line. 38 25
    #A174 warning RightCurly '}' at column 25 should be alone on a line. 45 25
    #A175 warning RightCurly '}' at column 25 should be alone on a line. 59 25
    #A176 warning RightCurly '}' at column 25 should be alone on a line. 69 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundSwitchCasesParens.java

    Severity Rule Message Line Col
    #A177 warning RightCurly '}' at column 23 should be alone on a line. 37 23
    #A178 warning RightCurly '}' at column 25 should be alone on a line. 51 25
    #A179 warning RightCurly '}' at column 26 should be alone on a line. 63 26
    #A180 warning RightCurly '}' at column 25 should be alone on a line. 72 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundSwitchCasesParensWithAllowEmptySwitchBlockStatements.java

    Severity Rule Message Line Col
    #A181 warning RightCurly '}' at column 23 should be alone on a line. 34 23
    #A182 warning RightCurly '}' at column 25 should be alone on a line. 43 25
    #A183 warning RightCurly '}' at column 26 should be alone on a line. 53 26
    #A184 warning RightCurly '}' at column 25 should be alone on a line. 63 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundUnnamedPattern.java

    Severity Rule Message Line Col
    #A185 warning RightCurly '}' at column 26 should be alone on a line. 30 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/blocks/emptyblock/Example3.java

    Severity Rule Message Line Col
    #A186 warning RightCurly '}' at column 19 should be alone on a line. 27 19
    #A187 warning RightCurly '}' at column 32 should be alone on a line. 34 32
    #A188 warning RightCurly '}' at column 20 should be alone on a line. 45 20
    #A189 warning RightCurly '}' at column 34 should be alone on a line. 52 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/Example1.java

    Severity Rule Message Line Col
    #A190 warning RightCurly '}' at column 17 should be alone on a line. 24 17
    #A191 warning RightCurly '}' at column 18 should be alone on a line. 32 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/whenshouldbeused/Example1.java

    Severity Rule Message Line Col
    #A192 warning RightCurly '}' at column 19 should be alone on a line. 23 19
    #A193 warning RightCurly '}' at column 19 should be alone on a line. 34 19
    #A194 warning RightCurly '}' at column 19 should be alone on a line. 43 19