Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
20 0 0 1172

Rules

Category Rule Violations Severity
blocks LeftCurly 298  Error
RightCurly 43  Error
coding HiddenField 9  Error
MagicNumber 56  Error
MissingSwitchDefault 2  Error
design DesignForExtension 47  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier 15  Error
javadoc JavadocMethod 39  Error
JavadocPackage 3  Error
JavadocStyle 1  Error
JavadocType 3  Error
JavadocVariable 59  Error
misc FinalParameters 103  Error
modifier RedundantModifier 3  Error
naming MemberName 2  Error
TypeName 1  Error
sizes LineLength 163  Error
whitespace FileTabCharacter 17  Error
GenericWhitespace 1  Error
MethodParamPad 2  Error
NoWhitespaceAfter 4  Error
OperatorWrap 1  Error
ParenPad 257  Error
WhitespaceAfter 14  Error
WhitespaceAround 27  Error

Details

com/starphoenixmedia/candle_pos/CandleStart.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error design VisibilityModifier Variable 'es' must be private and have accessor methods. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error misc FinalParameters Parameter args should be final. 34
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 35
 Error coding MagicNumber '2400' is a magic number. 39
 Error coding MagicNumber '8' is a magic number. 40
 Error whitespace ParenPad '(' is followed by whitespace. 43
 Error whitespace ParenPad ')' is preceded with whitespace. 43
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 44
 Error sizes LineLength Line is longer than 80 characters (found 127). 48
 Error sizes LineLength Line is longer than 80 characters (found 97). 49
 Error sizes LineLength Line is longer than 80 characters (found 120). 50
 Error sizes LineLength Line is longer than 80 characters (found 83). 52
 Error whitespace ParenPad '(' is followed by whitespace. 56
 Error whitespace ParenPad ')' is preceded with whitespace. 56
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 57
 Error whitespace ParenPad '(' is followed by whitespace. 64
 Error whitespace ParenPad ')' is preceded with whitespace. 64
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 65
 Error coding MagicNumber '4' is a magic number. 67
 Error sizes LineLength Line is longer than 80 characters (found 91). 68
 Error coding MagicNumber '3' is a magic number. 69
 Error whitespace ParenPad '(' is followed by whitespace. 72
 Error whitespace ParenPad ')' is preceded with whitespace. 72
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 73
 Error sizes LineLength Line is longer than 80 characters (found 126). 78
 Error whitespace ParenPad '(' is followed by whitespace. 81
 Error coding MagicNumber '3' is a magic number. 81
 Error whitespace ParenPad ')' is preceded with whitespace. 81
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 82
 Error coding MagicNumber '3' is a magic number. 84
 Error sizes LineLength Line is longer than 80 characters (found 131). 87
 Error coding MagicNumber '3' is a magic number. 90
 Error whitespace ParenPad '(' is followed by whitespace. 93
 Error whitespace ParenPad ')' is preceded with whitespace. 93
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 94
 Error sizes LineLength Line is longer than 80 characters (found 87). 99
 Error sizes LineLength Line is longer than 80 characters (found 104). 108
 Error coding MagicNumber '5' is a magic number. 108
 Error coding MagicNumber '20' is a magic number. 108
 Error coding MagicNumber '60L' is a magic number. 108
 Error coding MagicNumber '5' is a magic number. 108
 Error sizes LineLength Line is longer than 80 characters (found 99). 109
 Error blocks LeftCurly '{' at column 7 should have line break after. 109
 Error blocks RightCurly '}' at column 85 should be on the same line as the next part of a multi-block statement. 109
 Error sizes LineLength Line is longer than 80 characters (found 82). 110
 Error whitespace ParenPad '(' is followed by whitespace. 110
 Error whitespace OperatorWrap '|' should be on a new line. 110
 Error sizes LineLength Line is longer than 80 characters (found 82). 111
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 112
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 112
 Error sizes LineLength Line is longer than 80 characters (found 97). 116
 Error blocks LeftCurly '{' at column 7 should have line break after. 116
 Error blocks RightCurly '}' at column 83 should be on the same line as the next part of a multi-block statement. 116
 Error sizes LineLength Line is longer than 80 characters (found 90). 118
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 118
 Error blocks LeftCurly '{' at column 3 should have line break after. 118
 Error blocks LeftCurly '{' at column 7 should have line break after. 120
 Error blocks RightCurly '}' at column 46 should be on the same line as the next part of a multi-block statement. 120
 Error sizes LineLength Line is longer than 80 characters (found 102). 121
 Error whitespace ParenPad '(' is followed by whitespace. 121
 Error whitespace ParenPad ')' is preceded with whitespace. 121
 Error blocks LeftCurly '{' at column 43 should have line break after. 121
 Error coding MissingSwitchDefault switch without "default" clause. 126
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 127
 Error sizes LineLength Line is longer than 80 characters (found 117). 133
 Error whitespace ParenPad '(' is followed by whitespace. 133
 Error whitespace ParenPad ')' is preceded with whitespace. 133
 Error blocks LeftCurly '{' at column 21 should have line break after. 133
 Error sizes LineLength Line is longer than 80 characters (found 81). 138
 Error whitespace MethodParamPad '(' is preceded with whitespace. 138
 Error misc FinalParameters Parameter sb should be final. 138
 Error misc FinalParameters Parameter s should be final. 138
 Error blocks LeftCurly '{' at column 54 should have line break after. 138
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Error whitespace MethodParamPad '(' is preceded with whitespace. 139
 Error misc FinalParameters Parameter sb should be final. 139
 Error misc FinalParameters Parameter s should be final. 139
 Error misc FinalParameters Parameter tab should be final. 139
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 140
 Error whitespace ParenPad '(' is followed by whitespace. 141
 Error whitespace ParenPad ')' is preceded with whitespace. 141
 Error blocks LeftCurly '{' at column 14 should have line break after. 141

