Skip to content

Commit c77cdcf

Browse files
committed
Removed the OutputStream models
1 parent 824ff8a commit c77cdcf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

java/ql/lib/change-notes/2023-04-12-new-models-io.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
category: minorAnalysis
33
---
44
* Added models for the following packages:
5-
* java.io
65
* java.nio.file

java/ql/lib/ext/java.io.model.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ extensions:
4747
- ["java.io", "RandomAccessFile", False, "writeUTF", "", "", "Argument[0]", "write-file", "manual"]
4848
- ["java.io", "Writer", True, "append", "", "", "Argument[0]", "write-file", "manual"]
4949
- ["java.io", "Writer", True, "write", "", "", "Argument[0]", "write-file", "manual"]
50-
- ["java.io", "OutputStream", True, "write", "(byte[])", "", "Argument[0]", "write-file", "manual"]
51-
- ["java.io", "OutputStream", True, "write", "(byte[],int,int)", "", "Argument[0]", "write-file", "manual"]
5250
- addsTo:
5351
pack: codeql/java-all
5452
extensible: summaryModel

0 commit comments

Comments
 (0)