| 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 | 4138 | 48310 | 48310 |
| patch | 4138 | 48334 (15 removed, 39 added) | 48334 (15 removed, 39 added) |
| 5 files with differences | 54 changes in violations | 54 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 | 4182 | 9406 | 4904 | 199 | 299 | 9603 | 9406 | 10311 |
| patch | 4180 (3 removed, 1 added) | 9411 (3 removed, 8 added) | 4910 (6 added) | 199 | 299 | 9608 (3 removed, 8 added) | 9411 (3 removed, 8 added) | 10316 (3 removed, 8 added) |
| changes in violations | 4 | 11 | 6 | 0 | 0 | 11 | 11 | 11 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 47 | |
| #A2 | warning | JavadocMethodCheck#example2 | @return tag should be present and have description. | 47 | |
| #A3 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 47 | |
| #A4 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 47 | |
| #A5 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 47 | |
| #A6 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'indices'. | 47 | 41 |
| #A7 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'indices'. | 47 | 41 |
| #A8 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'indices'. | 47 | 41 |
| #A9 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'indices'. | 47 | 41 |
| #A10 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'indices'. | 47 | 41 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A11 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 80 | |
| #A12 | warning | JavadocMethodCheck#example2 | @return tag should be present and have description. | 80 | |
| #A13 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 80 | |
| #A14 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 80 | |
| #A15 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 80 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A16 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 104 | |
| #A17 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 104 | |
| #A18 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 104 | |
| #A19 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 104 | |
| #A20 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'Nxy'. | 104 | 29 |
| #A21 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'Nxy'. | 104 | 29 |
| #A22 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'Nxy'. | 104 | 29 |
| #A23 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'Nxy'. | 104 | 29 |
| #A24 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'Nxy'. | 104 | 29 |
| #A25 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'Nx_'. | 104 | 41 |
| #A26 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'Nx_'. | 104 | 41 |
| #A27 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'Nx_'. | 104 | 41 |
| #A28 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'Nx_'. | 104 | 41 |
| #A29 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'Nx_'. | 104 | 41 |
| #A30 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'N_y'. | 104 | 53 |
| #A31 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'N_y'. | 104 | 53 |
| #A32 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'N_y'. | 104 | 53 |
| #A33 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'N_y'. | 104 | 53 |
| #A34 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'N_y'. | 104 | 53 |
| #A35 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'N'. | 104 | 65 |
| #A36 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'N'. | 104 | 65 |
| #A37 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'N'. | 104 | 65 |
| #A38 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'N'. | 104 | 65 |
| #A39 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'N'. | 104 | 65 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A40 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 41 | |
| #A41 | warning | JavadocMethodCheck#example2 | @return tag should be present and have description. | 41 | |
| #A42 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 41 | |
| #A43 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 41 | |
| #A44 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 41 | |
| #A45 | warning | JavadocMethodCheck#example1 | @return tag should be present and have description. | 46 | |
| #A46 | warning | JavadocMethodCheck#example2 | @return tag should be present and have description. | 46 | |
| #A47 | warning | JavadocMethodCheck#example5 | @return tag should be present and have description. | 46 | |
| #A48 | warning | JavadocMethodCheck#example7 | @return tag should be present and have description. | 46 | |
| #A49 | warning | JavadocMethodCheck#example8 | @return tag should be present and have description. | 46 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A50 | warning | JavadocMethodCheck#example1 | Expected @param tag for 'reader'. | 60 | 33 |
| #A51 | warning | JavadocMethodCheck#example4 | Expected @param tag for 'reader'. | 60 | 33 |
| #A52 | warning | JavadocMethodCheck#example5 | Expected @param tag for 'reader'. | 60 | 33 |
| #A53 | warning | JavadocMethodCheck#example7 | Expected @param tag for 'reader'. | 60 | 33 |
| #A54 | warning | JavadocMethodCheck#example8 | Expected @param tag for 'reader'. | 60 | 33 |