out = new FileOutputStream(file) | out = Files.newOutputStream(file.toPath()) | new FileOutputStream(file) | Files.newOutputStream(file.toPath()) | hadoop | 7a3188d054481b9bd563e337901e93476303ce7f | org.apache.hadoop.security.alias.LocalJavaKeyStoreProvider | | | | - java.io.FileOutputStream
- java.nio.file.Files
| | AssignedTo | True |
out = new FileOutputStream(tmpFile) | out = Files.newOutputStream(tmpFile.toPath()) | new FileOutputStream(tmpFile) | Files.newOutputStream(tmpFile.toPath()) | async-http-client | 21c1005d1b0979c3335a77a878760e12cfc99dcf | org.asynchttpclient.test.TestUtils | | | | - java.io.FileOutputStream
- java.nio.file.Files
| | AssignedTo | True |
os = new FileOutputStream(tmpFile) | os = Files.newOutputStream(tmpFile.toPath()) | new FileOutputStream(tmpFile) | Files.newOutputStream(tmpFile.toPath()) | async-http-client | 21c1005d1b0979c3335a77a878760e12cfc99dcf | org.asynchttpclient.request.body.multipart.MultipartUploadTest | | | | - java.io.FileOutputStream
- java.nio.file.Files
| | AssignedTo | True |
stream = new FileOutputStream(tmp) | stream = Files.newOutputStream(tmp.toPath()) | new FileOutputStream(tmp) | Files.newOutputStream(tmp.toPath()) | async-http-client | 21c1005d1b0979c3335a77a878760e12cfc99dcf | org.asynchttpclient.request.body.ZeroCopyFileTest | | | | - java.io.FileOutputStream
- java.nio.file.Files
| | AssignedTo | True |
stream = new FileOutputStream(tmp) | stream = Files.newOutputStream(tmp.toPath()) | new FileOutputStream(tmp) | Files.newOutputStream(tmp.toPath()) | async-http-client | 21c1005d1b0979c3335a77a878760e12cfc99dcf | org.asynchttpclient.request.body.ZeroCopyFileTest | | | | - java.io.FileOutputStream
- java.nio.file.Files
| | AssignedTo | True |
infoStream = new FileOutputStream(toFile) | infoStream = Files.newOutputStream(toFile.toPath()) | new FileOutputStream(toFile) | Files.newOutputStream(toFile.toPath()) | checkstyle | 042bf228c796f5fa7c5b4b96b94e0afd7b465538 | com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter | | | | - java.io.FileOutputStream
- java.nio.file.Files
| | AssignedTo | True |