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
3 0 0 10

Files

File
 I
 W
 E
it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentation.java 0 0 6
it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentationControl.java 0 0 1
it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java 0 0 3

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
5
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
5
 Error

Details

it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentation.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 39
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 47
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49

it/tidalwave/accounting/ui/importer/ibiz/IBizImporterPresentationControl.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 34

it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 58
 Error
regexp RegexpSingleline Line has trailing spaces. 61
 Error
regexp RegexpSingleline Line has trailing spaces. 66