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
26 0 0 146

Files

File
 I
 W
 E
it/tidalwave/northernwind/frontend/ui/component/Properties.java 0 0 10
it/tidalwave/northernwind/frontend/ui/component/blog/BlogView.java 0 0 1
it/tidalwave/northernwind/frontend/ui/component/blog/DefaultBlogViewController.java 0 0 15
it/tidalwave/northernwind/frontend/ui/component/breadcrumb/BreadCrumbView.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/breadcrumb/DefaultBreadCrumbViewController.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/calendar/CalendarView.java 0 0 1
it/tidalwave/northernwind/frontend/ui/component/calendar/DefaultCalendarViewController.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/calendar/spi/XmlCalendarDao.java 0 0 3
it/tidalwave/northernwind/frontend/ui/component/container/ContainerView.java 0 0 9
it/tidalwave/northernwind/frontend/ui/component/container/DefaultContainerViewController.java 0 0 1
it/tidalwave/northernwind/frontend/ui/component/gallery/DefaultGalleryViewController.java 0 0 5
it/tidalwave/northernwind/frontend/ui/component/gallery/GalleryView.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/gallery/GalleryViewController.java 0 0 1
it/tidalwave/northernwind/frontend/ui/component/gallery/spi/GalleryAdapter.java 0 0 4
it/tidalwave/northernwind/frontend/ui/component/gallery/spi/GalleryLoader.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/gallery/spi/MediaMetadataProvider.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/gallery/spi/MediaMetadataXsltAdapter.java 0 0 11
it/tidalwave/northernwind/frontend/ui/component/gallery/spi/loader/SlideShowProPlayerGalleryLoader.java 0 0 5
it/tidalwave/northernwind/frontend/ui/component/htmlfragment/HtmlFragmentView.java 0 0 7
it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/DefaultHtmlTextWithTitleViewController.java 0 0 4
it/tidalwave/northernwind/frontend/ui/component/menu/MenuView.java 0 0 10
it/tidalwave/northernwind/frontend/ui/component/menu/MenuViewController.java 0 0 2
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/DefaultNodeContainerViewController.java 0 0 2
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/NodeContainerView.java 0 0 2
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/NodeContainerViewController.java 0 0 10
it/tidalwave/northernwind/frontend/ui/component/sitemap/SitemapView.java 0 0 1

Rules

Category Rule Violations Severity
blocks NeedBraces 1
 Error
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
23
 Error
JavadocType
  • scope: "public"
3
 Error
JavadocVariable
  • scope: "public"
19
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
65
 Error
sizes FileLength
  • max: "300"
1
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
14
 Error
ParameterNumber
  • max: "4"
  • tokens: "METHOD_DEF"
1
 Error
whitespace OperatorWrap 1
 Error
WhitespaceAfter 2
 Error
WhitespaceAround 16
 Error

Details

it/tidalwave/northernwind/frontend/ui/component/Properties.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53

it/tidalwave/northernwind/frontend/ui/component/blog/BlogView.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 35

it/tidalwave/northernwind/frontend/ui/component/blog/DefaultBlogViewController.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 751 lines (max allowed is 300). 1
 Error
sizes LineLength Line is longer than 120 characters (found 124). 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 157
 Error
javadoc JavadocMethod Missing a Javadoc comment. 160
 Error
javadoc JavadocMethod Missing a Javadoc comment. 165
 Error
sizes LineLength Line is longer than 120 characters (found 124). 225
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 239
 Error
sizes LineLength Line is longer than 120 characters (found 126). 465
 Error
sizes LineLength Line is longer than 120 characters (found 135). 472
 Error
sizes LineLength Line is longer than 120 characters (found 125). 473
 Error
blocks NeedBraces 'else' construct must use '{}'s. 626
 Error
sizes LineLength Line is longer than 120 characters (found 133). 630

it/tidalwave/northernwind/frontend/ui/component/breadcrumb/BreadCrumbView.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

it/tidalwave/northernwind/frontend/ui/component/breadcrumb/DefaultBreadCrumbViewController.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

it/tidalwave/northernwind/frontend/ui/component/calendar/CalendarView.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 34

it/tidalwave/northernwind/frontend/ui/component/calendar/DefaultCalendarViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 102
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 108
 Error
sizes LineLength Line is longer than 120 characters (found 143). 171
 Error
sizes ParameterNumber More than 4 parameters (found 6). 186

it/tidalwave/northernwind/frontend/ui/component/calendar/spi/XmlCalendarDao.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 89
 Error
sizes LineLength Line is longer than 120 characters (found 126). 90
 Error
sizes LineLength Line is longer than 120 characters (found 125). 105

it/tidalwave/northernwind/frontend/ui/component/container/ContainerView.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. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 43

it/tidalwave/northernwind/frontend/ui/component/container/DefaultContainerViewController.java

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

it/tidalwave/northernwind/frontend/ui/component/gallery/DefaultGalleryViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'view'. 116
 Error
javadoc JavadocMethod Expected @param tag for 'siteNode'. 117
 Error
javadoc JavadocMethod Expected @param tag for 'requestLocaleManager'. 118
 Error
javadoc JavadocMethod Expected @param tag for 'beanFactory'. 119
 Error
sizes LineLength Line is longer than 120 characters (found 143). 138

it/tidalwave/northernwind/frontend/ui/component/gallery/GalleryView.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

it/tidalwave/northernwind/frontend/ui/component/gallery/GalleryViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 42

it/tidalwave/northernwind/frontend/ui/component/gallery/spi/GalleryAdapter.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected an @return tag. 48
 Error
javadoc JavadocMethod Expected @param tag for 'viewId'. 49
 Error
javadoc JavadocMethod Expected an @return tag. 56
 Error
javadoc JavadocMethod Expected @param tag for 'context'. 102

it/tidalwave/northernwind/frontend/ui/component/gallery/spi/GalleryLoader.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

it/tidalwave/northernwind/frontend/ui/component/gallery/spi/MediaMetadataProvider.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

it/tidalwave/northernwind/frontend/ui/component/gallery/spi/MediaMetadataXsltAdapter.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 Expected an @return tag. 66
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'format'. 67
 Error
javadoc JavadocMethod Expected an @return tag. 85

it/tidalwave/northernwind/frontend/ui/component/gallery/spi/loader/SlideShowProPlayerGalleryLoader.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 92
 Error
sizes LineLength Line is longer than 120 characters (found 138). 97
 Error
whitespace OperatorWrap '|' should be on a new line. 101

it/tidalwave/northernwind/frontend/ui/component/htmlfragment/HtmlFragmentView.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

it/tidalwave/northernwind/frontend/ui/component/htmltextwithtitle/DefaultHtmlTextWithTitleViewController.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 74
 Error
javadoc JavadocVariable Missing a Javadoc comment. 77
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 79

it/tidalwave/northernwind/frontend/ui/component/menu/MenuView.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. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45

it/tidalwave/northernwind/frontend/ui/component/menu/MenuViewController.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 43

it/tidalwave/northernwind/frontend/ui/component/nodecontainer/DefaultNodeContainerViewController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 123). 99
 Error
sizes LineLength Line is longer than 120 characters (found 122). 216

it/tidalwave/northernwind/frontend/ui/component/nodecontainer/NodeContainerView.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 42
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44

it/tidalwave/northernwind/frontend/ui/component/nodecontainer/NodeContainerViewController.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 56
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 56

it/tidalwave/northernwind/frontend/ui/component/sitemap/SitemapView.java

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