Results 1611 comments of Roman Ivanov

In CI I see `Error: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:site (default-site) on project MCHECKSTYLE-357: Error generating maven-checkstyle-plugin:3.4.1-SNAPSHOT:checkstyle report: Failed during checkstyle configuration: cannot initialize module TreeWalker - cannot initialize module...

> Obviously this: https://github.com/hazendaz/maven-checkstyle-plugin/commit/714c075158b70f085bd16722b460bc850e897059? yes

No much reason to create issue, if you are not reference it in commit message. Extension of inputs is not updates that users of checkstyle should know about. We create...

unblocked. @mohitsatr , please prepare for merge

@mohitsatr , please respond to all (each and every) review item.

@Zopsss , I merged without you approval, I think we need to move forward quickly, we spent here already too much.

``` $ java -jar google-java-format-1.27.0-all-deps.jar Test.java > TestFormatted.java $ cat TestFormatted.java package de.playo; import java.lang.reflect.Proxy; public class Test { public static void main(String[] args0) { var serviceAFakeInstance = (String) Proxy.newProxyInstance(...

@Aziz-755 , can you help us to reconcile this request for behavior with #15098 . Previously we ignored switch at all, now we starting to validate it, ans there are...