DesigniteJava icon indicating copy to clipboard operation
DesigniteJava copied to clipboard

Unutilized Abstraction false positives

Open tushartushar opened this issue 5 years ago • 1 comments

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.

tushartushar avatar Jul 10 '18 09:07 tushartushar

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).

AntonisGkortzis avatar Jul 27 '18 08:07 AntonisGkortzis