You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. The import functionality was a contribution and has been unmaintained for some time, so to be completely honest it's not high on my priority list. But never say never.
I'm using Idea 2023.3.8 and CheckStyle-IDEA 5.99.0.
I've downloaded file google_checks.xml 10.20.2.
I've imported it into Idea Code Style using Import Scheme / CheckStyle Configuration.
Here's formatted Java code which obviously does not correspond to the Google style:
Last working file was google_checks.xml 10.18.2.
Here's the same code formatted using this file imported:
This is correct output.
I did some experiments and found out that this commit: 5b301c7a47febfacb78c9d1dd48f99d7a2733310 Issue 15324: added support to check for preceding line break of lcurly for switch-case-default blocks was the first which "broke" the import functionality. The commit before (ee37567e7b96f4e385868b77f11d63a213718b35) works well.
The text was updated successfully, but these errors were encountered: