From a8c8ea7bfa5823e2f7d28b4c1f1c94de19baec6f Mon Sep 17 00:00:00 2001 From: lkuehne Date: Tue, 7 Jan 2003 19:34:23 +0000 Subject: [PATCH] added rfe ids --- docs/releasenotes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 211dfce7a..a98165136 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -54,10 +54,11 @@
  • Users can specify the Java token types for which a check must be performed. For example users can now control that there should be whitespace after 'synchronized' but not after 'if' (request 536385).
  • Detect classes that override 'equals()' but not 'hashCode()' (request 554373).
  • Detect inner assignments, e.g. 'this.add(label = new JLabel("yes, I'm a C hacker"));' (request 521325).
  • -
  • Detect matches of generic regular expressions (requests 595254, 621247).
  • +
  • Detect matches of generic regular expressions (requests 595254, 621247, 630536).
  • +
  • Find empty blocks (not only empty catch blocks, request 609523).
  • 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.
  • +
  • Detect hiding of fields by parameters or local variables with the same name (request 471897).
  • Added DTD for XML output (request 622157).