]> source.dussan.org Git - sonarqube.git/blob
3b83e5ac7be567ff518bfe1cbe01ea503282d8e3
[sonarqube.git] /
1 <p> The method creates an IO stream object, does not assign it to any
2 fields, pass it to other methods, or return it, and does not appear to close
3 it on all possible exception paths out of the method.&nbsp;
4 This may result in a file descriptor leak.&nbsp; It is generally a good
5 idea to use a <code>finally</code> block to ensure that streams are
6 closed.</p>