Tauno Talimaa

Results 5 comments of Tauno Talimaa

For what it's worth, I can confirm this happens on the SDK 29 emulator (with about a 50% failure rate for me) but not on the SDK 24 emulator. androidx.test...

The simples case that I could find is: ``` import java.io.ByteArrayOutputStream; import java.io.FilterOutputStream; import java.io.IOException; import java.io.OutputStream; public class Main { public static void main(String[] args) throws IOException { ByteArrayOutputStream...

This also happens when explicitly closing the stream in a finally block. ``` try { os = new DummyFilterOutputStream(byteArrayOutputStream); } finally { os.close(); } ``` Produces: ``` Main.java:16: error: RESOURCE_LEAK...

Hi, we're seeing the same issue with the Jenkins Artifactory plugin 2.16.1. We don't use the Artifactory Gradle plugin in our Gradle file directly but rather the Jenkins plugin. The...

For what it's worth, seeing the same issue with: * Gradle 8.9 * Java VM: OpenJDK 64-Bit Server VM Zulu17.42+19-CA * OS: macOS 14.5 * compileSdk: 34 * Paparazzi: 1.3.4