From 151fd548d2aa374024e6e28108fc93ba1ddfb7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sat, 11 Jan 2003 07:42:20 +0000 Subject: [PATCH] close cachefile streams, fixes bug #655016 --- docs/releasenotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 24d14ea19..bd27fcdda 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -59,6 +59,7 @@
  • Detect missing property file keys in internationalized applications (request 634966).
  • Check content of @author and @version tag agaist a regular expression.
  • Detect hiding of fields by parameters or local variables with the same name (request 471897).
  • +
  • Detect obsolete final modifier in interfaces (request 651121).
  • Added DTD for XML output (request 622157).
  • @@ -72,7 +73,7 @@
  • Empty header filename silently ignored (bug 629139).
  • Array instantiation incorrectly flagged (bug 626875).
  • Tests fail with non-english locale (bug 594469).
  • - +
  • Cachefile streams were not closed (bug 665016).
  • API changes (only relevant for IDE plugin authors):