From 67e304551be06c0ee482a81669fdd4e053786240 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sun, 9 Nov 2008 11:04:09 +0000 Subject: [PATCH] documentation update. --- src/xdocs/releasenotes.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index c2653cf43..e4f2333f1 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -10,6 +10,31 @@
+

+ Major change to FileSetCheck architecture to move the + functionality of open/reporting of files into Checker. The + advantages are: +

+ +

+ The motivation for this change is to convert checks that are + language neutral in nature, to be based on FileSetCheck. This + allows the checks to be used for other languages apart from + Java. As a practical example, it is possible to ensure that JSP + and XML files do not contain tabs. +

New Features: