-
Notifications
You must be signed in to change notification settings - Fork 160
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
Next button becomes gray #650
Comments
Thanks for the report. That suggest something is breaking and not being handled. Are you willing/able to attached the Checkstyle file in question, please? |
The exact same project with the same checkstyle works for my teammates on their macs (as well as on my own mac), however it fails on linux for some reason. Maybe that helps as well.
|
Thank you. That's frustrating, as I am also on Mac, and as you can imagine it's working fine for me. The most common cause of such problems is case-sensitivity of the FS, but I can't see any obvious way as to how that could affect us in this case. Quick check - is anything getting logged in the IDEA log file? (I think |
Could you also please try with the just-released 5.94.0, as that fixes a bug with property parsing that didn't take defaults into account in some scenarios? |
Same thing with 5.94.0 However here are some potentially relevant snippets in the IDEA logs:
|
Ah, that's perfect - thanks. Newer versions of IDEA swap the ability to find project paths with methods to "guess" them, and they can fail - this appears to be a case where we're not handling this eventuality. I'll have a butchers. |
Great, keep me up to date! |
Ooo, this is exciting. I think it is case-sensitivity. We're hitting a path that should only be seen when the plugin isn't installed, i.e. unit testing. The reason for this seems to be a file check where we're using the plugin ID. As of the latest Gradle IDEA plugin they changed the logic so that the plugin ID is always lowercased on disk. Hence, it's fine on Win/Mac, but won't be able to find it on Linux. Could you please test |
It works! |
Thank you - I'll release this as 5.94.1, but other than being build on CI there won't be any difference between the release JAR and what you have. Thanks for your help! |
When adding a new configuration, I enter a description, choose a file.
Then I click "Next". As soon as I click the button, it becomes gray and I can no longer click on it.
Nothing happens, no next page, no errors, etc...
I did a screen recording if it helps.
Screen.Recording.2024-08-26.at.16.12.20.mov
CheckStyle-idea 5.93.4
IntelliJ IDEA 2024.2.0.2 (Ultimate Edition)
Build #IU-242.20224.419, built on August 19, 2024
Runtime version: 21.0.3+13-b509.4 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.X11.XToolkit
Linux 5.10.223-190.873.amzn2int.x86_64
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4096M
Cores: 32
Registry:
ide.experimental.ui=true
Non-Bundled Plugins:
aws.toolkit.core (3.24-242)
CheckStyle-IDEA (5.93.4)
org.intellij.scala (2024.2.20)
amazon.q (3.24-242)
Kotlin: 242.20224.419-IJ
Current Desktop: MATE
The text was updated successfully, but these errors were encountered: