]> source.dussan.org Git - sonarqube.git/blob
4717562c4435664a99a14b96691d0689092624a4
[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 JarFile entry. The contents of the entry
4 should be written to the JarFile between the calls to
5 <code>putNextEntry()</code> and
6 <code>closeEntry()</code>.</p>