Fork me on GitHub

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

Files

File
 I
 W
 E
l10n-status-report.properties 0 0 3
l10n-status-report_de.properties 0 0 4
org/codehaus/mojo/l10n/L10NStatusReport.java 0 7 3

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
7
 Warning
modifier RedundantModifier 2
 Error
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
7
 Error
MethodLength 1
 Error

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