Checkstyle Results

The following document contains the results of Checkstyle 6.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
16 0 0 854

Rules

Category Rule Violations Severity
blocks LeftCurly 8  Error
NeedBraces 2  Error
coding AvoidInlineConditionals 1  Error
HiddenField 41  Error
MagicNumber 3  Error
design DesignForExtension 96  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 48  Error
javadoc JavadocMethod 82  Error
JavadocPackage 1  Error
JavadocStyle 23  Error
JavadocType 6  Error
JavadocVariable 50  Error
misc ArrayTypeStyle 1  Error
FinalParameters 59  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
312  Error
sizes LineLength 90  Error
ParameterNumber 3  Error
whitespace FileTabCharacter 3  Error
OperatorWrap 4  Error
WhitespaceAfter 5  Error
WhitespaceAround 15  Error

Details

ejava/projects/esales/dto/Account.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error sizes LineLength Line is longer than 80 characters (found 95). 28
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error sizes LineLength Line is longer than 80 characters (found 85). 35
 Error sizes LineLength Line is longer than 80 characters (found 89). 36
 Error sizes LineLength Line is longer than 80 characters (found 90). 37
 Error sizes LineLength Line is longer than 80 characters (found 88). 38
 Error sizes LineLength Line is longer than 80 characters (found 85). 39
 Error sizes LineLength Line is longer than 80 characters (found 87). 40
 Error sizes LineLength Line is longer than 80 characters (found 99). 41
 Error sizes LineLength Line is longer than 80 characters (found 101). 42
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error blocks LeftCurly '{' should be on the previous line. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error design VisibilityModifier Variable 'login' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error design VisibilityModifier Variable 'firstName' must be private and have accessor methods. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error design VisibilityModifier Variable 'middleName' must be private and have accessor methods. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error design VisibilityModifier Variable 'lastName' must be private and have accessor methods. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error design VisibilityModifier Variable 'email' must be private and have accessor methods. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error design VisibilityModifier Variable 'startDate' must be private and have accessor methods. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error design VisibilityModifier Variable 'endDate' must be private and have accessor methods. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error design VisibilityModifier Variable 'address' must be private and have accessor methods. 88
 Error javadoc JavadocStyle First sentence should end with a period. 90
 Error regexp RegexpSingleline Line has trailing spaces. 92
 Error javadoc JavadocStyle First sentence should end with a period. 98
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error sizes LineLength Line is longer than 80 characters (found 222). 102
 Error sizes ParameterNumber More than 7 parameters (found 9). 102
 Error javadoc JavadocMethod Expected @param tag for 'refid'. 102
 Error coding HiddenField 'login' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'login'. 102
 Error coding HiddenField 'firstName' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'firstName'. 102
 Error coding HiddenField 'middleName' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'middleName'. 102
 Error coding HiddenField 'lastName' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'lastName'. 102
 Error coding HiddenField 'email' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'email'. 102
 Error coding HiddenField 'startDate' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'startDate'. 102
 Error coding HiddenField 'endDate' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'endDate'. 102
 Error coding HiddenField 'address' hides a field. 102
 Error javadoc JavadocMethod Expected @param tag for 'address'. 102
 Error regexp RegexpSingleline Line has trailing spaces. 116
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. 122
 Error regexp RegexpSingleline Line has trailing spaces. 128
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error design DesignForExtension Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. 134
 Error misc FinalParameters Parameter value should be final. 134
 Error regexp RegexpSingleline Line has trailing spaces. 140
 Error regexp RegexpSingleline Line has trailing spaces. 144
 Error design DesignForExtension Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. 146
 Error regexp RegexpSingleline Line has trailing spaces. 152
 Error regexp RegexpSingleline Line has trailing spaces. 156
 Error design DesignForExtension Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. 158
 Error misc FinalParameters Parameter value should be final. 158
 Error regexp RegexpSingleline Line has trailing spaces. 164
 Error regexp RegexpSingleline Line has trailing spaces. 168
 Error design DesignForExtension Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. 170
 Error regexp RegexpSingleline Line has trailing spaces. 176
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error design DesignForExtension Method 'setMiddleName' is not designed for extension - needs to be abstract, final or empty. 182
 Error misc FinalParameters Parameter value should be final. 182
 Error regexp RegexpSingleline Line has trailing spaces. 188
 Error regexp RegexpSingleline Line has trailing spaces. 192
 Error design DesignForExtension Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. 194
 Error regexp RegexpSingleline Line has trailing spaces. 200
 Error regexp RegexpSingleline Line has trailing spaces. 204
 Error design DesignForExtension Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. 206
 Error misc FinalParameters Parameter value should be final. 206
 Error regexp RegexpSingleline Line has trailing spaces. 212
 Error regexp RegexpSingleline Line has trailing spaces. 216
 Error design DesignForExtension Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 218
 Error regexp RegexpSingleline Line has trailing spaces. 224
 Error regexp RegexpSingleline Line has trailing spaces. 228
 Error design DesignForExtension Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 230
 Error misc FinalParameters Parameter value should be final. 230
 Error regexp RegexpSingleline Line has trailing spaces. 236
 Error regexp RegexpSingleline Line has trailing spaces. 240
 Error design DesignForExtension Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. 242
 Error regexp RegexpSingleline Line has trailing spaces. 248
 Error regexp RegexpSingleline Line has trailing spaces. 252
 Error design DesignForExtension Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. 254
 Error misc FinalParameters Parameter value should be final. 254
 Error regexp RegexpSingleline Line has trailing spaces. 260
 Error regexp RegexpSingleline Line has trailing spaces. 264
 Error design DesignForExtension Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. 266
 Error regexp RegexpSingleline Line has trailing spaces. 272
 Error regexp RegexpSingleline Line has trailing spaces. 276
 Error design DesignForExtension Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. 278
 Error misc FinalParameters Parameter value should be final. 278
 Error regexp RegexpSingleline Line has trailing spaces. 284
 Error sizes LineLength Line is longer than 80 characters (found 83). 289
 Error regexp RegexpSingleline Line has trailing spaces. 290
 Error regexp RegexpSingleline Line has trailing spaces. 296
 Error regexp RegexpSingleline Line has trailing spaces. 297
 Error regexp RegexpSingleline Line has trailing spaces. 301
 Error regexp RegexpSingleline Line has trailing spaces. 302
 Error javadoc JavadocMethod Expected an @return tag. 304
 Error design DesignForExtension Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 304

