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
41 0 0 142

Files

File
 I
 W
 E
META-INF/configuration.properties 0 0 10
it/tidalwave/northernwind/core/impl/filter/ContentPropertyResolverMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/filter/GlobalPropertyResolverMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/filter/HtmlCleanupFilter.java 0 0 3
it/tidalwave/northernwind/core/impl/filter/LibraryLinkMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/filter/MacroFilter.java 0 0 3
it/tidalwave/northernwind/core/impl/filter/MediaLinkMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/filter/NodeLinkMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/filter/NodeLinkWithContentMacroFilter.java 0 0 2
it/tidalwave/northernwind/core/impl/filter/NodePropertyResolverMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/filter/XsltMacroFilter.java 0 0 1
it/tidalwave/northernwind/core/impl/model/Bundle.properties 0 0 7
it/tidalwave/northernwind/core/impl/model/DefaultContent.java 0 0 6
it/tidalwave/northernwind/core/impl/model/DefaultInheritanceHelper.java 0 0 1
it/tidalwave/northernwind/core/impl/model/DefaultModelFactory.java 0 0 2
it/tidalwave/northernwind/core/impl/model/DefaultRequest.java 0 0 4
it/tidalwave/northernwind/core/impl/model/DefaultRequestContext.java 0 0 1
it/tidalwave/northernwind/core/impl/model/DefaultResource.java 0 0 3
it/tidalwave/northernwind/core/impl/model/DefaultResourceProperties.java 0 0 17
it/tidalwave/northernwind/core/impl/model/DefaultSite.java 0 0 3
it/tidalwave/northernwind/core/impl/model/DefaultSiteFinder.java 0 0 1
it/tidalwave/northernwind/core/impl/model/DefaultSiteNode.java 0 0 2
it/tidalwave/northernwind/core/impl/model/DefaultSiteProvider.java 0 0 3
it/tidalwave/northernwind/core/impl/model/Filter.java 0 0 1
it/tidalwave/northernwind/core/impl/model/InheritanceHelper.java 0 0 3
it/tidalwave/northernwind/core/impl/model/InternalSite.java 0 0 2
it/tidalwave/northernwind/core/impl/model/PathFinderSupport.java 0 0 5
it/tidalwave/northernwind/core/impl/model/TextResourcePropertyResolver.java 0 0 2
it/tidalwave/northernwind/core/impl/text/St4Template.java 0 0 10
it/tidalwave/northernwind/core/impl/text/St4TemplateFactory.java 0 0 7
it/tidalwave/northernwind/core/impl/util/RegexTreeMap.java 0 0 4
it/tidalwave/northernwind/core/model/spi/DefaultLibraryRequestProcessor.java 0 0 2
it/tidalwave/northernwind/core/model/spi/DefaultMediaRequestProcessor.java 0 0 3
it/tidalwave/northernwind/core/model/spi/DefaultRedirectProcessor.java 0 0 6
it/tidalwave/northernwind/core/model/spi/ParameterLanguageOverrideLinkPostProcessor.java 0 0 1
it/tidalwave/northernwind/core/model/spi/ParameterLanguageOverrideRequestProcessor.java 0 0 1
it/tidalwave/northernwind/frontend/impl/ui/DefaultLayout.java 0 0 9
it/tidalwave/northernwind/frontend/impl/ui/DefaultViewFactory.java 0 0 1
it/tidalwave/northernwind/frontend/impl/ui/LayoutLoggerVisitor.java 0 0 3
it/tidalwave/northernwind/frontend/impl/ui/ViewBuilder.java 0 0 3
it/tidalwave/northernwind/frontend/ui/spi/DefaultSiteViewController.java 0 0 4

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
37
 Error
JavadocType
  • scope: "public"
6
 Error
JavadocVariable
  • scope: "public"
4
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
18
 Error
sizes FileLength
  • max: "300"
3
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
31
 Error
whitespace EmptyForIteratorPad 1
 Error
WhitespaceAfter 24
 Error
WhitespaceAround 18
 Error

Details

META-INF/configuration.properties

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. 27
 Error
regexp RegexpSingleline Line has trailing spaces. 47
 Error
regexp RegexpSingleline Line has trailing spaces. 51

it/tidalwave/northernwind/core/impl/filter/ContentPropertyResolverMacroFilter.java

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

it/tidalwave/northernwind/core/impl/filter/GlobalPropertyResolverMacroFilter.java

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

it/tidalwave/northernwind/core/impl/filter/HtmlCleanupFilter.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected an @return tag. 66
 Error
javadoc JavadocMethod Expected @param tag for 'text'. 66
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 67

it/tidalwave/northernwind/core/impl/filter/LibraryLinkMacroFilter.java

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

it/tidalwave/northernwind/core/impl/filter/MacroFilter.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
sizes LineLength Line is longer than 120 characters (found 132). 84

it/tidalwave/northernwind/core/impl/filter/MediaLinkMacroFilter.java

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

it/tidalwave/northernwind/core/impl/filter/NodeLinkMacroFilter.java

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

it/tidalwave/northernwind/core/impl/filter/NodeLinkWithContentMacroFilter.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 74
 Error
sizes LineLength Line is longer than 120 characters (found 137). 93

it/tidalwave/northernwind/core/impl/filter/NodePropertyResolverMacroFilter.java

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

it/tidalwave/northernwind/core/impl/filter/XsltMacroFilter.java

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

it/tidalwave/northernwind/core/impl/model/Bundle.properties

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/core/impl/model/DefaultContent.java

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

it/tidalwave/northernwind/core/impl/model/DefaultInheritanceHelper.java

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