com/starphoenixmedia/candle_pos/FireCodeClassLoader.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 32
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 67
 Error misc FinalParameters Parameter cl should be final. 80
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 81
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 92
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 93
 Error whitespace ParenPad '(' is followed by whitespace. 99
 Error whitespace ParenPad ')' is preceded with whitespace. 99
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 100
 Error whitespace ParenPad '(' is followed by whitespace. 103
 Error whitespace ParenPad ')' is preceded with whitespace. 103
 Error blocks LeftCurly '{' at column 27 should have line break after. 103
 Error blocks RightCurly '}' at column 40 should be on the same line as the next part of a multi-block statement. 103
 Error sizes LineLength Line is longer than 80 characters (found 83). 104
 Error whitespace ParenPad '(' is followed by whitespace. 104
 Error whitespace ParenPad ')' is preceded with whitespace. 104
 Error blocks LeftCurly '{' at column 49 should have line break after. 104
 Error sizes LineLength Line is longer than 80 characters (found 86). 108
 Error design DesignForExtension Method 'findClass' is not designed for extension - needs to be abstract, final or empty. 108
 Error misc FinalParameters Parameter name should be final. 108
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 109
 Error whitespace ParenPad '(' is followed by whitespace. 110
 Error whitespace ParenPad ')' is preceded with whitespace. 110
 Error blocks LeftCurly '{' at column 33 should have line break after. 110
 Error blocks RightCurly '}' at column 58 should be on the same line as the next part of a multi-block statement. 110
 Error blocks LeftCurly '{' at column 8 should have line break after. 111
 Error sizes LineLength Line is longer than 80 characters (found 95). 114
 Error design DesignForExtension Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 114
 Error blocks LeftCurly '{' at column 54 should have line break after. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 115
 Error misc FinalParameters Parameter goup should be final. 115
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 116
 Error sizes LineLength Line is longer than 80 characters (found 93). 120
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error blocks LeftCurly '{' at column 31 should have line break after. 120
 Error blocks LeftCurly '{' at column 65 should have line break after. 120
 Error sizes LineLength Line is longer than 80 characters (found 83). 121
 Error blocks LeftCurly '{' at column 7 should have line break after. 121
 Error whitespace ParenPad '(' is followed by whitespace. 121
 Error whitespace ParenPad ')' is preceded with whitespace. 121
 Error whitespace ParenPad '(' is followed by whitespace. 122
 Error whitespace ParenPad ')' is preceded with whitespace. 122
 Error blocks LeftCurly '{' at column 30 should have line break after. 122
 Error sizes LineLength Line is longer than 80 characters (found 83). 127
 Error design DesignForExtension Method 'getPackage' is not designed for extension - needs to be abstract, final or empty. 127
 Error misc FinalParameters Parameter name should be final. 127
 Error blocks LeftCurly '{' at column 51 should have line break after. 127
 Error sizes LineLength Line is longer than 80 characters (found 99). 128
 Error design DesignForExtension Method 'getPackages' is not designed for extension - needs to be abstract, final or empty. 128
 Error blocks LeftCurly '{' at column 43 should have line break after. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 131
 Error whitespace ParenPad '(' is followed by whitespace. 138
 Error whitespace ParenPad ')' is preceded with whitespace. 138
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 139
 Error sizes LineLength Line is longer than 80 characters (found 97). 140
 Error whitespace ParenPad '(' is followed by whitespace. 141
 Error whitespace ParenPad ')' is preceded with whitespace. 141
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 142
 Error whitespace ParenPad '(' is followed by whitespace. 144
 Error whitespace ParenPad ')' is preceded with whitespace. 144
 Error sizes LineLength Line is longer than 80 characters (found 119). 145
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 145
 Error blocks LeftCurly '{' at column 5 should have line break after. 145
 Error blocks RightCurly '}' at column 91 should be on the same line as the next part of a multi-block statement. 145
 Error sizes LineLength Line is longer than 80 characters (found 118). 146
 Error blocks LeftCurly '{' at column 10 should have line break after. 146
 Error whitespace ParenPad '(' is followed by whitespace. 151
 Error whitespace ParenPad ')' is preceded with whitespace. 151
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 152
 Error sizes LineLength Line is longer than 80 characters (found 82). 153
 Error whitespace ParenPad '(' is followed by whitespace. 155
 Error whitespace ParenPad ')' is preceded with whitespace. 155
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 156
 Error whitespace ParenPad '(' is followed by whitespace. 161
 Error whitespace ParenPad ')' is preceded with whitespace. 161
 Error sizes LineLength Line is longer than 80 characters (found 119). 162
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 162
 Error blocks LeftCurly '{' at column 5 should have line break after. 162
 Error whitespace ParenPad '(' is followed by whitespace. 166
 Error whitespace ParenPad ')' is preceded with whitespace. 166
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 167
 Error sizes LineLength Line is longer than 80 characters (found 82). 168
 Error whitespace ParenPad '(' is followed by whitespace. 170
 Error whitespace ParenPad ')' is preceded with whitespace. 170
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 171
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 174
 Error sizes LineLength Line is longer than 80 characters (found 127). 175
 Error sizes LineLength Line is longer than 80 characters (found 99). 176
 Error whitespace ParenPad '(' is followed by whitespace. 176
 Error whitespace ParenPad ')' is preceded with whitespace. 176
 Error blocks LeftCurly '{' at column 24 should have line break after. 176
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 177
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 178
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 178
 Error design DesignForExtension Method 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty. 184
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 185
 Error blocks LeftCurly '{' at column 2 should have line break after. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 186
 Error misc FinalParameters Parameter goup should be final. 186
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 187
 Error whitespace ParenPad '(' is followed by whitespace. 189
 Error whitespace ParenPad ')' is preceded with whitespace. 189
 Error blocks LeftCurly '{' at column 20 should have line break after. 189
 Error sizes LineLength Line is longer than 80 characters (found 105). 190
 Error blocks LeftCurly '{' at column 7 should have line break after. 190
 Error whitespace ParenPad '(' is followed by whitespace. 190
 Error whitespace ParenPad ')' is preceded with whitespace. 190
 Error blocks LeftCurly '{' at column 58 should have line break after. 190
 Error sizes LineLength Line is longer than 80 characters (found 86). 194
 Error design DesignForExtension Method 'getResources' is not designed for extension - needs to be abstract, final or empty. 194
 Error misc FinalParameters Parameter name should be final. 194
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 195
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error blocks LeftCurly '{' at column 25 should have line break after. 196
 Error whitespace ParenPad '(' is followed by whitespace. 203
 Error whitespace ParenPad ')' is preceded with whitespace. 203
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 204
 Error sizes LineLength Line is longer than 80 characters (found 130). 209
 Error whitespace ParenPad '(' is followed by whitespace. 209
 Error whitespace ParenPad ')' is preceded with whitespace. 209
 Error blocks LeftCurly '{' at column 22 should have line break after. 209
 Error sizes LineLength Line is longer than 80 characters (found 92). 215
 Error design DesignForExtension Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 215
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 216
 Error blocks LeftCurly '{' at column 2 should have line break after. 216
 Error sizes LineLength Line is longer than 80 characters (found 118). 217
 Error design DesignForExtension Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 217
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 218
 Error sizes LineLength Line is longer than 80 characters (found 81). 221
 Error whitespace ParenPad '(' is followed by whitespace. 221
 Error whitespace ParenPad ')' is preceded with whitespace. 221
 Error blocks LeftCurly '{' at column 34 should have line break after. 221
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error blocks LeftCurly '{' at column 22 should have line break after. 225
 Error sizes LineLength Line is longer than 80 characters (found 112). 227
 Error whitespace ParenPad '(' is followed by whitespace. 228
 Error whitespace ParenPad ')' is preceded with whitespace. 228
 Error blocks LeftCurly '{' at column 21 should have line break after. 228
 Error blocks RightCurly '}' at column 53 should be on the same line as the next part of a multi-block statement. 228
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 230
 Error blocks LeftCurly '{' at column 8 should have line break after. 231
 Error blocks RightCurly '}' at column 53 should be on the same line as the next part of a multi-block statement. 231
 Error sizes LineLength Line is longer than 80 characters (found 116). 232
 Error whitespace ParenPad '(' is followed by whitespace. 232
 Error whitespace ParenPad ')' is preceded with whitespace. 232
 Error blocks LeftCurly '{' at column 29 should have line break after. 232
 Error sizes LineLength Line is longer than 80 characters (found 104). 238
 Error javadoc JavadocMethod Missing a Javadoc comment. 238
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 240
 Error sizes LineLength Line is longer than 80 characters (found 96). 249
 Error whitespace ParenPad '(' is followed by whitespace. 249
 Error whitespace ParenPad ')' is preceded with whitespace. 249
 Error blocks LeftCurly '{' at column 54 should have line break after. 249
 Error sizes LineLength Line is longer than 80 characters (found 107). 253
 Error whitespace ParenPad '(' is followed by whitespace. 253
 Error whitespace ParenPad ')' is preceded with whitespace. 253
 Error blocks LeftCurly '{' at column 27 should have line break after. 253
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 256
 Error sizes LineLength Line is longer than 80 characters (found 83). 257
 Error whitespace ParenPad '(' is followed by whitespace. 258
 Error whitespace ParenPad ')' is preceded with whitespace. 258
 Error blocks LeftCurly '{' at column 19 should have line break after. 258
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 259
 Error whitespace ParenPad '(' is followed by whitespace. 260
 Error whitespace ParenPad ')' is preceded with whitespace. 260
 Error blocks LeftCurly '{' at column 33 should have line break after. 260
 Error sizes LineLength Line is longer than 80 characters (found 81). 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Error misc FinalParameters Parameter manifest should be final. 265
 Error misc FinalParameters Parameter file should be final. 265
 Error misc FinalParameters Parameter key should be final. 265
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 266
 Error whitespace ParenPad '(' is followed by whitespace. 267
 Error whitespace ParenPad ')' is preceded with whitespace. 267
 Error sizes LineLength Line is longer than 80 characters (found 105). 268
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 268
 Error blocks LeftCurly '{' at column 3 should have line break after. 268
 Error whitespace ParenPad '(' is followed by whitespace. 268
 Error whitespace ParenPad ')' is preceded with whitespace. 268
 Error blocks LeftCurly '{' at column 47 should have line break after. 268
 Error blocks RightCurly '}' at column 89 should be alone on a line. 268
 Error whitespace ParenPad '(' is followed by whitespace. 270
 Error whitespace ParenPad ')' is preceded with whitespace. 270
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 271
 Error sizes LineLength Line is longer than 80 characters (found 117). 272
 Error whitespace ParenPad '(' is followed by whitespace. 272
 Error whitespace ParenPad ')' is preceded with whitespace. 272
 Error blocks LeftCurly '{' at column 50 should have line break after. 272
 Error blocks RightCurly '}' at column 96 should be on the same line as the next part of a multi-block statement. 272
 Error blocks LeftCurly '{' at column 9 should have line break after. 273
 Error sizes LineLength Line is longer than 80 characters (found 88). 279
 Error javadoc JavadocMethod Missing a Javadoc comment. 279
 Error misc FinalParameters Parameter pack should be final. 279
 Error misc FinalParameters Parameter file should be final. 279
 Error misc FinalParameters Parameter master should be final. 279
 Error misc FinalParameters Parameter pkg should be final. 279
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 281
 Error whitespace ParenPad '(' is followed by whitespace. 283
 Error whitespace ParenPad ')' is preceded with whitespace. 283
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 284
 Error sizes LineLength Line is longer than 80 characters (found 115). 286
 Error sizes LineLength Line is longer than 80 characters (found 115). 288
 Error design DesignForExtension Method 'addDir' is not designed for extension - needs to be abstract, final or empty. 297
 Error javadoc JavadocMethod Missing a Javadoc comment. 297
 Error misc FinalParameters Parameter dir should be final. 297
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 298
 Error blocks LeftCurly '{' at column 7 should have line break after. 300
 Error blocks RightCurly '}' at column 38 should be on the same line as the next part of a multi-block statement. 300
 Error sizes LineLength Line is longer than 80 characters (found 125). 301
 Error blocks LeftCurly '{' at column 26 should have line break after. 301
 Error whitespace ParenPad '(' is followed by whitespace. 302
 Error whitespace ParenPad ')' is preceded with whitespace. 302
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 303
 Error whitespace ParenPad '(' is followed by whitespace. 304
 Error whitespace ParenPad ')' is preceded with whitespace. 304
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 305
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 316
 Error whitespace ParenPad '(' is followed by whitespace. 318
 Error whitespace ParenPad ')' is preceded with whitespace. 318
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 319
 Error sizes LineLength Line is longer than 80 characters (found 93). 320
 Error blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 322
 Error blocks LeftCurly '{' at column 11 should have line break after. 323
 Error sizes LineLength Line is longer than 80 characters (found 98). 324
 Error whitespace ParenPad '(' is followed by whitespace. 324
 Error whitespace ParenPad ')' is preceded with whitespace. 324
 Error sizes LineLength Line is longer than 80 characters (found 107). 325
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 325
 Error blocks LeftCurly '{' at column 6 should have line break after. 325
 Error sizes LineLength Line is longer than 80 characters (found 84). 327
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 328
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 329
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 329
 Error sizes LineLength Line is longer than 80 characters (found 99). 334
 Error javadoc JavadocMethod Missing a Javadoc comment. 334
 Error misc FinalParameters Parameter root should be final. 334
 Error misc FinalParameters Parameter dir should be final. 334
 Error misc FinalParameters Parameter name should be final. 334
 Error misc FinalParameters Parameter mf should be final. 334
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 335
 Error sizes LineLength Line is longer than 80 characters (found 98). 337
 Error whitespace ParenPad '(' is followed by whitespace. 337
 Error whitespace ParenPad ')' is preceded with whitespace. 337
 Error blocks LeftCurly '{' at column 22 should have line break after. 337
 Error blocks LeftCurly '{' at column 56 should have line break after. 337
 Error whitespace ParenPad '(' is followed by whitespace. 339
 Error whitespace ParenPad ')' is preceded with whitespace. 339
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 340
 Error whitespace ParenPad '(' is followed by whitespace. 341
 Error whitespace ParenPad ')' is preceded with whitespace. 341
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 342
 Error sizes LineLength Line is longer than 80 characters (found 97). 343
 Error whitespace ParenPad '(' is followed by whitespace. 343
 Error whitespace ParenPad ')' is preceded with whitespace. 343
 Error blocks LeftCurly '{' at column 27 should have line break after. 343
 Error blocks RightCurly '}' at column 69 should be on the same line as the next part of a multi-block statement. 343
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 345
 Error sizes LineLength Line is longer than 80 characters (found 81). 346
 Error sizes LineLength Line is longer than 80 characters (found 88). 347
 Error whitespace ParenPad '(' is followed by whitespace. 347
 Error whitespace ParenPad ')' is preceded with whitespace. 347
 Error blocks LeftCurly '{' at column 31 should have line break after. 347
 Error whitespace ParenPad '(' is followed by whitespace. 348
 Error whitespace ParenPad ')' is preceded with whitespace. 348
 Error sizes LineLength Line is longer than 80 characters (found 124). 349
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 349
 Error blocks LeftCurly '{' at column 6 should have line break after. 349
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 352
 Error sizes LineLength Line is longer than 80 characters (found 93). 353
 Error whitespace ParenPad '(' is followed by whitespace. 353
 Error whitespace ParenPad ')' is preceded with whitespace. 353
 Error blocks LeftCurly '{' at column 59 should have line break after. 353
 Error design DesignForExtension Method 'addJar' is not designed for extension - needs to be abstract, final or empty. 357
 Error javadoc JavadocMethod Missing a Javadoc comment. 357
 Error misc FinalParameters Parameter jar should be final. 357
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 358
 Error blocks LeftCurly '{' at column 7 should have line break after. 360
 Error blocks RightCurly '}' at column 38 should be on the same line as the next part of a multi-block statement. 360
 Error sizes LineLength Line is longer than 80 characters (found 125). 361
 Error blocks LeftCurly '{' at column 26 should have line break after. 361
 Error whitespace ParenPad '(' is followed by whitespace. 362
 Error whitespace ParenPad ')' is preceded with whitespace. 362
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 363
 Error whitespace ParenPad '(' is followed by whitespace. 364
 Error whitespace ParenPad ')' is preceded with whitespace. 364
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 365
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 371
 Error sizes LineLength Line is longer than 80 characters (found 128). 379
 Error whitespace ParenPad '(' is followed by whitespace. 379
 Error whitespace ParenPad ')' is preceded with whitespace. 379
 Error blocks LeftCurly '{' at column 46 should have line break after. 379
 Error whitespace ParenPad '(' is followed by whitespace. 380
 Error whitespace ParenPad ')' is preceded with whitespace. 380
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 381
 Error sizes LineLength Line is longer than 80 characters (found 118). 384
 Error whitespace ParenPad '(' is followed by whitespace. 384
 Error whitespace ParenPad ')' is preceded with whitespace. 384
 Error blocks LeftCurly '{' at column 31 should have line break after. 384
 Error sizes LineLength Line is longer than 80 characters (found 121). 385
 Error whitespace ParenPad '(' is followed by whitespace. 385
 Error whitespace ParenPad ')' is preceded with whitespace. 385
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 386
 Error sizes LineLength Line is longer than 80 characters (found 92). 387
 Error sizes LineLength Line is longer than 80 characters (found 98). 388
 Error sizes LineLength Line is longer than 80 characters (found 106). 389
 Error sizes LineLength Line is longer than 80 characters (found 84). 392
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 393
 Error whitespace ParenPad '(' is followed by whitespace. 394
 Error whitespace ParenPad ')' is preceded with whitespace. 394
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 394
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 394
 Error javadoc JavadocMethod Missing a Javadoc comment. 399
 Error misc FinalParameters Parameter cp should be final. 399
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 400
 Error whitespace ParenPad '(' is followed by whitespace. 403
 Error whitespace ParenPad ')' is preceded with whitespace. 403
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 404
 Error blocks LeftCurly '{' at column 3 should have line break after. 404
 Error blocks RightCurly '}' at column 65 should be on the same line as the next part of a multi-block statement. 404
 Error blocks LeftCurly '{' at column 8 should have line break after. 405
 Error misc FinalParameters Parameter list should be final. 412
 Error blocks LeftCurly '{' at column 41 should have line break after. 412
 Error javadoc JavadocMethod Missing a Javadoc comment. 413
 Error misc FinalParameters Parameter it should be final. 413
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 414
 Error sizes LineLength Line is longer than 80 characters (found 83). 419
 Error whitespace ParenPad '(' is followed by whitespace. 425
 Error whitespace ParenPad ')' is preceded with whitespace. 425
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 426
 Error whitespace ParenPad '(' is followed by whitespace. 430
 Error whitespace ParenPad ')' is preceded with whitespace. 430
 Error blocks LeftCurly '{' at column 22 should have line break after. 430
 Error whitespace ParenPad '(' is followed by whitespace. 431
 Error whitespace ParenPad ')' is preceded with whitespace. 431
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 432
 Error whitespace ParenPad '(' is followed by whitespace. 433
 Error whitespace ParenPad ')' is preceded with whitespace. 433
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 434
 Error whitespace ParenPad '(' is followed by whitespace. 436
 Error whitespace ParenPad ')' is preceded with whitespace. 436
 Error blocks LeftCurly '{' at column 24 should have line break after. 436
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad ')' is preceded with whitespace. 439
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 440
 Error whitespace ParenPad '(' is followed by whitespace. 441
 Error whitespace ParenPad ')' is preceded with whitespace. 441
 Error blocks LeftCurly '{' at column 33 should have line break after. 441
 Error blocks RightCurly '}' at column 51 should be on the same line as the next part of a multi-block statement. 441
 Error sizes LineLength Line is longer than 80 characters (found 97). 442
 Error whitespace ParenPad '(' is followed by whitespace. 442
 Error whitespace ParenPad ')' is preceded with whitespace. 442
 Error blocks LeftCurly '{' at column 51 should have line break after. 442
 Error javadoc JavadocType Missing a Javadoc comment. 447
 Error naming TypeName Name 'me' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 447
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 448
 Error javadoc JavadocVariable Missing a Javadoc comment. 449
 Error javadoc JavadocVariable Missing a Javadoc comment. 450
 Error javadoc JavadocVariable Missing a Javadoc comment. 451
 Error javadoc JavadocVariable Missing a Javadoc comment. 452
 Error javadoc JavadocVariable Missing a Javadoc comment. 453
 Error javadoc JavadocVariable Missing a Javadoc comment. 454
 Error javadoc JavadocVariable Missing a Javadoc comment. 455
 Error javadoc JavadocVariable Missing a Javadoc comment. 456
 Error javadoc JavadocVariable Missing a Javadoc comment. 458
 Error javadoc JavadocVariable Missing a Javadoc comment. 459
 Error javadoc JavadocMethod Missing a Javadoc comment. 460
 Error misc FinalParameters Parameter pri should be final. 460
 Error misc FinalParameters Parameter def should be final. 460
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 461
 Error blocks LeftCurly '{' at column 28 should have line break after. 465
 Error blocks LeftCurly '{' at column 30 should have line break after. 466
 Error javadoc JavadocType Missing a Javadoc comment. 469
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 470
 Error javadoc JavadocVariable Missing a Javadoc comment. 471
 Error design VisibilityModifier Variable 'en' must be private and have accessor methods. 471
 Error misc FinalParameters Parameter enumer should be final. 472
 Error blocks LeftCurly '{' at column 47 should have line break after. 472
 Error sizes LineLength Line is longer than 80 characters (found 82). 474
 Error design DesignForExtension Method 'forEachRemaining' is not designed for extension - needs to be abstract, final or empty. 474
 Error misc FinalParameters Parameter action should be final. 474
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 475
 Error sizes LineLength Line is longer than 80 characters (found 91). 477
 Error whitespace ParenPad '(' is followed by whitespace. 477
 Error whitespace ParenPad ')' is preceded with whitespace. 477
 Error blocks LeftCurly '{' at column 35 should have line break after. 477
 Error sizes LineLength Line is longer than 80 characters (found 83). 480
 Error design DesignForExtension Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 480
 Error blocks LeftCurly '{' at column 38 should have line break after. 480
 Error design DesignForExtension Method 'next' is not designed for extension - needs to be abstract, final or empty. 481
 Error blocks LeftCurly '{' at column 29 should have line break after. 481
 Error javadoc JavadocType Missing a Javadoc comment. 484
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 485
 Error javadoc JavadocVariable Missing a Javadoc comment. 486
 Error design VisibilityModifier Variable 'it' must be private and have accessor methods. 486
 Error misc FinalParameters Parameter iter should be final. 487
 Error blocks LeftCurly '{' at column 42 should have line break after. 487
 Error sizes LineLength Line is longer than 80 characters (found 83). 489
 Error design DesignForExtension Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. 489
 Error blocks LeftCurly '{' at column 46 should have line break after. 489
 Error design DesignForExtension Method 'nextElement' is not designed for extension - needs to be abstract, final or empty. 490
 Error blocks LeftCurly '{' at column 36 should have line break after. 490

