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 97

Files

File
 I
 W
 E
it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java 0 0 4
it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java 0 0 7
it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java 0 0 1
it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java 0 0 2
it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java 0 0 2
it/tidalwave/accounting/exporter/xml/impl/adapters/MoneyAdapter.java 0 0 1
it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java 0 0 6
it/tidalwave/accounting/exporter/xml/impl/xml/AddressXml.java 0 0 9
it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java 0 0 7
it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java 0 0 16
it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java 0 0 20
it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java 0 0 22

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
13
 Error
misc NewlineAtEndOfFile 2
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
80
 Error
whitespace WhitespaceAfter 2
 Error

Details

it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 55
 Error
regexp RegexpSingleline Line has trailing spaces. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 65
 Error
regexp RegexpSingleline Line has trailing spaces. 66

it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 51
 Error
regexp RegexpSingleline Line has trailing spaces. 54
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 63
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
regexp RegexpSingleline Line has trailing spaces. 65

it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java

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

it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
regexp RegexpSingleline Line has trailing spaces. 42

it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
regexp RegexpSingleline Line has trailing spaces. 42

it/tidalwave/accounting/exporter/xml/impl/adapters/MoneyAdapter.java

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

it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 51
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
regexp RegexpSingleline Line has trailing spaces. 60
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65
 Error
javadoc JavadocMethod Missing a Javadoc comment. 75

it/tidalwave/accounting/exporter/xml/impl/xml/AddressXml.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 46
 Error
regexp RegexpSingleline Line has trailing spaces. 50
 Error
regexp RegexpSingleline Line has trailing spaces. 53
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
regexp RegexpSingleline Line has trailing spaces. 59
 Error
regexp RegexpSingleline Line has trailing spaces. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
regexp RegexpSingleline Line has trailing spaces. 71
 Error
javadoc JavadocMethod Missing a Javadoc comment. 72

it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 53
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
regexp RegexpSingleline Line has trailing spaces. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71
 Error
regexp RegexpSingleline Line has trailing spaces. 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 80

it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 63
 Error
regexp RegexpSingleline Line has trailing spaces. 70
 Error
regexp RegexpSingleline Line has trailing spaces. 73
 Error
regexp RegexpSingleline Line has trailing spaces. 77
 Error
regexp RegexpSingleline Line has trailing spaces. 81
 Error
regexp RegexpSingleline Line has trailing spaces. 85
 Error
regexp RegexpSingleline Line has trailing spaces. 89
 Error
regexp RegexpSingleline Line has trailing spaces. 93
 Error
regexp RegexpSingleline Line has trailing spaces. 97
 Error
regexp RegexpSingleline Line has trailing spaces. 98
 Error
javadoc JavadocMethod Missing a Javadoc comment. 99
 Error
regexp RegexpSingleline Line has trailing spaces. 109
 Error
javadoc JavadocMethod Missing a Javadoc comment. 114
 Error
regexp RegexpSingleline Line has trailing spaces. 117
 Error
regexp RegexpSingleline Line has trailing spaces. 128
 Error
regexp RegexpSingleline Line has trailing spaces. 129

it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 62
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 72
 Error
regexp RegexpSingleline Line has trailing spaces. 76
 Error
regexp RegexpSingleline Line has trailing spaces. 80
 Error
regexp RegexpSingleline Line has trailing spaces. 83
 Error
regexp RegexpSingleline Line has trailing spaces. 86
 Error
regexp RegexpSingleline Line has trailing spaces. 90
 Error
regexp RegexpSingleline Line has trailing spaces. 94
 Error
regexp RegexpSingleline Line has trailing spaces. 97
 Error
regexp RegexpSingleline Line has trailing spaces. 98
 Error
javadoc JavadocMethod Missing a Javadoc comment. 99
 Error
regexp RegexpSingleline Line has trailing spaces. 110
 Error
regexp RegexpSingleline Line has trailing spaces. 114
 Error
javadoc JavadocMethod Missing a Javadoc comment. 115
 Error
regexp RegexpSingleline Line has trailing spaces. 128
 Error
javadoc JavadocMethod Missing a Javadoc comment. 129
 Error
regexp RegexpSingleline Line has trailing spaces. 132
 Error
regexp RegexpSingleline Line has trailing spaces. 135

it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
regexp RegexpSingleline Line has trailing spaces. 66
 Error
regexp RegexpSingleline Line has trailing spaces. 71
 Error
regexp RegexpSingleline Line has trailing spaces. 75
 Error
regexp RegexpSingleline Line has trailing spaces. 78
 Error
regexp RegexpSingleline Line has trailing spaces. 81
 Error
regexp RegexpSingleline Line has trailing spaces. 84
 Error
regexp RegexpSingleline Line has trailing spaces. 87
 Error
regexp RegexpSingleline Line has trailing spaces. 91
 Error
regexp RegexpSingleline Line has trailing spaces. 95
 Error
regexp RegexpSingleline Line has trailing spaces. 99
 Error
regexp RegexpSingleline Line has trailing spaces. 103
 Error
regexp RegexpSingleline Line has trailing spaces. 107
 Error
regexp RegexpSingleline Line has trailing spaces. 110
 Error
regexp RegexpSingleline Line has trailing spaces. 111
 Error
javadoc JavadocMethod Missing a Javadoc comment. 112
 Error
regexp RegexpSingleline Line has trailing spaces. 128
 Error
javadoc JavadocMethod Missing a Javadoc comment. 129
 Error
regexp RegexpSingleline Line has trailing spaces. 132
 Error
regexp RegexpSingleline Line has trailing spaces. 136
 Error
regexp RegexpSingleline Line has trailing spaces. 147
 Error
regexp RegexpSingleline Line has trailing spaces. 148