From 161d2ff233f436973c0f5e3b64366183ffb777ec Mon Sep 17 00:00:00 2001 From: carlos Date: Tue, 4 Oct 2005 00:30:25 +0000 Subject: [PATCH] Split messages by severity git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293477 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/plugin-resources/checkstyle.xsl | 57 ++++++++++++------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/checkstyle/src/plugin-resources/checkstyle.xsl b/checkstyle/src/plugin-resources/checkstyle.xsl index 03a661eb..a83d2f25 100644 --- a/checkstyle/src/plugin-resources/checkstyle.xsl +++ b/checkstyle/src/plugin-resources/checkstyle.xsl @@ -71,32 +71,47 @@ -
- - - - - - - - - - - - - - - - - -
ErrorCount
- -
+ + error + + + warning + + + info + + + + + + Checkstyle Summary + + + + + + + + + + + + + + + + + +
ErrorCount
+ +
+
+