Patrick Way
Patrick Way
Re-Opening since keys having anchors and aliases are still not functional
Thanks @timtebeek, this is very helpful
full stack trace for reference: ```LOG org.openrewrite.UncaughtVisitorException: java.lang.NullPointerException: Cannot invoke \"org.openrewrite.java.tree.JContainer.getBefore()\" because \"container\" is null at org.openrewrite.TreeVisitor.visit(TreeVisitor.java:253) at org.openrewrite.TreeVisitor.visitAndCast(TreeVisitor.java:285) at org.openrewrite.java.JavaVisitor.visitEnumValue(JavaVisitor.java:545) at org.openrewrite.java.tree.J$EnumValue.acceptJava(J.java:1555) at org.openrewrite.java.tree.J.accept(J.java:55) at org.openrewrite.TreeVisitor.visit(TreeVisitor.java:206) at org.openrewrite.TreeVisitor.visitAndCast(TreeVisitor.java:285) at...
Still requires update for AutoDecting `Spaces#Within.MethodCallParentheses`
Thanks for the detailed report @georgeVasiliu! I am able to reproduce the bug and will work on a solution.
Hello @georgeVasiliu, As it turns out the latest release 4.25.2 adds support for exclusions, here is an example of excluding the module-info.java file. ```xml org.openrewrite.maven rewrite-maven-plugin 4.26.0-SNAPSHOT org.openrewrite.java.format.AutoFormat **/module-info.java ```...
Thanks @georgeVasiliu, Glad to hear exclusions are working for you :) How about we keep this one open while #1925 is in progress.
Maven - ExcludeDependency excludes transitive dependencies which are already test-scoped by a parent
Thanks for the detailed analysis @nmck257!
Thanks for the review @sambsnyd :)