Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1600343

Files

FilesIWE
net/sf/oness/order/webapp/controller/action/AbstractAction.java 001
net/sf/oness/order/webapp/controller/action/AbstractAction.java 008
net/sf/oness/order/webapp/controller/action/DeliveryDocketAction.java 001
net/sf/oness/order/webapp/controller/action/DeliveryDocketAction.java 0095
net/sf/oness/order/webapp/controller/action/InvoiceAction.java 001
net/sf/oness/order/webapp/controller/action/InvoiceAction.java 0049
net/sf/oness/order/webapp/controller/action/OrderAction.java 001
net/sf/oness/order/webapp/controller/action/OrderAction.java 0095
net/sf/oness/order/webapp/controller/action/OrderItemAction.java 001
net/sf/oness/order/webapp/controller/action/OrderItemAction.java 0017
net/sf/oness/order/webapp/controller/action/package.html 001
net/sf/oness/order/webapp/controller/actionform/ItemActionForm.java 001
net/sf/oness/order/webapp/controller/actionform/ItemActionForm.java 0018
net/sf/oness/order/webapp/controller/actionform/MasterActionForm.java 001
net/sf/oness/order/webapp/controller/actionform/MasterActionForm.java 0052
net/sf/oness/order/webapp/controller/actionform/package.html 001

net/sf/oness/order/webapp/controller/action/AbstractAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/action/AbstractAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Line has trailing spaces. 23
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Method 'getFacade' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33

net/sf/oness/order/webapp/controller/action/DeliveryDocketAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/action/DeliveryDocketAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 55
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter mapping should be final. 63
Error Expected @param tag for 'mapping'. 63
Error Parameter actionForm should be final. 63
Error Expected @param tag for 'actionForm'. 63
Error Parameter request should be final. 64
Error Expected @param tag for 'request'. 64
Error Parameter response should be final. 64
Error Expected @param tag for 'response'. 64
Error Expected @throws tag for 'Exception'. 65
Error 'if' construct must use '{}'s. 68
Error Line has trailing spaces. 98
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter mapping should be final. 106
Error Expected @param tag for 'mapping'. 106
Error Parameter actionForm should be final. 106
Error Expected @param tag for 'actionForm'. 106
Error Parameter request should be final. 107
Error Expected @param tag for 'request'. 107
Error Parameter response should be final. 107
Error Expected @param tag for 'response'. 107
Error Expected @throws tag for 'Exception'. 108
Error 'if' construct must use '{}'s. 112
Error Line has trailing spaces. 130
Error Method 'find' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter mapping should be final. 138
Error Expected @param tag for 'mapping'. 138
Error Parameter actionForm should be final. 138
Error Expected @param tag for 'actionForm'. 138
Error Parameter request should be final. 139
Error Expected @param tag for 'request'. 139
Error Parameter response should be final. 139
Error Expected @param tag for 'response'. 139
Error Expected @throws tag for 'Exception'. 140
Error 'if' construct must use '{}'s. 143
Error Line has trailing spaces. 162
Error Method 'show' is not designed for extension - needs to be abstract, final or empty. 170
Error Parameter mapping should be final. 170
Error Expected @param tag for 'mapping'. 170
Error Parameter actionForm should be final. 170
Error Expected @param tag for 'actionForm'. 170
Error Parameter request should be final. 171
Error Expected @param tag for 'request'. 171
Error Parameter response should be final. 171
Error Expected @param tag for 'response'. 171
Error Expected @throws tag for 'Exception'. 172
Error Line has trailing spaces. 188
Error Method 'edit' is not designed for extension - needs to be abstract, final or empty. 196
Error Parameter mapping should be final. 196
Error Expected @param tag for 'mapping'. 196
Error Parameter actionForm should be final. 196
Error Expected @param tag for 'actionForm'. 196
Error Parameter request should be final. 197
Error Expected @param tag for 'request'. 197
Error Parameter response should be final. 197
Error Expected @param tag for 'response'. 197
Error Expected @throws tag for 'Exception'. 198
Error Line has trailing spaces. 222
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 230
Error Parameter mapping should be final. 230
Error Expected @param tag for 'mapping'. 230
Error Parameter actionForm should be final. 230
Error Expected @param tag for 'actionForm'. 230
Error Parameter request should be final. 231
Error Expected @param tag for 'request'. 231
Error Parameter response should be final. 231
Error Expected @param tag for 'response'. 231
Error Expected @throws tag for 'Exception'. 232
Error Missing a Javadoc comment. 238
Error Parameter actionForm should be final. 238
Error Parameter request should be final. 239
Error 'if' construct must use '{}'s. 249
Error 'if' construct must use '{}'s. 251
Error Missing a Javadoc comment. 257
Error Parameter actionForm should be final. 257
Error Parameter request should be final. 258
Error 'if' construct must use '{}'s. 267
Error 'if' construct must use '{}'s. 277
Error 'if' construct must use '{}'s. 286
Error Line is longer than 80 characters. 286
Error Missing a Javadoc comment. 293
Error Parameter actionForm should be final. 293
Error First sentence should end with a period. 298
Error Line has trailing spaces. 300
Error Parameter request should be final. 303
Error Expected @param tag for 'request'. 303
Error Parameter deliveryDocket should be final. 304
Error Expected @param tag for 'deliveryDocket'. 304
Error Missing a Javadoc comment. 310
Error Parameter deliveryDocket should be final. 310
Error Parameter actionForm should be final. 311

