Java: add comments

This commit is contained in:
Jami Cogswell
2022-12-22 16:25:12 -05:00
parent 673d37cc3d
commit 939279af38
9 changed files with 17 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ extensions:
pack: codeql/java-all
extensible: neutralModel
data:
- ["java.util.stream", "Collectors", "joining", "(CharSequence)", "manual"]
- ["java.util.stream", "Collectors", "joining", "(CharSequence)", "manual"] # ! unsure if should be neutral model, is flow through the param interesting in this case?
- ["java.util.stream", "Collectors", "toList", "()", "manual"]
- ["java.util.stream", "Collectors", "toMap", "(Function,Function)", "manual"]
- ["java.util.stream", "Collectors", "toMap", "(Function,Function)", "manual"] # ! unsure if should be neutral model, is flow through the param interesting in this case?
- ["java.util.stream", "Collectors", "toSet", "()", "manual"]