google / caliper

Micro-benchmarking library for Java
Apache License 2.0
816 stars 109 forks source link

Unreleased Resource: Streams #426

Closed QiAnXinCodeSafe closed 4 years ago

QiAnXinCodeSafe commented 4 years ago

https://github.com/google/caliper/blob/e8142ee7da83056b392a99dd977ec17d67e40632/caliper-runner/src/main/java/com/google/caliper/runner/config/LoggingConfigLoader.java#L58 The program can potentially fail to release a system resource.

nick-someone commented 4 years ago

Guava's Closer, when properly used as it is done here, closes the resource in question.