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

  • MethodName name.invalidPattern
  • Method name ''{0}'' must match pattern ''{1}''.

  • format
  • ^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$

  • GoogleMethodName

    Summary:

    Report id Files Violations Severity-warning
    base 752 100 100
    patch 752 100 (100 removed, 100 added) 100 (100 removed, 100 added)
    14 files with differences 200 changes in violations 200 changes in violations

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

    Number of unique base messages reported below: 100
    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' has invalid underscore usage, underscores only allowed between adjacent digits. 11 21
    #A2 warning MethodName Method name 'test_ctor_shouldThrow_whenPidIsMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 11 21
    #A3 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenIssuerIsMissing' has invalid underscore usage, underscores only allowed between adjacent digits. 21 21
    #A4 warning MethodName Method name 'test_ctor_shouldThrow_whenIssuerIsMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 21
    #A5 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenPidHasInitialMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 31 21
    #A6 warning MethodName Method name 'test_ctor_shouldThrow_whenPidHasInitialMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 21
    #A7 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenIssuerHasInitialMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 41 21
    #A8 warning MethodName Method name 'test_ctor_shouldThrow_whenIssuerHasInitialMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 21
    #A9 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenBirthdateHasInitialMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 51 21
    #A10 warning MethodName Method name 'test_ctor_shouldThrow_whenBirthdateHasInitialMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 21
    #A11 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenSexHasInitialMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 61 21
    #A12 warning MethodName Method name 'test_ctor_shouldThrow_whenSexHasInitialMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 21
    #A13 warning GoogleMethodName Method name 'test_ctor_shouldSetUnknownIssuerAlwaysMatch_whenUnknownMatchSuffixIsPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 71 21
    #A14 warning MethodName Method name 'test_ctor_shouldSetUnknownIssuerAlwaysMatch_whenUnknownMatchSuffixIsPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 21
    #A15 warning GoogleMethodName Method name 'test_ctor_shouldSetTrustPidWithIssuer_whenDemographicsAreNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 77 21
    #A16 warning MethodName Method name 'test_ctor_shouldSetTrustPidWithIssuer_whenDemographicsAreNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 21
    #A17 warning GoogleMethodName Method name 'test_ctor_shouldSetTrustPidWithIssuer_whenDemographicsAreExcluded' has invalid underscore usage, underscores only allowed between adjacent digits. 83 21
    #A18 warning MethodName Method name 'test_ctor_shouldSetTrustPidWithIssuer_whenDemographicsAreExcluded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 21
    #A19 warning GoogleMethodName Method name 'test_ctor_shouldThrow_whenPidAlwaysMatchAndFamilyNameNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 89 21
    #A20 warning MethodName Method name 'test_ctor_shouldThrow_whenPidAlwaysMatchAndFamilyNameNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 21
    #A21 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenFullNameMatches' has invalid underscore usage, underscores only allowed between adjacent digits. 99 21
    #A22 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenFullNameMatches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 21
    #A23 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenSuffixMatchesAny' has invalid underscore usage, underscores only allowed between adjacent digits. 114 21
    #A24 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenSuffixMatchesAny' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 21
    #A25 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyName_andExistingHasNone' has invalid underscore usage, underscores only allowed between adjacent digits. 129 21
    #A26 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyName_andExistingHasNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 21
    #A27 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenName_andExistingHasNone' has invalid underscore usage, underscores only allowed between adjacent digits. 145 21
    #A28 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenName_andExistingHasNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 21
    #A29 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleName_andExistingHasNone' has invalid underscore usage, underscores only allowed between adjacent digits. 161 21
    #A30 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleName_andExistingHasNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 21
    #A31 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasPrefix_andExistingHasNone' has invalid underscore usage, underscores only allowed between adjacent digits. 177 21
    #A32 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasPrefix_andExistingHasNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 21
    #A33 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasSuffix_andExistingHasNone' has invalid underscore usage, underscores only allowed between adjacent digits. 193 21
    #A34 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasSuffix_andExistingHasNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 21
    #A35 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasFamilyName' has invalid underscore usage, underscores only allowed between adjacent digits. 209 21
    #A36 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasFamilyName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 21
    #A37 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasGivenname' has invalid underscore usage, underscores only allowed between adjacent digits. 225 21
    #A38 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasGivenname' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 21
    #A39 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasMiddleName' has invalid underscore usage, underscores only allowed between adjacent digits. 241 21
    #A40 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasMiddleName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 21
    #A41 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasPrefix' has invalid underscore usage, underscores only allowed between adjacent digits. 257 21
    #A42 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasPrefix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 21
    #A43 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasSuffix' has invalid underscore usage, underscores only allowed between adjacent digits. 273 21
    #A44 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasNone_andExistingHasSuffix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 21
    #A45 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 289 21
    #A46 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 21
    #A47 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 309 21
    #A48 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 21
    #A49 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveFamilyNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 329 21
    #A50 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveFamilyNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 21
    #A51 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 349 21
    #A52 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 21
    #A53 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 369 21
    #A54 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 369 21
    #A55 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveGivenNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 389 21
    #A56 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveGivenNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 21
    #A57 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 409 21
    #A58 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 409 21
    #A59 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 429 21
    #A60 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 21
    #A61 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveMiddleNameCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 449 21
    #A62 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveMiddleNameCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 449 21
    #A63 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasPrefixCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 469 21
    #A64 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasPrefixCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 21
    #A65 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasPrefixCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 489 21
    #A66 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasPrefixCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 21
    #A67 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHavePrefixCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 509 21
    #A68 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHavePrefixCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 509 21
    #A69 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasSuffixCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 529 21
    #A70 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasSuffixCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 21
    #A71 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasSuffixCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 549 21
    #A72 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasSuffixCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 549 21
    #A73 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveSuffixCharactersToIgnore' has invalid underscore usage, underscores only allowed between adjacent digits. 569 21
    #A74 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingAndIncomingHaveSuffixCharactersToIgnore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 569 21
    #A75 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMultipartName_andIncomingHasMultipartName' has invalid underscore usage, underscores only allowed between adjacent digits. 588 21
    #A76 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMultipartName_andIncomingHasMultipartName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 588 21
    #A77 warning GoogleMethodName Method name 'test_matcher_shouldMatch_whenIncomingHasDateThatMatchesExisting' has invalid underscore usage, underscores only allowed between adjacent digits. 608 21
    #A78 warning MethodName Method name 'test_matcher_shouldMatch_whenIncomingHasDateThatMatchesExisting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 608 21
    #A79 warning GoogleMethodName Method name 'test_matcher_shouldNotMatch_whenIncomingHasDateThatDoesNotMatchExisting' has invalid underscore usage, underscores only allowed between adjacent digits. 630 21
    #A80 warning MethodName Method name 'test_matcher_shouldNotMatch_whenIncomingHasDateThatDoesNotMatchExisting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 630 21
    #A81 warning GoogleMethodName Method name 'test_matcher_shouldMatch_whenIncomingHasSexThatMatchesExisting' has invalid underscore usage, underscores only allowed between adjacent digits. 652 21
    #A82 warning MethodName Method name 'test_matcher_shouldMatch_whenIncomingHasSexThatMatchesExisting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 652 21
    #A83 warning GoogleMethodName Method name 'test_matcher_shouldNotMatch_whenIncomingHasSexThatDoesNotMatchExisting' has invalid underscore usage, underscores only allowed between adjacent digits. 674 21
    #A84 warning MethodName Method name 'test_matcher_shouldNotMatch_whenIncomingHasSexThatDoesNotMatchExisting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 674 21
    #A85 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyName_andExistingHasInitial' has invalid underscore usage, underscores only allowed between adjacent digits. 696 21
    #A86 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasFamilyName_andExistingHasInitial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 21
    #A87 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenName_andExistingHasInitial' has invalid underscore usage, underscores only allowed between adjacent digits. 712 21
    #A88 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasGivenName_andExistingHasInitial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 712 21
    #A89 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleName_andExistingHasInitial' has invalid underscore usage, underscores only allowed between adjacent digits. 728 21
    #A90 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenIncomingHasMiddleName_andExistingHasInitial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 728 21
    #A91 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyName_andIncomingHasInitial' has invalid underscore usage, underscores only allowed between adjacent digits. 744 21
    #A92 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyName_andIncomingHasInitial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 744 21
    #A93 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenName_andIncomingHasInitial' has invalid underscore usage, underscores only allowed between adjacent digits. 760 21
    #A94 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenName_andIncomingHasInitial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 760 21
    #A95 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleName_andIncomingHasInitial' has invalid underscore usage, underscores only allowed between adjacent digits. 776 21
    #A96 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleName_andIncomingHasInitial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 776 21
    #A97 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyName_andIncomingHasSameFirstLetter_andInitialIsInExpression' has invalid underscore usage, underscores only allowed between adjacent digits. 792 21
    #A98 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasFamilyName_andIncomingHasSameFirstLetter_andInitialIsInExpression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 792 21
    #A99 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenName_andIncomingHasSameFirstLetter_andInitialIsInExpression' has invalid underscore usage, underscores only allowed between adjacent digits. 808 21
    #A100 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasGivenName_andIncomingHasSameFirstLetter_andInitialIsInExpression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 808 21
    #A101 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleName_andIncomingHasSameFirstLetter_andInitialIsInExpression' has invalid underscore usage, underscores only allowed between adjacent digits. 824 21
    #A102 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasMiddleName_andIncomingHasSameFirstLetter_andInitialIsInExpression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 824 21
    #A103 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasPrefix_andIncomingHasSameFirstLetter_andInitialIsInExpression' has invalid underscore usage, underscores only allowed between adjacent digits. 840 21
    #A104 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasPrefix_andIncomingHasSameFirstLetter_andInitialIsInExpression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 840 21
    #A105 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasSuffix_andIncomingHasSameFirstLetter_andInitialIsInExpression' has invalid underscore usage, underscores only allowed between adjacent digits. 856 21
    #A106 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenExistingHasSuffix_andIncomingHasSameFirstLetter_andInitialIsInExpression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 21
    #A107 warning GoogleMethodName Method name 'test_compilePNPattern_shouldMatch_whenOneOfMulitpleExpressionsMatches' has invalid underscore usage, underscores only allowed between adjacent digits. 876 21
    #A108 warning MethodName Method name 'test_compilePNPattern_shouldMatch_whenOneOfMulitpleExpressionsMatches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 21
    #A109 warning GoogleMethodName Method name 'test_compilePNPattern_shouldHandleRegexCreation_whenIgnoreCreatesAnEmptyString' has invalid underscore usage, underscores only allowed between adjacent digits. 900 21
    #A110 warning MethodName Method name 'test_compilePNPattern_shouldHandleRegexCreation_whenIgnoreCreatesAnEmptyString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 900 21
    #A111 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownPIDNotSet_andPIDIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 935 21
    #A112 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownPIDNotSet_andPIDIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 21
    #A113 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownIssuerNotSet_andIssuerIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 952 21
    #A114 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownIssuerNotSet_andIssuerIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 952 21
    #A115 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownFamilyNameNotSet_andFamilyNameIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 969 21
    #A116 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownFamilyNameNotSet_andFamilyNameIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 969 21
    #A117 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownGivenNameNotSet_andGivenNameIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 984 21
    #A118 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownGivenNameNotSet_andGivenNameIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 984 21
    #A119 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownMiddleNameNotSet_andMiddleNameIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 999 21
    #A120 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownMiddleNameNotSet_andMiddleNameIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 999 21
    #A121 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownPrefixNotSet_andPrefixIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1014 21
    #A122 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownPrefixNotSet_andPrefixIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1014 21
    #A123 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownSuffixNotSet_andSuffixIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1029 21
    #A124 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownSuffixNotSet_andSuffixIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1029 21
    #A125 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownBirthDateNotSet_andBirthDateIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1044 21
    #A126 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownBirthDateNotSet_andBirthDateIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1044 21
    #A127 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownSexNotSet_andSexIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1059 21
    #A128 warning MethodName Method name 'test_noMatchesFor_shouldReturnTrue_whenUnknownSexNotSet_andSexIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1059 21
    #A129 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownPIDSet_andPIDIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 21
    #A130 warning MethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownPIDSet_andPIDIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 21
    #A131 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownFamilyNameSet_andFamilyNameIsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1095 21
    #A132 warning MethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownFamilyNameSet_andFamilyNameIsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1095 21
    #A133 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownPIDNotSet_andPIDNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1112 21
    #A134 warning MethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownPIDNotSet_andPIDNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1112 21
    #A135 warning GoogleMethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownFamilyNameNotSet_andFamilyNameNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1131 21
    #A136 warning MethodName Method name 'test_noMatchesFor_shouldReturnFalse_whenUnknownFamilyNameNotSet_andFamilyNameNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1131 21
    #A137 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnTrue_whenAllUnknownsAreSet_andAllValuesAreNull_includesBirthDateAndSex' has invalid underscore usage, underscores only allowed between adjacent digits. 1172 21
    #A138 warning MethodName Method name 'test_allMatchesFor_shouldReturnTrue_whenAllUnknownsAreSet_andAllValuesAreNull_includesBirthDateAndSex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1172 21
    #A139 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnTrue_whenDemographicsNotSpecified_andAllValuesAreNull_includesBirthDateAndSex' has invalid underscore usage, underscores only allowed between adjacent digits. 1187 21
    #A140 warning MethodName Method name 'test_allMatchesFor_shouldReturnTrue_whenDemographicsNotSpecified_andAllValuesAreNull_includesBirthDateAndSex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1187 21
    #A141 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andFamilyNameIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1202 21
    #A142 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andFamilyNameIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1202 21
    #A143 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andGivenNameIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1217 21
    #A144 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andGivenNameIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1217 21
    #A145 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andMiddleNameIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1232 21
    #A146 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andMiddleNameIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1232 21
    #A147 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andPrefixIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1247 21
    #A148 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andPrefixIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1247 21
    #A149 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andSuffixIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1262 21
    #A150 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andSuffixIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1262 21
    #A151 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andBirthDateIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1277 21
    #A152 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andBirthDateIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1277 21
    #A153 warning GoogleMethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andSexIsNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 1292 21
    #A154 warning MethodName Method name 'test_allMatchesFor_shouldReturnFalse_whenAllUnknownsAreSet_andSexIsNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A155 warning GoogleMethodName Method name 'sendQBP_Q22' has invalid underscore usage, underscores only allowed between adjacent digits. 565 37
    #A156 warning MethodName Method name 'sendQBP_Q22' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 565 37
    #A157 warning GoogleMethodName Method name 'showQBP_Q22' has invalid underscore usage, underscores only allowed between adjacent digits. 714 19
    #A158 warning MethodName Method name 'showQBP_Q22' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 19
    #A159 warning GoogleMethodName Method name 'sendQBP_Q23' has invalid underscore usage, underscores only allowed between adjacent digits. 742 27
    #A160 warning MethodName Method name 'sendQBP_Q23' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 742 27
    #A161 warning GoogleMethodName Method name 'makeQPD_Q22' has invalid underscore usage, underscores only allowed between adjacent digits. 805 20
    #A162 warning MethodName Method name 'makeQPD_Q22' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 805 20
    #A163 warning GoogleMethodName Method name 'makeQPD_Q22' has invalid underscore usage, underscores only allowed between adjacent digits. 822 20
    #A164 warning MethodName Method name 'makeQPD_Q22' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A165 warning GoogleMethodName Method name 'c_move' has invalid underscore usage, underscores only allowed between adjacent digits. 76 21
    #A166 warning MethodName Method name 'c_move' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A167 warning GoogleMethodName Method name 'c_move' has invalid underscore usage, underscores only allowed between adjacent digits. 114 17
    #A168 warning MethodName Method name 'c_move' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A169 warning GoogleMethodName Method name 'isNativeLE_TS' has invalid underscore usage, underscores only allowed between adjacent digits. 78 34
    #A170 warning MethodName Method name 'isNativeLE_TS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A171 warning GoogleMethodName Method name 'byte_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 1782 31
    #A172 warning MethodName Method name 'byte_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A173 warning GoogleMethodName Method name '_getImageFile' has invalid underscore usage, underscores only allowed between adjacent digits. 589 18
    #A174 warning MethodName Method name '_getImageFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 589 18
    #A175 warning GoogleMethodName Method name '_writeImageFile' has invalid underscore usage, underscores only allowed between adjacent digits. 651 18
    #A176 warning MethodName Method name '_writeImageFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A177 warning GoogleMethodName Method name '_string2List' has invalid underscore usage, underscores only allowed between adjacent digits. 436 18
    #A178 warning MethodName Method name '_string2List' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A179 warning GoogleMethodName Method name '_move_studies' has invalid underscore usage, underscores only allowed between adjacent digits. 146 18
    #A180 warning MethodName Method name '_move_studies' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 18
    #A181 warning GoogleMethodName Method name '_move_series' has invalid underscore usage, underscores only allowed between adjacent digits. 162 18
    #A182 warning MethodName Method name '_move_series' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 18
    #A183 warning GoogleMethodName Method name '_move_instances' has invalid underscore usage, underscores only allowed between adjacent digits. 211 18
    #A184 warning MethodName Method name '_move_instances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 18
    #A185 warning GoogleMethodName Method name '_updateStudyWithSeries' has invalid underscore usage, underscores only allowed between adjacent digits. 320 18
    #A186 warning MethodName Method name '_updateStudyWithSeries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 320 18
    #A187 warning GoogleMethodName Method name '_updatePatientWithStudies' has invalid underscore usage, underscores only allowed between adjacent digits. 333 18
    #A188 warning MethodName Method name '_updatePatientWithStudies' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 18
    #A189 warning GoogleMethodName Method name '_updateSeriesWithInstances' has invalid underscore usage, underscores only allowed between adjacent digits. 339 18
    #A190 warning MethodName Method name '_updateSeriesWithInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A191 warning GoogleMethodName Method name 'setView_name' has invalid underscore usage, underscores only allowed between adjacent digits. 121 17
    #A192 warning MethodName Method name 'setView_name' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A193 warning GoogleMethodName Method name '_getStartDateAsLong' has invalid underscore usage, underscores only allowed between adjacent digits. 257 22
    #A194 warning MethodName Method name '_getStartDateAsLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A195 warning GoogleMethodName Method name '_getStartDateAsLong' has invalid underscore usage, underscores only allowed between adjacent digits. 238 22
    #A196 warning MethodName Method name '_getStartDateAsLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A197 warning GoogleMethodName Method name '_getMediaStatusList' has invalid underscore usage, underscores only allowed between adjacent digits. 249 31
    #A198 warning MethodName Method name '_getMediaStatusList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 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
    #A199 warning GoogleMethodName Method name '_getStartDateAsLong' has invalid underscore usage, underscores only allowed between adjacent digits. 346 22
    #A200 warning MethodName Method name '_getStartDateAsLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 22