]> source.dussan.org Git - sonarqube.git/blob
07136aac642262036bc79759f1509d44ca32389b
[sonarqube.git] /
1 <p>The code calls <code>putNextEntry()</code>, immediately
2 followed by a call to <code>closeEntry()</code>. This results
3 in an empty ZipFile entry. The contents of the entry
4 should be written to the ZipFile between the calls to
5 <code>putNextEntry()</code> and
6 <code>closeEntry()</code>.</p>