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 |
39 |
0 |
0 |
patch |
39 |
14 |
14 |
difference |
6 |
14 |
14 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
14
Violations:
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/CellLayout.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
658 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/InstallShortcutReceiver.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
92 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
94 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/Launcher.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
1332 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/LauncherModel.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
654 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
689 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
1341 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
1342 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
1358 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/LauncherProvider.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
392 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
398 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
482 |
|
/home/vikramaditya/Desktop/CS/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/UninstallShortcutReceiver.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
45 |
|
# |
warning |
ArrayTrailingComma |
Array should contain trailing comma. |
46 |
|