net/sf/oness/order/webapp/controller/action/InvoiceAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/action/InvoiceAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 36
Error Line has trailing spaces. 38
Error Line has trailing spaces. 46
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter mapping should be final. 54
Error Expected @param tag for 'mapping'. 54
Error Parameter actionForm should be final. 54
Error Expected @param tag for 'actionForm'. 54
Error Parameter request should be final. 55
Error Expected @param tag for 'request'. 55
Error Parameter response should be final. 55
Error Expected @param tag for 'response'. 55
Error Expected @throws tag for 'Exception'. 56
Error 'if' construct must use '{}'s. 63
Error Line has trailing spaces. 75
Error Method 'find' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter mapping should be final. 83
Error Expected @param tag for 'mapping'. 83
Error Parameter actionForm should be final. 83
Error Expected @param tag for 'actionForm'. 83
Error Parameter request should be final. 84
Error Expected @param tag for 'request'. 84
Error Parameter response should be final. 84
Error Expected @param tag for 'response'. 84
Error Expected @throws tag for 'Exception'. 85
Error 'if' construct must use '{}'s. 88
Error Line has trailing spaces. 105
Error Method 'show' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter mapping should be final. 113
Error Expected @param tag for 'mapping'. 113
Error Parameter actionForm should be final. 113
Error Expected @param tag for 'actionForm'. 113
Error Parameter request should be final. 114
Error Expected @param tag for 'request'. 114
Error Parameter response should be final. 114
Error Expected @param tag for 'response'. 114
Error Expected @throws tag for 'Exception'. 115
Error Line is longer than 80 characters. 129
Error Missing a Javadoc comment. 129
Error Parameter actionForm should be final. 129
Error Parameter request should be final. 129
Error 'if' construct must use '{}'s. 138
Error 'if' construct must use '{}'s. 140
Error Missing a Javadoc comment. 146
Error Parameter actionForm should be final. 146
Error Missing a Javadoc comment. 151
Error Parameter invoice should be final. 151
Error Parameter actionForm should be final. 151

net/sf/oness/order/webapp/controller/action/OrderAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/action/OrderAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter mapping should be final. 60
Error Expected @param tag for 'mapping'. 60
Error Parameter actionForm should be final. 60
Error Expected @param tag for 'actionForm'. 60
Error Parameter request should be final. 61
Error Expected @param tag for 'request'. 61
Error Parameter response should be final. 61
Error Expected @param tag for 'response'. 61
Error Expected @throws tag for 'Exception'. 62
Error 'if' construct must use '{}'s. 65
Error Line has trailing spaces. 83
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter mapping should be final. 91
Error Expected @param tag for 'mapping'. 91
Error Parameter actionForm should be final. 91
Error Expected @param tag for 'actionForm'. 91
Error Parameter request should be final. 92
Error Expected @param tag for 'request'. 92
Error Parameter response should be final. 92
Error Expected @param tag for 'response'. 92
Error Expected @throws tag for 'Exception'. 93
Error 'if' construct must use '{}'s. 97
Error Line has trailing spaces. 113
Error Method 'find' is not designed for extension - needs to be abstract, final or empty. 121
Error Parameter mapping should be final. 121
Error Expected @param tag for 'mapping'. 121
Error Parameter actionForm should be final. 121
Error Expected @param tag for 'actionForm'. 121
Error Parameter request should be final. 122
Error Expected @param tag for 'request'. 122
Error Parameter response should be final. 122
Error Expected @param tag for 'response'. 122
Error Expected @throws tag for 'Exception'. 123
Error 'if' construct must use '{}'s. 126
Error Line has trailing spaces. 143
Error Method 'show' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter mapping should be final. 151
Error Expected @param tag for 'mapping'. 151
Error Parameter actionForm should be final. 151
Error Expected @param tag for 'actionForm'. 151
Error Parameter request should be final. 152
Error Expected @param tag for 'request'. 152
Error Parameter response should be final. 152
Error Expected @param tag for 'response'. 152
Error Expected @throws tag for 'Exception'. 153
Error Line has trailing spaces. 169
Error Method 'edit' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter mapping should be final. 177
Error Expected @param tag for 'mapping'. 177
Error Parameter actionForm should be final. 177
Error Expected @param tag for 'actionForm'. 177
Error Parameter request should be final. 178
Error Expected @param tag for 'request'. 178
Error Parameter response should be final. 178
Error Expected @param tag for 'response'. 178
Error Expected @throws tag for 'Exception'. 179
Error Line has trailing spaces. 202
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 210
Error Parameter mapping should be final. 210
Error Expected @param tag for 'mapping'. 210
Error Parameter actionForm should be final. 210
Error Expected @param tag for 'actionForm'. 210
Error Parameter request should be final. 211
Error Expected @param tag for 'request'. 211
Error Parameter response should be final. 211
Error Expected @param tag for 'response'. 211
Error Expected @throws tag for 'Exception'. 212
Error Missing a Javadoc comment. 218
Error Parameter actionForm should be final. 218
Error Parameter request should be final. 218
Error 'if' construct must use '{}'s. 227
Error 'if' construct must use '{}'s. 229
Error Missing a Javadoc comment. 235
Error Parameter actionForm should be final. 235
Error Line is longer than 80 characters. 236
Error Parameter request should be final. 236
Error Parameter mapping should be final. 236
Error 'if' construct must use '{}'s. 245
Error 'if' construct must use '{}'s. 256
Error Missing a Javadoc comment. 270
Error Parameter actionForm should be final. 270
Error First sentence should end with a period. 275
Error Line has trailing spaces. 277
Error Parameter request should be final. 280
Error Expected @param tag for 'request'. 280
Error Parameter order should be final. 280
Error Expected @param tag for 'order'. 280
Error Missing a Javadoc comment. 285
Error Parameter order should be final. 285
Error Parameter actionForm should be final. 285

