From b852b1bad481cb1ded8092bc3ccded149b074f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Tue, 10 Dec 2002 05:58:36 +0000 Subject: [PATCH] fixed Ville's last name and added HiddenFieldCheck to new features --- docs/releasenotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releasenotes.html b/docs/releasenotes.html index f5805f86d..4ab0bd920 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -55,6 +55,7 @@
  • Detect matches of generic regular expressions (requests 595254, 621247).
  • 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.
  • Added DTD for XML output (request 622157).
  • @@ -98,7 +99,7 @@
  • Incorporate patch 566855 from Rob Worth to optionally check that parenthesis are padded with spaces.
  • Incorporate patch 590931 from Vijay Aravamudhan to improve documentation of the build.xml file.
  • Incorporate patch from Vijay Aravamudhan to enforce requiring @version tag (request 543964).
  • -
  • Incorporate patch 607481 from Ville Skyttä to enforce wrap on operator at EOL.
  • +
  • Incorporate patch 607481 from Ville Skyttä to enforce wrap on operator at EOL.