Patrick Way
Patrick Way
Hi Thomas, I have put up a rewrite-maven [PR](https://github.com/openrewrite/rewrite-maven-plugin/pull/421/files) for setting the charset from mavens `sourceEncoding` property, and working on a rewrite-java solution that will use the maven-plugin charset when...
Hi Tom, This is a good suggestion
Thanks Tim!
@edward3h, thanks so much for the sample project!
this looks like a groovy parsing error, its showing up in the `EmptyNewlineAtEndOfFile` recipe because it changes the file. check out the TypeCast expression below: 
@ZzetT I am closing this one since the related issue https://github.com/openrewrite/rewrite/issues/2090 has been completed. Please re-open if the bug persists.
Thanks for the clarification, @ZzetT. I'm unaware of a fix for the JavaDoc issue and will re-open this one.
data-flow should not be necessary for this one, the spec is specific for non-overridable methods that don’t access instance data.
Hi @tisonkun, looking at your config `org.openrewrite.java.format.AutoFormat` does not order imports, can you try again with the `org.openrewrite.java.OrderImports` recipe added to the configuration?
Thanks @tisonkun, I will have a look