com/starphoenixmedia/candle_pos/ScaleForm.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 8

com/starphoenixmedia/candle_pos/Starter.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 16
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 17
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 18
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 19
 Error whitespace ParenPad '(' is followed by whitespace. 20
 Error whitespace ParenPad ')' is preceded with whitespace. 20
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 21
 Error whitespace ParenPad '(' is followed by whitespace. 22
 Error whitespace ParenPad ')' is preceded with whitespace. 22
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 23
 Error sizes LineLength Line is longer than 80 characters (found 114). 24
 Error whitespace ParenPad '(' is followed by whitespace. 26
 Error whitespace ParenPad ')' is preceded with whitespace. 26
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 27
 Error sizes LineLength Line is longer than 80 characters (found 84). 31
 Error sizes LineLength Line is longer than 80 characters (found 107). 33
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 33
 Error whitespace ParenPad '(' is followed by whitespace. 35
 Error whitespace ParenPad ')' is preceded with whitespace. 35
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 36
 Error sizes LineLength Line is longer than 80 characters (found 109). 46
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 54
 Error sizes LineLength Line is longer than 80 characters (found 108). 57
 Error blocks LeftCurly '{' at column 9 should have line break after. 57
 Error blocks RightCurly '}' at column 80 should be on the same line as the next part of a multi-block statement. 57
 Error sizes LineLength Line is longer than 80 characters (found 118). 59
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 59
 Error blocks LeftCurly '{' at column 5 should have line break after. 59
 Error sizes LineLength Line is longer than 80 characters (found 81). 61
 Error sizes LineLength Line is longer than 80 characters (found 86). 64
 Error sizes LineLength Line is longer than 80 characters (found 98). 65
 Error sizes LineLength Line is longer than 80 characters (found 126). 66
 Error sizes LineLength Line is longer than 80 characters (found 90). 73
 Error blocks LeftCurly '{' at column 10 should have line break after. 73
 Error blocks RightCurly '}' at column 55 should be on the same line as the next part of a multi-block statement. 73
 Error sizes LineLength Line is longer than 80 characters (found 92). 74
 Error sizes LineLength Line is longer than 80 characters (found 126). 75
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 75
 Error blocks LeftCurly '{' at column 6 should have line break after. 75
 Error blocks LeftCurly '{' at column 10 should have line break after. 78
 Error blocks RightCurly '}' at column 35 should be on the same line as the next part of a multi-block statement. 78
 Error sizes LineLength Line is longer than 80 characters (found 99). 79
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error sizes LineLength Line is longer than 80 characters (found 118). 80
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 80
 Error blocks LeftCurly '{' at column 6 should have line break after. 80
 Error whitespace ParenPad '(' is followed by whitespace. 82
 Error whitespace ParenPad ')' is preceded with whitespace. 82
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 83
 Error sizes LineLength Line is longer than 80 characters (found 83). 84
 Error blocks LeftCurly '{' at column 11 should have line break after. 84
 Error blocks RightCurly '}' at column 41 should be on the same line as the next part of a multi-block statement. 84
 Error sizes LineLength Line is longer than 80 characters (found 137). 85
 Error whitespace ParenPad '(' is followed by whitespace. 85
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 86
 Error sizes LineLength Line is longer than 80 characters (found 131). 87
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error sizes LineLength Line is longer than 80 characters (found 145). 88
 Error blocks LeftCurly '{' at column 8 should be on the previous line. 88
 Error blocks LeftCurly '{' at column 8 should have line break after. 88
 Error blocks RightCurly '}' at column 96 should be on the same line as the next part of a multi-block statement. 88
 Error sizes LineLength Line is longer than 80 characters (found 139). 89
 Error blocks LeftCurly '{' at column 13 should have line break after. 89
 Error sizes LineLength Line is longer than 80 characters (found 81). 119
 Error sizes LineLength Line is longer than 80 characters (found 88). 125
 Error sizes LineLength Line is longer than 80 characters (found 85). 129

