Verigreen / verigreen

Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).
Apache License 2.0
57 stars 19 forks source link

Closing non-closed streams #103

Closed AymanDF closed 8 years ago

AymanDF commented 8 years ago

This pull request is focused on resolving occurrences of FindBugs rule OS_OPEN_STREAM - “ Method may fail to close stream”. You can find more information about the issue here: http://findbugs.sourceforge.net/bugDescriptions.html#OS_OPEN_STREAM Please let me know if you have any questions. Ayman Abdelghany.

soninob commented 8 years ago

@AymanDF Jenkins-Client is only temporary at our code-base. It is an open source that we did some contribution to it and we are want to take its new official release to our code as a dependency. For now, we cannot accept changes to this module.