Results 160 issues of Roman Ivanov

Indention of `implements` becomes 0, but should be +4 (as it is line wrap) from 0, so 4. ``` $ cat Test.java /** Tetsing. */ public class Test // comment...

Sorry for not following template, I will update as required a bit later: > As explained in the instructions for submitting an issue at https://checkerframework.org/manual/#reporting-bugs, please include four pieces of...

Example: https://github.com/checkstyle/checkstyle/actions/runs/11346983196

this is what we discussed for long time - Reminder bot Use case: We mark issue by some label , if no comment after it for some time, we close...

Detected at https://github.com/checkstyle/checkstyle/pull/15746 Rules on how examples should be described at https://github.com/checkstyle/checkstyle/issues/13345

approved
miscellaneous
good second issue

https://checkstyle.org/checks/javadoc/javadocparagraph.html#JavadocParagraph we show examples only for 2 violation messages. but Check has https://checkstyle.org/checks/javadoc/javadocparagraph.html#Violation_Messages 4 special for this Check violation messages. We need to extend ExampleX classes to show all violation...

approved
miscellaneous
good second issue

Same as https://github.com/checkstyle/checkstyle/issues/14516 but for javadoc https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/api/JavadocTokenTypes.java https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/JavadocTokenTypes.html https://checkstyle.org/cmdline.html , see -j or -J . ``` SteLeo@DESKTOP-11C7U5R MINGW64 ~/exception_literal test $ cat Test.java * @exception SQLException if query is not...

approved
miscellaneous
good first issue

continuation of https://github.com/google/google-java-format/issues/1147 ``` $ javac Test.java $ cat Test.java public class Test { public void check1(int x) { switch (x) { case 1: x = x + 1; /*...

https://checkstyle.org/releasenotes.html#Release_10.18.2

https://checkstyle.org/releasenotes.html#Release_10.18.1