Merge pull request #16561 from aschackmull/java/typeflow-effectively-private

Java: Improve dispatch through TypeFlow of effectively private calls.
This commit is contained in:
Anders Schack-Mulligen
2024-05-31 15:11:18 +02:00
committed by GitHub
3 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* The precision of virtual dispatch has been improved. This increases precision in general for all data flow queries.