Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset. rss feed
Summary
Files |
Info |
Warnings |
Errors |
4 |
0 |
7 |
10 |
Details
l10n-status-report.properties
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
32 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 187). |
33 |
l10n-status-report_de.properties
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 155). |
30 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 169). |
32 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 216). |
33 |
org/codehaus/mojo/l10n/L10NStatusReport.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
125 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'locale'. |
154 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
230 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'locale'. |
230 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
238 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'locale'. |
238 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
246 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
275 |
Error |
sizes |
MethodLength |
Method renderBody length is 285 lines (max allowed is 150). |
295 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
635 |