Checkstyle Results

The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
7 0 0 43

Files

File
 I
 W
 E
it/tidalwave/northernwind/frontend/springmvc/SpringMvcRestController.java 0 0 8
it/tidalwave/northernwind/frontend/springmvc/ThreadNameChangerAspect.java 0 0 9
it/tidalwave/northernwind/frontend/ui/component/rssfeed/DefaultRssFeedViewController.java 0 0 5
it/tidalwave/northernwind/frontend/ui/component/rssfeed/RssFeedView.java 0 0 8
it/tidalwave/northernwind/frontend/ui/component/rssfeed/RssFeedViewController.java 0 0 2
it/tidalwave/northernwind/frontend/ui/component/rssfeed/htmltemplate/HtmlTemplateRssFeedView.java 0 0 9
it/tidalwave/northernwind/frontend/ui/springmvc/SpringMvcSiteView.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
8
 Error
JavadocVariable
  • scope: "public"
2
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
29
 Error
sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
2
 Error
whitespace WhitespaceAfter 2
 Error

Details

it/tidalwave/northernwind/frontend/springmvc/SpringMvcRestController.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 4
 Error
regexp RegexpSingleline Line has trailing spaces. 11
 Error
regexp RegexpSingleline Line has trailing spaces. 14
 Error
regexp RegexpSingleline Line has trailing spaces. 16
 Error
regexp RegexpSingleline Line has trailing spaces. 20
 Error
regexp RegexpSingleline Line has trailing spaces. 22
 Error
regexp RegexpSingleline Line has trailing spaces. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54

it/tidalwave/northernwind/frontend/springmvc/ThreadNameChangerAspect.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 4
 Error
regexp RegexpSingleline Line has trailing spaces. 11
 Error
regexp RegexpSingleline Line has trailing spaces. 14
 Error
regexp RegexpSingleline Line has trailing spaces. 16
 Error
regexp RegexpSingleline Line has trailing spaces. 20
 Error
regexp RegexpSingleline Line has trailing spaces. 22
 Error
regexp RegexpSingleline Line has trailing spaces. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 54

it/tidalwave/northernwind/frontend/ui/component/rssfeed/DefaultRssFeedViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'view'. 86
 Error
javadoc JavadocMethod Expected @param tag for 'siteNode'. 87
 Error
javadoc JavadocMethod Expected @param tag for 'siteProvider'. 88
 Error
javadoc JavadocMethod Expected @param tag for 'requestLocaleManager'. 89
 Error
sizes LineLength Line is longer than 120 characters (found 138). 187

it/tidalwave/northernwind/frontend/ui/component/rssfeed/RssFeedView.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 4
 Error
regexp RegexpSingleline Line has trailing spaces. 11
 Error
regexp RegexpSingleline Line has trailing spaces. 14
 Error
regexp RegexpSingleline Line has trailing spaces. 16
 Error
regexp RegexpSingleline Line has trailing spaces. 20
 Error
regexp RegexpSingleline Line has trailing spaces. 22
 Error
regexp RegexpSingleline Line has trailing spaces. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 39

it/tidalwave/northernwind/frontend/ui/component/rssfeed/RssFeedViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41

it/tidalwave/northernwind/frontend/ui/component/rssfeed/htmltemplate/HtmlTemplateRssFeedView.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 4
 Error
regexp RegexpSingleline Line has trailing spaces. 11
 Error
regexp RegexpSingleline Line has trailing spaces. 14
 Error
regexp RegexpSingleline Line has trailing spaces. 16
 Error
regexp RegexpSingleline Line has trailing spaces. 20
 Error
regexp RegexpSingleline Line has trailing spaces. 22
 Error
regexp RegexpSingleline Line has trailing spaces. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
regexp RegexpSingleline Line has trailing spaces. 55

it/tidalwave/northernwind/frontend/ui/springmvc/SpringMvcSiteView.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 141). 83
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 106