Java: Fix overrides to not be transitive.

This commit is contained in:
Anders Schack-Mulligen
2021-06-23 13:02:38 +02:00
parent 55ea715ce9
commit c616f5784d
2 changed files with 15 additions and 3 deletions

View File

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