mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Java: Adapt TopJdpApi library to the re-factor.
This commit is contained in:
@@ -78,11 +78,11 @@ class TopJdkApi extends SummarizedCallableBase {
|
||||
}
|
||||
|
||||
/** Holds if this API has a manual summary model. */
|
||||
private predicate hasManualSummary() { this.(SummarizedCallable).hasProvenance(false) }
|
||||
private predicate hasManualSummary() { this.(SummarizedCallable).isManual() }
|
||||
|
||||
/** Holds if this API has a manual neutral model. */
|
||||
private predicate hasManualNeutral() {
|
||||
this.(FlowSummaryImpl::Public::NeutralCallable).hasProvenance(false)
|
||||
this.(FlowSummaryImpl::Public::NeutralCallable).isManual()
|
||||
}
|
||||
|
||||
/** Holds if this API has a manual MaD model. */
|
||||
|
||||
Reference in New Issue
Block a user