Yukei7 commented on PR #3248: URL: https://github.com/apache/cassandra/pull/3248#issuecomment-2057218154
> it doesnt compile > > checkstyle: [mkdir] Created dir: /home/fermat/dev/cassandra/[cassandra-instaclustr](https://issues.apache.org/jira/browse/CASSANDRA-instaclustr)/[cassandra-4](https://issues.apache.org/jira/browse/CASSANDRA-4).1/build/checkstyle [checkstyle] Running Checkstyle 8.40 on 2134 files [checkstyle] [ERROR] /home/fermat/dev/cassandra/[cassandra-instaclustr](https://issues.apache.org/jira/browse/CASSANDRA-instaclustr)/[cassandra-4](https://issues.apache.org/jira/browse/CASSANDRA-4).1/src/java/org/apache/cassandra/cql3/statements/schema/AlterSchemaStatement.java:29:8: Unused import - org.apache.cassandra.db.guardrails.Guardrails. [UnusedImports] [checkstyle] [ERROR] /home/fermat/dev/cassandra/[cassandra-instaclustr](https://issues.apache.org/jira/browse/CASSANDRA-instaclustr)/[cassandra-4](https://issues.apache.org/jira/browse/CASSANDRA-4).1/src/java/org/apache/cassandra/db/guardrails/Guardrails.java:21:8: Unused import - java.lang.reflect.Field. [UnusedImports] > > I did `ant realclean && ant artifacts` Removed those unused import. I did `ant realclean && ant artifacts` but it `BUILD SUCCESSFUL` and didn't complain about this. Not sure why checkstyle was not working on my side -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

