close cachefile streams, fixes bug #655016

This commit is contained in:
Lars Kühne 2003-01-11 07:42:20 +00:00
parent 960d7d03b0
commit 151fd548d2
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@
<li class="body">Detect missing property file keys in internationalized applications (request 634966).</li>
<li class="body">Check content of @author and @version tag agaist a regular expression.</li>
<li class="body">Detect hiding of fields by parameters or local variables with the same name (request 471897).</li>
<li class="body">Detect obsolete final modifier in interfaces (request 651121).</li>
<li class="body">Added DTD for XML output (request 622157).</li>
</ul>
@ -72,7 +73,7 @@
<li class="body">Empty header filename silently ignored (bug 629139).</li>
<li class="body">Array instantiation incorrectly flagged (bug 626875).</li>
<li class="body">Tests fail with non-english locale (bug 594469).</li>
</ul>
<li class="body">Cachefile streams were not closed (bug 665016).</li> </ul>
<p class="body">
API changes (only relevant for IDE plugin authors):