codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Java: Improve `ImportStaticTypeMember` and `ImportStaticOnDemand`

Open Marcono1234 opened this issue 3 years ago • 0 comments
trafficstars

  • ImportStaticTypeMember and ImportStaticOnDemand are now properly considering inherited members (except for inherited member types, see #5596).
  • ImportStaticOnDemand predicates do not have non-static members and initializer methods as results anymore.
  • ImportOnDemandFromPackage.getAnImport() does not have nested types as result anymore.

Marcono1234 avatar Sep 20 '22 19:09 Marcono1234