Files
codeql/java/ql/lib/change-notes/2022-09-16-dispatch-confidence.md
Anders Schack-Mulligen 9714497268 Java: Add change note.
2022-09-16 11:14:44 +02:00

377 B

category
category
majorAnalysis
  • The virtual dispatch relation used in data flow now favors summary models over source code for dispatch to interface methods from java.util unless there is evidence that a specific source implementation is reachable. This should provide increased precision for any projects that include, for example, custom List or Map implementations.