com/starphoenixmedia/candle_pos/modeforms/BGeneric.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 114). 35
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 36
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'window' must be private and have accessor methods. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'menu' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error design VisibilityModifier Variable 'sr' must be private and have accessor methods. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design VisibilityModifier Variable 'sd' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error design VisibilityModifier Variable 'outputLabel' must be private and have accessor methods. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design VisibilityModifier Variable 'menus' must be private and have accessor methods. 43
 Error design DesignForExtension Method 'setup' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error misc FinalParameters Parameter reader should be final. 45
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 46
 Error whitespace ParenPad '(' is followed by whitespace. 48
 Error blocks LeftCurly '{' at column 35 should have line break after. 48
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 52
 Error sizes LineLength Line is longer than 80 characters (found 87). 63
 Error sizes LineLength Line is longer than 80 characters (found 105). 67
 Error sizes LineLength Line is longer than 80 characters (found 104). 73
 Error whitespace ParenPad '(' is followed by whitespace. 81
 Error whitespace ParenPad ')' is preceded with whitespace. 81
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 82
 Error sizes LineLength Line is longer than 80 characters (found 84). 89
 Error misc FinalParameters Parameter e should be final. 89
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 90
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 92
 Error sizes LineLength Line is longer than 80 characters (found 93). 94
 Error blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 95
 Error sizes LineLength Line is longer than 80 characters (found 161). 96
 Error whitespace ParenPad '(' is followed by whitespace. 96
 Error whitespace ParenPad ')' is preceded with whitespace. 96
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 96
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 96
 Error sizes LineLength Line is longer than 80 characters (found 84). 98
 Error misc FinalParameters Parameter laf should be final. 98
 Error blocks LeftCurly '{' at column 45 should have line break after. 98
 Error sizes LineLength Line is longer than 80 characters (found 87). 121
 Error sizes LineLength Line is longer than 80 characters (found 86). 129
 Error design DesignForExtension Method 'serialEvent' is not designed for extension - needs to be abstract, final or empty. 129
 Error misc FinalParameters Parameter ev should be final. 129
 Error blocks LeftCurly '{' at column 56 should have line break after. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error misc FinalParameters Parameter ev should be final. 131
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 131
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 131
 Error design DesignForExtension Method 'addMenuBar' is not designed for extension - needs to be abstract, final or empty. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error misc FinalParameters Parameter name should be final. 134
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter name should be final. 145
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 146
 Error whitespace ParenPad '(' is followed by whitespace. 148
 Error whitespace ParenPad ')' is preceded with whitespace. 148
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 149
 Error whitespace ParenPad '(' is followed by whitespace. 150
 Error whitespace ParenPad ')' is preceded with whitespace. 150
 Error blocks LeftCurly '{' at column 43 should have line break after. 150
 Error design DesignForExtension Method 'createIcon' is not designed for extension - needs to be abstract, final or empty. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Error misc FinalParameters Parameter icon should be final. 156
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 157
 Error sizes LineLength Line is longer than 80 characters (found 85). 158
 Error whitespace ParenPad '(' is followed by whitespace. 162
 Error whitespace ParenPad ')' is preceded with whitespace. 162
 Error blocks LeftCurly '{' at column 20 should have line break after. 162
 Error blocks RightCurly '}' at column 47 should be on the same line as the next part of a multi-block statement. 162
 Error blocks LeftCurly '{' at column 8 should have line break after. 163
 Error misc FinalParameters Parameter e should be final. 166
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 166
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 166
 Error misc FinalParameters Parameter e should be final. 168
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 168
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 168
 Error design DesignForExtension Method 'windowClosing' is not designed for extension - needs to be abstract, final or empty. 170
 Error misc FinalParameters Parameter e should be final. 170
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 171
 Error whitespace ParenPad '(' is followed by whitespace. 172
 Error whitespace ParenPad ')' is preceded with whitespace. 172
 Error blocks LeftCurly '{' at column 21 should have line break after. 172
 Error design DesignForExtension Method 'windowClosed' is not designed for extension - needs to be abstract, final or empty. 177
 Error misc FinalParameters Parameter e should be final. 177
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 178
 Error misc FinalParameters Parameter e should be final. 183
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 183
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 183
 Error misc FinalParameters Parameter e should be final. 184
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 184
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 184
 Error misc FinalParameters Parameter e should be final. 185
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 185
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 185
 Error misc FinalParameters Parameter e should be final. 186
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 186
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 186
 Error sizes LineLength Line is longer than 80 characters (found 111). 187
 Error design DesignForExtension Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 187
 Error misc FinalParameters Parameter action should be final. 187
 Error blocks LeftCurly '{' at column 60 should have line break after. 187

