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 16
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 2
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 750 lines (max allowed is 300). 1
 Error
sizes LineLength Line is longer than 120 characters (found 124). 99
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 156
 Error
javadoc JavadocVariable Missing a Javadoc comment. 158
 Error
javadoc JavadocMethod Missing a Javadoc comment. 161
 Error
javadoc JavadocMethod Missing a Javadoc comment. 166
 Error
sizes LineLength Line is longer than 120 characters (found 124). 226
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
sizes LineLength Line is longer than 120 characters (found 126). 466
 Error
sizes LineLength Line is longer than 120 characters (found 135). 473
 Error
sizes LineLength Line is longer than 120 characters (found 125). 474
 Error
sizes LineLength Line is longer than 120 characters (found 122). 588
 Error
blocks NeedBraces 'else' construct must use '{}'s. 627
 Error
sizes LineLength Line is longer than 120 characters (found 133). 631

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. 85
 Error
sizes LineLength Line is longer than 120 characters (found 126). 86

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

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. 65
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'format'. 66
 Error
javadoc JavadocMethod Expected an @return tag. 84

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

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 87
 Error
sizes LineLength Line is longer than 120 characters (found 135). 92
 Error
whitespace OperatorWrap '|' should be on a new line. 96

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. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 77
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78

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). 98
 Error
sizes LineLength Line is longer than 120 characters (found 122). 215

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