mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Update docs/codeql/codeql-language-guides/customizing-library-models-for-java.rst
Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
@@ -260,7 +260,7 @@ We need to add a tuple to the **neutralModel**\(package, type, name, signature,
|
||||
|
||||
|
||||
Since we are adding a neutral model, we need to add tuples to the **neutralModel** extensible predicate.
|
||||
The first four values identify the callable (in this case a method) to be modeled as a neutral, the fourth value is the kind, and the sixth value is the provenance (origin) of the neutral.
|
||||
The first four values identify the callable (in this case a method) to be modeled as a neutral, the fifth value is the kind, and the sixth value is the provenance (origin) of the neutral.
|
||||
|
||||
- The first value **java.time** is the package name.
|
||||
- The second value **Instant** is the class (type) name.
|
||||
|
||||
Reference in New Issue
Block a user