Michael Plump
Michael Plump
This should be fixed if you use the newest version of the plugin (1.16.0.0) with Intellij 2022.3.
IntelliJ 2022.3 includes Java 17. So upgrading to that should fix this issue. Please leave a comment if it doesn't.
This should be fixed in 1.16.0.0, which uses a newer officially-supported formatter API.
This should be fixed in 1.16.0.0, which uses a newer officially-supported formatter API.
Can you see if those options are actually being applied to the JVM? For example, if you do a `ps auxw | grep idea.Main`, do you see those options (all...
> Let’s base64-encode the manifest when it passes between Orca tasks This feels like the sort of hacky thing you do when you're using a library you don't have any...
The old version did not optimize your imports. Would you like an option to disable optimizing imports? There's really no other way around this.
Some additional clarification here: Since the old plugin didn't optimize imports, the built-in IDE import optimizer handled that. _If_ you had taken the time to configure your IDE to sort...
@jbduncan I removed it from the README since it's not necessary anymore. But you can see the old version here: https://github.com/google/google-java-format/blob/v1.15.0/README.md#intellij-android-studio-and-other-jetbrains-ides
Are you sure this is what's happening? Can you reproduce this? My plan was that if we detected this case, I would re-trigger the `ImportOptimizer`, so it would call `processFile`...