File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/test/library-tests/frameworks/guava/handwritten Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ void test3() throws IOException {
94
94
sink (ByteStreams .newDataInput (btaint ())); // $numTaintFlow=1
95
95
sink (ByteStreams .newDataInput (btaint (), 0 )); // $numTaintFlow=1
96
96
sink (ByteStreams .newDataInput (btaint ())); // $numTaintFlow=1
97
- sink (ByteStreams .newDataInput (btaint ()).readLine ()); // $ MISSING: numTaintFlow=1
97
+ sink (ByteStreams .newDataInput (btaint ()).readLine ()); // $numTaintFlow=1
98
98
sink (ByteStreams .newDataInput (new ByteArrayInputStream (btaint ()))); // $numTaintFlow=1
99
99
ByteArrayOutputStream out = new ByteArrayOutputStream ();
100
100
out .write (btaint ());
@@ -136,6 +136,6 @@ void test6() throws IOException {
136
136
new CountingInputStream (itaint ()).read (buf , 0 , 42 );
137
137
sink (buf ); // $numTaintFlow=1
138
138
sink (new LittleEndianDataInputStream (itaint ())); // $numTaintFlow=1
139
- sink (new LittleEndianDataInputStream (itaint ()).readUTF ()); // $ MISSING: numTaintFlow=1
139
+ sink (new LittleEndianDataInputStream (itaint ()).readUTF ()); // $numTaintFlow=1
140
140
}
141
141
}
You can’t perform that action at this time.
0 commit comments