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 |
|
|
TreeWalker |
|
|
IllegalTypeCheck |
illegalClassNames
Boolean
|
illegalClassNames
Boolean
|
ClassFanOutComplexity |
max
0
|
max
0
|
ClassDataAbstractionCoupling |
max
0
|
max
0
|
Summary:
Report id |
Files |
Violations |
Severity-error |
base |
281 |
576 |
576 |
patch |
281 |
575 |
575 |
difference |
22 |
43 |
43 |
Number of unique base messages reported below:
22
Number of unique patch messages reported below:
21
Violations:
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\main\java\org\apache\commons\lang3\text\translate\EntityArrays.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 1 (max allowed is 0). |
27 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\main\java\org\apache\commons\lang3\time\DateUtils.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 13 (max allowed is 0). |
53 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 12 (max allowed is 0). |
53 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\main\java\org\apache\commons\lang3\time\FastDateParser.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 5 (max allowed is 0). |
747 |
5 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 4 (max allowed is 0). |
747 |
5 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\ArrayUtilsTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 9 (max allowed is 0). |
35 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 8 (max allowed is 0). |
35 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\StringEscapeUtilsTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 6 (max allowed is 0). |
42 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 5 (max allowed is 0). |
42 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\StringUtilsEqualsIndexOfTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 4 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\StringUtilsTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 7 (max allowed is 0). |
47 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 6 (max allowed is 0). |
47 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\CompareToBuilderTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 5 (max allowed is 0). |
31 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 4 (max allowed is 0). |
31 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\DefaultToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\EqualsBuilderTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 12 (max allowed is 0). |
33 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 11 (max allowed is 0). |
33 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\HashCodeBuilderTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 7 (max allowed is 0). |
29 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 6 (max allowed is 0). |
29 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\JsonToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
36 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
36 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\MultiLineToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
35 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
35 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\NoClassNameToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\NoFieldNamesToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\RecursiveToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 6 (max allowed is 0). |
33 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 5 (max allowed is 0). |
33 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\ShortPrefixToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\SimpleToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\StandardToStringStyleTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 4 (max allowed is 0). |
34 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 3 (max allowed is 0). |
34 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\builder\ToStringBuilderTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 18 (max allowed is 0). |
38 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 17 (max allowed is 0). |
38 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\reflect\MethodUtilsTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 5 (max allowed is 0). |
56 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 4 (max allowed is 0). |
56 |
1 |
D:\project\check\contribution\contribution\checkstyle-tester\repositories\apache-commons\src\test\java\org\apache\commons\lang3\text\translate\EntityArraysTest.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 2 (max allowed is 0). |
31 |
1 |
# |
error |
ClassFanOutComplexity |
Class Fan-Out Complexity is 1 (max allowed is 0). |
31 |
1 |