Pankraz76
Pankraz76
change from collapsed to boilerplate: - https://github.com/pmd/pmd/pull/5836 ``` diff --git a/pom.xml b/pom.xml index 5e42dd7637..0b2aeb11bb 100644 --- a/pom.xml +++ b/pom.xml @@ -1084,7 +1084,7 @@ **gradlew** **mvnw** - + .gitignore (END) ```
expected the plugin to handle property order, to give natural sort and grouping. property files are the perfect example why its important there to have form an order to avoid...
Issue #16960: introduce `UnusedLocalMethodCheck` (RSPEC-S1144) ?
## Proposal: Add `rewrite` support for `errorprone.refasterrules` I’d like to propose integrating [Google’s Error Prone](https://github.com/google/error-prone) and its Picnic extension (demonstrated in [Automating Away Bugs with Error Prone | PlatformCon 2023](https://www.youtube.com/watch?v=6llnrUtVlrE))...
## What problem are you trying to solve? - https://github.com/spring-projects/spring-boot/pull/47694 - https://errorprone.info/bugpattern/UnusedVariable It seems this one the missing in the "gang of four" handling all unused stuff. - https://docs.openrewrite.org/recipes/staticanalysis/removeunusedprivatemethods -...
- https://github.com/openrewrite/rewrite-static-analysis/issues/719 ## What's changed? ## What's your motivation? ## Anything in particular you'd like reviewers to focus on? ## Anyone you would like to review specifically? ## Have you...
- https://github.com/apache/maven/pull/2338 - https://github.com/checkstyle/checkstyle/issues/17095 - https://github.com/apache/maven/blob/3e9c164ba3bc9bdab7503807bb74041a39a6ca68/compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilder.java#L95 copy cat from: https://docs.openrewrite.org/recipes/staticanalysis/removeunusedprivatefields
## What problem are you trying to solve? - https://github.com/apache/maven/pull/2426 - https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#usetrywithresources - https://mail.openjdk.org/pipermail/coin-dev/2009-April/001503.html ## Describe the solution you'd like - https://www.baeldung.com/java-try-with-resources ## Have you considered any alternatives or workarounds?...
kind of related to: - https://github.com/google/error-prone/pull/5343 - https://github.com/apache/maven-wrapper/issues/385
Having issues navigating its simpler to check some icon than some random chars. Add project icon for `IntelliJ IDEA` to match other high tier projects, as well. - https://github.com/spring-projects/spring-framework/pull/34444 -...