diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 8da1aef0..1ddcb09d 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -27,7 +27,9 @@ xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:util="jelly:util" - xmlns:doc="doc"> + xmlns:doc="doc" + xmlns:define="jelly:define" + xmlns:checkstyle="checkstyle"> + + + + + + + + + + + + + Generating report for severity ${severity}... + + + + + + diff --git a/checkstyle/src/plugin-resources/checkstyle.jsl b/checkstyle/src/plugin-resources/checkstyle.jsl index a5120909..c7ffc10b 100644 --- a/checkstyle/src/plugin-resources/checkstyle.jsl +++ b/checkstyle/src/plugin-resources/checkstyle.jsl @@ -51,6 +51,16 @@

+
+

+

+

+
+
diff --git a/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl b/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl new file mode 100644 index 00000000..7a97c825 --- /dev/null +++ b/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + Checkstyle errors in severity ${severity} + + + + + + + + + + + + + + + + + + + + +
+

+ The following document contains the results of + Checkstyle + + for severity ${severity}. +

+
+ +
+ + + + + + + + + + + + + + + +
FilesErrors
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesErrors
+ ${name} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ErrorLine
+ Error + + + ${htmlescape.getText(errorMessage)} + + + + + + + + + ${line} + + + ${line} + + +
+
+
+
+
+ +
+
+
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 8e959352..cbdc2fbe 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -26,6 +26,7 @@ + Generate reports filtered by severity Support for Java5 Upgraded to checkstyle 4.0 Fixed MemberName rule in Turbine checkstyle rules