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
16 0 0 143

Files

File
 I
 W
 E
it/tidalwave/accounting/model/impl/InMemoryAccounting.java 0 0 1
it/tidalwave/accounting/model/impl/InMemoryCustomer.java 0 0 16
it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java 0 0 9
it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java 0 0 10
it/tidalwave/accounting/model/impl/InMemoryInvoice.java 0 0 2
it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java 0 0 8
it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java 0 0 1
it/tidalwave/accounting/model/impl/InMemoryJobEvent.java 0 0 13
it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java 0 0 9
it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java 0 0 7
it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java 0 0 6
it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java 0 0 25
it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java 0 0 5
it/tidalwave/accounting/model/impl/InMemoryProject.java 0 0 16
it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java 0 0 3
it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java 0 0 12

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
12
 Error
misc NewlineAtEndOfFile 1
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
116
 Error
sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
3
 Error
whitespace WhitespaceAfter 11
 Error

Details

it/tidalwave/accounting/model/impl/InMemoryAccounting.java

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

it/tidalwave/accounting/model/impl/InMemoryCustomer.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 58
 Error
sizes LineLength Line is longer than 120 characters (found 126). 59
 Error
regexp RegexpSingleline Line has trailing spaces. 63
 Error
regexp RegexpSingleline Line has trailing spaces. 66
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 71
 Error
regexp RegexpSingleline Line has trailing spaces. 74
 Error
regexp RegexpSingleline Line has trailing spaces. 89
 Error
regexp RegexpSingleline Line has trailing spaces. 96
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 98
 Error
regexp RegexpSingleline Line has trailing spaces. 108
 Error
sizes LineLength Line is longer than 120 characters (found 121). 117
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 117
 Error
regexp RegexpSingleline Line has trailing spaces. 119
 Error
regexp RegexpSingleline Line has trailing spaces. 128
 Error
sizes LineLength Line is longer than 120 characters (found 123). 128

it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 49
 Error
regexp RegexpSingleline Line has trailing spaces. 52
 Error
regexp RegexpSingleline Line has trailing spaces. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
regexp RegexpSingleline Line has trailing spaces. 67
 Error
regexp RegexpSingleline Line has trailing spaces. 69
 Error
regexp RegexpSingleline Line has trailing spaces. 72
 Error
regexp RegexpSingleline Line has trailing spaces. 95
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 97

it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 59
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 62
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 71
 Error
regexp RegexpSingleline Line has trailing spaces. 72
 Error
regexp RegexpSingleline Line has trailing spaces. 83
 Error
regexp RegexpSingleline Line has trailing spaces. 84
 Error
regexp RegexpSingleline Line has trailing spaces. 94
 Error
regexp RegexpSingleline Line has trailing spaces. 95
 Error
regexp RegexpSingleline Line has trailing spaces. 98

it/tidalwave/accounting/model/impl/InMemoryInvoice.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 88
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 93

it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
regexp RegexpSingleline Line has trailing spaces. 60
 Error
regexp RegexpSingleline Line has trailing spaces. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 85
 Error
regexp RegexpSingleline Line has trailing spaces. 87
 Error
regexp RegexpSingleline Line has trailing spaces. 92

it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java

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

it/tidalwave/accounting/model/impl/InMemoryJobEvent.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 69
 Error
regexp RegexpSingleline Line has trailing spaces. 82
 Error
regexp RegexpSingleline Line has trailing spaces. 90
 Error
regexp RegexpSingleline Line has trailing spaces. 96
 Error
regexp RegexpSingleline Line has trailing spaces. 99
 Error
regexp RegexpSingleline Line has trailing spaces. 100
 Error
regexp RegexpSingleline Line has trailing spaces. 106
 Error
regexp RegexpSingleline Line has trailing spaces. 109
 Error
regexp RegexpSingleline Line has trailing spaces. 110
 Error
regexp RegexpSingleline Line has trailing spaces. 116
 Error
regexp RegexpSingleline Line has trailing spaces. 120
 Error
regexp RegexpSingleline Line has trailing spaces. 126

it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 46
 Error
regexp RegexpSingleline Line has trailing spaces. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
regexp RegexpSingleline Line has trailing spaces. 55
 Error
