Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1500196

Files

FilesIWE
net/sf/oness/inventory/webapp/controller/action/ModelAction.java 001
net/sf/oness/inventory/webapp/controller/action/ModelAction.java 0079
net/sf/oness/inventory/webapp/controller/action/PriceAction.java 001
net/sf/oness/inventory/webapp/controller/action/PriceAction.java 0030
net/sf/oness/inventory/webapp/controller/action/package.html 001
net/sf/oness/inventory/webapp/controller/actionform/PriceActionForm.java 001
net/sf/oness/inventory/webapp/controller/actionform/PriceActionForm.java 0012
net/sf/oness/inventory/webapp/controller/actionform/PricesActionForm.java 001
net/sf/oness/inventory/webapp/controller/actionform/PricesActionForm.java 0032
net/sf/oness/inventory/webapp/controller/actionform/ProductPricesActionForm.java 001
net/sf/oness/inventory/webapp/controller/actionform/ProductPricesActionForm.java 0023
net/sf/oness/inventory/webapp/controller/actionform/package.html 001
net/sf/oness/inventory/webapp/controller/listener/StartupListener.java 001
net/sf/oness/inventory/webapp/controller/listener/StartupListener.java 0011
net/sf/oness/inventory/webapp/controller/listener/package.html 001

net/sf/oness/inventory/webapp/controller/action/ModelAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/inventory/webapp/controller/action/ModelAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 37
Error Line has trailing spaces. 39
Error Line has trailing spaces. 47
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 55
Error Parameter mapping should be final. 55
Error Expected @param tag for 'mapping'. 55
Error Parameter actionForm should be final. 55
Error Expected @param tag for 'actionForm'. 55
Error Parameter request should be final. 56
Error Expected @param tag for 'request'. 56
Error Parameter response should be final. 56
Error Expected @param tag for 'response'. 56
Error Expected @throws tag for 'Exception'. 57
Error Line has trailing spaces. 72
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 80
Error Parameter mapping should be final. 80
Error Expected @param tag for 'mapping'. 80
Error Parameter actionForm should be final. 80
Error Expected @param tag for 'actionForm'. 80
Error Parameter request should be final. 81
Error Expected @param tag for 'request'. 81
Error Parameter response should be final. 81
Error Expected @param tag for 'response'. 81
Error Expected @throws tag for 'Exception'. 82
Error Line has trailing spaces. 92
Error Method 'find' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter mapping should be final. 100
Error Expected @param tag for 'mapping'. 100
Error Parameter actionForm should be final. 100
Error Expected @param tag for 'actionForm'. 100
Error Parameter request should be final. 101
Error Expected @param tag for 'request'. 101
Error Parameter response should be final. 101
Error Expected @param tag for 'response'. 101
Error Expected @throws tag for 'Exception'. 102
Error Line has trailing spaces. 122
Error Method 'show' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter mapping should be final. 130
Error Expected @param tag for 'mapping'. 130
Error Parameter actionForm should be final. 130
Error Expected @param tag for 'actionForm'. 130
Error Parameter request should be final. 131
Error Expected @param tag for 'request'. 131
Error Parameter response should be final. 131
Error Expected @param tag for 'response'. 131
Error Expected @throws tag for 'Exception'. 132
Error Line has trailing spaces. 142
Error Method 'edit' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter mapping should be final. 150
Error Expected @param tag for 'mapping'. 150
Error Parameter actionForm should be final. 150
Error Expected @param tag for 'actionForm'. 150
Error Parameter request should be final. 151
Error Expected @param tag for 'request'. 151
Error Parameter response should be final. 151
Error Expected @param tag for 'response'. 151
Error Expected @throws tag for 'Exception'. 152
Error Line has trailing spaces. 161
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter mapping should be final. 169
Error Expected @param tag for 'mapping'. 169
Error Parameter actionForm should be final. 169
Error Expected @param tag for 'actionForm'. 169
Error Parameter request should be final. 170
Error Expected @param tag for 'request'. 170
Error Parameter response should be final. 170
Error Expected @param tag for 'response'. 170
Error Expected @throws tag for 'Exception'. 171
Error Missing a Javadoc comment. 177
Error Missing a Javadoc comment. 181
Error Parameter actionForm should be final. 181
Error Missing a Javadoc comment. 186
Error Parameter actionForm should be final. 186
Error Missing a Javadoc comment. 190
Error Parameter actionForm should be final. 190
Error Missing a Javadoc comment. 195
Error Parameter request should be final. 195
Error Parameter model should be final. 195