ejava/projects/esales/dto/Adapter1.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 14
 Error blocks LeftCurly '{' should be on the previous line. 16
 Error design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter value should be final. 19
 Error design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter value should be final. 23

ejava/projects/esales/dto/Adapter2.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 14
 Error blocks LeftCurly '{' should be on the previous line. 16
 Error design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter value should be final. 19
 Error design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter value should be final. 23

ejava/projects/esales/dto/Adapter3.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error blocks LeftCurly '{' should be on the previous line. 15
 Error design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 18
 Error misc FinalParameters Parameter value should be final. 18
 Error design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 22
 Error misc FinalParameters Parameter value should be final. 22

ejava/projects/esales/dto/Adapter4.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error blocks LeftCurly '{' should be on the previous line. 15
 Error design DesignForExtension Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 18
 Error misc FinalParameters Parameter value should be final. 18
 Error design DesignForExtension Method 'marshal' is not designed for extension - needs to be abstract, final or empty. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 22
 Error misc FinalParameters Parameter value should be final. 22

ejava/projects/esales/dto/Address.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error sizes LineLength Line is longer than 80 characters (found 95). 24
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error sizes LineLength Line is longer than 80 characters (found 84). 31
 Error sizes LineLength Line is longer than 80 characters (found 89). 32
 Error sizes LineLength Line is longer than 80 characters (found 86). 33
 Error sizes LineLength Line is longer than 80 characters (found 84). 34
 Error sizes LineLength Line is longer than 80 characters (found 85). 35
 Error sizes LineLength Line is longer than 80 characters (found 83). 36
 Error sizes LineLength Line is longer than 80 characters (found 84). 38
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error blocks LeftCurly '{' should be on the previous line. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'addressee' must be private and have accessor methods. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'street' must be private and have accessor methods. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'city' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'state' must be private and have accessor methods. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error design VisibilityModifier Variable 'zip' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 75
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error sizes LineLength Line is longer than 80 characters (found 179). 89
 Error sizes ParameterNumber More than 7 parameters (found 8). 89
 Error javadoc JavadocMethod Expected @param tag for 'refid'. 89
 Error coding HiddenField 'name' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'name'. 89
 Error coding HiddenField 'addressee' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'addressee'. 89
 Error coding HiddenField 'street' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'street'. 89
 Error coding HiddenField 'city' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'city'. 89
 Error coding HiddenField 'state' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'state'. 89
 Error coding HiddenField 'zip' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'zip'. 89
 Error coding HiddenField 'id' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'id'. 89
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 108
 Error regexp RegexpSingleline Line has trailing spaces. 114
 Error regexp RegexpSingleline Line has trailing spaces. 118
 Error design DesignForExtension Method 'setName' is not designed for extension - needs to be abstract, final or empty. 120
 Error misc FinalParameters Parameter value should be final. 120
 Error regexp RegexpSingleline Line has trailing spaces. 126
 Error regexp RegexpSingleline Line has trailing spaces. 130
 Error design DesignForExtension Method 'getAddressee' is not designed for extension - needs to be abstract, final or empty. 132
 Error regexp RegexpSingleline Line has trailing spaces. 138
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error design DesignForExtension Method 'setAddressee' is not designed for extension - needs to be abstract, final or empty. 144
 Error misc FinalParameters Parameter value should be final. 144
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error regexp RegexpSingleline Line has trailing spaces. 154
 Error design DesignForExtension Method 'getStreet' is not designed for extension - needs to be abstract, final or empty. 156
 Error regexp RegexpSingleline Line has trailing spaces. 162
 Error regexp RegexpSingleline Line has trailing spaces. 166
 Error design DesignForExtension Method 'setStreet' is not designed for extension - needs to be abstract, final or empty. 168
 Error misc FinalParameters Parameter value should be final. 168
 Error regexp RegexpSingleline Line has trailing spaces. 174
 Error regexp RegexpSingleline Line has trailing spaces. 178
 Error design DesignForExtension Method 'getCity' is not designed for extension - needs to be abstract, final or empty. 180
 Error regexp RegexpSingleline Line has trailing spaces. 186
 Error regexp RegexpSingleline Line has trailing spaces. 190
 Error design DesignForExtension Method 'setCity' is not designed for extension - needs to be abstract, final or empty. 192
 Error misc FinalParameters Parameter value should be final. 192
 Error regexp RegexpSingleline Line has trailing spaces. 198
 Error regexp RegexpSingleline Line has trailing spaces. 202
 Error design DesignForExtension Method 'getState' is not designed for extension - needs to be abstract, final or empty. 204
 Error regexp RegexpSingleline Line has trailing spaces. 210
 Error regexp RegexpSingleline Line has trailing spaces. 214
 Error design DesignForExtension Method 'setState' is not designed for extension - needs to be abstract, final or empty. 216
 Error misc FinalParameters Parameter value should be final. 216
 Error regexp RegexpSingleline Line has trailing spaces. 222
 Error regexp RegexpSingleline Line has trailing spaces. 226
 Error design DesignForExtension Method 'getZip' is not designed for extension - needs to be abstract, final or empty. 228
 Error regexp RegexpSingleline Line has trailing spaces. 234
 Error regexp RegexpSingleline Line has trailing spaces. 238
 Error design DesignForExtension Method 'setZip' is not designed for extension - needs to be abstract, final or empty. 240
 Error misc FinalParameters Parameter value should be final. 240
 Error regexp RegexpSingleline Line has trailing spaces. 246
 Error regexp RegexpSingleline Line has trailing spaces. 250
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 252
 Error regexp RegexpSingleline Line has trailing spaces. 258
 Error regexp RegexpSingleline Line has trailing spaces. 262
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 264
 Error misc FinalParameters Parameter value should be final. 264

