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

Files

File
 I
 W
 E it/tidalwave/accounting/model/impl/InMemoryAccounting.java 0 0 10 it/tidalwave/accounting/model/impl/InMemoryCustomer.java 0 0 30 it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java 0 0 24 it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java 0 0 24 it/tidalwave/accounting/model/impl/InMemoryInvoice.java 0 0 17 it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java 0 0 17 it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java 0 0 14 it/tidalwave/accounting/model/impl/InMemoryJobEvent.java 0 0 28 it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java 0 0 18 it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java 0 0 16 it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java 0 0 15 it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java 0 0 40 it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java 0 0 14 it/tidalwave/accounting/model/impl/InMemoryProject.java 0 0 33 it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java 0 0 20 it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java 0 0 26

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"
93
 Error sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
229
 Error whitespace WhitespaceAfter 11
 Error

Details

it/tidalwave/accounting/model/impl/InMemoryAccounting.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 regexp RegexpSingleline Line has trailing spaces. 51

it/tidalwave/accounting/model/impl/InMemoryCustomer.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). 52
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error sizes LineLength Line is longer than 120 characters (found 126). 58
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error regexp RegexpSingleline Line has trailing spaces. 70
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error sizes LineLength Line is longer than 120 characters (found 160). 92
 Error sizes LineLength Line is longer than 120 characters (found 160). 93
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 94
 Error sizes LineLength Line is longer than 120 characters (found 160). 102
 Error regexp RegexpSingleline Line has trailing spaces. 103
 Error sizes LineLength Line is longer than 120 characters (found 160). 104
 Error sizes LineLength Line is longer than 120 characters (found 121). 111
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 111
 Error regexp RegexpSingleline Line has trailing spaces. 113
 Error sizes LineLength Line is longer than 120 characters (found 160). 114
 Error sizes LineLength Line is longer than 120 characters (found 160). 116
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error sizes LineLength Line is longer than 120 characters (found 123). 120

it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.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). 39
 Error sizes LineLength Line is longer than 120 characters (found 160). 43
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error sizes LineLength Line is longer than 120 characters (found 160). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 120 characters (found 160). 56
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error sizes LineLength Line is longer than 120 characters (found 160). 73
 Error sizes LineLength Line is longer than 120 characters (found 160). 75
 Error sizes LineLength Line is longer than 120 characters (found 160). 82
 Error sizes LineLength Line is longer than 120 characters (found 160). 84
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 90

it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.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). 41
 Error sizes LineLength Line is longer than 120 characters (found 160). 45
 Error sizes LineLength Line is longer than 120 characters (found 160). 55
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error sizes LineLength Line is longer than 120 characters (found 160). 57
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 58
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 120 characters (found 160). 65
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error sizes LineLength Line is longer than 120 characters (found 160). 67
 Error sizes LineLength Line is longer than 120 characters (found 160). 75
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error sizes LineLength Line is longer than 120 characters (found 160). 77
 Error sizes LineLength Line is longer than 120 characters (found 160). 84
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error sizes LineLength Line is longer than 120 characters (found 160). 86
 Error regexp RegexpSingleline Line has trailing spaces. 88

it/tidalwave/accounting/model/impl/InMemoryInvoice.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). 45
 Error sizes LineLength Line is longer than 120 characters (found 160). 49
 Error sizes LineLength Line is longer than 120 characters (found 160). 82
 Error sizes LineLength Line is longer than 120 characters (found 160). 84
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 85
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 90
 Error sizes LineLength Line is longer than 120 characters (found 160). 97
 Error sizes LineLength Line is longer than 120 characters (found 160). 99
 Error sizes LineLength Line is longer than 120 characters (found 160). 106
 Error sizes LineLength Line is longer than 120 characters (found 160). 108

it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.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). 42
 Error sizes LineLength Line is longer than 120 characters (found 160). 46
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 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 whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 84
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error regexp RegexpSingleline Line has trailing spaces. 91

it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.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 sizes LineLength Line is longer than 120 characters (found 160). 46
 Error sizes LineLength Line is longer than 120 characters (found 160). 48
 Error sizes LineLength Line is longer than 120 characters (found 160). 55
 Error sizes LineLength Line is longer than 120 characters (found 160). 57
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 61

it/tidalwave/accounting/model/impl/InMemoryJobEvent.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). 41
 Error sizes LineLength Line is longer than 120 characters (found 160). 47
 Error regexp RegexpSingleline Line has trailing spaces. 56
 Error sizes LineLength Line is longer than 120 characters (found 160). 63
 Error sizes LineLength Line is longer than 120 characters (found 160). 67
 Error sizes LineLength Line is longer than 120 characters (found 160). 74
 Error sizes LineLength Line is longer than 120 characters (found 160). 78
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error sizes LineLength Line is longer than 120 characters (found 160). 86
 Error sizes LineLength Line is longer than 120 characters (found 160). 90
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error regexp RegexpSingleline Line has trailing spaces. 93
 Error sizes LineLength Line is longer than 120 characters (found 160). 94
 Error sizes LineLength Line is longer than 120 characters (found 160). 98
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error sizes LineLength Line is longer than 120 characters (found 160). 102
 Error sizes LineLength Line is longer than 120 characters (found 160). 106
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error sizes LineLength Line is longer than 120 characters (found 160). 110
 Error sizes LineLength Line is longer than 120 characters (found 160). 114

