lhotari commented on PR #23808: URL: https://github.com/apache/pulsar/pull/23808#issuecomment-2575521915
There are multiple checkstyle errors: ``` [ERROR] src/main/java/org/apache/pulsar/client/impl/PulsarClientImplementationBindingImpl.java:[33,1] (imports) ImportOrder: Import java.util.concurrent.ConcurrentMap appears after other imports that it should precede [ERROR] src/main/java/org/apache/pulsar/client/impl/PulsarClientImplementationBindingImpl.java:[88,1] (imports) ImportOrder: Import com.google.common.collect.MapMaker appears after other imports that it should precede [ERROR] src/main/java/org/apache/pulsar/client/impl/PulsarClientImplementationBindingImpl.java:[222] (regexp) RegexpSingleline: Trailing whitespace [ERROR] src/main/java/org/apache/pulsar/client/impl/PulsarClientImplementationBindingImpl.java:[242] (regexp) RegexpSingleline: Trailing whitespace [ERROR] src/main/java/org/apache/pulsar/client/impl/PulsarClientImplementationBindingImpl.java:[251] (regexp) RegexpSingleline: Trailing whitespace ``` I'd recommend following [the contribution guide to properly configure IntelliJ/IDEA for Pulsar development](https://pulsar.apache.org/contribute/setup-ide/). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
