diff --git a/checkstyle/src/plugin-resources/checkstyle.jsl b/checkstyle/src/plugin-resources/checkstyle.jsl
index 71c4c298..38f5d9e1 100644
--- a/checkstyle/src/plugin-resources/checkstyle.jsl
+++ b/checkstyle/src/plugin-resources/checkstyle.jsl
@@ -7,7 +7,7 @@
xmlns:util="jelly:util"
xmlns:x="jelly:xml"
xmlns:doc="doc"
- xmlns="dummy" trim="false">
+ xmlns="dummy" trim="true">
@@ -26,8 +26,7 @@
@@ -36,56 +35,64 @@
-
-
- | Files |
- Infos |
- Warnings |
- Errors |
-
-
- |
- |
- |
- |
-
+
+
+
+ | Files |
+ Infos |
+ Warnings |
+ Errors |
+
+
+
+
+ |
+ |
+ |
+ |
+
+
-
-
- | Files |
- I |
- W |
- E |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
- ${name}
- |
- |
- |
- |
-
-
-
+
+
+
+ | Files |
+ I |
+ W |
+ E |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ ${name}
+ |
+ |
+ |
+ |
+
+
+
+
@@ -96,39 +103,52 @@
-
-
- | Error |
- Severity |
- Line |
-
+
+
+
+ | Error |
+ Line |
+
+
-
- |
-
- ${htmlescape.getText(errorMessage)}
- |
-
-
- ${htmlescape.getText(severity)}
- |
-
-
-
-
-
-
-
-
- ${line}
-
-
- ${line}
-
-
- |
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ ${htmlescape.getText(errorMessage)}
+ |
+
+
+
+
+
+
+
+
+ ${line}
+
+
+ ${line}
+
+
+ |
+
+
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml
index 6ea70d5e..a490f89e 100644
--- a/checkstyle/xdocs/changes.xml
+++ b/checkstyle/xdocs/changes.xml
@@ -9,6 +9,9 @@
+
+ Applied MPCHECKSTYLE-15
+
Upgraded to Checkstyle 3.3.