mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
247 B
247 B
category, tags
| category | tags | ||
|---|---|---|---|
| fix |
|
- The predicate
Method.overrides(Method)was accidentally transitive. This has been fixed. This fix also affectsMethod.overridesOrInstantiates(Method)andMethod.getASourceOverriddenMethod().