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
6 0 0 32

Files

File
 I
 W
 E
it/tidalwave/northernwind/frontend/util/BootLogger.java 0 0 2
it/tidalwave/northernwind/frontend/util/ExternalConfigurationServletContextListener.java 0 0 9
it/tidalwave/northernwind/frontend/util/FilterSupport.java 0 0 8
it/tidalwave/northernwind/frontend/util/InitializationDiagnosticsDispatcherServletDecorator.java 0 0 8
it/tidalwave/northernwind/frontend/util/NorthernWindContextLoaderListener.java 0 0 3
it/tidalwave/northernwind/frontend/util/NorthernWindResponseHeaderFilter.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
2
 Error
JavadocStyle
  • checkFirstSentence: "false"
6
 Error
JavadocVariable
  • scope: "public"
1
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
14
 Error
sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
2
 Error
whitespace WhitespaceAfter 7
 Error

Details

it/tidalwave/northernwind/frontend/util/BootLogger.java

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

it/tidalwave/northernwind/frontend/util/ExternalConfigurationServletContextListener.java

Severity Category Rule Message Line
 Error
javadoc JavadocStyle Extra HTML tag found: </Item> 136
 Error
javadoc JavadocStyle Extra HTML tag found: </Item> 137
 Error
javadoc JavadocStyle Extra HTML tag found: </Entry> 138
 Error
javadoc JavadocStyle Extra HTML tag found: </Map> 139
 Error
javadoc JavadocStyle Extra HTML tag found: </Set> 140
 Error
javadoc JavadocStyle Extra HTML tag found: </Configure> 141
 Error
sizes LineLength Line is longer than 120 characters (found 122). 158
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 164
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 192

it/tidalwave/northernwind/frontend/util/FilterSupport.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
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 53

it/tidalwave/northernwind/frontend/util/InitializationDiagnosticsDispatcherServletDecorator.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
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 71

it/tidalwave/northernwind/frontend/util/NorthernWindContextLoaderListener.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 84
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 85

it/tidalwave/northernwind/frontend/util/NorthernWindResponseHeaderFilter.java

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