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 12 0 0 197

Files

File
 I
 W
 E it/tidalwave/accounting/importer/ibiz/IBizImporter.java 0 0 17 it/tidalwave/accounting/importer/ibiz/IBizImporterBuilderFactory.java 0 0 14 it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java 0 0 18 it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java 0 0 16 it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java 0 0 19 it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterBuilderFactory.java 0 0 10 it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java 0 0 20 it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java 0 0 32 it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java 0 0 13 it/tidalwave/accounting/importer/ibiz/spi/IBizCustomerImporter.java 0 0 11 it/tidalwave/accounting/importer/ibiz/spi/IBizInvoiceImporter.java 0 0 11 it/tidalwave/accounting/importer/ibiz/spi/IBizProjectImporter.java 0 0 16

Rules

Category Rule Violations Severity javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
9
 Error JavadocType
  • scope: "public"
2
 Error misc NewlineAtEndOfFile 2
 Error regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
27
 Error sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
152
 Error whitespace WhitespaceAfter 5
 Error

Details

it/tidalwave/accounting/importer/ibiz/IBizImporter.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 39
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error sizes LineLength Line is longer than 120 characters (found 160). 45
 Error sizes LineLength Line is longer than 120 characters (found 160). 48
 Error sizes LineLength Line is longer than 120 characters (found 160). 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 120 characters (found 160). 64
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error sizes LineLength Line is longer than 120 characters (found 160). 68

it/tidalwave/accounting/importer/ibiz/IBizImporterBuilderFactory.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 30
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error sizes LineLength Line is longer than 120 characters (found 160). 36
 Error sizes LineLength Line is longer than 120 characters (found 160). 39
 Error sizes LineLength Line is longer than 120 characters (found 160). 40
 Error javadoc JavadocMethod Expected an @return tag. 41

it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 43
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error sizes LineLength Line is longer than 120 characters (found 160). 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 88

it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 37
 Error sizes LineLength Line is longer than 120 characters (found 160). 41
 Error sizes LineLength Line is longer than 120 characters (found 160). 51
 Error sizes LineLength Line is longer than 120 characters (found 160). 53
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error sizes LineLength Line is longer than 120 characters (found 160). 111
 Error regexp RegexpSingleline Line has trailing spaces. 112
 Error sizes LineLength Line is longer than 120 characters (found 160). 113
 Error regexp RegexpSingleline Line has trailing spaces. 128

it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 35
 Error sizes LineLength Line is longer than 120 characters (found 160). 39
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error sizes LineLength Line is longer than 120 characters (found 160). 51
 Error sizes LineLength Line is longer than 120 characters (found 160). 53
 Error sizes LineLength Line is longer than 120 characters (found 160). 60
 Error sizes LineLength Line is longer than 120 characters (found 160). 62
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 63
 Error sizes LineLength Line is longer than 120 characters (found 160). 68
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error sizes LineLength Line is longer than 120 characters (found 124). 71

it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterBuilderFactory.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 32
 Error sizes LineLength Line is longer than 120 characters (found 160). 36
 Error regexp RegexpSingleline Line has trailing spaces. 40

it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 46
 Error sizes LineLength Line is longer than 120 characters (found 160). 50
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error sizes LineLength Line is longer than 120 characters (found 160). 66
 Error sizes LineLength Line is longer than 120 characters (found 160). 68
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error sizes LineLength Line is longer than 120 characters (found 160). 90
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error sizes LineLength Line is longer than 120 characters (found 160). 92
 Error regexp RegexpSingleline Line has trailing spaces. 94
 Error sizes LineLength Line is longer than 120 characters (found 122). 101

it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 49
 Error sizes LineLength Line is longer than 120 characters (found 160). 53
 Error sizes LineLength Line is longer than 120 characters (found 160). 66
 Error sizes LineLength Line is longer than 120 characters (found 160). 68
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error sizes LineLength Line is longer than 120 characters (found 160). 90
 Error sizes LineLength Line is longer than 120 characters (found 160). 92
 Error sizes LineLength Line is longer than 120 characters (found 160). 106
 Error regexp RegexpSingleline Line has trailing spaces. 108
 Error sizes LineLength Line is longer than 120 characters (found 160). 110
 Error sizes LineLength Line is longer than 120 characters (found 121). 116
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error sizes LineLength Line is longer than 120 characters (found 160). 142
 Error regexp RegexpSingleline Line has trailing spaces. 143
 Error sizes LineLength Line is longer than 120 characters (found 160). 145
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 157
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 159
 Error regexp RegexpSingleline Line has trailing spaces. 161
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 164
 Error sizes LineLength Line is longer than 120 characters (found 160). 170
 Error sizes LineLength Line is longer than 120 characters (found 160). 172
 Error sizes LineLength Line is longer than 120 characters (found 160). 179
 Error sizes LineLength Line is longer than 120 characters (found 160). 181

it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 38
 Error sizes LineLength Line is longer than 120 characters (found 160). 42
 Error sizes LineLength Line is longer than 120 characters (found 160). 45
 Error sizes LineLength Line is longer than 120 characters (found 160). 49
 Error sizes LineLength Line is longer than 120 characters (found 160). 63
 Error sizes LineLength Line is longer than 120 characters (found 160). 67

it/tidalwave/accounting/importer/ibiz/spi/IBizCustomerImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 30
 Error sizes LineLength Line is longer than 120 characters (found 160). 34
 Error sizes LineLength Line is longer than 120 characters (found 160). 37
 Error sizes LineLength Line is longer than 120 characters (found 160). 39

it/tidalwave/accounting/importer/ibiz/spi/IBizInvoiceImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 30
 Error sizes LineLength Line is longer than 120 characters (found 160). 34
 Error sizes LineLength Line is longer than 120 characters (found 160). 37
 Error sizes LineLength Line is longer than 120 characters (found 160). 39

it/tidalwave/accounting/importer/ibiz/spi/IBizProjectImporter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 160). 2
 Error sizes LineLength Line is longer than 120 characters (found 160). 9
 Error sizes LineLength Line is longer than 120 characters (found 131). 11
 Error sizes LineLength Line is longer than 120 characters (found 158). 16
 Error sizes LineLength Line is longer than 120 characters (found 153). 17
 Error sizes LineLength Line is longer than 120 characters (found 160). 19
 Error sizes LineLength Line is longer than 120 characters (found 160). 24
 Error sizes LineLength Line is longer than 120 characters (found 160). 36
 Error sizes LineLength Line is longer than 120 characters (found 160). 40
 Error javadoc JavadocType Missing a Javadoc comment. 43
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error javadoc JavadocType Missing a Javadoc comment. 57
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 120 characters (found 160). 69
 Error sizes LineLength Line is longer than 120 characters (found 160). 71