Files
codeql/java/change-notes/2021-11-15-overrides.md
2021-11-15 13:54:53 +01:00

3 lines
217 B
Markdown

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