rnveach
rnveach
This issue should also document what we won't support, when we identify those things, like [JEP 445: Unnamed Classes and Instance Main Methods ](https://openjdk.org/jeps/445).
> Error: Could not find or load main class .checkstyle.google.severity=error This is a Java error, not a Checkstyle error. This is not a main class. Are you on Windows? Did...
Proof issue above looks to be a Windows issue, and that the new property works via system property when it is quoted on Windows: ```` PS \target> java -jar .\checkstyle-10.18.0-SNAPSHOT-all.jar...
This is OS level controlled and OS specific and specific to Java itself. I am pretty sure linux doesn't need the quotes. I thought we agreed in other issues we...
@nrmancuso If you agree with this issue, please mark it approved.
@pbludov I am biased as I was the one that suggested this check idea to @nmancus1 . Usually builders are static calls since the builder is the one that will...
Anyone is free to finish the PR that was closed ( https://github.com/checkstyle/checkstyle/pull/11231 ) and try to get this accepted and merged.
@romani @nrmancuso If we don't create a UT to enforce this and ensure ANTLR updates are updated appropriately in this file and regular TokenTypes, then things like https://github.com/checkstyle/checkstyle/pull/14615#discussion_r1528684583 will break...