SAP/cf-java-logging-support

Unreleased Resource: Streams

QiAnXinCodeSafe opened this issue · 2 comments

InputStream in = ClassLoader.getSystemResourceAsStream(POM_PROPS_PATH);

The program can potentially fail to release a system resource.

Thanks for reporting this issue. It is actually straight-forward to fix. Would you like to provide a PR for that?

The offending class has been removed. It was not used by the library.