ejava/projects/esales/dto/Auction.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error sizes LineLength Line is longer than 80 characters (found 95). 28
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error sizes LineLength Line is longer than 80 characters (found 85). 35
 Error sizes LineLength Line is longer than 80 characters (found 85). 36
 Error sizes LineLength Line is longer than 80 characters (found 88). 37
 Error sizes LineLength Line is longer than 80 characters (found 91). 38
 Error sizes LineLength Line is longer than 80 characters (found 91). 39
 Error sizes LineLength Line is longer than 80 characters (found 89). 40
 Error sizes LineLength Line is longer than 80 characters (found 92). 41
 Error sizes LineLength Line is longer than 80 characters (found 107). 42
 Error sizes LineLength Line is longer than 80 characters (found 108). 43
 Error sizes LineLength Line is longer than 80 characters (found 98). 44
 Error sizes LineLength Line is longer than 80 characters (found 99). 45
 Error sizes LineLength Line is longer than 80 characters (found 84). 47
 Error regexp RegexpSingleline Line has trailing spaces. 52
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error blocks LeftCurly '{' should be on the previous line. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error design VisibilityModifier Variable 'seller' must be private and have accessor methods. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error design VisibilityModifier Variable 'title' must be private and have accessor methods. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error design VisibilityModifier Variable 'category' must be private and have accessor methods. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error design VisibilityModifier Variable 'description' must be private and have accessor methods. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'startTime' must be private and have accessor methods. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error design VisibilityModifier Variable 'endTime' must be private and have accessor methods. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error design VisibilityModifier Variable 'askingPrice' must be private and have accessor methods. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error design VisibilityModifier Variable 'bid' must be private and have accessor methods. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error design VisibilityModifier Variable 'purchasePrice' must be private and have accessor methods. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 102
 Error design VisibilityModifier Variable 'buyer' must be private and have accessor methods. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error design VisibilityModifier Variable 'shipTo' must be private and have accessor methods. 107
 Error javadoc JavadocVariable Missing a Javadoc comment. 108
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 111
 Error javadoc JavadocStyle First sentence should end with a period. 113
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error javadoc JavadocStyle First sentence should end with a period. 121
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error sizes LineLength Line is longer than 80 characters (found 304). 125
 Error sizes ParameterNumber More than 7 parameters (found 13). 125
 Error javadoc JavadocMethod Expected @param tag for 'refid'. 125
 Error coding HiddenField 'seller' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'seller'. 125
 Error coding HiddenField 'title' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'title'. 125
 Error coding HiddenField 'category' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'category'. 125
 Error coding HiddenField 'description' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'description'. 125
 Error coding HiddenField 'startTime' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'startTime'. 125
 Error coding HiddenField 'endTime' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'endTime'. 125
 Error coding HiddenField 'askingPrice' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'askingPrice'. 125
 Error coding HiddenField 'bid' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'bid'. 125
 Error coding HiddenField 'purchasePrice' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'purchasePrice'. 125
 Error coding HiddenField 'buyer' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'buyer'. 125
 Error coding HiddenField 'shipTo' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'shipTo'. 125
 Error coding HiddenField 'id' hides a field. 125
 Error javadoc JavadocMethod Expected @param tag for 'id'. 125
 Error regexp RegexpSingleline Line has trailing spaces. 143
 Error regexp RegexpSingleline Line has trailing spaces. 147
 Error design DesignForExtension Method 'getSeller' is not designed for extension - needs to be abstract, final or empty. 149
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error regexp RegexpSingleline Line has trailing spaces. 159
 Error design DesignForExtension Method 'setSeller' is not designed for extension - needs to be abstract, final or empty. 161
 Error misc FinalParameters Parameter value should be final. 161
 Error regexp RegexpSingleline Line has trailing spaces. 167
 Error regexp RegexpSingleline Line has trailing spaces. 171
 Error design DesignForExtension Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 173
 Error regexp RegexpSingleline Line has trailing spaces. 179
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error design DesignForExtension Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 185
 Error misc FinalParameters Parameter value should be final. 185
 Error regexp RegexpSingleline Line has trailing spaces. 191
 Error regexp RegexpSingleline Line has trailing spaces. 195
 Error design DesignForExtension Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. 197
 Error regexp RegexpSingleline Line has trailing spaces. 203
 Error regexp RegexpSingleline Line has trailing spaces. 207
 Error design DesignForExtension Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. 209
 Error misc FinalParameters Parameter value should be final. 209
 Error regexp RegexpSingleline Line has trailing spaces. 215
 Error regexp RegexpSingleline Line has trailing spaces. 219
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 221
 Error regexp RegexpSingleline Line has trailing spaces. 227
 Error regexp RegexpSingleline Line has trailing spaces. 231
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 233
 Error misc FinalParameters Parameter value should be final. 233
 Error regexp RegexpSingleline Line has trailing spaces. 239
 Error regexp RegexpSingleline Line has trailing spaces. 243
 Error design DesignForExtension Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. 245
 Error regexp RegexpSingleline Line has trailing spaces. 251
 Error regexp RegexpSingleline Line has trailing spaces. 255
 Error design DesignForExtension Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. 257
 Error misc FinalParameters Parameter value should be final. 257
 Error regexp RegexpSingleline Line has trailing spaces. 263
 Error regexp RegexpSingleline Line has trailing spaces. 267
 Error design DesignForExtension Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. 269
 Error regexp RegexpSingleline Line has trailing spaces. 275
 Error regexp RegexpSingleline Line has trailing spaces. 279
 Error design DesignForExtension Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. 281
 Error misc FinalParameters Parameter value should be final. 281
 Error regexp RegexpSingleline Line has trailing spaces. 287
 Error regexp RegexpSingleline Line has trailing spaces. 291
 Error design DesignForExtension Method 'getAskingPrice' is not designed for extension - needs to be abstract, final or empty. 293
 Error regexp RegexpSingleline Line has trailing spaces. 299
 Error regexp RegexpSingleline Line has trailing spaces. 303
 Error design DesignForExtension Method 'setAskingPrice' is not designed for extension - needs to be abstract, final or empty. 305
 Error misc FinalParameters Parameter value should be final. 305
 Error regexp RegexpSingleline Line has trailing spaces. 311
 Error regexp RegexpSingleline Line has trailing spaces. 317
 Error regexp RegexpSingleline Line has trailing spaces. 323
 Error regexp RegexpSingleline Line has trailing spaces. 324
 Error regexp RegexpSingleline Line has trailing spaces. 328
 Error regexp RegexpSingleline Line has trailing spaces. 329
 Error javadoc JavadocMethod Expected an @return tag. 331
 Error design DesignForExtension Method 'getBid' is not designed for extension - needs to be abstract, final or empty. 331
 Error regexp RegexpSingleline Line has trailing spaces. 340
 Error regexp RegexpSingleline Line has trailing spaces. 344
 Error design DesignForExtension Method 'getPurchasePrice' is not designed for extension - needs to be abstract, final or empty. 346
 Error regexp RegexpSingleline Line has trailing spaces. 352
 Error regexp RegexpSingleline Line has trailing spaces. 356
 Error design DesignForExtension Method 'setPurchasePrice' is not designed for extension - needs to be abstract, final or empty. 358
 Error misc FinalParameters Parameter value should be final. 358
 Error regexp RegexpSingleline Line has trailing spaces. 364
 Error regexp RegexpSingleline Line has trailing spaces. 368
 Error design DesignForExtension Method 'getBuyer' is not designed for extension - needs to be abstract, final or empty. 370
 Error regexp RegexpSingleline Line has trailing spaces. 376
 Error regexp RegexpSingleline Line has trailing spaces. 380
 Error design DesignForExtension Method 'setBuyer' is not designed for extension - needs to be abstract, final or empty. 382
 Error misc FinalParameters Parameter value should be final. 382
 Error regexp RegexpSingleline Line has trailing spaces. 388
 Error regexp RegexpSingleline Line has trailing spaces. 392
 Error design DesignForExtension Method 'getShipTo' is not designed for extension - needs to be abstract, final or empty. 394
 Error regexp RegexpSingleline Line has trailing spaces. 400
 Error regexp RegexpSingleline Line has trailing spaces. 404
 Error design DesignForExtension Method 'setShipTo' is not designed for extension - needs to be abstract, final or empty. 406
 Error misc FinalParameters Parameter value should be final. 406
 Error regexp RegexpSingleline Line has trailing spaces. 412
 Error regexp RegexpSingleline Line has trailing spaces. 416
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 418
 Error regexp RegexpSingleline Line has trailing spaces. 424
 Error regexp RegexpSingleline Line has trailing spaces. 428
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 430
 Error misc FinalParameters Parameter value should be final. 430

ejava/projects/esales/dto/Bid.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error sizes LineLength Line is longer than 80 characters (found 95). 26
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error sizes LineLength Line is longer than 80 characters (found 89). 33
 Error sizes LineLength Line is longer than 80 characters (found 87). 34
 Error sizes LineLength Line is longer than 80 characters (found 83). 35
 Error sizes LineLength Line is longer than 80 characters (found 85). 36
 Error sizes LineLength Line is longer than 80 characters (found 84). 38
 Error regexp RegexpSingleline Line has trailing spaces. 43
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error design VisibilityModifier Variable 'bidTime' must be private and have accessor methods. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'amount' must be private and have accessor methods. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'item' must be private and have accessor methods. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error design VisibilityModifier Variable 'bidder' must be private and have accessor methods. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 75
 Error javadoc JavadocStyle First sentence should end with a period. 77
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error sizes LineLength Line is longer than 80 characters (found 114). 89
 Error coding HiddenField 'bidTime' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'bidTime'. 89
 Error coding HiddenField 'amount' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'amount'. 89
 Error coding HiddenField 'item' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'item'. 89
 Error coding HiddenField 'bidder' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'bidder'. 89
 Error coding HiddenField 'id' hides a field. 89
 Error javadoc JavadocMethod Expected @param tag for 'id'. 89
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error regexp RegexpSingleline Line has trailing spaces. 103
 Error design DesignForExtension Method 'getBidTime' is not designed for extension - needs to be abstract, final or empty. 105
 Error regexp RegexpSingleline Line has trailing spaces. 111
 Error regexp RegexpSingleline Line has trailing spaces. 115
 Error design DesignForExtension Method 'setBidTime' is not designed for extension - needs to be abstract, final or empty. 117
 Error misc FinalParameters Parameter value should be final. 117
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error regexp RegexpSingleline Line has trailing spaces. 127
 Error design DesignForExtension Method 'getAmount' is not designed for extension - needs to be abstract, final or empty. 129
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error regexp RegexpSingleline Line has trailing spaces. 139
 Error design DesignForExtension Method 'setAmount' is not designed for extension - needs to be abstract, final or empty. 141
 Error misc FinalParameters Parameter value should be final. 141
 Error regexp RegexpSingleline Line has trailing spaces. 147
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error design DesignForExtension Method 'getItem' is not designed for extension - needs to be abstract, final or empty. 153
 Error regexp RegexpSingleline Line has trailing spaces. 159
 Error regexp RegexpSingleline Line has trailing spaces. 163
 Error design DesignForExtension Method 'setItem' is not designed for extension - needs to be abstract, final or empty. 165
 Error misc FinalParameters Parameter value should be final. 165
 Error regexp RegexpSingleline Line has trailing spaces. 171
 Error regexp RegexpSingleline Line has trailing spaces. 175
 Error design DesignForExtension Method 'getBidder' is not designed for extension - needs to be abstract, final or empty. 177
 Error regexp RegexpSingleline Line has trailing spaces. 183
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error design DesignForExtension Method 'setBidder' is not designed for extension - needs to be abstract, final or empty. 189
 Error misc FinalParameters Parameter value should be final. 189
 Error regexp RegexpSingleline Line has trailing spaces. 195
 Error regexp RegexpSingleline Line has trailing spaces. 199
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 201
 Error regexp RegexpSingleline Line has trailing spaces. 207
 Error regexp RegexpSingleline Line has trailing spaces. 211
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 213
 Error misc FinalParameters Parameter value should be final. 213

ejava/projects/esales/dto/ESales.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error sizes LineLength Line is longer than 80 characters (found 95). 23
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error sizes LineLength Line is longer than 80 characters (found 111). 30
 Error sizes LineLength Line is longer than 80 characters (found 111). 31
 Error sizes LineLength Line is longer than 80 characters (found 111). 32
 Error sizes LineLength Line is longer than 80 characters (found 109). 33
 Error sizes LineLength Line is longer than 80 characters (found 107). 34
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error design VisibilityModifier Variable 'address' must be private and have accessor methods. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error design VisibilityModifier Variable 'account' must be private and have accessor methods. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error design VisibilityModifier Variable 'auction' must be private and have accessor methods. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'image' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'bid' must be private and have accessor methods. 63
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error regexp RegexpSingleline Line has trailing spaces. 75
 Error sizes LineLength Line is longer than 80 characters (found 152). 77
 Error coding HiddenField 'address' hides a field. 77
 Error javadoc JavadocMethod Expected @param tag for 'address'. 77
 Error coding HiddenField 'account' hides a field. 77
 Error javadoc JavadocMethod Expected @param tag for 'account'. 77
 Error coding HiddenField 'auction' hides a field. 77
 Error javadoc JavadocMethod Expected @param tag for 'auction'. 77
 Error coding HiddenField 'image' hides a field. 77
 Error javadoc JavadocMethod Expected @param tag for 'image'. 77
 Error coding HiddenField 'bid' hides a field. 77
 Error javadoc JavadocMethod Expected @param tag for 'bid'. 77
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error sizes LineLength Line is longer than 80 characters (found 83). 92
 Error regexp RegexpSingleline Line has trailing spaces. 93
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error regexp RegexpSingleline Line has trailing spaces. 100
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error regexp RegexpSingleline Line has trailing spaces. 105
 Error javadoc JavadocMethod Expected an @return tag. 107
 Error design DesignForExtension Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 107
 Error regexp RegexpSingleline Line has trailing spaces. 116
 Error sizes LineLength Line is longer than 80 characters (found 83). 121
 Error regexp RegexpSingleline Line has trailing spaces. 122
 Error regexp RegexpSingleline Line has trailing spaces. 128
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error regexp RegexpSingleline Line has trailing spaces. 133
 Error regexp RegexpSingleline Line has trailing spaces. 134
 Error javadoc JavadocMethod Expected an @return tag. 136
 Error design DesignForExtension Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. 136
 Error regexp RegexpSingleline Line has trailing spaces. 145
 Error sizes LineLength Line is longer than 80 characters (found 83). 150
 Error regexp RegexpSingleline Line has trailing spaces. 151
 Error regexp RegexpSingleline Line has trailing spaces. 157
 Error regexp RegexpSingleline Line has trailing spaces. 158
 Error regexp RegexpSingleline Line has trailing spaces. 162
 Error regexp RegexpSingleline Line has trailing spaces. 163
 Error javadoc JavadocMethod Expected an @return tag. 165
 Error design DesignForExtension Method 'getAuction' is not designed for extension - needs to be abstract, final or empty. 165
 Error regexp RegexpSingleline Line has trailing spaces. 174
 Error sizes LineLength Line is longer than 80 characters (found 81). 179
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error regexp RegexpSingleline Line has trailing spaces. 186
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error regexp RegexpSingleline Line has trailing spaces. 191
 Error regexp RegexpSingleline Line has trailing spaces. 192
 Error javadoc JavadocMethod Expected an @return tag. 194
 Error design DesignForExtension Method 'getImage' is not designed for extension - needs to be abstract, final or empty. 194
 Error regexp RegexpSingleline Line has trailing spaces. 203
 Error regexp RegexpSingleline Line has trailing spaces. 209
 Error regexp RegexpSingleline Line has trailing spaces. 215
 Error regexp RegexpSingleline Line has trailing spaces. 216
 Error regexp RegexpSingleline Line has trailing spaces. 220
 Error regexp RegexpSingleline Line has trailing spaces. 221
 Error javadoc JavadocMethod Expected an @return tag. 223
 Error design DesignForExtension Method 'getBid' is not designed for extension - needs to be abstract, final or empty. 223