net/sf/oness/inventory/webapp/controller/action/PriceAction.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/inventory/webapp/controller/action/PriceAction.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Line is longer than 80 characters. 35
Error First sentence should end with a period. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Method 'update' 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 Line has trailing spaces. 98
Error Method 'edit' 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 Line is longer than 80 characters. 120
Error Line is longer than 80 characters. 132
Error Avoid inline conditionals. 155
Error Missing a Javadoc comment. 164

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

ErrorLine
Error Missing package documentation file.0

net/sf/oness/inventory/webapp/controller/actionform/PriceActionForm.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/inventory/webapp/controller/actionform/PriceActionForm.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Missing a Javadoc comment. 28
Error Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter amount should be final. 34
Error 'amount' hides a field. 34
Error Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. 41
Error Method 'setFareId' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter fareId should be final. 49
Error 'fareId' hides a field. 49
Error Method 'getFareId' is not designed for extension - needs to be abstract, final or empty. 56
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60

net/sf/oness/inventory/webapp/controller/actionform/PricesActionForm.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/inventory/webapp/controller/actionform/PricesActionForm.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Missing a Javadoc comment. 31
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error '10' is a magic number. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Unused @param tag for 'modelId'. 40
Error Method 'setModelId' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter id should be final. 43
Error Expected @param tag for 'id'. 43
Error Method 'getModelId' is not designed for extension - needs to be abstract, final or empty. 50
Error Method 'setProductPrices' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter productPrices should be final. 58
Error 'productPrices' hides a field. 58
Error Method 'getProductPrices' is not designed for extension - needs to be abstract, final or empty. 65
Error Method 'setProductPricesSize' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter productPricesSize should be final. 73
Error 'productPricesSize' hides a field. 73
Error Method 'getProductPricesSize' is not designed for extension - needs to be abstract, final or empty. 80
Error Method 'setFaresSize' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter faresSize should be final. 87
Error 'faresSize' hides a field. 87
Error Method 'getFaresSize' is not designed for extension - needs to be abstract, final or empty. 94
Error Line is longer than 80 characters. 99
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter mapping should be final. 102
Error Parameter request should be final. 102
Error 'productPricesSize' hides a field. 105
Error Avoid inline conditionals. 106
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116

net/sf/oness/inventory/webapp/controller/actionform/ProductPricesActionForm.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/inventory/webapp/controller/actionform/ProductPricesActionForm.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Unused @param tag for 'id'. 36
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 39
Error Parameter productId should be final. 39
Error Expected @param tag for 'productId'. 39
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 46
Error Method 'setStockKeepingUnit' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter stockKeepingUnit should be final. 54
Error 'stockKeepingUnit' hides a field. 54
Error Method 'getStockKeepingUnit' is not designed for extension - needs to be abstract, final or empty. 61
Error Method 'setPrices' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter prices should be final. 69
Error 'prices' hides a field. 69
Error Method 'getPrices' is not designed for extension - needs to be abstract, final or empty. 76
Error Line is longer than 80 characters. 81
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 84
Error Parameter mapping should be final. 84
Error Parameter request should be final. 84
Error Avoid inline conditionals. 88
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97

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

ErrorLine
Error Missing package documentation file.0

net/sf/oness/inventory/webapp/controller/listener/StartupListener.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/inventory/webapp/controller/listener/StartupListener.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Line is longer than 80 characters. 20
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Line is longer than 80 characters. 40
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter applicationContext should be final. 43
Error Parameter servletContext should be final. 44
Error Line is longer than 80 characters. 48

net/sf/oness/inventory/webapp/controller/listener/package.html

ErrorLine
Error Missing package documentation file.0