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.
| 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 |
|
|
| Report id |
Files |
Violations |
Severity-warning |
| base |
0 |
0 |
0 |
| patch |
1883 |
40 (40 added) |
40 (40 added) |
|
17 files with differences |
40 changes in violations |
40 changes in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck |
| base |
0 |
| patch |
40 (40 added) |
| changes in violations |
40 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
40
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/flowable/FlowableConversionTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A1 |
warning |
GoogleMethodName |
Method name 'x' is not valid per Google Java Style Guide. |
62 |
22 |
| #A2 |
warning |
GoogleMethodName |
Method name 'DESTROY' is not valid per Google Java Style Guide. |
86 |
48 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableCombineLatestTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A3 |
warning |
GoogleMethodName |
Method name 'FlowableSourcesInIterable' is not valid per Google Java Style Guide. |
1564 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableConcatMapEagerTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A4 |
warning |
GoogleMethodName |
Method name 'Flowable' is not valid per Google Java Style Guide. |
735 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableGroupByTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A5 |
warning |
GoogleMethodName |
Method name 'ASYNC_INFINITE_OBSERVABLE_OF_EVENT' is not valid per Google Java Style Guide. |
981 |
21 |
| #A6 |
warning |
GoogleMethodName |
Method name 'SYNC_INFINITE_OBSERVABLE_OF_EVENT' is not valid per Google Java Style Guide. |
985 |
21 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableMergeTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A7 |
warning |
GoogleMethodName |
Method name 'shouldCompleteAfterApplyingBackpressure_NormalPath' is not valid per Google Java Style Guide. |
1052 |
17 |
| #A8 |
warning |
GoogleMethodName |
Method name 'shouldCompleteAfterApplyingBackpressure_FastPath' is not valid per Google Java Style Guide. |
1062 |
17 |
| #A9 |
warning |
GoogleMethodName |
Method name 'delayedErrorsShouldBeEmittedWhenCompleteAfterApplyingBackpressure_NormalPath' is not valid per Google Java Style Guide. |
1089 |
17 |
| #A10 |
warning |
GoogleMethodName |
Method name 'delayedErrorsShouldBeEmittedWhenCompleteAfterApplyingBackpressure_FastPath' is not valid per Google Java Style Guide. |
1101 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableReplayEagerTruncateTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A11 |
warning |
GoogleMethodName |
Method name 'issue2191_UnsubscribeSource' is not valid per Google Java Style Guide. |
516 |
17 |
| #A12 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribe' is not valid per Google Java Style Guide. |
566 |
17 |
| #A13 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribeOnError' is not valid per Google Java Style Guide. |
626 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableReplayTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A14 |
warning |
GoogleMethodName |
Method name 'issue2191_UnsubscribeSource' is not valid per Google Java Style Guide. |
519 |
17 |
| #A15 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribe' is not valid per Google Java Style Guide. |
569 |
17 |
| #A16 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribeOnError' is not valid per Google Java Style Guide. |
629 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableZipTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A17 |
warning |
GoogleMethodName |
Method name 'OBSERVABLE_OF_5_INTEGERS' is not valid per Google Java Style Guide. |
1122 |
23 |
| #A18 |
warning |
GoogleMethodName |
Method name 'ASYNC_OBSERVABLE_OF_INFINITE_INTEGERS' is not valid per Google Java Style Guide. |
1143 |
23 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/observable/ObservableConcatMapEagerTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A19 |
warning |
GoogleMethodName |
Method name 'Observable' is not valid per Google Java Style Guide. |
509 |
17 |
| #A20 |
warning |
GoogleMethodName |
Method name 'ObservableCapacityHint' is not valid per Google Java Style Guide. |
521 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/observable/ObservableGroupByTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A21 |
warning |
GoogleMethodName |
Method name 'ASYNC_INFINITE_OBSERVABLE_OF_EVENT' is not valid per Google Java Style Guide. |
963 |
23 |
| #A22 |
warning |
GoogleMethodName |
Method name 'SYNC_INFINITE_OBSERVABLE_OF_EVENT' is not valid per Google Java Style Guide. |
967 |
23 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/observable/ObservableReplayEagerTruncateTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A23 |
warning |
GoogleMethodName |
Method name 'issue2191_UnsubscribeSource' is not valid per Google Java Style Guide. |
516 |
17 |
| #A24 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribe' is not valid per Google Java Style Guide. |
566 |
17 |
| #A25 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribeOnError' is not valid per Google Java Style Guide. |
619 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/observable/ObservableReplayTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A26 |
warning |
GoogleMethodName |
Method name 'issue2191_UnsubscribeSource' is not valid per Google Java Style Guide. |
516 |
17 |
| #A27 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribe' is not valid per Google Java Style Guide. |
566 |
17 |
| #A28 |
warning |
GoogleMethodName |
Method name 'issue2191_SchedulerUnsubscribeOnError' is not valid per Google Java Style Guide. |
619 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/internal/operators/observable/ObservableZipTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A29 |
warning |
GoogleMethodName |
Method name 'OBSERVABLE_OF_5_INTEGERS' is not valid per Google Java Style Guide. |
1022 |
25 |
| #A30 |
warning |
GoogleMethodName |
Method name 'ASYNC_OBSERVABLE_OF_INFINITE_INTEGERS' is not valid per Google Java Style Guide. |
1043 |
25 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/observers/SafeObserverTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A31 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONNEXT_FAIL' is not valid per Google Java Style Guide. |
95 |
37 |
| #A32 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONNEXT_ONERROR_FAIL' is not valid per Google Java Style Guide. |
116 |
37 |
| #A33 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONERROR_FAIL' is not valid per Google Java Style Guide. |
137 |
37 |
| #A34 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONCOMPLETED_FAIL' is not valid per Google Java Style Guide. |
158 |
37 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/schedulers/CachedThreadSchedulerTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A35 |
warning |
GoogleMethodName |
Method name 'iOScheduler' is not valid per Google Java Style Guide. |
40 |
23 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/subscribers/SafeSubscriberTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A36 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONNEXT_FAIL' is not valid per Google Java Style Guide. |
239 |
39 |
| #A37 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONNEXT_ONERROR_FAIL' is not valid per Google Java Style Guide. |
260 |
39 |
| #A38 |
warning |
GoogleMethodName |
Method name 'OBSERVER_ONCOMPLETED_FAIL' is not valid per Google Java Style Guide. |
302 |
39 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/RxJava/src/test/java/io/reactivex/rxjava3/validators/JavadocWording.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A39 |
warning |
GoogleMethodName |
Method name 'aOrAn' is not valid per Google Java Style Guide. |
1013 |
17 |
| #A40 |
warning |
GoogleMethodName |
Method name 'aOrAn' is not valid per Google Java Style Guide. |
1026 |
17 |