ejava/projects/esales/dto/Image.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error sizes LineLength Line is longer than 80 characters (found 95). 25
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error sizes LineLength Line is longer than 80 characters (found 90). 32
 Error sizes LineLength Line is longer than 80 characters (found 91). 33
 Error sizes LineLength Line is longer than 80 characters (found 84). 35
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error blocks LeftCurly '{' should be on the previous line. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error design VisibilityModifier Variable 'auctionRef' must be private and have accessor methods. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design VisibilityModifier Variable 'image' must be private and have accessor methods. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'id' must be private and have accessor methods. 62
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error sizes LineLength Line is longer than 80 characters (found 101). 76
 Error javadoc JavadocMethod Expected @param tag for 'refid'. 76
 Error coding HiddenField 'auctionRef' hides a field. 76
 Error javadoc JavadocMethod Expected @param tag for 'auctionRef'. 76
 Error coding HiddenField 'image' hides a field. 76
 Error javadoc JavadocMethod Expected @param tag for 'image'. 76
 Error coding HiddenField 'id' hides a field. 76
 Error javadoc JavadocMethod Expected @param tag for 'id'. 76
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error design DesignForExtension Method 'getAuctionRef' is not designed for extension - needs to be abstract, final or empty. 91
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error regexp RegexpSingleline Line has trailing spaces. 101
 Error design DesignForExtension Method 'setAuctionRef' is not designed for extension - needs to be abstract, final or empty. 103
 Error misc FinalParameters Parameter value should be final. 103
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error design DesignForExtension Method 'getImage' is not designed for extension - needs to be abstract, final or empty. 114
 Error regexp RegexpSingleline Line has trailing spaces. 120
 Error design DesignForExtension Method 'setImage' is not designed for extension - needs to be abstract, final or empty. 125
 Error misc FinalParameters Parameter value should be final. 125
 Error regexp RegexpSingleline Line has trailing spaces. 131
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 137
 Error regexp RegexpSingleline Line has trailing spaces. 143
 Error regexp RegexpSingleline Line has trailing spaces. 147
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 149
 Error misc FinalParameters Parameter value should be final. 149

