-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pointing to a method invocation of a removed class #63
Comments
Here we have the additional cases:
|
lmove
changed the title
Wrongly reporting a SUPERCLASS_REMOVED breaking change
Pointing to a method invocation of a removed class
Apr 28, 2022
Some of the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue seems to be a TP. Nevertheless, it is weird that we are reporting a SUPERCLASS_REMOVED breaking change in all cases. The real cause behind this situation is a CLASS_REMOVED breaking change. Let's investigate a bit more. In any case, there is indeed an issue as reported by the broken uses, the problem is that nor JDT nor the Maven compilers report the error.
The text was updated successfully, but these errors were encountered: