Results 1611 comments of Roman Ivanov

https://checkstyle.org/releasenotes_old_8-0_8-34.html#Release_8.34 >Update AbstractChecks to log DetailAST - MissingJavadocType. Author: HuGanghui [#7747](https://github.com/checkstyle/checkstyle/issues/7747)

Nuance is that `public class Example` is on line 6 ``--CLASS_DEF -> CLASS_DEF [5:0]` beginning of class declaration is on line 5. So this is visual problem, humans naturally expects...

@carldenigma, consider closing issue if you agree with reasoning from me.

I am closing issue, but what we should probably think on is too start reporting violation on `class` keyword. But this will be big breaking change as people already might...

pint 1) is not actual any more, they reuse common method getFirstJavadocParagraphNodes https://github.com/checkstyle/checkstyle/blob/2562c31cebedb639f7a138a2743723ad4d937990/src/main/java/com/puppycrawl/tools/checkstyle/site/SiteUtil.java#L1410-L1421 https://github.com/checkstyle/checkstyle/blob/2562c31cebedb639f7a138a2743723ad4d937990/src/main/java/com/puppycrawl/tools/checkstyle/site/SiteUtil.java#L1330-L1336

>Probably nail it to the last line separator in the module's javadoc. I think we should read up to the end and simply skip all javadoc tags.

``` [INFO] [checkstyle] Running Checkstyle 10.4 on 2243 files [ERROR] [checkstyle] [ERROR] C:\projects\checkstyle\src\test\java\com\puppycrawl\tools\checkstyle\checks\coding\UnusedLocalVariableCheckTest.java:228:9: Loops should not contain more than a single "break" or "continue" statement [SingleBreakOrContinue] [INFO] ```

Github, generate report for UnusedLocalVariable/all-examples-in-one

Github, generate report for UnusedLocalVariable/all-examples-in-one