-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix #5953: [java] PoC: Add rewrite
support for errorprone.refasterrules
#5956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
rewrite
support for errorprone.refasterrules
rewrite
support for errorprone.refasterrules
Caused by: org.apache.maven.plugin.MojoExecutionException: Applying recipes would make changes. See logs for more details. |
this quality gate will prevent any further @adangel @oowekyala |
This comment was marked as resolved.
This comment was marked as resolved.
a4ba768
to
ef01cfd
Compare
That's about documentation changes -- the link to |
1b7ba06
to
339652a
Compare
aafd1ff
to
e91e2f7
Compare
Compared to main: (comment created at 2025-08-03 12:01:28+00:00 for b9ecb32) |
so is this something you would consider? Error prone could help to avoid some bugs and automate some of checkstyle whitespaces stuff could simple follow. |
please see dedicated checkstyle approach:
We could also run the recipes without the plugin making the code fixes an increment for PMD. If the plugin then is worth to integrate could be determined afterwards. If not we also close this as mentioned in on still ongoing and not resolved discussion: I understand you dont want to integrate the plugin so fast, then encourage you to try other projects like maven to get in touch with spotless. Its the same idea behind all these tools so it should actually be simple here to argue for adding another static code analysis tool, or whats the big deal? |
Fix #5953: [java] PoC: Add
rewrite
support forerrorprone.refasterrules