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 @@

The following document contains the results of - Checkstyle. + Checkstyle.

@@ -36,56 +35,64 @@ - - - - - - - - - - - - - +
FilesInfosWarningsErrors
+ + + + + + + + + + + + + + + +
FilesInfosWarningsErrors
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
FilesIWE
- ${name} -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesIWE
+ ${name} +
@@ -96,39 +103,52 @@ - - - - - - +
ErrorSeverityLine
+ + + + + + - - - - - + + + + + + +
ErrorLine
- - ${htmlescape.getText(errorMessage)} - - - ${htmlescape.getText(severity)} - - - - - - - - - ${line} - - - ${line} - - -
+ + + + Error + + + Warning + + + Info + + + + + ${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.