com/starphoenixmedia/candle_pos/modeforms/IModeWindow.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 10
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 11
 Error modifier RedundantModifier Redundant 'public' modifier. 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 12
 Error modifier RedundantModifier Redundant 'public' modifier. 12

com/starphoenixmedia/candle_pos/modeforms/MConfigure.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 86). 26
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 27
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error design DesignForExtension Method 'setup' is not designed for extension - needs to be abstract, final or empty. 33
 Error misc FinalParameters Parameter scale should be final. 33
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 34
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 39
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 40
 Error sizes LineLength Line is longer than 80 characters (found 104). 44
 Error sizes LineLength Line is longer than 80 characters (found 116). 50
 Error sizes LineLength Line is longer than 80 characters (found 121). 51
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 53
 Error sizes LineLength Line is longer than 80 characters (found 109). 54
 Error sizes LineLength Line is longer than 80 characters (found 105). 55
 Error sizes LineLength Line is longer than 80 characters (found 103). 56
 Error sizes LineLength Line is longer than 80 characters (found 100). 57
 Error sizes LineLength Line is longer than 80 characters (found 105). 58
 Error sizes LineLength Line is longer than 80 characters (found 104). 59
 Error sizes LineLength Line is longer than 80 characters (found 103). 60
 Error sizes LineLength Line is longer than 80 characters (found 109). 61
 Error sizes LineLength Line is longer than 80 characters (found 113). 63
 Error sizes LineLength Line is longer than 80 characters (found 118). 64
 Error sizes LineLength Line is longer than 80 characters (found 117). 66
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 67
 Error coding MagicNumber '3' is a magic number. 67
 Error sizes LineLength Line is longer than 80 characters (found 106). 68
 Error sizes LineLength Line is longer than 80 characters (found 106). 69
 Error sizes LineLength Line is longer than 80 characters (found 101). 70
 Error sizes LineLength Line is longer than 80 characters (found 106). 71
 Error sizes LineLength Line is longer than 80 characters (found 107). 76
 Error coding MagicNumber '12' is a magic number. 80
 Error sizes LineLength Line is longer than 80 characters (found 123). 85
 Error misc FinalParameters Parameter tree should be final. 85
 Error coding HiddenField 'tree' hides a field. 85
 Error misc FinalParameters Parameter value should be final. 85
 Error misc FinalParameters Parameter selected should be final. 85
 Error sizes LineLength Line is longer than 80 characters (found 99). 86
 Error misc FinalParameters Parameter expanded should be final. 86
 Error misc FinalParameters Parameter isLeaf should be final. 86
 Error misc FinalParameters Parameter row should be final. 86
 Error misc FinalParameters Parameter focused should be final. 86
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 87
 Error sizes LineLength Line is longer than 80 characters (found 136). 88
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 90
 Error sizes LineLength Line is longer than 80 characters (found 81). 91
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 91
 Error sizes LineLength Line is longer than 80 characters (found 102). 92
 Error whitespace ParenPad '(' is followed by whitespace. 92
 Error whitespace ParenPad ')' is preceded with whitespace. 92
 Error blocks LeftCurly '{' at column 23 should have line break after. 92
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 92
 Error sizes LineLength Line is longer than 80 characters (found 99). 105
 Error sizes LineLength Line is longer than 80 characters (found 95). 106
 Error sizes LineLength Line is longer than 80 characters (found 100). 113
 Error design DesignForExtension Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 113
 Error misc FinalParameters Parameter action should be final. 113
 Error blocks LeftCurly '{' at column 60 should have line break after. 113
 Error design DesignForExtension Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. 115
 Error misc FinalParameters Parameter e should be final. 115
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 116
 Error sizes LineLength Line is longer than 80 characters (found 82). 117
 Error whitespace ParenPad '(' is followed by whitespace. 117
 Error whitespace ParenPad ')' is preceded with whitespace. 117
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 118
 Error sizes LineLength Line is longer than 80 characters (found 93). 119
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 119

