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):