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 41 42 42
    patch 41 8 (42 removed, 8 added) 8 (42 removed, 8 added)
    15 files with differences 50 changes in violations 50 changes in violations

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

    Number of unique base messages reported below: 42
    Number of unique patch messages reported below: 8

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/AggregateTest.java

    Severity Rule Message Line Col
    #A1 warning MethodName Method name 'aggregate_on_bi_element_predicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 5
    #A2 warning MethodName Method name 'aggregate_on_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 5
    #A3 warning MethodName Method name 'aggregate_on_size2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 5
    #A4 warning MethodName Method name 'aggregate_on_size3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 5
    #A5 warning MethodName Method name 'find_first_on_size2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/GroupRunsTest.java

    Severity Rule Message Line Col
    #A6 warning MethodName Method name 'group_runs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 5
    #A7 warning MethodName Method name 'group_runs_end_has_run' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 5
    #A8 warning MethodName Method name 'group_is_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/InterleaveTest.java

    Severity Rule Message Line Col
    #A9 warning MethodName Method name 'round_robin_interleaving' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 5
    #A10 warning MethodName Method name 'sorted_interleaving' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 5
    #A11 warning MethodName Method name 'prioritised_interleaving' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/MergeTest.java

    Severity Rule Message Line Col
    #A12 warning MethodName Method name 'merges_streams_to_list_with_unit_merger_and_combiner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 16 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/MinMaxByProjectionTest.java

    Severity Rule Message Line Col
    #A13 warning MethodName Method name 'max_by_with_projection_and_default_comparer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 16 5
    #A14 warning MethodName Method name 'min_by_with_projection_and_default_comparer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/NoCombinerTest.java

    Severity Rule Message Line Col
    #A15 warning MethodName Method name 'throws_illegal_state_exception_when_called' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 5
    #A16 warning MethodName Method name 'is_never_called_for_sequential_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 5
    #A17 warning MethodName Method name 'can_be_used_in_a_collector' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 5
    #A18 warning GoogleMethodName Test method name 'can_be_used_in_a_collector' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 27 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/NullableTest.java

    Severity Rule Message Line Col
    #A19 warning MethodName Method name 'streamNullable_converts_null_to_empty_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 14 5
    #A20 warning MethodName Method name 'streamNullable_converts_non_null_value_to_stream_with_single_value' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/OptionalTest.java

    Severity Rule Message Line Col
    #A21 warning MethodName Method name 'stream_of_nonempty_optionals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 5
    #A22 warning MethodName Method name 'stream_of_empty_optionals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/SkipWhileTest.java

    Severity Rule Message Line Col
    #A23 warning MethodName Method name 'skip_while_skips_items_while_condition_is_met' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 15 5
    #A24 warning MethodName Method name 'skip_until_takes_items_until_condition_is_met' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/StreamableTest.java

    Severity Rule Message Line Col
    #A25 warning MethodName Method name 'can_stream_repeatedly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 16 5
    #A26 warning MethodName Method name 'captures_stream_transformations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 5
    #A27 warning MethodName Method name 'concat_multiple_streamables' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 5
    #A28 warning MethodName Method name 'streamable_of_optional' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 5
    #A29 warning MethodName Method name 'streamable_of_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/TakeWhileTest.java

    Severity Rule Message Line Col
    #A30 warning MethodName Method name 'take_while_takes_items_while_condition_is_met' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 14 5
    #A31 warning MethodName Method name 'take_until_takes_items_until_condition_is_met' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/UnfoldTest.java

    Severity Rule Message Line Col
    #A32 warning MethodName Method name 'unfolds_a_seed_until_empty_is_returned' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 15 17
    #A33 warning GoogleMethodName Test method name 'unfolds_a_seed_until_empty_is_returned' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 15 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/UniqueTest.java

    Severity Rule Message Line Col
    #A34 warning MethodName Method name 'returns_empty_for_empty_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 16 5
    #A35 warning MethodName Method name 'returns_unique_item' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 5
    #A36 warning MethodName Method name 'throws_exception_if_item_is_not_unique' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/WindowedTest.java

    Severity Rule Message Line Col
    #A37 warning MethodName Method name 'windowing_on_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 5
    #A38 warning MethodName Method name 'windowing_on_list_two_overlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 5
    #A39 warning MethodName Method name 'windowing_on__empty_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 5
    #A40 warning GoogleMethodName Test method name 'windowing_on__empty_list' has invalid underscore usage, underscore only allowed between letters or between digits. 45 5

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/ZipTest.java

    Severity Rule Message Line Col
    #A41 warning MethodName Method name 'zips_a_pair_of_streams_of_same_length' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 15 5
    #A42 warning GoogleMethodName Test method name 'zips_a_pair_of_streams_of_same_length' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 15 5
    #A43 warning MethodName Method name 'zips_a_pair_of_streams_where_first_stream_is_longer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 5
    #A44 warning GoogleMethodName Test method name 'zips_a_pair_of_streams_where_first_stream_is_longer' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 5
    #A45 warning MethodName Method name 'zips_a_pair_of_streams_where_second_stream_is_longer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 5
    #A46 warning GoogleMethodName Test method name 'zips_a_pair_of_streams_where_second_stream_is_longer' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 35 5
    #A47 warning MethodName Method name 'zips_a_stream_with_index' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 5
    #A48 warning GoogleMethodName Test method name 'zips_a_stream_with_index' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 45 5
    #A49 warning MethodName Method name 'zips_a_trio_of_streams_of_same_length' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 5
    #A50 warning GoogleMethodName Test method name 'zips_a_trio_of_streams_of_same_length' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 57 5