Pankraz76
Pankraz76
checkout: `https://github.com/spring-projects/spring-framework` run: `init.gradle` https://docs.openrewrite.org/recipes/staticanalysis/removeunusedprivatefields#usage ``` Scanning sources in project : Using active styles [org.openrewrite.java.Checkstyle] There were problems parsing some source files, run with --info to see full stack traces...
Enable auto fix for: https://checkstyle.sourceforge.io/checks/coding/variabledeclarationusagedistance.html
run: https://docs.openrewrite.org/recipes/staticanalysis/codecleanup#usage in: https://github.com/quarkusio/quarkus/tree/main/core the added `break` is causing the test so fail: `JavadocToAsciidocTransformerConfigItemTest.java:315` @timtebeek
run: `org.openrewrite.staticanalysis.CodeCleanup` https://docs.openrewrite.org/recipes/staticanalysis/codecleanup#usage checkout: `https://github.com/xmolecules/jmolecules.git` diff:
checkout: ``` https://github.com/quarkusio/quarkus.git cd quarkus/core ``` run: ``` mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-static-analysis:RELEASE -Drewrite.activeRecipes=org.openrewrite.staticanalysis.CommonStaticAnalysis -Drewrite.exportDatatables=true ``` error:
It’s clear why Hungarian notation shouldn’t be used, but this doesn't prevent the actual mess from happening. The issue is that it still occurred. It should be quite simple to...
It is very common in this codebase to avoid the first empty line separating the class declaration from the first fields or methods. However, this practice goes against the Java...
## Please complete the InlineVariable function where it stops. While this is the intended behavior, it also misaligns the true indentation make new one: `InlineOneTimeUsagesVariable` ## BEFORE ```java class A...
current solution having blindspots link spot as well therefore only with PMD its covered. refs: - https://github.com/quarkusio/quarkus/pull/48394 - https://github.com/pmd/pmd/issues/5832
[#48342] chore: resolve obsoletes in `DefaultAccessLogReceiver` - https://github.com/quarkusio/quarkus/pull/48398