regexp RegexpSingleline Line has trailing spaces. 61
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 63
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 70
 Error
regexp RegexpSingleline Line has trailing spaces. 73
 Error
regexp RegexpSingleline Line has trailing spaces. 77

it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 46
 Error
regexp RegexpSingleline Line has trailing spaces. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
regexp RegexpSingleline Line has trailing spaces. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
regexp RegexpSingleline Line has trailing spaces. 60
 Error
regexp RegexpSingleline Line has trailing spaces. 61

it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
regexp RegexpSingleline Line has trailing spaces. 55
 Error
regexp RegexpSingleline Line has trailing spaces. 56
 Error
regexp RegexpSingleline Line has trailing spaces. 61
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
regexp RegexpSingleline Line has trailing spaces. 70

it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline.
 Error
regexp RegexpSingleline Line has trailing spaces. 57
 Error
regexp RegexpSingleline Line has trailing spaces. 58
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 60
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 63
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 69
 Error
regexp RegexpSingleline Line has trailing spaces. 74
 Error
regexp RegexpSingleline Line has trailing spaces. 77
 Error
regexp RegexpSingleline Line has trailing spaces. 80
 Error
regexp RegexpSingleline Line has trailing spaces. 81
 Error
regexp RegexpSingleline Line has trailing spaces. 86
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 88
 Error
regexp RegexpSingleline Line has trailing spaces. 92
 Error
regexp RegexpSingleline Line has trailing spaces. 95
 Error
regexp RegexpSingleline Line has trailing spaces. 96
 Error
regexp RegexpSingleline Line has trailing spaces. 103
 Error
regexp RegexpSingleline Line has trailing spaces. 106
 Error
regexp RegexpSingleline Line has trailing spaces. 107
 Error
regexp RegexpSingleline Line has trailing spaces. 110
 Error
regexp RegexpSingleline Line has trailing spaces. 114
 Error
regexp RegexpSingleline Line has trailing spaces. 117
 Error
regexp RegexpSingleline Line has trailing spaces. 118
 Error
regexp RegexpSingleline Line has trailing spaces. 123
 Error
regexp RegexpSingleline Line has trailing spaces. 125

it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 43
 Error
regexp RegexpSingleline Line has trailing spaces. 49
 Error
regexp RegexpSingleline Line has trailing spaces. 55
 Error
regexp RegexpSingleline Line has trailing spaces. 61
 Error
regexp RegexpSingleline Line has trailing spaces. 65

it/tidalwave/accounting/model/impl/InMemoryProject.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 65
 Error
regexp RegexpSingleline Line has trailing spaces. 71
 Error
regexp RegexpSingleline Line has trailing spaces. 86
 Error
regexp RegexpSingleline Line has trailing spaces. 104
 Error
regexp RegexpSingleline Line has trailing spaces. 107
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 110
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 123
 Error
regexp RegexpSingleline Line has trailing spaces. 136
 Error
regexp RegexpSingleline Line has trailing spaces. 140
 Error
regexp RegexpSingleline Line has trailing spaces. 147
 Error
regexp RegexpSingleline Line has trailing spaces. 151
 Error
regexp RegexpSingleline Line has trailing spaces. 158
 Error
regexp RegexpSingleline Line has trailing spaces. 162
 Error
regexp RegexpSingleline Line has trailing spaces. 169
 Error
regexp RegexpSingleline Line has trailing spaces. 173
 Error
regexp RegexpSingleline Line has trailing spaces. 178

it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 70
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 109

it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 64
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 67
 Error
regexp RegexpSingleline Line has trailing spaces. 75
 Error
regexp RegexpSingleline Line has trailing spaces. 78
 Error
regexp RegexpSingleline Line has trailing spaces. 79
 Error
regexp RegexpSingleline Line has trailing spaces. 84
 Error
regexp RegexpSingleline Line has trailing spaces. 87
 Error
regexp RegexpSingleline Line has trailing spaces. 90
 Error
regexp RegexpSingleline Line has trailing spaces. 91
 Error
regexp RegexpSingleline Line has trailing spaces. 101
 Error
regexp RegexpSingleline Line has trailing spaces. 102
 Error
regexp RegexpSingleline Line has trailing spaces. 105