-
Notifications
You must be signed in to change notification settings - Fork 90
Cannot invoke "org.openrewrite.java.tree.JavaType$FullyQualified.getFullyQualifiedName() #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @vladmihalcea ! Thanks for giving SBM a try and reporting this issue 🚀 The error message indicates that the type for I wrote a test for a single module and types from JDK ( Could you provide information about the
Looking at the message |
@fabapp2 I tried the tool against this public repository and got that error. You can try it too and see if you can replicate it. |
Hi @vladmihalcea |
@fabapp2 Then it could be a Windows issue. I tested the 0.13.0 version of the tool that was available on GitHub. |
@vladmihalcea I tried under Windows and the report was created with both 0.13.0 jars, so I can't reproduce the error. |
I re-downloaded the 0.13.0 version from GitHub. I rebuilt the project and ran the scan on it, and this is the output:
The same issue. |
This is fixed now #750 |
picking this up |
@vladmihalcea please delete ~/.m2/repository and ~/.rewrite/cache/artifacts we can confirm that this issue is not related to windows operating system because we were successfully unit test the scenario that you were having. P.S. |
Created #774 to solve the next problem when upgrading the given demo application. |
Describe the bug
A clear and concise description of what the bug is.
When running a scan, I get this error:
Desktop (please complete the following information):
Additional context
The same issue happens when running a recipe:
The text was updated successfully, but these errors were encountered: