Skip to content
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

False positive, removed super interface when class still indirectly extends interface #56

Open
lbergelson opened this issue Jul 26, 2019 · 0 comments

Comments

@lbergelson
Copy link

We saw a false positive report of source / binary incompatibility

The class in question directly extended the interfaces Feature and Locatable

We had a hierarchy like this:

interface Locatable
interface Feature extends Locatable
class Interval implements Locatable, Feature

In a new version we changed Interval so it no longer directly extends Locatable but still extends it through Feature.

We (incorrectly) get the following error:
High severity: Removed super-interface Locatable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant