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

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

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • GoogleMethodName

    Summary:

    Report id Files Violations Severity-warning
    base 0 0 0
    patch 384 31 (31 added) 31 (31 added)
    16 files with differences 31 changes in violations 31 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck
    base 0
    patch 31 (31 added)
    changes in violations 31

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputAvoidHidingCauseExceptionCheck.java

    Severity Rule Message Line Col
    #A1 warning GoogleMethodName Method name 'Simple' is not valid per Google Java Style Guide. 7 17
    #A2 warning GoogleMethodName Method name 'Stronger' is not valid per Google Java Style Guide. 43 17
    #A3 warning GoogleMethodName Method name 'TestNestedANDNotSimple' is not valid per Google Java Style Guide. 92 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputAvoidNotShortCircuitOperatorsForBooleanCheck.java

    Severity Rule Message Line Col
    #A4 warning GoogleMethodName Method name 'x' is not valid per Google Java Style Guide. 111 20
    #A5 warning GoogleMethodName Method name 'y' is not valid per Google Java Style Guide. 115 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputConfusingConditionCheck.java

    Severity Rule Message Line Col
    #A6 warning GoogleMethodName Method name 'Main' is not valid per Google Java Style Guide. 7 10
    #A7 warning GoogleMethodName Method name 'Second' is not valid per Google Java Style Guide. 26 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputCustomDeclarationOrderCheck.java

    Severity Rule Message Line Col
    #A8 warning GoogleMethodName Method name 'a' is not valid per Google Java Style Guide. 140 26
    #A9 warning GoogleMethodName Method name 'c' is not valid per Google Java Style Guide. 141 18
    #A10 warning GoogleMethodName Method name 'd' is not valid per Google Java Style Guide. 142 25
    #A11 warning GoogleMethodName Method name 't' is not valid per Google Java Style Guide. 144 29
    #A12 warning GoogleMethodName Method name 'y' is not valid per Google Java Style Guide. 145 30
    #A13 warning GoogleMethodName Method name 'a' is not valid per Google Java Style Guide. 156 26
    #A14 warning GoogleMethodName Method name 'c' is not valid per Google Java Style Guide. 157 18
    #A15 warning GoogleMethodName Method name 'd' is not valid per Google Java Style Guide. 158 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputCustomDeclarationOrderCheckAnonymousClasses.java

    Severity Rule Message Line Col
    #A16 warning GoogleMethodName Method name 'a' is not valid per Google Java Style Guide. 30 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputForbidCertainImportsCheck.java

    Severity Rule Message Line Col
    #A17 warning GoogleMethodName Method name 'a' is not valid per Google Java Style Guide. 18 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputForbidCertainImportsCheckDefaultPackageWithoutImports.java

    Severity Rule Message Line Col
    #A18 warning GoogleMethodName Method name 'a' is not valid per Google Java Style Guide. 20 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputForbidCertainImportsCheckSinglePackage.java

    Severity Rule Message Line Col
    #A19 warning GoogleMethodName Method name 'a' is not valid per Google Java Style Guide. 7 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputReturnCountExtendedCheckMethods.java

    Severity Rule Message Line Col
    #A20 warning GoogleMethodName Method name 'r' is not valid per Google Java Style Guide. 83 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputTernaryPerExpressionCountCheck.java

    Severity Rule Message Line Col
    #A21 warning GoogleMethodName Method name 'InputNestedTernaryCheck' is not valid per Google Java Style Guide. 43 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/design/InputAvoidConditionInversionCheck.java

    Severity Rule Message Line Col
    #A22 warning GoogleMethodName Method name 'o' is not valid per Google Java Style Guide. 51 22

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/design/InputHideUtilityClassConstructorCheck4.java

    Severity Rule Message Line Col
    #A23 warning GoogleMethodName Method name 'aPrivateMethod' is not valid per Google Java Style Guide. 37 18
    #A24 warning GoogleMethodName Method name 'aNativeMethod' is not valid per Google Java Style Guide. 54 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/design/InputNoMainMethodInAbstractClassCheck.java

    Severity Rule Message Line Col
    #A25 warning GoogleMethodName Method name 'Main' is not valid per Google Java Style Guide. 84 24
    #A26 warning GoogleMethodName Method name 'm' is not valid per Google Java Style Guide. 135 16
    #A27 warning GoogleMethodName Method name 'u' is not valid per Google Java Style Guide. 153 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/design/InputPublicReferenceToPrivateTypeCheck8.java

    Severity Rule Message Line Col
    #A28 warning GoogleMethodName Method name 'ReturnedDefault' is not valid per Google Java Style Guide. 22 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/design/InputStaticMethodCandidateCheck.java

    Severity Rule Message Line Col
    #A29 warning GoogleMethodName Method name 'fOo' is not valid per Google Java Style Guide. 210 18
    #A30 warning GoogleMethodName Method name 'bAr' is not valid per Google Java Style Guide. 215 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/sizes/InputLineLengthExtendedCheck.java

    Severity Rule Message Line Col
    #A31 warning GoogleMethodName Method name 'ALL_UPPERCASE_METHOD' is not valid per Google Java Style Guide. 137 10