diff --git a/build.xml b/build.xml
index bf12b9809..746e59415 100644
--- a/build.xml
+++ b/build.xml
@@ -287,7 +287,10 @@
-
+
@@ -300,6 +303,10 @@
+
+
- checkstyle-all.jar contained some classes from jakarta commons-collections twice. (bug 1630361)
+ checkstyle-all.jar contained some classes from jakarta
+ commons-collections twice. (bug 1630361)
- Multiple string literal check now ignores annotations by default (bug 1560940).
- It is possible to retain the old behaviour by setting the new check property
+ Multiple string literal check now ignores annotations by
+ default (bug 1560940). It is possible to retain the old
+ behaviour by setting the new check property
ignoreOccurrenceContext to an empty value.
- The calculated value of NPath complexity was subject to integer overflow,
- so complex code was not always flagged (bug 1654769).
+ The calculated value of NPath complexity was subject to
+ integer overflow, so complex code was not always flagged (bug
+ 1654769).
- Fixed misleading documentation for BooleanExpressionComplexity check (bug 1579227).
+ Fixed misleading documentation for BooleanExpressionComplexity
+ check (bug 1579227).
- Fixed Java parser error for array brackets in wildcard generic types (bug 1394014).
- Thanks to Paul Constantinides for submitting the fix (patch 1422247).
+ Fixed Java parser error for array brackets in wildcard generic
+ types (bug 1394014). Thanks to Paul Constantinides for
+ submitting the fix (patch 1422247).
@@ -45,6 +50,10 @@
Added an entry for Checkstyle-IDEA on the home page.
+
+ Set the failureProperty with a meaningful message
+ (feature request 1725475).
+