-
Notifications
You must be signed in to change notification settings - Fork 155
Checkstyle formatting stopped working #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not only formatting. It is not even reporting issues when analyzed. Some how the rules are not getting picked by the plugin. Is there a way to debug the issue like by connecting my codebase directly with the code underlying for plugin. (New to this world). |
What does work? For a full debug, the easiest way is to use the Gradle target in this project to run up a debug version of IDEA, but it's probably overkill at this stage. On the formatting front, the formatting part of the plugin is essentially standalone. From memory once you've imported the format from the rules file then the plugin has no further interaction - it's all on IDEA's side. So I'd suggest focusing on the scanning first, as an easy indication of whether the plugin is working or not. |
Another similar report from Grant Thomas via email:
For the record, not something I've managed to reproduce yet, but it seems multiple people are hitting this. On my backlog, but it's not even going to get investigated for at least another couple of weeks due to work demands. |
I'm having the same problem. I'm running Intellij 2022.2 but I'm regularly updating the Checkstyle plugin to the latest version.
As described above, the Checkstyle Tab is working, but the real-time scan in an open file is not. |
I'm having the same problem. Checkstyle-IDEA: 5.83.0 |
Thanks for the continued reports - it's helpful to know it's still an issue, although I've been unable to reproduce it as yet. |
Same problem when using the new intellij version : 2024.2 but work on 2024.1. |
I've been using the plugin for more than 3 weeks. It was working fine. Due to some problems, I needed to set the code base up again. With same version of IntelliJ and same everything, just different project, it stopped working. Now reformatting does nothing. Any suggestions?
The text was updated successfully, but these errors were encountered: