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