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
21 0 0 203

Files

File
 I
 W
 E
it/tidalwave/northernwind/frontend/ui/component/blog/htmltemplate/HtmlTemplateBlogView.java 0 0 5
it/tidalwave/northernwind/frontend/ui/component/blog/htmltemplate/HtmlTemplateBlogViewController.java 0 0 5
it/tidalwave/northernwind/frontend/ui/component/breadcrumb/htmltemplate/HtmlTemplateBreadCrumbView.java 0 0 13
it/tidalwave/northernwind/frontend/ui/component/calendar/htmltemplate/HtmlTemplateCalendarView.java 0 0 9
it/tidalwave/northernwind/frontend/ui/component/calendar/htmltemplate/HtmlTemplateCalendarViewController.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/container/htmltemplate/HtmlTemplateContainerView.java 0 0 14
it/tidalwave/northernwind/frontend/ui/component/gallery/htmltemplate/HtmlTemplateGalleryView.java 0 0 13
it/tidalwave/northernwind/frontend/ui/component/gallery/htmltemplate/HtmlTemplateGalleryViewController.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/gallery/htmltemplate/bluette/BluetteGalleryAdapter.java 0 0 14
it/tidalwave/northernwind/frontend/ui/component/htmlfragment/htmltemplate/HtmlTemplateHtmlFragmentView.java 0 0 15
it/tidalwave/northernwind/frontend/ui/component/htmltemplate/HtmlHolder.java 0 0 14
it/tidalwave/northernwind/frontend/ui/component/htmltemplate/TextHolder.java 0 0 11
it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/htmltemplate/HtmlTemplateHtmlTextWithTitleView.java 0 0 4
it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/htmltemplate/HtmlTemplateHtmlTextWithTitleViewController.java 0 0 1
it/tidalwave/northernwind/frontend/ui/component/menu/htmltemplate/HtmlTemplateHorizontalMenuView.java 0 0 16
it/tidalwave/northernwind/frontend/ui/component/menu/htmltemplate/HtmlTemplateMenuViewHelper.java 0 0 2
it/tidalwave/northernwind/frontend/ui/component/menu/htmltemplate/HtmlTemplateVerticalMenuView.java 0 0 16
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/htmltemplate/HtmlTemplateNodeContainerView.java 0 0 15
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/htmltemplate/HtmlTemplateNodeContainerView_2.java 0 0 15
it/tidalwave/northernwind/frontend/ui/component/sitemap/htmltemplate/HtmlTemplateSitemapView.java 0 0 5
it/tidalwave/northernwind/frontend/ui/component/sitemap/htmltemplate/HtmlTemplateSitemapViewController.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
30
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
93
 Error
sizes FileLength
  • max: "300"
1
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
14
 Error
ParameterNumber
  • max: "4"
  • tokens: "METHOD_DEF"
2
 Error
whitespace NoWhitespaceBefore 1
 Error
ParenPad 2
 Error
WhitespaceAfter 6
 Error
WhitespaceAround 54
 Error

Details

it/tidalwave/northernwind/frontend/ui/component/blog/htmltemplate/HtmlTemplateBlogView.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69

it/tidalwave/northernwind/frontend/ui/component/blog/htmltemplate/HtmlTemplateBlogViewController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 124). 87
 Error
sizes LineLength Line is longer than 120 characters (found 123). 140
 Error
sizes LineLength Line is longer than 120 characters (found 124). 141
 Error
whitespace ParenPad '(' is followed by whitespace. 173
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 174

it/tidalwave/northernwind/frontend/ui/component/breadcrumb/htmltemplate/HtmlTemplateBreadCrumbView.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
regexp RegexpSingleline Line has trailing spaces. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49

it/tidalwave/northernwind/frontend/ui/component/calendar/htmltemplate/HtmlTemplateCalendarView.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 63
 Error
javadoc JavadocMethod Expected @param tag for 'site'. 63
 Error
sizes ParameterNumber More than 4 parameters (found 7). 83
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 98

it/tidalwave/northernwind/frontend/ui/component/calendar/htmltemplate/HtmlTemplateCalendarViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'view'. 72
 Error
javadoc JavadocMethod Expected @param tag for 'siteNode'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'requestLocaleManager'. 74
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 75
 Error
javadoc JavadocMethod Expected @param tag for 'timeProvider'. 76
 Error
sizes ParameterNumber More than 4 parameters (found 6). 88
 Error
whitespace ParenPad '(' is followed by whitespace. 117

it/tidalwave/northernwind/frontend/ui/component/container/htmltemplate/HtmlTemplateContainerView.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
regexp RegexpSingleline Line has trailing spaces. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
regexp RegexpSingleline Line has trailing spaces. 48
 Error
regexp RegexpSingleline Line has trailing spaces. 57

it/tidalwave/northernwind/frontend/ui/component/gallery/htmltemplate/HtmlTemplateGalleryView.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
regexp RegexpSingleline Line has trailing spaces. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44

