Results 113 issues of Pankraz76

### Issue #17487: Fix `rewrite` plugin config to align with `spotless`

Apply `palantirJavaFormat` like `maven-parent`. This could help and improve the convenience when interacting with the code base. Maybe the custom import order need to be dropped or adjusted. As we...

- https://github.com/openrewrite/rewrite/issues/6330 - https://github.com/diffplug/spotless/pull/2768 - https://github.com/checkstyle/checkstyle/pull/18157 - https://github.com/checkstyle/checkstyle/pull/18157/files#r2568142210

### Expected Behavior use Error Prone 2.43.0. related might later on use: - https://docs.openrewrite.org/recipes/java/migrate/upgradetojava21 - https://github.com/checkstyle/checkstyle/blob/0500cab4436f0b2759f5797800ef3e0073454a69/rewrite.yml#L15 ### Current Behavior (optional) _No response_ ### Context - https://github.com/google/error-prone/issues/5365 - https://github.com/gradle/gradle/issues/35768 - https://github.com/diffplug/spotless/issues/2755

**Affects PMD Version:** [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.27.0:check (default) on project guava: PMD 7.14.0 has found 1 violation. **Rule:UnusedPrivateMethod** Please provide the rule name and a link to the...

a:false-positive

### Expected Behavior how about automating the burden, following maven, quarkus, spring, kafka, opensearch, elasticsearch, and so on... - https://github.com/apache/maven-parent/blob/d41c7679f9efc780d4b36820067ba6205b2ef9c7/pom.xml#L1419 - https://issues.apache.org/jira/browse/HBASE-26617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514632 ref: - https://github.com/checkstyle/checkstyle/issues/17487 - https://github.com/checkstyle/checkstyle/issues/17732 - https://github.com/gradle/gradle/pull/34880 -...

an:enhancement

## Before this PR ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides? - https://github.com/diffplug/spotless/pull/2522

implementation for: - https://github.com/diffplug/spotless/pull/2547 ## feat: Add `RemoveUnusedDeclarations` formatting rule This PR introduces a new Java formatting rule that automatically removes redundant modifiers and declarations that are either: - Implicitly...

depends on: - https://github.com/diffplug/spotless/pull/2541 ref: - https://github.com/google/google-java-format/pull/1262 fix #1261 implementation fixed by reliable contributor @iddeepak Thanks for this initiative. - https://github.com/google/google-java-format/pull/1262 - https://github.com/google/google-java-format/pull/1262#issuecomment-3014695342 before: 14 issues: now: 10 issues:

when removing `// tmp fix` comment the block collapses like seen below: ``` { { """ import java.util.List; import java.lang.Deprecated; @Deprecated class Test {} """ }, // fixme: // this...