Results 113 issues of 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...

bug

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

bug

run: `org.openrewrite.staticanalysis.CodeCleanup` https://docs.openrewrite.org/recipes/staticanalysis/codecleanup#usage checkout: `https://github.com/xmolecules/jmolecules.git` diff:

bug
kotlin

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:

bug
question

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...

recipe

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...

recipe

## 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...

enhancement

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

area/panache
area/gradle
area/core
area/arc
area/infinispan
area/maven
area/resteasy-classic
area/smallrye
area/vertx
area/rest-client
area/testing
area/hibernate-orm
area/mongodb
area/spring
area/platform
area/narayana
area/kubernetes
area/kafka
area/dependencies
area/scala
area/devtools
area/infra-automation
area/funqy
area/grpc
area/hibernate-reactive
area/redis
area/graphql
area/tracing
area/metrics
area/codestarts
area/jbang
area/rest
area/agroal

[#48342] chore: resolve obsoletes in `DefaultAccessLogReceiver` - https://github.com/quarkusio/quarkus/pull/48398

area/vertx