codeql
codeql copied to clipboard
Java: Improve `ImportStaticTypeMember` and `ImportStaticOnDemand`
trafficstars
ImportStaticTypeMemberandImportStaticOnDemandare now properly considering inherited members (except for inherited member types, see #5596).ImportStaticOnDemandpredicates do not have non-staticmembers and initializer methods as results anymore.ImportOnDemandFromPackage.getAnImport()does not have nested types as result anymore.