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

Unutilized Abstraction false positives #56

Open
tushartushar opened this issue Jul 10, 2018 · 1 comment
Open

Unutilized Abstraction false positives #56

tushartushar opened this issue Jul 10, 2018 · 1 comment
Labels

Comments

@tushartushar
Copy link
Owner

We observe some false positives with unutilized abstraction:

  1. If a class is used statically, it shouldn't be declared as unutilized
  2. If a class or interface is unutilized but has subclasses, then it is not unutilized.
@AntonisGkortzis
Copy link
Collaborator

Partially fixed. Many cases are covered by manually resolving methods.

However, more investigation is required in order to fix the cause of the problem (eclipse library fails to automatically resolve the method).

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

No branches or pull requests

2 participants