com/starphoenixmedia/candle_pos/modeforms/MInventory.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 10
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Error misc FinalParameters Parameter scale should be final. 12
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 13
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 16

com/starphoenixmedia/candle_pos/modeforms/MSales.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 10
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Error misc FinalParameters Parameter scale should be final. 12
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 13
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 16

com/starphoenixmedia/candle_pos/modeforms/MTest.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 18
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error design VisibilityModifier Variable 'dtm' must be private and have accessor methods. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error design VisibilityModifier Variable 'jt' must be private and have accessor methods. 21
 Error design DesignForExtension Method 'setup' is not designed for extension - needs to be abstract, final or empty. 23
 Error misc FinalParameters Parameter scale should be final. 23
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 24
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 28
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 29
 Error sizes LineLength Line is longer than 80 characters (found 95). 38
 Error misc FinalParameters Parameter x should be final. 38
 Error misc FinalParameters Parameter y should be final. 38
 Error blocks LeftCurly '{' at column 58 should have line break after. 38
 Error sizes LineLength Line is longer than 80 characters (found 81). 53
 Error sizes LineLength Line is longer than 80 characters (found 81). 54
 Error design DesignForExtension Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 61
 Error misc FinalParameters Parameter action should be final. 61
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 62
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error coding MagicNumber '3' is a magic number. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 78

com/starphoenixmedia/candle_pos/modeforms/package-info.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle Missing a Javadoc comment. 1

com/starphoenixmedia/candle_pos/scale/ScaleAction.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 8
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error misc FinalParameters Parameter data should be final. 13
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 14
 Error design DesignForExtension Method 'convertData' is not designed for extension - needs to be abstract, final or empty. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Error misc FinalParameters Parameter newUnit should be final. 24
 Error misc FinalParameters Parameter data should be final. 24
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 25
 Error whitespace ParenPad '(' is followed by whitespace. 27
 Error whitespace ParenPad ')' is preceded with whitespace. 27
 Error blocks LeftCurly '{' at column 24 should have line break after. 27
 Error whitespace ParenPad '(' is followed by whitespace. 31
 Error whitespace ParenPad ')' is preceded with whitespace. 31
 Error blocks LeftCurly '{' at column 34 should have line break after. 31
 Error blocks RightCurly '}' at column 57 should be on the same line as the next part of a multi-block statement. 31
 Error sizes LineLength Line is longer than 80 characters (found 84). 32
 Error whitespace ParenPad '(' is followed by whitespace. 32
 Error whitespace ParenPad ')' is preceded with whitespace. 32
 Error blocks LeftCurly '{' at column 40 should have line break after. 32
 Error coding MagicNumber '1000' is a magic number. 32
 Error blocks RightCurly '}' at column 70 should be on the same line as the next part of a multi-block statement. 32
 Error sizes LineLength Line is longer than 80 characters (found 90). 33
 Error whitespace ParenPad '(' is followed by whitespace. 33
 Error whitespace ParenPad ')' is preceded with whitespace. 33
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 34
 Error coding MagicNumber '16' is a magic number. 35
 Error whitespace ParenPad '(' is followed by whitespace. 37
 Error whitespace ParenPad ')' is preceded with whitespace. 37
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 38
 Error coding MissingSwitchDefault switch without "default" clause. 39
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error coding MagicNumber '7' is a magic number. 39
 Error whitespace ParenPad ')' is preceded with whitespace. 39
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 40
 Error coding MagicNumber '0.25d' is a magic number. 41
 Error coding MagicNumber '0.5d' is a magic number. 42
 Error coding MagicNumber '3' is a magic number. 43
 Error coding MagicNumber '0.75d' is a magic number. 43
 Error coding MagicNumber '28.35' is a magic number. 46
 Error sizes LineLength Line is longer than 80 characters (found 83). 50
 Error whitespace ParenPad '(' is followed by whitespace. 50
 Error whitespace ParenPad ')' is preceded with whitespace. 50
 Error blocks LeftCurly '{' at column 39 should have line break after. 50
 Error blocks RightCurly '}' at column 69 should be on the same line as the next part of a multi-block statement. 50
 Error sizes LineLength Line is longer than 80 characters (found 96). 51
 Error whitespace ParenPad '(' is followed by whitespace. 51
 Error whitespace ParenPad ')' is preceded with whitespace. 51
 Error blocks LeftCurly '{' at column 45 should have line break after. 51
 Error coding MagicNumber '1000' is a magic number. 51
 Error blocks RightCurly '}' at column 82 should be on the same line as the next part of a multi-block statement. 51
 Error sizes LineLength Line is longer than 80 characters (found 100). 52
 Error whitespace ParenPad '(' is followed by whitespace. 52
 Error whitespace ParenPad ')' is preceded with whitespace. 52
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 53
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error coding MagicNumber '28.35' is a magic number. 55
 Error coding MagicNumber '16' is a magic number. 56
 Error whitespace ParenPad '(' is followed by whitespace. 58
 Error whitespace ParenPad ')' is preceded with whitespace. 58
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 59
 Error whitespace ParenPad '(' is followed by whitespace. 62
 Error coding MagicNumber '0.25' is a magic number. 62
 Error blocks LeftCurly '{' at column 24 should have line break after. 62
 Error blocks RightCurly '}' at column 38 should be on the same line as the next part of a multi-block statement. 62
 Error whitespace ParenPad '(' is followed by whitespace. 63
 Error coding MagicNumber '0.5' is a magic number. 63
 Error whitespace ParenPad ')' is preceded with whitespace. 63
 Error blocks LeftCurly '{' at column 29 should have line break after. 63
 Error blocks RightCurly '}' at column 43 should be on the same line as the next part of a multi-block statement. 63
 Error whitespace ParenPad '(' is followed by whitespace. 64
 Error coding MagicNumber '0.75' is a magic number. 64
 Error whitespace ParenPad ')' is preceded with whitespace. 64
 Error blocks LeftCurly '{' at column 30 should have line break after. 64
 Error blocks RightCurly '}' at column 44 should be on the same line as the next part of a multi-block statement. 64
 Error whitespace ParenPad '(' is followed by whitespace. 65
 Error whitespace ParenPad ')' is preceded with whitespace. 65
 Error blocks LeftCurly '{' at column 27 should have line break after. 65
 Error coding MagicNumber '3' is a magic number. 65
 Error blocks RightCurly '}' at column 41 should be on the same line as the next part of a multi-block statement. 65
 Error blocks LeftCurly '{' at column 10 should have line break after. 66
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 68
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 70

