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 752 100 (100 added) 100 (100 added)
    14 files with differences 100 changes in violations 100 changes in violations

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

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-ejb/test/java/org/dcm4chex/archive/common/PatientMatchingTest.java

    Severity Rule Message Line Col
    #A1 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenPidIsMissing' is not valid per Google Java Style Guide. 11 21
    #A2 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenIssuerIsMissing' is not valid per Google Java Style Guide. 21 21
    #A3 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenPidHasInitialMatch' is not valid per Google Java Style Guide. 31 21
    #A4 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenIssuerHasInitialMatch' is not valid per Google Java Style Guide. 41 21
    #A5 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenBirthdateHasInitialMatch' is not valid per Google Java Style Guide. 51 21
    #A6 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenSexHasInitialMatch' is not valid per Google Java Style Guide. 61 21
    #A7 warning GoogleMethodName Method name 'test_ctor_shouldSetUnknownIssuerAlwaysMatch_whenUnknownMatchSuffixIsPresent' is not valid per Google Java Style Guide. 71 21
    #A8 warning GoogleMethodName Method name 'test_ctor_shouldSetTrustPidWithIssuer_whenDemographicsAreNotPresent' is not valid per Google Java Style Guide. 77 21
    #A9 warning GoogleMethodName Method name 'test_ctor_shouldSetTrustPidWithIssuer_whenDemographicsAreExcluded' is not valid per Google Java Style Guide. 83 21
    #A10 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenPidAlwaysMatchAndFamilyNameNotPresent' is not valid per Google Java Style Guide. 89 21
    #A11 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenFullNameMatches' is not valid per Google Java Style Guide. 99 21
    #A12 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenSuffixMatchesAny' is not valid per Google Java Style Guide. 114 21
    #A13 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyName_andExistingHasNone' is not valid per Google Java Style Guide. 129 21
    #A14 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenName_andExistingHasNone' is not valid per Google Java Style Guide. 145 21
    #A15 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleName_andExistingHasNone' is not valid per Google Java Style Guide. 161 21
    #A16 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasPrefix_andExistingHasNone' is not valid per Google Java Style Guide. 177 21
    #A17 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasSuffix_andExistingHasNone' is not valid per Google Java Style Guide. 193 21
    #A18 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasFamilyName' is not valid per Google Java Style Guide. 209 21
    #A19 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasGivenname' is not valid per Google Java Style Guide. 225 21
    #A20 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasMiddleName' is not valid per Google Java Style Guide. 241 21
    #A21 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasPrefix' is not valid per Google Java Style Guide. 257 21
    #A22 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasSuffix' is not valid per Google Java Style Guide. 273 21
    #A23 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyNameCharactersToIgnore' is not valid per Google Java Style Guide. 289 21
    #A24 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyNameCharactersToIgnore' is not valid per Google Java Style Guide. 309 21
    #A25 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveFamilyNameCharactersToIgnore' is not valid per Google Java Style Guide. 329 21
    #A26 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenNameCharactersToIgnore' is not valid per Google Java Style Guide. 349 21
    #A27 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenNameCharactersToIgnore' is not valid per Google Java Style Guide. 369 21
    #A28 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveGivenNameCharactersToIgnore' is not valid per Google Java Style Guide. 389 21
    #A29 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleNameCharactersToIgnore' is not valid per Google Java Style Guide. 409 21
    #A30 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleNameCharactersToIgnore' is not valid per Google Java Style Guide. 429 21
    #A31 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveMiddleNameCharactersToIgnore' is not valid per Google Java Style Guide. 449 21
    #A32 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasPrefixCharactersToIgnore' is not valid per Google Java Style Guide. 469 21
    #A33 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasPrefixCharactersToIgnore' is not valid per Google Java Style Guide. 489 21
    #A34 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHavePrefixCharactersToIgnore' is not valid per Google Java Style Guide. 509 21
    #A35 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasSuffixCharactersToIgnore' is not valid per Google Java Style Guide. 529 21
    #A36 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasSuffixCharactersToIgnore' is not valid per Google Java Style Guide. 549 21
    #A37 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveSuffixCharactersToIgnore' is not valid per Google Java Style Guide. 569 21
    #A38 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMultipartName_andIncomingHasMultipartName' is not valid per Google Java Style Guide. 588 21
    #A39 warning GoogleMethodName Method name 'test_matcher_shouldMatch_whenIncomingHasDateThatMatchesExisting' is not valid per Google Java Style Guide. 608 21
    #A40 warning GoogleMethodName Method name 'test_matcher_shouldNotMatch_whenIncomingHasDateThatDoesNotMatchExisting' is not valid per Google Java Style Guide. 630 21
    #A41 warning GoogleMethodName Method name 'test_matcher_shouldMatch_whenIncomingHasSexThatMatchesExisting' is not valid per Google Java Style Guide. 652 21
    #A42 warning GoogleMethodName Method name 'test_matcher_shouldNotMatch_whenIncomingHasSexThatDoesNotMatchExisting' is not valid per Google Java Style Guide. 674 21
    #A43 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyName_andExistingHasInitial' is not valid per Google Java Style Guide. 696 21
    #A44 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenName_andExistingHasInitial' is not valid per Google Java Style Guide. 712 21
    #A45 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleName_andExistingHasInitial' is not valid per Google Java Style Guide. 728 21
    #A46 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyName_andIncomingHasInitial' is not valid per Google Java Style Guide. 744 21
    #A47 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenName_andIncomingHasInitial' is not valid per Google Java Style Guide. 760 21
    #A48 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleName_andIncomingHasInitial' is not valid per Google Java Style Guide. 776 21
    #A49 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyName_andIncomingHasSameFirstLetter_andInitialIsInExpression' is not valid per Google Java Style Guide. 792 21
    #A50 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenName_andIncomingHasSameFirstLetter_andInitialIsInExpression' is not valid per Google Java Style Guide. 808 21
    #A51 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleName_andIncomingHasSameFirstLetter_andInitialIsInExpression' is not valid per Google Java Style Guide. 824 21
    #A52 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasPrefix_andIncomingHasSameFirstLetter_andInitialIsInExpression' is not valid per Google Java Style Guide. 840 21
    #A53 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasSuffix_andIncomingHasSameFirstLetter_andInitialIsInExpression' is not valid per Google Java Style Guide. 856 21
    #A54 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenOneOfMulitpleExpressionsMatches' is not valid per Google Java Style Guide. 876 21
    #A55 warning GoogleMethodName Method name 'test_compilePNPattern_shouldHandleRegexCreation_whenIgnoreCreatesAnEmptyString' is not valid per Google Java Style Guide. 900 21
    #A56 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownPIDNotSet_andPIDIsNull' is not valid per Google Java Style Guide. 935 21
    #A57 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownIssuerNotSet_andIssuerIsNull' is not valid per Google Java Style Guide. 952 21
    #A58 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownFamilyNameNotSet_andFamilyNameIsNull' is not valid per Google Java Style Guide. 969 21
    #A59 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownGivenNameNotSet_andGivenNameIsNull' is not valid per Google Java Style Guide. 984 21
    #A60 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownMiddleNameNotSet_andMiddleNameIsNull' is not valid per Google Java Style Guide. 999 21
    #A61 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownPrefixNotSet_andPrefixIsNull' is not valid per Google Java Style Guide. 1014 21
    #A62 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownSuffixNotSet_andSuffixIsNull' is not valid per Google Java Style Guide. 1029 21
    #A63 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownBirthDateNotSet_andBirthDateIsNull' is not valid per Google Java Style Guide. 1044 21
    #A64 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownSexNotSet_andSexIsNull' is not valid per Google Java Style Guide. 1059 21
    #A65 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownPIDSet_andPIDIsNull' is not valid per Google Java Style Guide. 1076 21
    #A66 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownFamilyNameSet_andFamilyNameIsNull' is not valid per Google Java Style Guide. 1095 21
    #A67 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownPIDNotSet_andPIDNotNull' is not valid per Google Java Style Guide. 1112 21
    #A68 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownFamilyNameNotSet_andFamilyNameNotNull' is not valid per Google Java Style Guide. 1131 21
    #A69 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnTrue_whenAllUnknownsAreSet_andAllValuesAreNull_includesBirthDateAndSex' is not valid per Google Java Style Guide. 1172 21
    #A70 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnTrue_whenDemographicsNotSpecified_andAllValuesAreNull_includesBirthDateAndSex' is not valid per Google Java Style Guide. 1187 21
    #A71 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andFamilyNameIsNotNull' is not valid per Google Java Style Guide. 1202 21
    #A72 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andGivenNameIsNotNull' is not valid per Google Java Style Guide. 1217 21
    #A73 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andMiddleNameIsNotNull' is not valid per Google Java Style Guide. 1232 21
    #A74 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andPrefixIsNotNull' is not valid per Google Java Style Guide. 1247 21
    #A75 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andSuffixIsNotNull' is not valid per Google Java Style Guide. 1262 21
    #A76 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andBirthDateIsNotNull' is not valid per Google Java Style Guide. 1277 21
    #A77 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andSexIsNotNull' is not valid per Google Java Style Guide. 1292 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-hl7/src/java/org/dcm4chex/archive/hl7/HL7SendService.java

    Severity Rule Message Line Col
    #A78 warning GoogleMethodName Method name 'sendQBP_Q22' is not valid per Google Java Style Guide. 565 37
    #A79 warning GoogleMethodName Method name 'showQBP_Q22' is not valid per Google Java Style Guide. 714 19
    #A80 warning GoogleMethodName Method name 'sendQBP_Q23' is not valid per Google Java Style Guide. 742 27
    #A81 warning GoogleMethodName Method name 'makeQPD_Q22' is not valid per Google Java Style Guide. 805 20
    #A82 warning GoogleMethodName Method name 'makeQPD_Q22' is not valid per Google Java Style Guide. 822 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-sar/src/java/org/dcm4chex/archive/dcm/hpscp/HPMoveScp.java

    Severity Rule Message Line Col
    #A83 warning GoogleMethodName Method name 'c_move' is not valid per Google Java Style Guide. 76 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-sar/src/java/org/dcm4chex/archive/dcm/qrscp/MoveScp.java

    Severity Rule Message Line Col
    #A84 warning GoogleMethodName Method name 'c_move' is not valid per Google Java Style Guide. 114 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-sar/src/java/org/dcm4chex/archive/dcm/qrscp/RetrieveInfo.java

    Severity Rule Message Line Col
    #A85 warning GoogleMethodName Method name 'isNativeLE_TS' is not valid per Google Java Style Guide. 78 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-wado/src/java/org/dcm4chex/wado/mbean/WADOSupport.java

    Severity Rule Message Line Col
    #A86 warning GoogleMethodName Method name 'byte_reverse' is not valid per Google Java Style Guide. 1782 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-wado/src/java/org/dcm4chex/wado/mbean/cache/WADOCacheImpl.java

    Severity Rule Message Line Col
    #A87 warning GoogleMethodName Method name '_getImageFile' is not valid per Google Java Style Guide. 589 18
    #A88 warning GoogleMethodName Method name '_writeImageFile' is not valid per Google Java Style Guide. 651 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-wado/src/java/org/dcm4chex/wado/web/WADORequestObjectImpl.java

    Severity Rule Message Line Col
    #A89 warning GoogleMethodName Method name '_string2List' is not valid per Google Java Style Guide. 436 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-web/src/java/org/dcm4chex/archive/web/maverick/FolderMoveDelegate.java

    Severity Rule Message Line Col
    #A90 warning GoogleMethodName Method name '_move_studies' is not valid per Google Java Style Guide. 146 18
    #A91 warning GoogleMethodName Method name '_move_series' is not valid per Google Java Style Guide. 162 18
    #A92 warning GoogleMethodName Method name '_move_instances' is not valid per Google Java Style Guide. 211 18
    #A93 warning GoogleMethodName Method name '_updateStudyWithSeries' is not valid per Google Java Style Guide. 320 18
    #A94 warning GoogleMethodName Method name '_updatePatientWithStudies' is not valid per Google Java Style Guide. 333 18
    #A95 warning GoogleMethodName Method name '_updateSeriesWithInstances' is not valid per Google Java Style Guide. 339 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-web/src/java/org/dcm4chex/archive/web/maverick/PatientMergeCtrl.java

    Severity Rule Message Line Col
    #A96 warning GoogleMethodName Method name 'setView_name' is not valid per Google Java Style Guide. 121 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-web/src/java/org/dcm4chex/archive/web/maverick/gppps/model/GPPPSModel.java

    Severity Rule Message Line Col
    #A97 warning GoogleMethodName Method name '_getStartDateAsLong' is not valid per Google Java Style Guide. 257 22

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-web/src/java/org/dcm4chex/archive/web/maverick/gpwl/model/GPWLModel.java

    Severity Rule Message Line Col
    #A98 warning GoogleMethodName Method name '_getStartDateAsLong' is not valid per Google Java Style Guide. 238 22

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-web/src/java/org/dcm4chex/archive/web/maverick/mcmc/model/MediaData.java

    Severity Rule Message Line Col
    #A99 warning GoogleMethodName Method name '_getMediaStatusList' is not valid per Google Java Style Guide. 249 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/nbia-dcm4che-tools/dcm4jboss-web/src/java/org/dcm4chex/archive/web/maverick/mwl/model/MWLModel.java

    Severity Rule Message Line Col
    #A100 warning GoogleMethodName Method name '_getStartDateAsLong' is not valid per Google Java Style Guide. 346 22