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

Parent classes should not be marked as used when children classes use them #37

Open
ruudk opened this issue Mar 28, 2024 · 0 comments
Open

Comments

@ruudk
Copy link
Contributor

ruudk commented Mar 28, 2024

Let's say you have the following:

abstract class A {}
class B extends A {}

They both link to each other.

A should not be marked as used because B references it.

If A and B are never used, they should both be marked as unused.

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