rewrite-static-analysis icon indicating copy to clipboard operation
rewrite-static-analysis copied to clipboard

fix generics issue: Cannot resolve method 'getGroupId' in 'Object'

Open Pankraz76 opened this issue 1 year ago • 1 comments

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:

image image

Pankraz76 avatar Jan 06 '25 16:01 Pankraz76

hi @punkratz312 ; CommonStaticAnalysis is a composite of some six dozen recipes; it would help troubleshooting to know which one made that change here. Do you recall?

timtebeek avatar Jan 07 '25 20:01 timtebeek