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