Fork me on GitHub

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 11

Files

File
 I
 W
 E
it/tidalwave/role/AsExtensions.java 0 0 5
it/tidalwave/role/AsExtensionsBean.java 0 0 2
it/tidalwave/role/spring/spi/AnnotationSpringRoleManager.java 0 0 1
it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspect.java 0 0 3

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
8
 Error
misc NewlineAtEndOfFile 1
 Error
sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
1
 Error
whitespace WhitespaceAfter 1
 Error

Details

it/tidalwave/role/AsExtensions.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
javadoc JavadocMethod Missing a Javadoc comment. 68
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 72

it/tidalwave/role/AsExtensionsBean.java

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

it/tidalwave/role/spring/spi/AnnotationSpringRoleManager.java

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

it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspect.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
javadoc JavadocMethod Missing a Javadoc comment. 52
 Error
sizes LineLength Line is longer than 120 characters (found 123). 66