-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[java] UnnecessaryLocalBeforeBranchRule #5835
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
need to fix imports... [ERROR] src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryLocalBeforeThrowRule.java:[15,1] (imports) ImportOrder: Wrong order for 'net.sourceforge.pmd.properties.PropertyFactory.booleanProperty' import. |
ec64999
to
07e2497
Compare
Compared to main: (comment created at 2025-06-19 20:49:42+00:00 for 07e2497) |
07e2497
to
9663264
Compare
item: pmd-java: Versions of archives indicate a minor change but binary incompatible changes found. how to fix this please? assuming its related to new version since="7.15.0". |
should we give rewrite migration script for this, or does the license impose issues here as well? im sure @iddeepak can grasp this very fast, like always, provide PoC. |
Thanks @Pankraz76! I believe it depends on the implementation, since Rewrite is under the Moderne license. |
prerequisite to fix imports:
Maven Spotless Plugin
#5776Describe the PR
Related issues
Ready?
./mvnw clean verify
passes (checked automatically by github actions)