Java: remove model for Collectors.joining

This commit is contained in:
Jami Cogswell
2023-01-11 10:30:49 -05:00
parent 181a711f04
commit ac064ac2a7
4 changed files with 5 additions and 7 deletions

View File

@@ -129,9 +129,6 @@ public class Test {
AtomicReference ar = new AtomicReference(source());
sink(ar.get()); // $hasValueFlow
// java.util.stream
sink(Collectors.joining((CharSequence)source())); // $hasTaintFlow
// java.util.concurrent
CountDownLatch cdl = new CountDownLatch((int)source());
sink(cdl.getCount()); // $hasValueFlow