Liam Miller-Cushon
Liam Miller-Cushon
@PhilippWendler This is the build of the plugin: [issue744.zip](https://github.com/google/google-java-format/files/12819169/issue744.zip). (The `.zip` contains `google-java-format-eclipse-plugin-1.18.1.jar`.)
Great, thank you for testing! I have published the release: https://github.com/google/google-java-format/releases/tag/v1.18.1
(https://github.com/google/google-java-format/issues/317)
https://github.com/google/google-java-format/issues/211
> However, would it make sense to implement a more general solution which allows checks to specify an optional minimum Java version? And then maybe directly disable the checks on...
I remember some discussion about line comments in non-`->` switches, where it's a little harder to know what the comment was supposed to be attached to, and it might be...
(The internal bug is b/21900318) `// fall through` might not be the best example for a comment that was conceptually attached to the preceding statement group
Thanks for this! I have some questions about the details, but overall making this useful/available in OSS seems like a good thing to do. For some background on e5ffbe4b14f2c4e59aef331e308f23d602fdd431, we're...
Taking another look at this as I continue slowly working through the PR backlog, the only part of this I'm wondering about is: > Another question is about the use...