ejava/projects/esales/dto/ObjectFactory.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 15
 Error regexp RegexpSingleline Line has trailing spaces. 16
 Error regexp RegexpSingleline Line has trailing spaces. 17
 Error regexp RegexpSingleline Line has trailing spaces. 18
 Error regexp RegexpSingleline Line has trailing spaces. 19
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error sizes LineLength Line is longer than 80 characters (found 139). 33
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocMethod Expected an @return tag. 43
 Error design DesignForExtension Method 'createReferencedType' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error javadoc JavadocMethod Expected an @return tag. 51
 Error design DesignForExtension Method 'createAddress' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error javadoc JavadocMethod Expected an @return tag. 59
 Error design DesignForExtension Method 'createESales' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error javadoc JavadocMethod Expected an @return tag. 67
 Error design DesignForExtension Method 'createBid' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error javadoc JavadocMethod Expected an @return tag. 75
 Error design DesignForExtension Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocStyle First sentence should end with a period. 79
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error design DesignForExtension Method 'createImage' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocMethod Expected an @return tag. 91
 Error design DesignForExtension Method 'createAuction' is not designed for extension - needs to be abstract, final or empty. 91

ejava/projects/esales/dto/ReferencedType.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error regexp RegexpSingleline Line has trailing spaces. 24
 Error sizes LineLength Line is longer than 80 characters (found 95). 25
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error sizes LineLength Line is longer than 80 characters (found 82). 31
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error design VisibilityModifier Variable 'refid' must be private and have accessor methods. 53
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error javadoc JavadocStyle First sentence should end with a period. 63
 Error regexp RegexpSingleline Line has trailing spaces. 65
 Error coding HiddenField 'refid' hides a field. 67
 Error javadoc JavadocMethod Expected @param tag for 'refid'. 67
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error design DesignForExtension Method 'getRefid' is not designed for extension - needs to be abstract, final or empty. 79
 Error regexp RegexpSingleline Line has trailing spaces. 85
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error design DesignForExtension Method 'setRefid' is not designed for extension - needs to be abstract, final or empty. 91
 Error misc FinalParameters Parameter value should be final. 91

ejava/projects/esales/dto/package-info.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 2
 Error sizes LineLength Line is longer than 80 characters (found 126). 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 4
 Error sizes LineLength Line is longer than 80 characters (found 88). 4
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error sizes LineLength Line is longer than 80 characters (found 87). 8
 Error javadoc JavadocStyle Missing a Javadoc comment. 9

