Checkstyle Results
The following document contains the results of Checkstyle 10.12.7 with global-build-tools/checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
32 | 0 | 26 | 0 |
Files
Details
io/wcm/caravan/hal/comparison/HalDifference.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
io/wcm/caravan/hal/comparison/impl/context/HalComparisonContextImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
io/wcm/caravan/hal/comparison/impl/difference/HalDifferenceListBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
io/wcm/caravan/hal/comparison/impl/matching/MatchingAlgorithm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
io/wcm/caravan/hal/comparison/impl/matching/SimpleIdMatchingAlgorithm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | FinalClass | Class MatchingResultImpl should be declared as final. | 72 |