Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
30 | 0 | 0 | 437 |
Files
net/sf/oness/inventory/model/category/bo/Category.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/category/bo/Category.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
|
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter parent should be final. |
36
|
| 'parent' hides a field. |
36
|
| Line has trailing spaces. |
42
|
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter name should be final. |
53
|
| 'name' hides a field. |
53
|
| Line has trailing spaces. |
59
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
62
|
net/sf/oness/inventory/model/category/bo/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/inventory/model/facade/InventoryFacadeDelegate.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/facade/InventoryFacadeDelegate.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| First sentence should end with a period. |
26
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
36
|
| Redundant 'public' modifier. |
43
|
| Expected @param tag for 'model'. |
43
|
| Expected @param tag for 'sizeGroupId'. |
43
|
| Expected @param tag for 'colorIds'. |
44
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
52
|
| Expected @param tag for 'model'. |
52
|
| Line has trailing spaces. |
55
|
| Redundant 'public' modifier. |
60
|
| Expected @param tag for 'id'. |
60
|
| First sentence should end with a period. |
62
|
| Line has trailing spaces. |
64
|
| Redundant 'public' modifier. |
70
|
| Expected @param tag for 'id'. |
70
|
| First sentence should end with a period. |
72
|
| Line has trailing spaces. |
74
|
| Redundant 'public' modifier. |
80
|
| Expected @param tag for 'id'. |
80
|
| First sentence should end with a period. |
82
|
| Line has trailing spaces. |
84
|
| Redundant 'public' modifier. |
90
|
| Expected @param tag for 'id'. |
90
|
| First sentence should end with a period. |
92
|
| Line has trailing spaces. |
94
|
| Redundant 'public' modifier. |
101
|
| Expected @param tag for 'model'. |
101
|
| Expected @param tag for 'firstElement'. |
101
|
| Expected @param tag for 'maxElements'. |
102
|
| First sentence should end with a period. |
104
|
| Line has trailing spaces. |
106
|
| Redundant 'public' modifier. |
109
|
| First sentence should end with a period. |
111
|
| Line has trailing spaces. |
113
|
| Redundant 'public' modifier. |
116
|
| First sentence should end with a period. |
118
|
| Line has trailing spaces. |
120
|
| Redundant 'public' modifier. |
123
|
| First sentence should end with a period. |
125
|
| Line has trailing spaces. |
127
|
| Redundant 'public' modifier. |
130
|
| First sentence should end with a period. |
132
|
| Line has trailing spaces. |
134
|
| Redundant 'public' modifier. |
140
|
| Line has trailing spaces. |
147
|
| Redundant 'public' modifier. |
154
|
| First sentence should end with a period. |
156
|
| Line has trailing spaces. |
158
|
| Redundant 'public' modifier. |
163
|
| Expected @param tag for 'productIds'. |
163
|
net/sf/oness/inventory/model/facade/InventorySpringFacadeDelegate.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/facade/InventorySpringFacadeDelegate.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Missing a Javadoc comment. |
47
|
| Method 'setModelDao' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter modelDao should be final. |
54
|
| 'modelDao' hides a field. |
54
|
| Method 'getModelDao' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'setSizeGroupDao' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter sizeGroupDao should be final. |
69
|
| 'sizeGroupDao' hides a field. |
69
|
| Method 'getSizeGroupDao' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setColorDao' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter colorDao should be final. |
84
|
| 'colorDao' hides a field. |
84
|
| Method 'getColorDao' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setProductDao' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter productDao should be final. |
99
|
| 'productDao' hides a field. |
99
|
| Method 'getProductDao' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'setStockDao' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter stockDao should be final. |
114
|
| 'stockDao' hides a field. |
114
|
| Method 'getStockDao' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setPriceDao' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter priceDao should be final. |
129
|
| 'priceDao' hides a field. |
129
|
| Method 'getPriceDao' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Method 'setWarehouseDao' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter warehouseDao should be final. |
144
|
| 'warehouseDao' hides a field. |
144
|
| Method 'getWarehouseDao' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Method 'setFareDao' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Parameter fareDao should be final. |
159
|
| 'fareDao' hides a field. |
159
|
| Method 'getFareDao' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Line is longer than 80 characters. |
170
|
| Method 'createModel' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Missing a Javadoc comment. |
170
|
| Parameter model should be final. |
170
|
| Parameter sizeGroupId should be final. |
170
|
| Parameter colorIds should be final. |
170
|
| Line is longer than 80 characters. |
220
|
| Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Parameter model should be final. |
222
|
| Line is longer than 80 characters. |
232
|
| Method 'deleteModel' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Parameter id should be final. |
234
|
| Line is longer than 80 characters. |
239
|
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Parameter id should be final. |
241
|
| Line is longer than 80 characters. |
246
|
| Method 'findModelWithDetails' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Parameter id should be final. |
248
|
| Line has trailing spaces. |
269
|
| Line is longer than 80 characters. |
270
|
| Method 'findProductWithDetails' is not designed for extension - needs to be abstract, final or empty. |
272
|
| Parameter id should be final. |
272
|
| Line is longer than 80 characters. |
297
|
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Parameter model should be final. |
300
|
| Parameter firstElement should be final. |
300
|
| Parameter maxElements should be final. |
301
|
| Line is longer than 80 characters. |
314
|
| Method 'getAllSizeGroups' is not designed for extension - needs to be abstract, final or empty. |
316
|
| Line is longer than 80 characters. |
329
|
| Method 'getAllColors' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Line is longer than 80 characters. |
336
|
| Method 'getAllFares' is not designed for extension - needs to be abstract, final or empty. |
338
|
| Line is longer than 80 characters. |
343
|
| Method 'getAllWarehouses' is not designed for extension - needs to be abstract, final or empty. |
345
|
| Line is longer than 80 characters. |
350
|
| Method 'editPrices' is not designed for extension - needs to be abstract, final or empty. |
352
|
| Parameter modelId should be final. |
352
|
| Line is longer than 80 characters. |
357
|
| Method 'updatePrices' is not designed for extension - needs to be abstract, final or empty. |
359
|
| Parameter productPrices should be final. |
359
|
| 'if' construct must use '{}'s. |
397
|
| '}' should be on the same line. |
401
|
| 'if' construct must use '{}'s. |
410
|
| 'if' construct must use '{}'s. |
420
|
| Line is longer than 80 characters. |
433
|
| Method 'findProducts' is not designed for extension - needs to be abstract, final or empty. |
435
|
| Parameter productIds should be final. |
435
|
| 'if' construct must use '{}'s. |
437
|
net/sf/oness/inventory/model/facade/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/inventory/model/product/bo/BarCode.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/BarCode.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 'setNumber' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter number should be final. |
38
|
| 'number' hides a field. |
38
|
| Line has trailing spaces. |
44
|
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter products should be final. |
62
|
| 'products' hides a field. |
62
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
69
|
| Line has trailing spaces. |
70
|
| Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. |
73
|
net/sf/oness/inventory/model/product/bo/Color.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
28
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter name should be final. |
33
|
| 'name' hides a field. |
33
|
| Line has trailing spaces. |
39
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
42
|
net/sf/oness/inventory/model/product/bo/Fare.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/Fare.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 'setName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter name should be final. |
38
|
| 'name' hides a field. |
38
|
| Line has trailing spaces. |
44
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setPrices' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter prices should be final. |
55
|
| 'prices' hides a field. |
55
|
| Line is longer than 80 characters. |
62
|
| Line has trailing spaces. |
63
|
| Method 'getPrices' is not designed for extension - needs to be abstract, final or empty. |
66
|
net/sf/oness/inventory/model/product/bo/Model.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/Model.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
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
48
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter name should be final. |
54
|
| 'name' hides a field. |
54
|
| Line has trailing spaces. |
60
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter description should be final. |
71
|
| 'description' hides a field. |
71
|
| Line has trailing spaces. |
77
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setModelNumber' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter modelNumber should be final. |
88
|
| 'modelNumber' hides a field. |
88
|
| Line has trailing spaces. |
94
|
| Method 'getModelNumber' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Method 'setYear' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter year should be final. |
105
|
| 'year' hides a field. |
105
|
| Line has trailing spaces. |
111
|
| Method 'getYear' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Method 'setSeason' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter season should be final. |
122
|
| 'season' hides a field. |
122
|
| Line has trailing spaces. |
128
|
| Method 'getSeason' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Method 'setSupplierId' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter supplierId should be final. |
139
|
| 'supplierId' hides a field. |
139
|
| Line has trailing spaces. |
145
|
| Method 'getSupplierId' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Method 'setImageUrl' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Parameter imageUrl should be final. |
156
|
| 'imageUrl' hides a field. |
156
|
| Line has trailing spaces. |
161
|
| Line has trailing spaces. |
162
|
| Method 'getImageUrl' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Method 'setSizeGroups' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Parameter sizeGroups should be final. |
173
|
| 'sizeGroups' hides a field. |
173
|
| Line is longer than 80 characters. |
180
|
| Line has trailing spaces. |
181
|
| Method 'getSizeGroups' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Method 'setColors' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter colors should be final. |
192
|
| 'colors' hides a field. |
192
|
| Line is longer than 80 characters. |
199
|
| Line has trailing spaces. |
200
|
| Method 'getColors' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Parameter products should be final. |
211
|
| 'products' hides a field. |
211
|
| Line is longer than 80 characters. |
218
|
| Line has trailing spaces. |
219
|
| Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Method 'getSizeGroup' is not designed for extension - needs to be abstract, final or empty. |
229
|
net/sf/oness/inventory/model/product/bo/Price.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/Price.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter amount should be final. |
42
|
| 'amount' hides a field. |
42
|
| Line has trailing spaces. |
48
|
| Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Avoid inline conditionals. |
60
|
| Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter products should be final. |
67
|
| 'products' hides a field. |
67
|
| Line has trailing spaces. |
72
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
74
|
| Line has trailing spaces. |
75
|
| Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'getFare' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Avoid inline conditionals. |
87
|
| Method 'setFares' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter fares should be final. |
94
|
| 'fares' hides a field. |
94
|
| Line has trailing spaces. |
99
|
| Line is longer than 80 characters. |
101
|
| Line has trailing spaces. |
102
|
| Method 'getFares' is not designed for extension - needs to be abstract, final or empty. |
105
|
net/sf/oness/inventory/model/product/bo/Product.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/Product.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Method 'setModels' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Parameter models should be final. |
50
|
| 'models' hides a field. |
50
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
57
|
| Line has trailing spaces. |
58
|
| Method 'getModels' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'getModel' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Avoid inline conditionals. |
70
|
| Method 'setStockKeepingUnit' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter stockKeepingUnit should be final. |
77
|
| 'stockKeepingUnit' hides a field. |
77
|
| Line has trailing spaces. |
83
|
| Method 'getStockKeepingUnit' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'setBarCodes' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter barCodes should be final. |
94
|
| 'barCodes' hides a field. |
94
|
| Line is longer than 80 characters. |
101
|
| Line has trailing spaces. |
102
|
| Method 'getBarCodes' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'setSize' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter size should be final. |
113
|
| 'size' hides a field. |
113
|
| Line has trailing spaces. |
119
|
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'setColor' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter color should be final. |
130
|
| 'color' hides a field. |
130
|
| Line has trailing spaces. |
136
|
| Method 'getColor' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Method 'setPrices' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Parameter prices should be final. |
147
|
| 'prices' hides a field. |
147
|
| Line is longer than 80 characters. |
154
|
| Line has trailing spaces. |
155
|
| Method 'getPrices' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Method 'setStocks' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Parameter stocks should be final. |
166
|
| 'stocks' hides a field. |
166
|
| Line is longer than 80 characters. |
173
|
| Line has trailing spaces. |
174
|
| Method 'getStocks' is not designed for extension - needs to be abstract, final or empty. |
177
|
net/sf/oness/inventory/model/product/bo/Size.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/Size.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter name should be final. |
41
|
| 'name' hides a field. |
41
|
| Line has trailing spaces. |
46
|
| Line has trailing spaces. |
47
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter position should be final. |
58
|
| 'position' hides a field. |
58
|
| First sentence should end with a period. |
62
|
| Line has trailing spaces. |
64
|
| Line has trailing spaces. |
66
|
| Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'setSizeGroups' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter sizeGroups should be final. |
77
|
| 'sizeGroups' hides a field. |
77
|
| Line is longer than 80 characters. |
82
|
| Line is longer than 80 characters. |
84
|
| Line has trailing spaces. |
85
|
| Method 'getSizeGroups' is not designed for extension - needs to be abstract, final or empty. |
88
|
net/sf/oness/inventory/model/product/bo/SizeGroup.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/product/bo/SizeGroup.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 'setName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter name should be final. |
38
|
| 'name' hides a field. |
38
|
| Line has trailing spaces. |
44
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setSizes' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter sizes should be final. |
54
|
| 'sizes' hides a field. |
54
|
| Line is longer than 80 characters. |
61
|
| Line has trailing spaces. |
62
|
| Method 'getSizes' is not designed for extension - needs to be abstract, final or empty. |
65
|
net/sf/oness/inventory/model/product/bo/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/inventory/model/warehouse/bo/Stock.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/warehouse/bo/Stock.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
28
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter quantity should be final. |
44
|
| 'quantity' hides a field. |
44
|
| Line has trailing spaces. |
50
|
| Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'getWarehouse' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Avoid inline conditionals. |
62
|
| Method 'setWarehouses' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter warehouses should be final. |
69
|
| 'warehouses' hides a field. |
69
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
76
|
| Line has trailing spaces. |
77
|
| Method 'getWarehouses' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Avoid inline conditionals. |
89
|
| Method 'setProducts' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter products should be final. |
96
|
| 'products' hides a field. |
96
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
103
|
| Line has trailing spaces. |
104
|
| Method 'getProducts' is not designed for extension - needs to be abstract, final or empty. |
107
|
net/sf/oness/inventory/model/warehouse/bo/Warehouse.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/inventory/model/warehouse/bo/Warehouse.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 'setName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Parameter name should be final. |
38
|
| 'name' hides a field. |
38
|
| Line has trailing spaces. |
44
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setStocks' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter stocks should be final. |
55
|
| 'stocks' hides a field. |
55
|
| Line is longer than 80 characters. |
62
|
| Line has trailing spaces. |
63
|
| Method 'getStocks' is not designed for extension - needs to be abstract, final or empty. |
66
|
net/sf/oness/inventory/model/warehouse/bo/package.html
Error | Line |
| Missing package documentation file. | 0 |