mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
377 B
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.utilunless there is evidence that a specific source implementation is reachable. This should provide increased precision for any projects that include, for example, customListorMapimplementations.