com/starphoenixmedia/candle_pos/scale/ScaleData.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 10
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error design VisibilityModifier Variable 'raw' must be private and have accessor methods. 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Error naming MemberName Name 'sc_unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
 Error design VisibilityModifier Variable 'sc_unit' must be private and have accessor methods. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error naming MemberName Name 'sc_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
 Error design VisibilityModifier Variable 'sc_mode' must be private and have accessor methods. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error design VisibilityModifier Variable 'reading' must be private and have accessor methods. 14
 Error javadoc JavadocMethod Missing a Javadoc comment. 16
 Error misc FinalParameters Parameter bt should be final. 16
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 17
 Error coding MagicNumber '0x70' is a magic number. 18
 Error coding MagicNumber '4' is a magic number. 18
 Error whitespace ParenPad '(' is followed by whitespace. 19
 Error whitespace ParenPad ')' is preceded with whitespace. 19
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 20
 Error whitespace ParenPad '(' is followed by whitespace. 21
 Error whitespace ParenPad ')' is preceded with whitespace. 21
 Error blocks LeftCurly '{' at column 29 should have line break after. 21
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Error misc FinalParameters Parameter bt should be final. 26
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 27
 Error coding MagicNumber '0x0f' is a magic number. 28
 Error whitespace ParenPad '(' is followed by whitespace. 29
 Error whitespace ParenPad ')' is preceded with whitespace. 29
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 30
 Error whitespace ParenPad '(' is followed by whitespace. 31
 Error whitespace ParenPad ')' is preceded with whitespace. 31
 Error blocks LeftCurly '{' at column 29 should have line break after. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error misc FinalParameters Parameter unit should be final. 36
 Error misc FinalParameters Parameter bt should be final. 36
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 37
 Error whitespace ParenPad '(' is followed by whitespace. 38
 Error whitespace ParenPad ')' is preceded with whitespace. 38
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 39
 Error sizes LineLength Line is longer than 80 characters (found 99). 41
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 41
 Error coding MagicNumber '3' is a magic number. 41
 Error coding MagicNumber '4' is a magic number. 41
 Error coding MagicNumber '5' is a magic number. 41
 Error coding MagicNumber '6' is a magic number. 41
 Error coding MagicNumber '7' is a magic number. 41
 Error sizes LineLength Line is longer than 80 characters (found 106). 43
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Error coding MagicNumber '3' is a magic number. 43
 Error coding MagicNumber '4' is a magic number. 43
 Error coding MagicNumber '5' is a magic number. 43
 Error coding MagicNumber '6' is a magic number. 43
 Error coding MagicNumber '7' is a magic number. 43
 Error coding MagicNumber '100d' is a magic number. 43
 Error sizes LineLength Line is longer than 80 characters (found 115). 45
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 45
 Error coding MagicNumber '3' is a magic number. 45
 Error coding MagicNumber '4' is a magic number. 45
 Error coding MagicNumber '5' is a magic number. 45
 Error coding MagicNumber '6' is a magic number. 45
 Error coding MagicNumber '7' is a magic number. 45
 Error coding MagicNumber '10d' is a magic number. 45
 Error sizes LineLength Line is longer than 80 characters (found 119). 47
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 47
 Error coding MagicNumber '3' is a magic number. 47
 Error coding MagicNumber '4' is a magic number. 47
 Error coding MagicNumber '5' is a magic number. 47
 Error coding MagicNumber '6' is a magic number. 47
 Error coding MagicNumber '7' is a magic number. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error misc FinalParameters Parameter unit should be final. 54
 Error misc FinalParameters Parameter data should be final. 54
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 55
 Error whitespace ParenPad '(' is followed by whitespace. 58
 Error whitespace ParenPad ')' is preceded with whitespace. 58
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 59
 Error whitespace ParenPad '(' is followed by whitespace. 84
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 84
 Error whitespace ParenPad ')' is preceded with whitespace. 84
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 85
 Error coding MagicNumber '3' is a magic number. 89
 Error design DesignForExtension Method 'setRaw' is not designed for extension - needs to be abstract, final or empty. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Error misc FinalParameters Parameter bt should be final. 101
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 102
 Error design DesignForExtension Method 'getReading' is not designed for extension - needs to be abstract, final or empty. 114
 Error blocks LeftCurly '{' at column 42 should have line break after. 114
 Error design DesignForExtension Method 'getMode' is not designed for extension - needs to be abstract, final or empty. 115
 Error blocks LeftCurly '{' at column 42 should have line break after. 115
 Error design DesignForExtension Method 'getUnit' is not designed for extension - needs to be abstract, final or empty. 116
 Error blocks LeftCurly '{' at column 43 should have line break after. 116
 Error design DesignForExtension Method 'getRaw' is not designed for extension - needs to be abstract, final or empty. 117
 Error blocks LeftCurly '{' at column 38 should have line break after. 117
 Error sizes LineLength Line is longer than 80 characters (found 92). 119
 Error misc FinalParameters Parameter bs should be final. 119
 Error blocks LeftCurly '{' at column 45 should have line break after. 119
 Error sizes LineLength Line is longer than 80 characters (found 84). 120
 Error misc FinalParameters Parameter bs should be final. 120
 Error blocks LeftCurly '{' at column 46 should have line break after. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter force should be final. 121
 Error misc FinalParameters Parameter bs should be final. 121
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 122
 Error whitespace ParenPad '(' is followed by whitespace. 124
 Error whitespace ParenPad ')' is preceded with whitespace. 124
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 125
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 127
 Error whitespace ParenPad '(' is followed by whitespace. 128
 Error whitespace ParenPad ')' is preceded with whitespace. 128
 Error blocks LeftCurly '{' at column 30 should have line break after. 128
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 129
 Error blocks LeftCurly '{' at column 9 should have line break after. 130
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error blocks LeftCurly '{' at column 27 should have line break after. 132
 Error sizes LineLength Line is longer than 80 characters (found 83). 136
 Error misc FinalParameters Parameter bs should be final. 136
 Error blocks LeftCurly '{' at column 45 should have line break after. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Error misc FinalParameters Parameter force should be final. 137
 Error misc FinalParameters Parameter bs should be final. 137
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 138
 Error whitespace ParenPad '(' is followed by whitespace. 140
 Error whitespace ParenPad ')' is preceded with whitespace. 140
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 141
 Error whitespace ParenPad '(' is followed by whitespace. 142
 Error whitespace ParenPad ')' is preceded with whitespace. 142
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 143
 Error whitespace ParenPad '(' is followed by whitespace. 144
 Error whitespace ParenPad ')' is preceded with whitespace. 144
 Error blocks LeftCurly '{' at column 30 should have line break after. 144
 Error blocks RightCurly '}' at column 46 should be on the same line as the next part of a multi-block statement. 144
 Error blocks LeftCurly '{' at column 10 should have line break after. 145
 Error whitespace ParenPad '(' is followed by whitespace. 148
 Error whitespace ParenPad ')' is preceded with whitespace. 148
 Error blocks LeftCurly '{' at column 27 should have line break after. 148

