Fork me on GitHub

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. 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. 68

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). 86
 Error
sizes LineLength Line is longer than 120 characters (found 123). 139
 Error
sizes LineLength Line is longer than 120 characters (found 124). 140
 Error
whitespace ParenPad '(' is followed by whitespace. 172
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 173

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. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 62
 Error
javadoc JavadocMethod Expected @param tag for 'site'. 62
 Error
sizes ParameterNumber More than 4 parameters (found 7). 82
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 97
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 97

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

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

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 318 lines (max allowed is 300). 1
 Error
sizes LineLength Line is longer than 120 characters (found 128). 63
 Error
sizes LineLength Line is longer than 120 characters (found 145). 66
 Error
sizes LineLength Line is longer than 120 characters (found 141). 69
 Error
sizes LineLength Line is longer than 120 characters (found 126). 72
 Error
sizes LineLength Line is longer than 120 characters (found 130). 74
 Error
javadoc JavadocMethod Expected @param tag for 'siteNode'. 126
 Error
javadoc JavadocMethod Expected @param tag for 'view'. 127
 Error
javadoc JavadocMethod Expected @param tag for 'modelFactory'. 128
 Error
sizes LineLength Line is longer than 120 characters (found 122). 196
 Error
sizes LineLength Line is longer than 120 characters (found 130). 211
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 225
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 278
 Error
sizes LineLength Line is longer than 120 characters (found 140). 307

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. 61
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Error
javadoc JavadocMethod Unused @param tag for 'name'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 98
 Error
javadoc JavadocMethod Missing a Javadoc comment. 105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 111
 Error
javadoc JavadocMethod Missing a Javadoc comment. 116
 Error
javadoc JavadocMethod Missing a Javadoc comment. 133
 Error
javadoc JavadocMethod Missing a Javadoc comment. 139
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 190

it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/htmltemplate/HtmlTemplateHtmlTextWithTitleView.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

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). 104

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. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 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. 65

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