Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
39 | 0 | 0 | 446 |
Files
net/sf/oness/order/model/bo/DeliveryDocket.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/DeliveryDocket.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
28
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
35
|
| Line has trailing spaces. |
36
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Method 'setOrders' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter orders should be final. |
47
|
| 'orders' hides a field. |
47
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
54
|
| Line has trailing spaces. |
55
|
| Method 'getOrders' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Method 'setInvoices' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter invoices should be final. |
66
|
| 'invoices' hides a field. |
66
|
| Line is longer than 80 characters. |
73
|
| Line has trailing spaces. |
74
|
| Method 'getInvoices' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'setInvoiced' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter invoiced should be final. |
85
|
| 'invoiced' hides a field. |
85
|
| Line has trailing spaces. |
91
|
| Method 'getInvoiced' is not designed for extension - needs to be abstract, final or empty. |
94
|
net/sf/oness/order/model/bo/DeliveryDocketItem.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/DeliveryDocketItem.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
23
|
| Missing a Javadoc comment. |
29
|
| Method 'setDeliveryDockets' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter deliveryDockets should be final. |
35
|
| 'deliveryDockets' hides a field. |
35
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
42
|
| Line has trailing spaces. |
43
|
| Method 'getDeliveryDockets' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'getDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Avoid inline conditionals. |
55
|
| Method 'setOrderItems' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter orderItems should be final. |
62
|
| 'orderItems' hides a field. |
62
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
69
|
| Line has trailing spaces. |
70
|
| Method 'getOrderItems' is not designed for extension - needs to be abstract, final or empty. |
73
|
net/sf/oness/order/model/bo/Invoice.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/Invoice.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
28
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
34
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Method 'setDeliveryDockets' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Parameter deliveryDockets should be final. |
45
|
| 'deliveryDockets' hides a field. |
45
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
52
|
| Line has trailing spaces. |
53
|
| Method 'getDeliveryDockets' is not designed for extension - needs to be abstract, final or empty. |
56
|
net/sf/oness/order/model/bo/InvoiceItem.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/InvoiceItem.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
24
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter price should be final. |
38
|
| 'price' hides a field. |
38
|
| Line has trailing spaces. |
44
|
| Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setInvoices' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter invoices should be final. |
54
|
| 'invoices' hides a field. |
54
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
61
|
| Line has trailing spaces. |
62
|
| Method 'getInvoices' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Method 'getInvoice' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Avoid inline conditionals. |
74
|
net/sf/oness/order/model/bo/Item.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
30
|
| Method 'setProductId' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter productId should be final. |
36
|
| 'productId' hides a field. |
36
|
| Line has trailing spaces. |
42
|
| Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter quantity should be final. |
53
|
| 'quantity' hides a field. |
53
|
| Line has trailing spaces. |
59
|
| Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. |
62
|
net/sf/oness/order/model/bo/Master.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/Master.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| 'static' modifier out of order with the JLS suggestions. |
37
|
| Method 'setPartyId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter partyId should be final. |
44
|
| 'partyId' hides a field. |
44
|
| Line has trailing spaces. |
50
|
| Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter date should be final. |
61
|
| 'date' hides a field. |
61
|
| Line is longer than 80 characters. |
66
|
| Line has trailing spaces. |
67
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setItems' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter items should be final. |
78
|
| 'items' hides a field. |
78
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter type should be final. |
93
|
| 'type' hides a field. |
93
|
| Line has trailing spaces. |
99
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
102
|
net/sf/oness/order/model/bo/Order.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/Order.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
35
|
| Expected an @return tag. |
37
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Method 'setDeliveryDockets' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Parameter deliveryDockets should be final. |
45
|
| 'deliveryDockets' hides a field. |
45
|
| Line is longer than 80 characters. |
52
|
| Line has trailing spaces. |
53
|
| Method 'getDeliveryDockets' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'setDelivered' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter delivered should be final. |
64
|
| 'delivered' hides a field. |
64
|
| Method 'getDelivered' is not designed for extension - needs to be abstract, final or empty. |
71
|
net/sf/oness/order/model/bo/OrderItem.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/bo/OrderItem.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
24
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter price should be final. |
38
|
| 'price' hides a field. |
38
|
| Line has trailing spaces. |
44
|
| Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setOrders' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter orders should be final. |
54
|
| 'orders' hides a field. |
54
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
61
|
| Line has trailing spaces. |
62
|
| Method 'getOrders' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Avoid inline conditionals. |
74
|
| Method 'setDeliveryDocketItems' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter deliveryDocketItems should be final. |
81
|
| 'deliveryDocketItems' hides a field. |
81
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
88
|
| Line has trailing spaces. |
89
|
| Method 'getDeliveryDocketItems' is not designed for extension - needs to be abstract, final or empty. |
92
|
net/sf/oness/order/model/bo/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/order/model/facade/OrderFacadeDelegate.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/facade/OrderFacadeDelegate.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| First sentence should end with a period. |
30
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
40
|
| Redundant 'public' modifier. |
45
|
| Expected @param tag for 'id'. |
45
|
| Line has trailing spaces. |
49
|
| Redundant 'public' modifier. |
54
|
| Expected @param tag for 'order'. |
54
|
| Line has trailing spaces. |
58
|
| Line is longer than 80 characters. |
64
|
| Redundant 'public' modifier. |
64
|
| Expected @param tag for 'order'. |
64
|
| Expected @param tag for 'items'. |
64
|
| First sentence should end with a period. |
66
|
| Line has trailing spaces. |
68
|
| Redundant 'public' modifier. |
75
|
| Expected @param tag for 'order'. |
75
|
| Expected @param tag for 'firstElement'. |
75
|
| Expected @param tag for 'maxElements'. |
76
|
| First sentence should end with a period. |
78
|
| Line has trailing spaces. |
80
|
| Redundant 'public' modifier. |
85
|
| Expected @param tag for 'id'. |
85
|
| Line has trailing spaces. |
90
|
| Redundant 'public' modifier. |
96
|
| Expected @param tag for 'orderItem'. |
96
|
| Expected @param tag for 'orderId'. |
97
|
| Line has trailing spaces. |
102
|
| Redundant 'public' modifier. |
109
|
| Expected @param tag for 'orderId'. |
110
|
| Line has trailing spaces. |
114
|
| Unused @param tag for 'items'. |
116
|
| Redundant 'public' modifier. |
121
|
| Expected @param tag for 'deliveryDocket'. |
122
|
| Expected @param tag for 'item'. |
122
|
| Line has trailing spaces. |
126
|
| Redundant 'public' modifier. |
131
|
| Expected @param tag for 'id'. |
131
|
| Line has trailing spaces. |
135
|
| Redundant 'public' modifier. |
142
|
| Expected @param tag for 'deliveryDocketId'. |
143
|
| First sentence should end with a period. |
145
|
| Line has trailing spaces. |
147
|
| Redundant 'public' modifier. |
154
|
| Expected @param tag for 'deliveryDocket'. |
155
|
| Expected @param tag for 'firstElement'. |
155
|
| Expected @param tag for 'maxElements'. |
156
|
| Line has trailing spaces. |
160
|
| Redundant 'public' modifier. |
166
|
| Expected @param tag for 'deliveryDocket'. |
167
|
| Expected @param tag for 'items'. |
167
|
| First sentence should end with a period. |
169
|
| Line has trailing spaces. |
171
|
| Redundant 'public' modifier. |
176
|
| Expected @param tag for 'id'. |
176
|
| Line has trailing spaces. |
180
|
| Redundant 'public' modifier. |
184
|
| Expected @param tag for 'deliveryDocketIds'. |
184
|
| Line has trailing spaces. |
188
|
| Redundant 'public' modifier. |
193
|
| Expected @param tag for 'id'. |
193
|
| First sentence should end with a period. |
195
|
| Line has trailing spaces. |
197
|
| Redundant 'public' modifier. |
204
|
| Expected @param tag for 'invoice'. |
204
|
| Expected @param tag for 'firstElement'. |
205
|
| Expected @param tag for 'maxElements'. |
205
|
net/sf/oness/order/model/facade/OrderSpringFacadeDelegate.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/facade/OrderSpringFacadeDelegate.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
63
|
| Line is longer than 80 characters. |
69
|
| Method 'setPartyFacadeDelegate' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter partyFacadeDelegate should be final. |
69
|
| 'partyFacadeDelegate' hides a field. |
69
|
| Method 'getPartyFacadeDelegate' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setInventoryFacadeDelegate' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter inventoryFacadeDelegate should be final. |
85
|
| 'inventoryFacadeDelegate' hides a field. |
85
|
| Method 'getInventoryFacadeDelegate' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setOrderDao' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter orderDao should be final. |
100
|
| 'orderDao' hides a field. |
100
|
| Method 'getOrderDao' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Method 'setOrderItemDao' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter orderItemDao should be final. |
115
|
| 'orderItemDao' hides a field. |
115
|
| Method 'getOrderItemDao' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'setDeliveryDocketDao' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter deliveryDocketDao should be final. |
130
|
| 'deliveryDocketDao' hides a field. |
130
|
| Method 'getDeliveryDocketDao' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Method 'setDeliveryDocketItemDao' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter deliveryDocketItemDao should be final. |
145
|
| 'deliveryDocketItemDao' hides a field. |
145
|
| Method 'getDeliveryDocketItemDao' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Method 'setInvoiceDao' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter invoiceDao should be final. |
160
|
| 'invoiceDao' hides a field. |
160
|
| Method 'getInvoiceDao' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Method 'setInvoiceItemDao' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Parameter invoiceItemDao should be final. |
175
|
| 'invoiceItemDao' hides a field. |
175
|
| Method 'getInvoiceItemDao' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Line is longer than 80 characters. |
187
|
| Method 'findOrderWithDetails' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Parameter id should be final. |
189
|
| Line is longer than 80 characters. |
210
|
| Line is longer than 80 characters. |
216
|
| Line is longer than 80 characters. |
234
|
| Method 'createOrder' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Parameter order should be final. |
236
|
| Line is longer than 80 characters. |
244
|
| Method 'deleteOrder' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Parameter id should be final. |
246
|
| Line is longer than 80 characters. |
251
|
| Method 'findOrder' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Parameter order should be final. |
254
|
| Parameter firstElement should be final. |
254
|
| Parameter maxElements should be final. |
255
|
| Line has trailing spaces. |
269
|
| Line is longer than 80 characters. |
270
|
| Method 'updateOrder' is not designed for extension - needs to be abstract, final or empty. |
273
|
| Parameter order should be final. |
273
|
| Parameter items should be final. |
273
|
| 'if' construct must use '{}'s. |
290
|
| Line is longer than 80 characters. |
317
|
| Line is longer than 80 characters. |
320
|
| Line is longer than 80 characters. |
332
|
| Method 'createOrderItem' is not designed for extension - needs to be abstract, final or empty. |
335
|
| Parameter orderItem should be final. |
335
|
| Parameter orderId should be final. |
335
|
| Line is longer than 80 characters. |
347
|
| Line is longer than 80 characters. |
350
|
| Method 'createOrderItems' is not designed for extension - needs to be abstract, final or empty. |
350
|
| Parameter orderItems should be final. |
350
|
| Parameter orderId should be final. |
350
|
| Missing a Javadoc comment. |
370
|
| Parameter orderItem should be final. |
370
|
| Parameter product should be final. |
370
|
| Parameter order should be final. |
371
|
| Parameter party should be final. |
371
|
| Line is longer than 80 characters. |
396
|
| Method 'createDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
399
|
| Parameter deliveryDocket should be final. |
400
|
| Parameter map should be final. |
400
|
| Line is longer than 80 characters. |
405
|
| Line is longer than 80 characters. |
411
|
| Method 'findDeliveryDocketWithDetails' is not designed for extension - needs to be abstract, final or empty. |
413
|
| Parameter id should be final. |
413
|
| Line is longer than 80 characters. |
414
|
| Line is longer than 80 characters. |
438
|
| Line is longer than 80 characters. |
451
|
| Method 'createDeliveryDocketItems' is not designed for extension - needs to be abstract, final or empty. |
454
|
| Parameter deliveryDocketItems should be final. |
455
|
| Parameter deliveryDocketId should be final. |
455
|
| Missing a Javadoc comment. |
478
|
| Parameter deliveryDocketItem should be final. |
479
|
| Parameter deliveryDocket should be final. |
480
|
| Parameter orderItemId should be final. |
480
|
| Line is longer than 80 characters. |
490
|
| Method 'findDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
493
|
| Parameter deliveryDocket should be final. |
493
|
| Parameter firstElement should be final. |
494
|
| Parameter maxElements should be final. |
494
|
| Line has trailing spaces. |
509
|
| Line is longer than 80 characters. |
510
|
| Method 'updateDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
513
|
| Parameter deliveryDocket should be final. |
514
|
| Parameter items should be final. |
514
|
| Line is longer than 80 characters. |
515
|
| Line is longer than 80 characters. |
526
|
| 'if' construct must use '{}'s. |
533
|
| Line is longer than 80 characters. |
536
|
| Line is longer than 80 characters. |
569
|
| Method 'deleteDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
571
|
| Parameter id should be final. |
571
|
| Line is longer than 80 characters. |
576
|
| Method 'createInvoices' is not designed for extension - needs to be abstract, final or empty. |
578
|
| Parameter deliveryDocketIds should be final. |
578
|
| Line is longer than 80 characters. |
581
|
| Missing a Javadoc comment. |
603
|
| Parameter deliveryDocketItems should be final. |
603
|
| Parameter invoice should be final. |
604
|
| Parameter fareId should be final. |
604
|
| Line is longer than 80 characters. |
608
|
| Line is longer than 80 characters. |
609
|
| Line is longer than 80 characters. |
633
|
| Method 'findInvoice' is not designed for extension - needs to be abstract, final or empty. |
636
|
| Parameter invoice should be final. |
636
|
| Parameter firstElement should be final. |
636
|
| Parameter maxElements should be final. |
637
|
| Line is longer than 80 characters. |
650
|
| Method 'findInvoiceWithDetails' is not designed for extension - needs to be abstract, final or empty. |
652
|
| Parameter id should be final. |
652
|
| Line is longer than 80 characters. |
673
|
net/sf/oness/order/model/facade/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/order/model/to/DeliveryDocketItemWithProduct.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/DeliveryDocketItemWithProduct.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
27
|
| Method 'setDeliveryDocketItem' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter deliveryDocketItem should be final. |
33
|
| 'deliveryDocketItem' hides a field. |
33
|
| Method 'getDeliveryDocketItem' is not designed for extension - needs to be abstract, final or empty. |
40
|
net/sf/oness/order/model/to/DeliveryDocketWithParty.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/DeliveryDocketWithParty.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
27
|
| Method 'setDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter deliveryDocket should be final. |
33
|
| 'deliveryDocket' hides a field. |
33
|
| Method 'getDeliveryDocket' is not designed for extension - needs to be abstract, final or empty. |
40
|
net/sf/oness/order/model/to/InvoiceItemWithProduct.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/InvoiceItemWithProduct.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
27
|
| Method 'setInvoiceItem' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter invoiceItem should be final. |
33
|
| 'invoiceItem' hides a field. |
33
|
| Method 'getInvoiceItem' is not designed for extension - needs to be abstract, final or empty. |
40
|
net/sf/oness/order/model/to/InvoiceWithParty.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/InvoiceWithParty.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
27
|
| Method 'setInvoice' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter invoice should be final. |
33
|
| 'invoice' hides a field. |
33
|
| Method 'getInvoice' is not designed for extension - needs to be abstract, final or empty. |
40
|
net/sf/oness/order/model/to/OrderItemWithProduct.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/OrderItemWithProduct.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
23
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Method 'setOrderItem' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter orderItem should be final. |
37
|
| 'orderItem' hides a field. |
37
|
| Method 'getOrderItem' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Method 'setDelivered' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter delivered should be final. |
52
|
| 'delivered' hides a field. |
52
|
| Method 'getDelivered' is not designed for extension - needs to be abstract, final or empty. |
59
|
net/sf/oness/order/model/to/OrderWithParty.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/OrderWithParty.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
27
|
| Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter order should be final. |
33
|
| 'order' hides a field. |
33
|
| Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. |
40
|
net/sf/oness/order/model/to/WithParty.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/WithParty.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Method 'setParty' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter party should be final. |
40
|
| 'party' hides a field. |
40
|
| Method 'getParty' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setItems' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter items should be final. |
55
|
| 'items' hides a field. |
55
|
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter amount should be final. |
70
|
| 'amount' hides a field. |
70
|
| Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. |
77
|
net/sf/oness/order/model/to/WithProduct.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/order/model/to/WithProduct.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Missing a Javadoc comment. |
27
|
| Method 'setProduct' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter product should be final. |
33
|
| 'product' hides a field. |
33
|
| Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. |
40
|
net/sf/oness/order/model/to/package.html
Error | Line |
| Missing package documentation file. | 0 |