com/starphoenixmedia/candle_pos/scale/ScaleMode.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 8
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter i should be final. 24
 Error misc FinalParameters Parameter s should be final. 24
 Error blocks LeftCurly '{' at column 29 should have line break after. 24
 Error blocks LeftCurly '{' at column 24 should have line break after. 26
 Error blocks LeftCurly '{' at column 28 should have line break after. 27

com/starphoenixmedia/candle_pos/scale/ScaleReader.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 13
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error misc FinalParameters Parameter serial should be final. 20
 Error blocks LeftCurly '{' at column 42 should have line break after. 20
 Error design DesignForExtension Method 'setActionListener' 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 listen should be final. 22
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 23
 Error design DesignForExtension Method 'halt' is not designed for extension - needs to be abstract, final or empty. 27
 Error blocks LeftCurly '{' at column 21 should have line break after. 27
 Error whitespace WhitespaceAround 'synchronized' is not followed by whitespace. 27
 Error blocks LeftCurly '{' at column 42 should have line break after. 27
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 29
 Error blocks LeftCurly '{' at column 30 should have line break after. 29
 Error design DesignForExtension Method 'run' is not designed for extension - needs to be abstract, final or empty. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error misc FinalParameters Parameter display should be final. 30
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 31
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 38
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error whitespace ParenPad ')' is preceded with whitespace. 39
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 40
 Error whitespace ParenPad '(' is followed by whitespace. 41
 Error coding MagicNumber '6' is a magic number. 41
 Error whitespace ParenPad ')' is preceded with whitespace. 41
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 42
 Error whitespace ParenPad '(' is followed by whitespace. 44
 Error whitespace ParenPad ')' is preceded with whitespace. 44
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 45
 Error sizes LineLength Line is longer than 80 characters (found 112). 48
 Error whitespace ParenPad '(' is followed by whitespace. 48
 Error whitespace ParenPad ')' is preceded with whitespace. 48
 Error blocks LeftCurly '{' at column 26 should have line break after. 48
 Error whitespace ParenPad '(' is followed by whitespace. 49
 Error whitespace ParenPad ')' is preceded with whitespace. 49
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 50
 Error sizes LineLength Line is longer than 80 characters (found 85). 51
 Error sizes LineLength Line is longer than 80 characters (found 90). 52
 Error sizes LineLength Line is longer than 80 characters (found 99). 54
 Error sizes LineLength Line is longer than 80 characters (found 101). 56
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 63
 Error whitespace ParenPad '(' is followed by whitespace. 64
 Error whitespace ParenPad ')' is preceded with whitespace. 64
 Error design DesignForExtension Method 'getScaleData' is not designed for extension - needs to be abstract, final or empty. 67
 Error blocks LeftCurly '{' at column 34 should have line break after. 67

com/starphoenixmedia/candle_pos/scale/ScaleUnits.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 8
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error misc FinalParameters Parameter v should be final. 16
 Error misc FinalParameters Parameter s should be final. 16
 Error blocks LeftCurly '{' at column 30 should have line break after. 16
 Error blocks LeftCurly '{' at column 24 should have line break after. 18
 Error blocks LeftCurly '{' at column 28 should have line break after. 19

com/starphoenixmedia/candle_pos/util/IconTreeNode.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 11
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error blocks LeftCurly '{' at column 24 should have line break after. 16
 Error javadoc JavadocMethod Missing a Javadoc comment. 18
 Error misc FinalParameters Parameter icon should be final. 18
 Error coding HiddenField 'icon' hides a field. 18
 Error misc FinalParameters Parameter tableName should be final. 18
 Error coding HiddenField 'tableName' hides a field. 18
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 25
 Error misc FinalParameters Parameter icon should be final. 25
 Error coding HiddenField 'icon' hides a field. 25
 Error misc FinalParameters Parameter tableName should be final. 25
 Error coding HiddenField 'tableName' hides a field. 25
 Error misc FinalParameters Parameter userObject should be final. 25
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 26
 Error sizes LineLength Line is longer than 80 characters (found 99). 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error misc FinalParameters Parameter icon should be final. 32
 Error coding HiddenField 'icon' hides a field. 32
 Error misc FinalParameters Parameter tableName should be final. 32
 Error coding HiddenField 'tableName' hides a field. 32
 Error misc FinalParameters Parameter userObject should be final. 32
 Error misc FinalParameters Parameter allowsChildren should be final. 32
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 33
 Error design DesignForExtension Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. 39
 Error blocks LeftCurly '{' at column 24 should have line break after. 39
 Error design DesignForExtension Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 40
 Error blocks LeftCurly '{' at column 31 should have line break after. 40
 Error design DesignForExtension Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 41
 Error misc FinalParameters Parameter icon should be final. 41
 Error coding HiddenField 'icon' hides a field. 41
 Error blocks LeftCurly '{' at column 33 should have line break after. 41
 Error sizes LineLength Line is longer than 80 characters (found 82). 42
 Error design DesignForExtension Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. 42
 Error misc FinalParameters Parameter tableName should be final. 42
 Error coding HiddenField 'tableName' hides a field. 42
 Error blocks LeftCurly '{' at column 45 should have line break after. 42
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 44
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 45
 Error whitespace ParenPad '(' is followed by whitespace. 46
 Error whitespace ParenPad ')' is preceded with whitespace. 46
 Error blocks LeftCurly '{' at column 29 should have line break after. 46
 Error blocks RightCurly '}' at column 61 should be on the same line as the next part of a multi-block statement. 46
 Error whitespace ParenPad '(' is followed by whitespace. 47
 Error whitespace ParenPad ')' is preceded with whitespace. 47
 Error blocks LeftCurly '{' at column 33 should have line break after. 47
 Error blocks RightCurly '}' at column 53 should be on the same line as the next part of a multi-block statement. 47
 Error whitespace ParenPad '(' is followed by whitespace. 48
 Error whitespace ParenPad ')' is preceded with whitespace. 48
 Error blocks LeftCurly '{' at column 28 should have line break after. 48
 Error blocks RightCurly '}' at column 54 should be on the same line as the next part of a multi-block statement. 48
 Error blocks LeftCurly '{' at column 8 should have line break after. 49

com/starphoenixmedia/candle_pos/util/ScaleActionListener.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 10
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 11
 Error modifier RedundantModifier Redundant 'public' modifier. 11

com/starphoenixmedia/candle_pos/util/SuperListener.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 11
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Error misc FinalParameters Parameter e should be final. 12
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error misc FinalParameters Parameter data should be final. 13
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 13
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 13