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.