Skip to content

Commit 16de30e

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: add java.util.stream models
1 parent 1db829e commit 16de30e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/lib/ext/java.util.stream.model.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ extensions:
9292
pack: codeql/java-all
9393
extensible: neutralModel
9494
data:
95+
- ["java.util.stream", "Collectors", "joining", "(CharSequence)", "manual"]
9596
- ["java.util.stream", "Collectors", "toList", "()", "manual"]
97+
- ["java.util.stream", "Collectors", "toMap", "(Function,Function)", "manual"]
98+
- ["java.util.stream", "Collectors", "toSet", "()", "manual"]

0 commit comments

Comments
 (0)