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

Files

File
 I
 W
 E
it/tidalwave/northernwind/core/impl/io/LayoutJaxbMarshallable.java 0 0 1
it/tidalwave/northernwind/core/impl/io/LayoutJaxbUnmarshallable.java 0 0 2
it/tidalwave/northernwind/core/impl/io/ResourcePropertiesJaxbMarshallable.java 0 0 2
it/tidalwave/northernwind/core/impl/io/ResourcePropertiesJaxbUnmarshallable.java 0 0 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
3
 Error
whitespace WhitespaceAfter 3
 Error

Details

it/tidalwave/northernwind/core/impl/io/LayoutJaxbMarshallable.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'ownerLayout'. 66

it/tidalwave/northernwind/core/impl/io/LayoutJaxbUnmarshallable.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'layout'. 65
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 80

it/tidalwave/northernwind/core/impl/io/ResourcePropertiesJaxbMarshallable.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'resourceProperties'. 70
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 125

it/tidalwave/northernwind/core/impl/io/ResourcePropertiesJaxbUnmarshallable.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 77