From 02da493e64154d6bbac09a64d67a025f0e72cad1 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Mon, 4 Jun 2007 03:04:02 +0000 Subject: [PATCH] Set the "failureProperty" with a meaningful message (feature request 1725475). --- build.xml | 9 ++++++- .../tools/checkstyle/CheckStyleTask.java | 16 +++++++----- src/xdocs/releasenotes.xml | 25 +++++++++++++------ 3 files changed, 35 insertions(+), 15 deletions(-) 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). +