From 4795a2b48559bb4609ae0ed8d55679fdb59b7ef3 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sat, 8 Oct 2005 00:43:16 +0000 Subject: [PATCH] Applied patch 1292684 from Maarten Coene. --- contrib/checkstyle-noframes-sorted.xsl | 63 +++++++++++++------------- src/xdocs/releasenotes.xml | 7 ++- 2 files changed, 37 insertions(+), 33 deletions(-) diff --git a/contrib/checkstyle-noframes-sorted.xsl b/contrib/checkstyle-noframes-sorted.xsl index d7e232bb9..5f9e93ba2 100755 --- a/contrib/checkstyle-noframes-sorted.xsl +++ b/contrib/checkstyle-noframes-sorted.xsl @@ -2,6 +2,8 @@ + + @@ -28,10 +30,10 @@ background-color:#FFFFFF; color:#000000; } - .a td { + .a td { background: #efefef; } - .b td { + .b td { background: #fff; } th, td { @@ -48,7 +50,7 @@ border: none } table.log tr td, tr th { - + } h2 { font-weight:bold; @@ -85,61 +87,58 @@
- +
- +
- + - - - -

-

- + +


- - + + - - - - + + + +

Files

- - - + + + -
Name Errors
+
- - + +

File

- + - + + @@ -149,11 +148,11 @@
Error Description Line
Back to top
- - + +

Summary

- + @@ -167,13 +166,13 @@
- + a b - - + +
diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index df5c8a2f3..f3f5878c0 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -43,7 +43,12 @@

Other improvements:

    -
  • TBD
  • +
  • + Applied patch 1292684 from Maarten Coene to fix the generated + HTML reports that are not correct if you include the + TreeWalker and the StrictDuplicateCode modules in the same + configuration. Patch effects checkstyle-noframes-sorted.xsl. +