net/sf/oness/order/webapp/controller/action/OrderItemAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/action/OrderItemAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 38
Error Line has trailing spaces. 40
Error Line has trailing spaces. 48
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter mapping should be final. 56
Error Expected @param tag for 'mapping'. 56
Error Parameter actionForm should be final. 56
Error Expected @param tag for 'actionForm'. 56
Error Parameter request should be final. 57
Error Expected @param tag for 'request'. 57
Error Parameter response should be final. 57
Error Expected @param tag for 'response'. 57
Error Expected @throws tag for 'Exception'. 58
Error 'if' construct must use '{}'s. 67
Error 'if' construct must use '{}'s. 90
Error 'if' construct must use '{}'s. 96

net/sf/oness/order/webapp/controller/action/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/order/webapp/controller/actionform/ItemActionForm.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/actionform/ItemActionForm.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Missing a Javadoc comment. 26
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 32
Error Parameter id should be final. 32
Error 'id' hides a field. 32
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 39
Error Method 'setProductId' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter productId should be final. 47
Error 'productId' hides a field. 47
Error Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. 54
Error Method 'setQuantity' is not designed for extension - needs to be abstract, final or empty. 62
Error Parameter quantity should be final. 62
Error 'quantity' hides a field. 62
Error Method 'getQuantity' is not designed for extension - needs to be abstract, final or empty. 69
Error Method 'setPrice' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter price should be final. 77
Error 'price' hides a field. 77
Error Method 'getPrice' is not designed for extension - needs to be abstract, final or empty. 84

net/sf/oness/order/webapp/controller/actionform/MasterActionForm.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/order/webapp/controller/actionform/MasterActionForm.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Missing a Javadoc comment. 40
Error '10' is a magic number. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter id should be final. 52
Error 'id' hides a field. 52
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 59
Error Method 'setDateAsString' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter dateAsString should be final. 67
Error 'dateAsString' hides a field. 67
Error Method 'getDateAsString' is not designed for extension - needs to be abstract, final or empty. 74
Error Method 'setPartyId' is not designed for extension - needs to be abstract, final or empty. 82
Error Parameter partyId should be final. 82
Error 'partyId' hides a field. 82
Error Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. 89
Error Method 'setComments' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter comments should be final. 97
Error 'comments' hides a field. 97
Error Method 'getComments' is not designed for extension - needs to be abstract, final or empty. 104
Error Method 'setItems' is not designed for extension - needs to be abstract, final or empty. 112
Error Parameter items should be final. 112
Error 'items' hides a field. 112
Error Method 'getItems' is not designed for extension - needs to be abstract, final or empty. 119
Error Method 'setItemsSize' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter itemsSize should be final. 127
Error 'itemsSize' hides a field. 127
Error Method 'getItemsSize' is not designed for extension - needs to be abstract, final or empty. 134
Error Method 'setDate' is not designed for extension - needs to be abstract, final or empty. 142
Error Parameter date should be final. 142
Error 'date' hides a field. 142
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 149
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 157
Error Parameter type should be final. 157
Error 'type' hides a field. 157
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 164
Error Line is longer than 80 characters. 169
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 172
Error Parameter mapping should be final. 172
Error Parameter request should be final. 172
Error 'itemsSize' hides a field. 175
Error 'if' construct must use '{}'s. 177
Error 'else' construct must use '{}'s. 179
Error Line is longer than 80 characters. 190
Error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter mapping should be final. 193
Error Parameter request should be final. 194
Error 'if' construct must use '{}'s. 205
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 215
Error Missing a Javadoc comment. 215

net/sf/oness/order/webapp/controller/actionform/package.html

ErrorLine
Error Missing package documentation file.0