it/tidalwave/northernwind/frontend/ui/component/gallery/htmltemplate/HtmlTemplateGalleryViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'view'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'siteNode'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'requestLocaleManager'. 68
 Error
javadoc JavadocMethod Expected @param tag for 'modelFactory'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'beanFactory'. 70
 Error
sizes LineLength Line is longer than 120 characters (found 129). 75
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 90

it/tidalwave/northernwind/frontend/ui/component/gallery/htmltemplate/bluette/BluetteGalleryAdapter.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 319 lines (max allowed is 300). 1
 Error
sizes LineLength Line is longer than 120 characters (found 128). 64
 Error
sizes LineLength Line is longer than 120 characters (found 145). 67
 Error
sizes LineLength Line is longer than 120 characters (found 141). 70
 Error
sizes LineLength Line is longer than 120 characters (found 126). 73
 Error
sizes LineLength Line is longer than 120 characters (found 130). 75
 Error
javadoc JavadocMethod Expected @param tag for 'siteNode'. 127
 Error
javadoc JavadocMethod Expected @param tag for 'view'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'modelFactory'. 129
 Error
sizes LineLength Line is longer than 120 characters (found 133). 212
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 226
 Error
sizes LineLength Line is longer than 120 characters (found 122). 257
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 279
 Error
sizes LineLength Line is longer than 120 characters (found 140). 308

it/tidalwave/northernwind/frontend/ui/component/htmlfragment/htmltemplate/HtmlTemplateHtmlFragmentView.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
regexp RegexpSingleline Line has trailing spaces. 40
 Error
regexp RegexpSingleline Line has trailing spaces. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
regexp RegexpSingleline Line has trailing spaces. 50
 Error
regexp RegexpSingleline Line has trailing spaces. 54

it/tidalwave/northernwind/frontend/ui/component/htmltemplate/HtmlHolder.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
regexp RegexpSingleline Line has trailing spaces. 46
 Error
javadoc JavadocMethod Unused @param tag for 'name'. 47
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 50
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63

it/tidalwave/northernwind/frontend/ui/component/htmltemplate/TextHolder.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 62
 Error
javadoc JavadocMethod Unused @param tag for 'name'. 82
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 85
 Error
javadoc JavadocMethod Missing a Javadoc comment. 99
 Error
javadoc JavadocMethod Missing a Javadoc comment. 106
 Error
javadoc JavadocMethod Missing a Javadoc comment. 112
 Error
javadoc JavadocMethod Missing a Javadoc comment. 117
 Error
javadoc JavadocMethod Missing a Javadoc comment. 134
 Error
javadoc JavadocMethod Missing a Javadoc comment. 140
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 191

it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/htmltemplate/HtmlTemplateHtmlTextWithTitleView.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 51

it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/htmltemplate/HtmlTemplateHtmlTextWithTitleViewController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 131). 105

it/tidalwave/northernwind/frontend/ui/component/menu/htmltemplate/HtmlTemplateHorizontalMenuView.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
regexp RegexpSingleline Line has trailing spaces. 41
 Error
regexp RegexpSingleline Line has trailing spaces. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
regexp RegexpSingleline Line has trailing spaces. 51
 Error
regexp RegexpSingleline Line has trailing spaces. 54
 Error
regexp RegexpSingleline Line has trailing spaces. 58

it/tidalwave/northernwind/frontend/ui/component/menu/htmltemplate/HtmlTemplateMenuViewHelper.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 50
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 55

it/tidalwave/northernwind/frontend/ui/component/menu/htmltemplate/HtmlTemplateVerticalMenuView.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
regexp RegexpSingleline Line has trailing spaces. 41
 Error
regexp RegexpSingleline Line has trailing spaces. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
regexp RegexpSingleline Line has trailing spaces. 51
 Error
regexp RegexpSingleline Line has trailing spaces. 54
 Error
regexp RegexpSingleline Line has trailing spaces. 58

it/tidalwave/northernwind/frontend/ui/component/nodecontainer/htmltemplate/HtmlTemplateNodeContainerView.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
regexp RegexpSingleline Line has trailing spaces. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
regexp RegexpSingleline Line has trailing spaces. 48
 Error
regexp RegexpSingleline Line has trailing spaces. 52
 Error
regexp RegexpSingleline Line has trailing spaces. 61

it/tidalwave/northernwind/frontend/ui/component/nodecontainer/htmltemplate/HtmlTemplateNodeContainerView_2.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
regexp RegexpSingleline Line has trailing spaces. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
regexp RegexpSingleline Line has trailing spaces. 48
 Error
regexp RegexpSingleline Line has trailing spaces. 52
 Error
regexp RegexpSingleline Line has trailing spaces. 61

it/tidalwave/northernwind/frontend/ui/component/sitemap/htmltemplate/HtmlTemplateSitemapView.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66

it/tidalwave/northernwind/frontend/ui/component/sitemap/htmltemplate/HtmlTemplateSitemapViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71
 Error
sizes LineLength Line is longer than 120 characters (found 123). 83