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
|
BeforeExecutionExclusionFileFilter |
|
fileNamePattern
module\-info\.java$
|
TreeWalker |
|
|
Jsr305Annotations |
|
packages
org,com
|
ThrowsCount |
|
max
20000000
|
Summary:
Report id |
Files |
Violations |
Severity-warning |
base |
0 |
0 |
0 |
patch |
9 |
1 |
1 |
difference |
1 |
1 |
1 |
Report id |
com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck |
base |
0 |
patch |
1 |
difference |
1 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
1
Violations:
/home/md/src/contribution/checkstyle-tester/repositories/example-webservice/src/main/java/org/example/webservice/service/impl/PingServiceImpl.java
|
Severity |
Rule |
Message |
Line |
Col |
# |
warning |
Jsr305Annotations |
No nullness Annotation for parameter definition found! |
79 |
29 |