ejava/projects/esales/xml/DateConverter.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 9
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 9
 Error javadoc JavadocMethod Missing a Javadoc comment. 10
 Error misc FinalParameters Parameter s should be final. 10
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error misc FinalParameters Parameter dt should be final. 13

ejava/projects/esales/xml/ESalesParser.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 27
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error design VisibilityModifier Variable 'xmlif' must be private and have accessor methods. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'um' must be private and have accessor methods. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'xmlr' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error regexp RegexpSingleline Line has trailing spaces. 50
 Error misc FinalParameters Parameter rootType should be final. 50
 Error misc FinalParameters Parameter is should be final. 50
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error javadoc JavadocMethod Expected @throws tag for 'JAXBException'. 52
 Error javadoc JavadocMethod Expected @throws tag for 'XMLStreamException'. 52
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 64
 Error sizes LineLength Line is longer than 80 characters (found 107). 66
 Error misc FinalParameters Parameter targetType should be final. 66
 Error blocks NeedBraces 'if' construct must use '{}'s. 69
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 69
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 69
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 69
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error sizes LineLength Line is longer than 80 characters (found 85). 76
 Error misc FinalParameters Parameter id should be final. 76
 Error misc FinalParameters Parameter obj should be final. 76
 Error blocks NeedBraces 'if' construct must use '{}'s. 77
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 77
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 77
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 77
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error regexp RegexpSingleline Line has trailing spaces. 83
 Error design DesignForExtension Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error misc FinalParameters Parameter schema should be final. 84
 Error sizes LineLength Line is longer than 80 characters (found 89). 85
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error misc FinalParameters Parameter elements should be final. 90
 Error misc ArrayTypeStyle Array brackets at illegal position. 90
 Error misc FinalParameters Parameter localName should be final. 90
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 91
 Error regexp RegexpSingleline Line has trailing spaces. 98
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error regexp RegexpSingleline Line has trailing spaces. 104
 Error javadoc JavadocMethod Expected an @return tag. 110
 Error regexp RegexpSingleline Line has trailing spaces. 110
 Error design DesignForExtension Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 110
 Error misc FinalParameters Parameter elements should be final. 110
 Error javadoc JavadocMethod Expected @param tag for 'elements'. 110
 Error javadoc JavadocMethod Expected @throws tag for 'XMLStreamException'. 111
 Error javadoc JavadocMethod Expected @throws tag for 'JAXBException'. 111
 Error regexp RegexpSingleline Line has trailing spaces. 114
 Error whitespace OperatorWrap '&&' should be on a new line. 114
 Error whitespace OperatorWrap '?' should be on a new line. 117
 Error coding AvoidInlineConditionals Avoid inline conditionals. 117
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 118
 Error regexp RegexpSingleline Line has trailing spaces. 122
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 125

ejava/projects/esales/xml/SampleGen.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 12
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error design VisibilityModifier Variable 'addressId' must be private and have accessor methods. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error design VisibilityModifier Variable 'auctionId' must be private and have accessor methods. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error design VisibilityModifier Variable 'bidId' must be private and have accessor methods. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error design VisibilityModifier Variable 'accountId' must be private and have accessor methods. 16
 Error design DesignForExtension Method 'createSales' is not designed for extension - needs to be abstract, final or empty. 17
 Error javadoc JavadocMethod Missing a Javadoc comment. 17
 Error regexp RegexpSingleline Line has trailing spaces. 19
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error whitespace WhitespaceAfter 'cast' is not followed by whitespace. 32
 Error design DesignForExtension Method 'createAuction' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error misc FinalParameters Parameter seller should be final. 43
 Error misc FinalParameters Parameter bidder should be final. 43
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 46
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 46
 Error whitespace WhitespaceAround '-' is not preceded with whitespace. 52
 Error whitespace WhitespaceAround '-' is not followed by whitespace. 52
 Error coding MagicNumber '3' is a magic number. 52
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 52
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 52
 Error coding MagicNumber '3600' is a magic number. 52
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 52
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 52
 Error coding MagicNumber '1000' is a magic number. 52
 Error design DesignForExtension Method 'createAddress1' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Error misc FinalParameters Parameter addressee should be final. 68
 Error regexp RegexpSingleline Line has trailing spaces. 80
 Error design DesignForExtension Method 'createAccount' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Error misc FinalParameters Parameter firstName should be final. 82
 Error misc FinalParameters Parameter middleName should be final. 82
 Error misc FinalParameters Parameter lastName should be final. 82
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error whitespace OperatorWrap '+' should be on a new line. 91
 Error whitespace OperatorWrap '+' should be on a new line. 92
 Error regexp RegexpSingleline Line has trailing spaces. 95