it/tidalwave/northernwind/core/impl/model/DefaultModelFactory.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 101
 Error
whitespace EmptyForIteratorPad ';' is followed by whitespace. 186

it/tidalwave/northernwind/core/impl/model/DefaultRequest.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 122). 152
 Error
sizes LineLength Line is longer than 120 characters (found 122). 183
 Error
sizes LineLength Line is longer than 120 characters (found 123). 193
 Error
sizes LineLength Line is longer than 120 characters (found 123). 203

it/tidalwave/northernwind/core/impl/model/DefaultRequestContext.java

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

it/tidalwave/northernwind/core/impl/model/DefaultResource.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 123). 110
 Error
sizes LineLength Line is longer than 120 characters (found 127). 118
 Error
sizes LineLength Line is longer than 120 characters (found 140). 124

it/tidalwave/northernwind/core/impl/model/DefaultResourceProperties.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 349 lines (max allowed is 300). 1
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 95
 Error
javadoc JavadocMethod Expected @param tag for 'otherProperties'. 113
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'map'. 129
 Error
javadoc JavadocMethod Expected @param tag for 'propertyResolver'. 130
 Error
sizes LineLength Line is longer than 120 characters (found 124). 157
 Error
sizes LineLength Line is longer than 120 characters (found 133). 196
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 256
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 268
 Error
sizes LineLength Line is longer than 120 characters (found 123). 287
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 325
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 325
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 338
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 338

it/tidalwave/northernwind/core/impl/model/DefaultSite.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 413 lines (max allowed is 300). 1
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 166
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 167

it/tidalwave/northernwind/core/impl/model/DefaultSiteFinder.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 49

it/tidalwave/northernwind/core/impl/model/DefaultSiteNode.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 130). 178
 Error
sizes LineLength Line is longer than 120 characters (found 127). 179

it/tidalwave/northernwind/core/impl/model/DefaultSiteProvider.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 147

it/tidalwave/northernwind/core/impl/model/Filter.java

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

it/tidalwave/northernwind/core/impl/model/InheritanceHelper.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'folder'. 50
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 51
 Error
javadoc JavadocMethod Expected @param tag for 'propertyFileName'. 52

it/tidalwave/northernwind/core/impl/model/InternalSite.java

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

it/tidalwave/northernwind/core/impl/model/PathFinderSupport.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 55
 Error
javadoc JavadocMethod Expected @param tag for 'parentResource'. 79
 Error
javadoc JavadocMethod Expected @param tag for 'other'. 99
 Error
javadoc JavadocMethod Expected @param tag for 'override'. 99
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 138

it/tidalwave/northernwind/core/impl/model/TextResourcePropertyResolver.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'folder'. 92
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 116

it/tidalwave/northernwind/core/impl/text/St4Template.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 127). 37
 Error
sizes LineLength Line is longer than 120 characters (found 127). 43
 Error
sizes LineLength Line is longer than 120 characters (found 127). 53
 Error
sizes LineLength Line is longer than 120 characters (found 127). 55
 Error
javadoc JavadocMethod Expected @param tag for 'templateText'. 56
 Error
javadoc JavadocMethod Expected @param tag for 'delimiter'. 56
 Error
sizes LineLength Line is longer than 120 characters (found 127). 70
 Error
sizes LineLength Line is longer than 120 characters (found 127). 74
 Error
sizes LineLength Line is longer than 120 characters (found 127). 82
 Error
sizes LineLength Line is longer than 120 characters (found 127). 86

it/tidalwave/northernwind/core/impl/text/St4TemplateFactory.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected an @return tag. 65
 Error
javadoc JavadocMethod Expected @param tag for 'templatePath'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'embeddedResourceName'. 67
 Error
javadoc JavadocMethod Expected an @return tag. 82
 Error
javadoc JavadocMethod Expected @param tag for 'templatePath'. 83
 Error
sizes LineLength Line is longer than 120 characters (found 124). 86
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 107

it/tidalwave/northernwind/core/impl/util/RegexTreeMap.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <Type> tag. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 47
 Error
javadoc JavadocMethod Missing a Javadoc comment. 73
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 81

it/tidalwave/northernwind/core/model/spi/DefaultLibraryRequestProcessor.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 128). 81
 Error
sizes LineLength Line is longer than 120 characters (found 124). 84

it/tidalwave/northernwind/core/model/spi/DefaultMediaRequestProcessor.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <ResponseType> tag. 54
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 54

it/tidalwave/northernwind/core/model/spi/DefaultRedirectProcessor.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 56
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92

it/tidalwave/northernwind/core/model/spi/ParameterLanguageOverrideLinkPostProcessor.java

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

it/tidalwave/northernwind/core/model/spi/ParameterLanguageOverrideRequestProcessor.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected an @return tag. 83

it/tidalwave/northernwind/frontend/impl/ui/DefaultLayout.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 314 lines (max allowed is 300). 1
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 92
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 93
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 137
 Error
javadoc JavadocMethod Expected @param tag for 'typeUri'. 137
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 148
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 174
 Error
sizes LineLength Line is longer than 120 characters (found 125). 209
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 212

it/tidalwave/northernwind/frontend/impl/ui/DefaultViewFactory.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Unknown tag 'stereotype'. 51

it/tidalwave/northernwind/frontend/impl/ui/LayoutLoggerVisitor.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 58

it/tidalwave/northernwind/frontend/impl/ui/ViewBuilder.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 79
 Error
sizes LineLength Line is longer than 120 characters (found 124). 112
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 114

it/tidalwave/northernwind/frontend/ui/spi/DefaultSiteViewController.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 92
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 97
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 106
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 111