mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Java: update remaining models
This commit is contained in:
@@ -80,4 +80,11 @@ class TopJdkApi extends Callable {
|
||||
|
||||
/** Holds if this API has a manual MaD model. */
|
||||
predicate hasManualMadModel() { this.hasManualSummary() or this.hasManualNeutral() }
|
||||
}
|
||||
/*
|
||||
* Note: the following top-100 APIs are not modeled with MaD:
|
||||
* java.util.stream.Stream#collect(Collector) : handled separately on a case-by-case basis as it is too complex for MaD
|
||||
* java.lang.String#valueOf(Object) : a complex case that we haven't fully decided how to deal with
|
||||
* java.lang.Throwable#printStackTrace() : should probably not be a general step, but there might be specialised queries that care
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user