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 |
|
|
ArrayTrailingComma |
|
ignoreInlineArrays
false
|
Summary:
Report id |
Files |
Violations |
Severity-warning |
base |
95 |
0 |
0 |
patch |
95 |
15 |
15 |
difference |
12 |
15 |
15 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
15
Violations:
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/Seq.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
243 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
1663 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple0.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
114 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple1.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
121 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple2.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
174 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple3.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
136 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple4.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
143 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple5.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
150 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple6.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
157 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple7.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
164 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Tuple8.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
164 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/test/java/org/jooq/lambda/CheckedConsumerTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
162 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
180 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
198 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/jOOL/src/test/java/org/jooq/lambda/SeqTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
932 |
|