Results 160 issues of Roman Ivanov

Error is a severity of violation. We report violations to user, severity of it is up to user. There are number of methods, even non API, that mislead by name...

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

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

We have now very weird format of project list. https://github.com/checkstyle/contribution/blob/master/checkstyle-tester/projects-to-test-on.properties It was quick and old decision. It was format for bash language, we deprecated this version a long time ago....

blocked

originally reported by Googlers ( @ekuefler ) at https://github.com/checkstyle/checkstyle/pull/1545 see all details there. it is proved by report on Guava that style guide mean that inline tokes should be allowed...

lang:java

To test regression report workflow

Detected at https://github.com/checkstyle/checkstyle/actions/runs/10604777512/job/29392154381?pr=15570#step:6:308

Closes #15449 output: ``` ✘-1 ~/java/github/romani/checkstyle [i15449-sync-Inputs L|✚ 1⚑ 2] $ ./.ci/google-java-format.sh .ci-temp/google-java-format-1.23.0-all-deps.jar Checking that all excluded java files in this script have matching InputFormatted* file: Create InputFormattedSingleLineJavadocAndInvalidJavadocPosition.java for InputSingleLineJavadocAndInvalidJavadocPosition.java...

exclude list: https://github.com/checkstyle/checkstyle/blob/56d5c8aa59890512dfc7efdc9fbbe9914fb2b94b/.ci/google-java-format.sh#L9-L23 I did excludes by folders, it very rough way, as prove of concept. we need to minimize this list to be file base or as last resort...

approved
miscellaneous