| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
severity
charset haltOnException |
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
fileNamePattern
|
| TreeWalker |
skipFileOnJavaParseException
javaParseExceptionSeverity |
skipFileOnJavaParseException
javaParseExceptionSeverity |
| JavadocMethod |
id
|
id
|
| JavadocMethod |
id
accessModifiers allowMissingParamTags |
id
accessModifiers allowMissingParamTags |
| JavadocMethod |
id
accessModifiers |
id
accessModifiers |
| JavadocMethod |
id
allowMissingReturnTag |
id
allowMissingReturnTag |
| JavadocMethod |
id
allowedAnnotations |
id
allowedAnnotations |
| JavadocMethod |
tokens
id |
tokens
id |
| JavadocMethod |
validateThrows
id |
validateThrows
id |
| JavadocMethod |
id
allowInlineReturn |
id
allowInlineReturn |
| SuppressionXpathSingleFilter |
message
|
message
|
| Report id | Files | Violations | Severity-warning |
|---|---|---|---|
| base | 2686 | 6253 | 6253 |
| patch | 2686 | 6279 (15 removed, 41 added) | 6279 (15 removed, 41 added) |
| 9 files with differences | 56 changes in violations | 56 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example2 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example1 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example4 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example3 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example6 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example5 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example8 | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example7 |
|---|---|---|---|---|---|---|---|---|
| base | 512 | 1191 | 533 | 13 | 68 | 1180 | 1191 | 1565 |
| patch | 511 (1 removed) | 1196 (3 removed, 8 added) | 535 (2 removed, 4 added) | 13 | 68 | 1190 (2 removed, 12 added) | 1196 (3 removed, 8 added) | 1570 (4 removed, 9 added) |
| changes in violations | 1 | 11 | 6 | 0 | 0 | 14 | 11 | 13 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | JavadocMethodCheck#example7 | Expected @throws tag for 'AssertionError'. | 305 | 35 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'comps'. | 50 | 50 |
| #A3 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'comps'. | 50 | 50 |
| #A4 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'comps'. | 50 | 50 |
| #A5 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'comps'. | 50 | 50 |
| #A6 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'size'. | 50 | 63 |
| #A7 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'size'. | 50 | 63 |
| #A8 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'size'. | 50 | 63 |
| #A9 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'size'. | 50 | 63 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A10 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 807 | |
| #A11 | warning | JavadocMethodCheck#example2 | @return tag should be present and have description. | 807 | |
| #A12 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 807 | |
| #A13 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 807 | |
| #A14 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 807 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A15 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 766 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A16 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 68 | |
| #A17 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'block'. | 69 | 51 |
| #A18 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 73 | |
| #A19 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'block'. | 74 | 52 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A20 | warning | JavadocMethodCheck#example7 | Expected @throws tag for 'UnsupportedOperationException'. | 408 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A21 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 38 | |
| #A22 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 38 | |
| #A23 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 38 | |
| #A24 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 38 | |
| #A25 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'x'. | 40 | 25 |
| #A26 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'x'. | 40 | 25 |
| #A27 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'x'. | 40 | 25 |
| #A28 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'x'. | 40 | 25 |
| #A29 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'x'. | 40 | 25 |
| #A30 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 44 | |
| #A31 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 44 | |
| #A32 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 44 | |
| #A33 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 44 | |
| #A34 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'x'. | 47 | 30 |
| #A35 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'x'. | 47 | 30 |
| #A36 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'x'. | 47 | 30 |
| #A37 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'x'. | 47 | 30 |
| #A38 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'x'. | 47 | 30 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A39 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 17 | |
| #A40 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 17 | |
| #A41 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 17 | |
| #A42 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A43 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 14 | |
| #A44 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 14 | |
| #A45 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 14 | |
| #A46 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 14 | |
| #A47 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'x'. | 14 | 22 |
| #A48 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'x'. | 14 | 22 |
| #A49 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'x'. | 14 | 22 |
| #A50 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'x'. | 14 | 22 |
| #A51 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'x'. | 14 | 22 |
| #A52 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'y'. | 14 | 29 |
| #A53 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'y'. | 14 | 29 |
| #A54 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'y'. | 14 | 29 |
| #A55 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'y'. | 14 | 29 |
| #A56 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'y'. | 14 | 29 |