We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4fbdc commit bd3982bCopy full SHA for bd3982b
byte-buddy-dep/src/main/java/net/bytebuddy/dynamic/DynamicType.java
@@ -6280,6 +6280,7 @@ public File toJar(File file) throws IOException {
6280
/**
6281
* {@inheritDoc}
6282
*/
6283
+ @SuppressFBWarnings(value = "OS_OPEN_STREAM_EXCEPTION_PATH", justification = "Outer stream holds file handle and is closed")
6284
public File toJar(File file, Manifest manifest) throws IOException {
6285
if (!file.isFile() && !file.createNewFile()) {
6286
throw new IllegalArgumentException("Could not create file: " + file);
0 commit comments