Java: Use FlowSummaryImpl from dataflow pack

This commit is contained in:
Tom Hvitved
2023-12-07 11:40:35 +01:00
parent 2d3f96f201
commit f9dbf676a6
14 changed files with 477 additions and 2144 deletions

View File

@@ -304,7 +304,7 @@ class TopJdkApi extends Callable {
/** Holds if this API has a manual neutral summary model. */
private predicate hasManualNeutralSummary() {
this.(FlowSummaryImpl::Public::NeutralSummaryCallable).hasManualModel()
this = any(FlowSummaryImpl::Public::NeutralSummaryCallable n | n.hasManualModel()).asCallable()
}
/** Holds if this API has a manual MaD model. */