it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.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 regexp RegexpSingleline Line has trailing spaces. 45
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 62
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 69
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error regexp RegexpSingleline Line has trailing spaces. 76

it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.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 regexp RegexpSingleline Line has trailing spaces. 45
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error regexp RegexpSingleline Line has trailing spaces. 59
 Error regexp RegexpSingleline Line has trailing spaces. 60

it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.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 javadoc JavadocMethod Missing a Javadoc comment. 50
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error regexp RegexpSingleline Line has trailing spaces. 69

it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.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). 43
 Error sizes LineLength Line is longer than 120 characters (found 160). 47
 Error sizes LineLength Line is longer than 120 characters (found 160). 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error sizes LineLength Line is longer than 120 characters (found 160). 56
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 57
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 60
 Error sizes LineLength Line is longer than 120 characters (found 160). 63
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 120 characters (found 160). 65
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error regexp RegexpSingleline Line has trailing spaces. 72
 Error sizes LineLength Line is longer than 120 characters (found 160). 73
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error sizes LineLength Line is longer than 120 characters (found 160). 75
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 81
 Error regexp RegexpSingleline Line has trailing spaces. 86
 Error sizes LineLength Line is longer than 120 characters (found 160). 87
 Error regexp RegexpSingleline Line has trailing spaces. 88
 Error sizes LineLength Line is longer than 120 characters (found 160). 89
 Error regexp RegexpSingleline Line has trailing spaces. 95
 Error sizes LineLength Line is longer than 120 characters (found 160). 96
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error sizes LineLength Line is longer than 120 characters (found 160). 98
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error sizes LineLength Line is longer than 120 characters (found 160). 105
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error sizes LineLength Line is longer than 120 characters (found 160). 107
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error regexp RegexpSingleline Line has trailing spaces. 113

it/tidalwave/accounting/model/impl/InMemoryObjectFactory.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. 42
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error regexp RegexpSingleline Line has trailing spaces. 64

it/tidalwave/accounting/model/impl/InMemoryProject.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). 50
 Error sizes LineLength Line is longer than 120 characters (found 160). 56
 Error regexp RegexpSingleline Line has trailing spaces. 63
 Error regexp RegexpSingleline Line has trailing spaces. 69
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error sizes LineLength Line is longer than 120 characters (found 160). 103
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error sizes LineLength Line is longer than 120 characters (found 160). 105
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 106
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 119
 Error sizes LineLength Line is longer than 120 characters (found 160). 122
 Error sizes LineLength Line is longer than 120 characters (found 160). 124
 Error regexp RegexpSingleline Line has trailing spaces. 130
 Error sizes LineLength Line is longer than 120 characters (found 160). 131
 Error sizes LineLength Line is longer than 120 characters (found 160). 133
 Error regexp RegexpSingleline Line has trailing spaces. 139
 Error sizes LineLength Line is longer than 120 characters (found 160). 140
 Error sizes LineLength Line is longer than 120 characters (found 160). 142
 Error regexp RegexpSingleline Line has trailing spaces. 148
 Error sizes LineLength Line is longer than 120 characters (found 160). 149
 Error sizes LineLength Line is longer than 120 characters (found 160). 151
 Error regexp RegexpSingleline Line has trailing spaces. 157
 Error sizes LineLength Line is longer than 120 characters (found 160). 158
 Error sizes LineLength Line is longer than 120 characters (found 160). 160
 Error regexp RegexpSingleline Line has trailing spaces. 164

it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.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). 40
 Error sizes LineLength Line is longer than 120 characters (found 160). 44
 Error sizes LineLength Line is longer than 120 characters (found 160). 55
 Error sizes LineLength Line is longer than 120 characters (found 160). 57
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error sizes LineLength Line is longer than 120 characters (found 160). 74
 Error sizes LineLength Line is longer than 120 characters (found 160). 76
 Error sizes LineLength Line is longer than 120 characters (found 160). 83
 Error sizes LineLength Line is longer than 120 characters (found 160). 85
 Error sizes LineLength Line is longer than 120 characters (found 160). 92
 Error sizes LineLength Line is longer than 120 characters (found 160). 94
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 100

it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.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). 40
 Error sizes LineLength Line is longer than 120 characters (found 160). 44
 Error sizes LineLength Line is longer than 120 characters (found 160). 60
 Error regexp RegexpSingleline Line has trailing spaces. 61
 Error sizes LineLength Line is longer than 120 characters (found 160). 62
 Error javadoc JavadocMethod Expected @param tag for 'builder'. 63
 Error regexp RegexpSingleline Line has trailing spaces. 71
 Error sizes LineLength Line is longer than 120 characters (found 160). 72
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error sizes LineLength Line is longer than 120 characters (found 160). 74
 Error regexp RegexpSingleline Line has trailing spaces. 78
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error sizes LineLength Line is longer than 120 characters (found 160). 82
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error sizes LineLength Line is longer than 120 characters (found 160). 84
 Error sizes LineLength Line is longer than 120 characters (found 160). 91
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error sizes LineLength Line is longer than 120 characters (found 160). 93
 Error regexp RegexpSingleline Line has trailing spaces. 95