Files
codeql/java/ql/lib/change-notes/2021-11-15-overrides.md
2021-11-29 16:31:11 -05:00

247 B

category, tags
category tags
fix
lgtm
codescanning
  • The predicate Method.overrides(Method) was accidentally transitive. This has been fixed. This fix also affects Method.overridesOrInstantiates(Method) and Method.getASourceOverriddenMethod().