Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
10910126328

Files

FilesIWE
org/apache/commons/jelly/tags/swing/ActionTag.java 0580
org/apache/commons/jelly/tags/swing/BeanFactory.java 060
org/apache/commons/jelly/tags/swing/BorderAlignTag.java 0170
org/apache/commons/jelly/tags/swing/BorderLayoutTag.java 091
org/apache/commons/jelly/tags/swing/BorderTagSupport.java 0131
org/apache/commons/jelly/tags/swing/ButtonGroupTag.java 0130
org/apache/commons/jelly/tags/swing/ComponentTag.java 31872
org/apache/commons/jelly/tags/swing/ConstraintTag.java 0672
org/apache/commons/jelly/tags/swing/ContainerTag.java 060
org/apache/commons/jelly/tags/swing/DialogTag.java 0161
org/apache/commons/jelly/tags/swing/EmptyBorderTag.java 0281
org/apache/commons/jelly/tags/swing/EtchedBorderTag.java 0460
org/apache/commons/jelly/tags/swing/Factory.java 040
org/apache/commons/jelly/tags/swing/FocusListenerTag.java 01011
org/apache/commons/jelly/tags/swing/FontTag.java 0211
org/apache/commons/jelly/tags/swing/GbcTag.java 0251
org/apache/commons/jelly/tags/swing/GridBagLayoutTag.java 041
org/apache/commons/jelly/tags/swing/KeyListenerTag.java 010
org/apache/commons/jelly/tags/swing/KeyListenerTag.java 01141
org/apache/commons/jelly/tags/swing/LayoutTagSupport.java 0191
org/apache/commons/jelly/tags/swing/SwingTagLibrary.java 01573
org/apache/commons/jelly/tags/swing/TableLayoutTag.java 0101
org/apache/commons/jelly/tags/swing/TableModelColumnTag.java 0120
org/apache/commons/jelly/tags/swing/TableModelTag.java 0140
org/apache/commons/jelly/tags/swing/TdTag.java 1431
org/apache/commons/jelly/tags/swing/TitledBorderTag.java 0361
org/apache/commons/jelly/tags/swing/TrTag.java 0201
org/apache/commons/jelly/tags/swing/WindowListenerTag.java 0480
org/apache/commons/jelly/tags/swing/converters/ColorConverter.java 2100
org/apache/commons/jelly/tags/swing/converters/DebugGraphicsConverter.java 0111
org/apache/commons/jelly/tags/swing/converters/DimensionConverter.java 010
org/apache/commons/jelly/tags/swing/converters/DimensionConverter.java 0171
org/apache/commons/jelly/tags/swing/converters/PointConverter.java 010
org/apache/commons/jelly/tags/swing/converters/PointConverter.java 0171
org/apache/commons/jelly/tags/swing/converters/package.html 010
org/apache/commons/jelly/tags/swing/impl/Cell.java 050
org/apache/commons/jelly/tags/swing/impl/GridBagConstraintBean.java 4713
org/apache/commons/jelly/tags/swing/model/ExpressionTableColumn.java 0181
org/apache/commons/jelly/tags/swing/model/ExpressionTableModel.java 0160

org/apache/commons/jelly/tags/swing/ActionTag.java

ErrorLine
Warning Field 'log' is used in only one method. 45
Warning Missing a Javadoc comment. 47
Warning Javadoc has empty description section. 54
Warning Expected an @return tag. 70
Warning Line is longer than 100 characters. 70
Warning Expected @param tag for 'classObject'. 70
Warning Expected @throws tag for 'MissingAttributeException'. 70
Warning Expected @throws tag for 'ClassNotFoundException'. 70
Warning '}' should be on the same line. 73
Warning Expected an @return tag. 83
Warning Line is longer than 100 characters. 83
Warning Expected @param tag for 'theClass'. 83
Warning Expected @param tag for 'attributes'. 83
Warning Expected @param tag for 'output'. 83
Warning Expected @throws tag for 'JellyTagException'. 83
Warning '(' is followed by whitespace. 84
Warning ')' is preceded with whitespace. 84
Warning '(' is followed by whitespace. 85
Warning ')' is preceded with whitespace. 85
Warning ')' is preceded with whitespace. 86
Warning '}' should be on the same line. 96
Warning '(' is followed by whitespace. 100
Warning ')' is preceded with whitespace. 100
Warning '}' should be on the same line. 103
Warning '(' is followed by whitespace. 105
Warning ')' is preceded with whitespace. 105
Warning First sentence should end with a period. 115
Warning Expected @param tag for 'var'. 118
Warning Expected @param tag for 'bean'. 118
Warning Expected @throws tag for 'JellyTagException'. 118
Warning '}' should be on the same line. 121
Warning '(' is followed by whitespace. 123
Warning ')' is preceded with whitespace. 123
Warning '(' is followed by whitespace. 124
Warning ')' is preceded with whitespace. 124
Warning '}' should be on the same line. 126
Warning Line is longer than 100 characters. 128
Warning '(' is followed by whitespace. 128
Warning ')' is preceded with whitespace. 128
Warning First sentence should end with a period. 134
Warning Expected @param tag for 'bean'. 137
Warning Expected @param tag for 'attributes'. 137
Warning Expected @throws tag for 'JellyTagException'. 137
Warning '(' is followed by whitespace. 153
Warning ';' is followed by whitespace. 153
Warning '(' is followed by whitespace. 161
Warning ')' is preceded with whitespace. 161
Warning Missing a Javadoc comment. 166
Warning '(' is followed by whitespace. 168
Warning '(' is followed by whitespace. 168
Warning ')' is preceded with whitespace. 168
Warning ')' is preceded with whitespace. 168
Warning '(' is followed by whitespace. 172
Warning '(' is followed by whitespace. 172
Warning ')' is preceded with whitespace. 172
Warning ')' is preceded with whitespace. 172
Warning '(' is followed by whitespace. 173
Warning ')' is preceded with whitespace. 173

org/apache/commons/jelly/tags/swing/BeanFactory.java

ErrorLine
Warning First sentence should end with a period. 18
Warning Missing a Javadoc comment. 26
Warning Missing a Javadoc comment. 28
Warning First sentence should end with a period. 32
Warning Expected an @return tag. 35
Warning Expected @throws tag for 'InstantiationException'. 35

org/apache/commons/jelly/tags/swing/BorderAlignTag.java

ErrorLine
Warning Missing a Javadoc comment. 33
Warning First sentence should end with a period. 38
Warning Expected @param tag for 'component'. 41
Warning Expected @param tag for 'constraints'. 41
Warning Expected @throws tag for 'JellyTagException'. 41
Warning '(' is followed by whitespace. 42
Warning ')' is preceded with whitespace. 42
Warning '(' is followed by whitespace. 44
Warning ')' is preceded with whitespace. 44
Warning Missing a Javadoc comment. 51
Warning First sentence should end with a period. 66
Warning Expected @param tag for 'align'. 70
Warning Missing a Javadoc comment. 77
Warning '}' should be on the same line. 80
Warning '}' should be on the same line. 83
Warning '}' should be on the same line. 86
Warning '}' should be on the same line. 89

org/apache/commons/jelly/tags/swing/BorderLayoutTag.java

ErrorLine
Warning First sentence should end with a period. 24
Error Unused private field 'log'. 33
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 36
Warning Missing a Javadoc comment. 38
Warning Expected @param tag for 'hgap'. 63
Warning First sentence should end with a period. 67
Warning Expected @param tag for 'vgap'. 70
Warning First sentence should end with a period. 77
Warning Expected an @return tag. 80

org/apache/commons/jelly/tags/swing/BorderTagSupport.java

ErrorLine
Error Unused private field 'log'. 36
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 45
Warning '(' is followed by whitespace. 55
Warning ')' is preceded with whitespace. 55
Warning '(' is followed by whitespace. 56
Warning ')' is preceded with whitespace. 56
Warning '}' should be on the same line. 58
Warning Line is longer than 100 characters. 61
Warning '(' is followed by whitespace. 61
Warning ')' is preceded with whitespace. 61
Warning Expected @param tag for 'var'. 75
Warning Expected an @return tag. 85

org/apache/commons/jelly/tags/swing/ButtonGroupTag.java

ErrorLine
Warning Line is longer than 100 characters. 68
Warning '(' is followed by whitespace. 74
Warning ')' is preceded with whitespace. 74
Warning '(' is followed by whitespace. 75
Warning ')' is preceded with whitespace. 75
Warning '(' is followed by whitespace. 76
Warning ')' is preceded with whitespace. 76
Warning '}' should be on the same line. 78
Warning Line is longer than 100 characters. 80
Warning '(' is followed by whitespace. 80
Warning ')' is preceded with whitespace. 80
Warning Line is longer than 100 characters. 87
Warning Missing a Javadoc comment. 94

org/apache/commons/jelly/tags/swing/ComponentTag.java

ErrorLine
Warning Extra HTML tag found: </p> 53
Info Class Fan-Out Complexity is 31 (max allowed is 20). 64
Error Unused private field 'log'. 67
Warning Line is longer than 100 characters. 73
Warning Field 'debugGraphicsConverter' is used in only one method. 73
Error Name 'debugGraphicsConverter' must match pattern '^(log)|[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
Warning First sentence should end with a period. 75
Warning Missing a Javadoc comment. 78
Warning Missing a Javadoc comment. 81
Warning Missing a Javadoc comment. 85
Warning 'if' construct must use '{}'s. 87
Warning First sentence should end with a period. 92
Warning Expected @param tag for 'action'. 95
Warning Expected @throws tag for 'JellyTagException'. 95
Warning '(' is followed by whitespace. 97
Warning ')' is preceded with whitespace. 97
Warning '(' is followed by whitespace. 100
Warning ')' is preceded with whitespace. 100
Warning First sentence should end with a period. 109
Warning Expected @param tag for 'font'. 112
Warning Expected @throws tag for 'JellyTagException'. 112
Warning '(' is followed by whitespace. 114
Warning ')' is preceded with whitespace. 114
Warning '(' is followed by whitespace. 117
Warning ')' is preceded with whitespace. 117
Warning '}' should be on the same line. 118
Warning '}' should be on the same line. 121
Warning First sentence should end with a period. 128
Warning Expected @param tag for 'border'. 131
Warning Expected @throws tag for 'JellyTagException'. 131
Warning '(' is followed by whitespace. 133
Warning ')' is preceded with whitespace. 133
Warning '(' is followed by whitespace. 136
Warning ')' is preceded with whitespace. 136
Warning '}' should be on the same line. 137
Warning '}' should be on the same line. 140
Warning First sentence should end with a period. 147
Warning Expected @param tag for 'layout'. 150
Warning Expected @throws tag for 'JellyTagException'. 150
Warning '(' is followed by whitespace. 152
Warning ')' is preceded with whitespace. 152
Warning '(' is followed by whitespace. 153
Warning ')' is preceded with whitespace. 153
Warning '(' is followed by whitespace. 160
Warning ')' is preceded with whitespace. 160
Warning '}' should be on the same line. 161
Warning '}' should be on the same line. 164
Warning First sentence should end with a period. 171
Warning Expected @param tag for 'listener'. 174
Warning Expected @throws tag for 'JellyTagException'. 174
Warning '(' is followed by whitespace. 176
Warning ')' is preceded with whitespace. 176
Warning First sentence should end with a period. 182
Warning Expected @param tag for 'listener'. 185
Warning Expected @throws tag for 'JellyTagException'. 185
Warning First sentence should end with a period. 190
Warning Expected @param tag for 'listener'. 193
Warning Expected @throws tag for 'JellyTagException'. 193
Warning Javadoc has empty description section. 201
Warning '(' is followed by whitespace. 206
Warning ')' is preceded with whitespace. 206
Warning First sentence should end with a period. 216
Info Cyclomatic Complexity is 18 (max allowed is 10). 219
Warning Expected @param tag for 'component'. 219
Warning Expected @param tag for 'constraints'. 219
Warning Expected @throws tag for 'JellyTagException'. 219
Warning '(' is followed by whitespace. 221
Warning ')' is preceded with whitespace. 221
Warning '(' is followed by whitespace. 223
Warning ')' is preceded with whitespace. 223
Warning '}' should be on the same line. 224
Warning '(' is followed by whitespace. 225
Warning ')' is preceded with whitespace. 225
Warning '(' is followed by whitespace. 228
Warning ')' is preceded with whitespace. 228
Warning '}' should be on the same line. 229
Warning '(' is followed by whitespace. 231
Warning '}' should be on the same line. 233
Warning '(' is followed by whitespace. 234
Warning ')' is preceded with whitespace. 234
Warning '(' is followed by whitespace. 236
Warning ')' is preceded with whitespace. 236
Warning '}' should be on the same line. 237
Warning '(' is followed by whitespace. 238
Warning '(' is followed by whitespace. 240
Warning ')' is preceded with whitespace. 240
Warning '(' is followed by whitespace. 241
Warning ')' is preceded with whitespace. 241
Warning '(' is followed by whitespace. 242
Warning ')' is preceded with whitespace. 242
Warning '}' should be on the same line. 243
Warning '(' is followed by whitespace. 245
Warning ')' is preceded with whitespace. 245
Warning '}' should be on the same line. 247
Warning '(' is followed by whitespace. 249
Warning ')' is preceded with whitespace. 249
Warning '(' is followed by whitespace. 250
Warning ')' is preceded with whitespace. 250
Warning '}' should be on the same line. 251
Warning '(' is followed by whitespace. 253
Warning ')' is preceded with whitespace. 253
Warning '}' should be on the same line. 256
Warning '(' is followed by whitespace. 257
Warning ')' is preceded with whitespace. 257
Warning '(' is followed by whitespace. 259
Warning ')' is preceded with whitespace. 259
Warning '}' should be on the same line. 260
Warning '(' is followed by whitespace. 261
Warning ')' is preceded with whitespace. 261
Warning '(' is followed by whitespace. 264
Warning ')' is preceded with whitespace. 264
Warning '}' should be on the same line. 265
Warning '(' is followed by whitespace. 267
Warning ')' is preceded with whitespace. 267
Warning Expected an @return tag. 279
Warning Line is longer than 100 characters. 279
Warning Expected @param tag for 'classObject'. 279
Warning Expected @throws tag for 'MissingAttributeException'. 279
Warning Expected @throws tag for 'ClassNotFoundException'. 279
Warning '}' should be on the same line. 282
Warning Expected an @return tag. 291
Warning Line is longer than 100 characters. 291
Warning Expected @param tag for 'theClass'. 291
Warning Expected @param tag for 'attributes'. 291
Warning Expected @param tag for 'output'. 291
Warning Expected @throws tag for 'JellyTagException'. 291
Warning ')' is preceded with whitespace. 293
Warning First sentence should end with a period. 306
Warning Expected @param tag for 'var'. 309
Warning Expected @param tag for 'bean'. 309
Warning Expected @throws tag for 'JellyTagException'. 309
Warning '(' is followed by whitespace. 314
Warning ')' is preceded with whitespace. 314
Warning '(' is followed by whitespace. 315
Warning ')' is preceded with whitespace. 315
Warning '(' is followed by whitespace. 316
Warning ')' is preceded with whitespace. 316
Warning '}' should be on the same line. 318
Warning Line is longer than 100 characters. 321
Warning '(' is followed by whitespace. 321
Warning ')' is preceded with whitespace. 321
Warning First sentence should end with a period. 327
Info Cyclomatic Complexity is 14 (max allowed is 10). 330
Warning Expected @param tag for 'bean'. 330
Warning Expected @param tag for 'attributes'. 330
Warning Expected @throws tag for 'JellyTagException'. 330
Warning method def child at indentation level 12 not at correct indentation, 8 332
Warning if at indentation level 12 not at correct indentation, 8 333
Warning if at indentation level 16 not at correct indentation, 12 334
Warning if child at indentation level 20 not at correct indentation, 16 335
Warning if child at indentation level 20 not at correct indentation, 16 336
Warning if at indentation level 20 not at correct indentation, 16 337
Warning if child at indentation level 24 not at correct indentation, 20 338
Warning if rcurly at indentation level 20 not at correct indentation, 16 339
Warning '}' should be on the same line. 339
Warning else at indentation level 20 not at correct indentation, 16 340
Warning if child at indentation level 24 not at correct indentation, 20 341
Warning if rcurly at indentation level 20 not at correct indentation, 16 345
Warning if child at indentation level 20 not at correct indentation, 16 346
Warning if child at indentation level 20 not at correct indentation, 16 347
Warning if rcurly at indentation level 16 not at correct indentation, 12 348
Warning if at indentation level 16 not at correct indentation, 12 350
Warning if child at indentation level 20 not at correct indentation, 16 351
Warning if child at indentation level 20 not at correct indentation, 16 352
Warning if at indentation level 20 not at correct indentation, 16 353
Warning if child at indentation level 24 not at correct indentation, 20 354
Warning if rcurly at indentation level 20 not at correct indentation, 16 355
Warning '}' should be on the same line. 355
Warning else at indentation level 20 not at correct indentation, 16 356
Warning if child at indentation level 24 not at correct indentation, 20 357
Warning if rcurly at indentation level 20 not at correct indentation, 16 361
Warning if child at indentation level 20 not at correct indentation, 16 362
Warning if child at indentation level 20 not at correct indentation, 16 363
Warning if rcurly at indentation level 16 not at correct indentation, 12 364
Warning if at indentation level 16 not at correct indentation, 12 366
Warning try at indentation level 20 not at correct indentation, 16 367
Warning Line is longer than 100 characters. 368
Warning try child at indentation level 24 not at correct indentation, 20 368
Warning try child at indentation level 24 not at correct indentation, 20 369
Warning try rcurly at indentation level 20 not at correct indentation, 16 370
Warning catch rcurly at indentation level 20 not at correct indentation, 16 372
Warning if rcurly at indentation level 16 not at correct indentation, 12 373
Warning if at indentation level 16 not at correct indentation, 12 375
Warning try at indentation level 20 not at correct indentation, 16 376
Warning try child at indentation level 24 not at correct indentation, 20 377
Warning try child at indentation level 24 not at correct indentation, 20 378
Warning try rcurly at indentation level 20 not at correct indentation, 16 379
Warning catch rcurly at indentation level 20 not at correct indentation, 16 381
Warning if child at indentation level 20 not at correct indentation, 16 383
Warning if rcurly at indentation level 16 not at correct indentation, 12 384
Warning if child at indentation level 13 not at correct indentation, 12 386
Warning Missing a Javadoc comment. 390

org/apache/commons/jelly/tags/swing/ConstraintTag.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2002,2004 The Apache Software Foundation.'. 2
Warning Comment matches to-do format 'TODO:'. 36
Warning Comment matches to-do format 'TODO:'. 41
Warning Line is longer than 100 characters. 42
Warning Line is longer than 100 characters. 46
Warning Missing a Javadoc comment. 50
Warning Variable 'factory' must be private and have accessor methods. 50
Warning Missing a Javadoc comment. 51
Warning Variable 'var' must be private and have accessor methods. 51
Warning Missing a Javadoc comment. 52
Warning Variable 'bean' must be private and have accessor methods. 52
Warning Missing a Javadoc comment. 54
Warning class def ident at indentation level 8 not at correct indentation, 4 54
Warning class def modifier at indentation level 8 not at correct indentation, 4 54
Warning ctor def modifier at indentation level 12 not at correct indentation, 8 55
Warning Missing a Javadoc comment. 55
Warning method def modifier at indentation level 12 not at correct indentation, 8 56
Warning Missing a Javadoc comment. 56
Warning '(' is followed by whitespace. 57
Warning ')' is preceded with whitespace. 57
Warning method def rcurly at indentation level 12 not at correct indentation, 8 59
Warning class def rcurly at indentation level 8 not at correct indentation, 4 60
Warning Missing a Javadoc comment. 61
Warning class def ident at indentation level 8 not at correct indentation, 4 61
Warning class def modifier at indentation level 8 not at correct indentation, 4 61
Warning ctor def modifier at indentation level 12 not at correct indentation, 8 62
Warning Missing a Javadoc comment. 62
Warning ';' is not followed by whitespace. 62
Warning '}' is not preceded with whitespace. 62
Warning class def child at indentation level 12 not at correct indentation, 8 63
Error Instance variable definition in wrong order. 63
Warning Missing a Javadoc comment. 63
Warning method def modifier at indentation level 12 not at correct indentation, 8 64
Warning Missing a Javadoc comment. 64
Warning method def modifier at indentation level 12 not at correct indentation, 8 65
Warning Missing a Javadoc comment. 65
Warning '(' is followed by whitespace. 66
Warning ')' is preceded with whitespace. 66
Warning method def rcurly at indentation level 12 not at correct indentation, 8 67
Warning class def rcurly at indentation level 8 not at correct indentation, 4 68
Warning Missing a Javadoc comment. 75
Warning Missing a Javadoc comment. 79
Warning '(' is followed by whitespace. 79
Warning ')' is preceded with whitespace. 79
Warning Missing a Javadoc comment. 85
Warning '(' is followed by whitespace. 85
Warning ')' is preceded with whitespace. 85
Warning Missing a Javadoc comment. 94
Warning '(' is followed by whitespace. 94
Warning ')' is preceded with whitespace. 94
Warning '(' is followed by whitespace. 96
Warning ')' is preceded with whitespace. 96
Warning method call child at indentation level 14 not at correct indentation, 16 101
Warning try child at indentation level 14 not at correct indentation, 16 101
Warning '(' is followed by whitespace. 101
Warning ')' is preceded with whitespace. 101
Warning '(' is followed by whitespace. 113
Warning Expected @param tag for 'output'. 113
Warning ')' is preceded with whitespace. 113
Warning Expected @throws tag for 'JellyTagException'. 113
Warning 'if' construct must use '{}'s. 114
Warning '(' is followed by whitespace. 114
Warning ')' is preceded with whitespace. 114
Warning '(' is followed by whitespace. 114
Warning ')' is preceded with whitespace. 114
Warning '(' is followed by whitespace. 115
Warning ')' is preceded with whitespace. 115
Warning Missing a Javadoc comment. 120
Warning Expected an @return tag. 126

org/apache/commons/jelly/tags/swing/ContainerTag.java

ErrorLine
Warning Wrong order for 'java.awt.Component' import. 20
Warning Extra HTML tag found: </p> 25
Warning Redundant 'public' modifier. 36
Warning Expected @param tag for 'component'. 36
Warning Expected @param tag for 'constraints'. 36
Warning Expected @throws tag for 'JellyTagException'. 36

org/apache/commons/jelly/tags/swing/DialogTag.java

ErrorLine
Warning 'javax.swing.JDialog' should be separated from previous imports. 23
Error Unused private field 'log'. 41
Warning Missing a Javadoc comment. 43
Warning Expected an @return tag. 53
Warning Expected @param tag for 'theClass'. 53
Warning Expected @param tag for 'attributes'. 53
Warning Expected @param tag for 'output'. 53
Warning method def throws at indentation level 4 not at correct indentation, 8 54
Warning Expected @throws tag for 'JellyTagException'. 54
Warning '(' is followed by whitespace. 55
Warning ')' is preceded with whitespace. 55
Warning Expected @param tag for 'component'. 71
Warning Expected @param tag for 'constraints'. 71
Warning '(' is followed by whitespace. 74
Warning ')' is preceded with whitespace. 74
Warning '(' is followed by whitespace. 76
Warning ')' is preceded with whitespace. 76

org/apache/commons/jelly/tags/swing/EmptyBorderTag.java

ErrorLine
Error Unused private field 'log'. 38
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 47
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 47
Warning '(' is followed by whitespace. 48
Warning '(' is followed by whitespace. 51
Warning '(' is followed by whitespace. 54
Warning '(' is followed by whitespace. 57
Warning First sentence should end with a period. 65
Warning '(' is followed by whitespace. 69
Warning Expected @param tag for 'left'. 69
Warning ')' is preceded with whitespace. 69
Warning First sentence should end with a period. 73
Warning '(' is followed by whitespace. 77
Warning Expected @param tag for 'right'. 77
Warning ')' is preceded with whitespace. 77
Warning First sentence should end with a period. 81
Warning '(' is followed by whitespace. 85
Warning Expected @param tag for 'top'. 85
Warning ')' is preceded with whitespace. 85
Warning First sentence should end with a period. 89
Warning '(' is followed by whitespace. 93
Warning Expected @param tag for 'bottom'. 93
Warning ')' is preceded with whitespace. 93
Warning Expected an @return tag. 100
Warning '(' is followed by whitespace. 101

org/apache/commons/jelly/tags/swing/EtchedBorderTag.java

ErrorLine
Warning 'javax.swing.BorderFactory' should be separated from previous imports. 19
Warning Field 'log' is used in only one method. 40
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 48
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 48
Warning 'if' is not followed by whitespace. 49
Warning '(' is followed by whitespace. 49
Warning ')' is preceded with whitespace. 49
Warning Line is longer than 100 characters. 50
Warning 'if' is not followed by whitespace. 52
Warning '(' is followed by whitespace. 52
Warning Line is longer than 100 characters. 53
Warning 'if' is not followed by whitespace. 55
Warning '(' is followed by whitespace. 55
Warning ')' is preceded with whitespace. 55
Warning 'if' construct must use '{}'s. 56
Warning Line is longer than 100 characters. 56
Warning 'if' is not followed by whitespace. 56
Warning '(' is followed by whitespace. 56
Warning ')' is preceded with whitespace. 56
Warning '(' is followed by whitespace. 56
Warning ')' is preceded with whitespace. 56
Warning '(' is followed by whitespace. 67
Warning Expected @param tag for 'type'. 67
Warning ')' is preceded with whitespace. 67
Warning First sentence should end with a period. 71
Warning '(' is followed by whitespace. 75
Warning Expected @param tag for 'highlight'. 75
Warning ')' is preceded with whitespace. 75
Warning First sentence should end with a period. 79
Warning '(' is followed by whitespace. 83
Warning Expected @param tag for 'shadow'. 83
Warning ')' is preceded with whitespace. 83
Warning Expected an @return tag. 90
Warning 'if' is not followed by whitespace. 91
Warning '(' is followed by whitespace. 91
Warning '}' should be on the same line. 93
Warning '(' is followed by whitespace. 94
Warning ')' is preceded with whitespace. 94
Warning '(' is followed by whitespace. 95
Warning ')' is preceded with whitespace. 95
Warning '}' should be on the same line. 96
Warning '(' is followed by whitespace. 98
Warning ')' is preceded with whitespace. 98

org/apache/commons/jelly/tags/swing/Factory.java

ErrorLine
Warning First sentence should end with a period. 19
Warning First sentence should end with a period. 27
Warning Expected an @return tag. 30
Warning Expected @throws tag for 'InstantiationException'. 30

org/apache/commons/jelly/tags/swing/FocusListenerTag.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2002,2004 The Apache Software Foundation.'. 2
Warning Missing a Javadoc comment. 28
Warning '{' should be on the previous line. 29
Warning class def child at indentation level 2 not at correct indentation, 4 30
Warning Missing a Javadoc comment. 30
Warning class def child at indentation level 2 not at correct indentation, 4 32
Warning Missing a Javadoc comment. 32
Warning Variable 'var' must be private and have accessor methods. 32
Warning class def child at indentation level 2 not at correct indentation, 4 33
Warning Missing a Javadoc comment. 33
Warning Variable 'gained' must be private and have accessor methods. 33
Warning class def child at indentation level 2 not at correct indentation, 4 34
Warning Missing a Javadoc comment. 34
Warning Variable 'lost' must be private and have accessor methods. 34
Warning Javadoc has empty description section. 36
Warning ctor def modifier at indentation level 2 not at correct indentation, 4 39
Warning ctor def lcurly at indentation level 2 not at correct indentation, 4 40
Warning '{' should be on the previous line. 40
Warning ctor def rcurly at indentation level 2 not at correct indentation, 4 42
Warning Javadoc has empty description section. 44
Warning method def modifier at indentation level 2 not at correct indentation, 4 47
Warning Expected @param tag for 'var'. 47
Warning method def lcurly at indentation level 2 not at correct indentation, 4 48
Warning '{' should be on the previous line. 48
Warning method def child at indentation level 4 not at correct indentation, 8 49
Warning method def rcurly at indentation level 2 not at correct indentation, 4 50
Warning Javadoc has empty description section. 52
Warning method def modifier at indentation level 2 not at correct indentation, 4 55
Warning Expected @param tag for 'gained'. 55
Warning method def lcurly at indentation level 2 not at correct indentation, 4 56
Warning '{' should be on the previous line. 56
Warning method def child at indentation level 4 not at correct indentation, 8 57
Warning method def rcurly at indentation level 2 not at correct indentation, 4 58
Warning Javadoc has empty description section. 60
Warning method def modifier at indentation level 2 not at correct indentation, 4 63
Warning Expected @param tag for 'lost'. 63
Warning method def lcurly at indentation level 2 not at correct indentation, 4 64
Warning '{' should be on the previous line. 64
Warning method def child at indentation level 4 not at correct indentation, 8 65
Warning method def rcurly at indentation level 2 not at correct indentation, 4 66
Warning method def modifier at indentation level 2 not at correct indentation, 4 68
Warning Missing a Javadoc comment. 68
Warning method def lcurly at indentation level 2 not at correct indentation, 4 69
Warning '{' should be on the previous line. 69
Warning method def child at indentation level 4 not at correct indentation, 8 71
Warning 'cast' is not followed by whitespace. 71
Warning if at indentation level 4 not at correct indentation, 8 72
Warning if lcurly at indentation level 4 not at correct indentation, 8 73
Warning '{' should be on the previous line. 73
Warning if child at indentation level 6 not at correct indentation, 12 74
Warning object def lcurly at indentation level 6 not at correct indentation, [12, 16] 75
Warning method def modifier at indentation level 8 not at correct indentation, [16, 20] 76
Warning method def lcurly at indentation level 8 not at correct indentation, [16, 20] 77
Warning '{' should be on the previous line. 77
Warning method call child at indentation level 10 not at correct indentation, [20, 24] 78
Warning method def child at indentation level 10 not at correct indentation, [20, 24] 78
Warning method def rcurly at indentation level 8 not at correct indentation, [16, 20] 79
Warning method def modifier at indentation level 8 not at correct indentation, [16, 20] 81
Warning method def lcurly at indentation level 8 not at correct indentation, [16, 20] 82
Warning '{' should be on the previous line. 82
Warning method call child at indentation level 10 not at correct indentation, [20, 24] 83
Warning method def child at indentation level 10 not at correct indentation, [20, 24] 83
Warning method def rcurly at indentation level 8 not at correct indentation, [16, 20] 84
Warning object def rcurly at indentation level 6 not at correct indentation, [12, 16] 85
Warning if child at indentation level 6 not at correct indentation, 12 86
Warning method call child at indentation level 6 not at correct indentation, 12 86
Warning if rcurly at indentation level 4 not at correct indentation, 8 87
Warning method def rcurly at indentation level 2 not at correct indentation, 4 88
Warning method def modifier at indentation level 2 not at correct indentation, 4 90
Warning Missing a Javadoc comment. 90
Warning method def lcurly at indentation level 2 not at correct indentation, 4 91
Warning if at indentation level 4 not at correct indentation, 8 92
Warning if lcurly at indentation level 4 not at correct indentation, 8 93
Warning '{' should be on the previous line. 93
Warning if child at indentation level 6 not at correct indentation, 12 95
Warning method call child at indentation level 6 not at correct indentation, 12 95
Warning if rcurly at indentation level 4 not at correct indentation, 8 96
Warning try at indentation level 4 not at correct indentation, 8 98
Warning try lcurly at indentation level 4 not at correct indentation, 8 99
Warning '{' should be on the previous line. 99
Warning if at indentation level 6 not at correct indentation, 12 100
Warning if lcurly at indentation level 6 not at correct indentation, 12 101
Warning '{' should be on the previous line. 101
Warning if child at indentation level 8 not at correct indentation, 16 102
Warning method call child at indentation level 8 not at correct indentation, 16 102
Warning if rcurly at indentation level 6 not at correct indentation, 12 103
Warning '}' should be on the same line. 103
Warning else at indentation level 6 not at correct indentation, 12 104
Warning else lcurly at indentation level 6 not at correct indentation, 12 105
Warning '{' should be on the previous line. 105
Warning else child at indentation level 8 not at correct indentation, 16 107
Warning method call child at indentation level 8 not at correct indentation, 16 107
Warning else rcurly at indentation level 6 not at correct indentation, 12 108
Warning try rcurly at indentation level 4 not at correct indentation, 8 109
Warning '}' should be on the same line. 109
Warning catch at indentation level 4 not at correct indentation, 8 110
Warning catch lcurly at indentation level 4 not at correct indentation, 8 111
Warning '{' should be on the previous line. 111
Warning catch child at indentation level 6 not at correct indentation, 12 112
Warning method call child at indentation level 6 not at correct indentation, 12 112
Warning catch rcurly at indentation level 4 not at correct indentation, 8 113
Warning method def rcurly at indentation level 2 not at correct indentation, 4 114

org/apache/commons/jelly/tags/swing/FontTag.java

ErrorLine
Warning Field 'log' is used in only one method. 38
Warning First sentence should end with a period. 40
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 61
Warning '}' should be on the same line. 69
Warning '(' is followed by whitespace. 72
Warning ')' is preceded with whitespace. 72
Warning '(' is followed by whitespace. 73
Warning ')' is preceded with whitespace. 73
Warning '}' should be on the same line. 75
Warning Line is longer than 100 characters. 77
Warning '(' is followed by whitespace. 77
Warning ')' is preceded with whitespace. 77
Warning Javadoc has empty description section. 85
Warning First sentence should end with a period. 96
Warning Expected an @return tag. 99
Warning Expected @param tag for 'map'. 99
Warning '(' is followed by whitespace. 100
Warning ')' is preceded with whitespace. 100
Error 'font' hides a field. 101
Warning '(' is followed by whitespace. 103
Warning ')' is preceded with whitespace. 103

org/apache/commons/jelly/tags/swing/GbcTag.java

ErrorLine
Warning Comment matches to-do format 'TODO:'. 48
Warning Missing a Javadoc comment. 56
Warning First sentence should end with a period. 64
Warning Expected @throws tag for 'JellyTagException'. 70
Warning '(' is followed by whitespace. 71
Warning ')' is preceded with whitespace. 71
Warning '(' is followed by whitespace. 73
Warning ')' is preceded with whitespace. 73
Warning Expected an @return tag. 85
Warning method def throws at indentation level 4 not at correct indentation, 8 86
Warning Expected @throws tag for 'MissingAttributeException'. 86
Warning Expected @throws tag for 'ClassNotFoundException'. 86
Warning '}' should be on the same line. 89
Warning Expected an @return tag. 98
Warning Line is longer than 100 characters. 98
Warning Expected @param tag for 'theClass'. 98
Warning Expected @param tag for 'attributes'. 98
Warning Expected @param tag for 'output'. 98
Warning Expected @throws tag for 'JellyTagException'. 98
Warning ')' is preceded with whitespace. 99
Warning '}' should be on the same line. 107
Warning Missing a Javadoc comment. 113
Warning '4' is a magic number. 124
Warning '3' is a magic number. 135
Warning Missing a Javadoc comment. 174
Error Assignment of parameter 'from' is not allowed. 182

org/apache/commons/jelly/tags/swing/GridBagLayoutTag.java

ErrorLine
Warning First sentence should end with a period. 24
Error Unused private field 'log'. 33
Warning Missing a Javadoc comment. 35
Warning First sentence should end with a period. 41
Warning Expected an @return tag. 44

org/apache/commons/jelly/tags/swing/KeyListenerTag.java

ErrorLine
Warning Found duplicate of 26 lines in C:\source\jakarta\jakarta-commons\jelly\jelly-tags\swing\src\java\org\apache\commons\jelly\tags\swing\FocusListenerTag.java, starting from line 91 90

org/apache/commons/jelly/tags/swing/KeyListenerTag.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2002,2004 The Apache Software Foundation.'. 2
Warning Missing a Javadoc comment. 28
Warning '{' should be on the previous line. 29
Warning class def child at indentation level 2 not at correct indentation, 4 30
Warning Missing a Javadoc comment. 30
Warning class def child at indentation level 2 not at correct indentation, 4 32
Warning Missing a Javadoc comment. 32
Warning Variable 'var' must be private and have accessor methods. 32
Warning class def child at indentation level 2 not at correct indentation, 4 33
Warning Missing a Javadoc comment. 33
Warning Variable 'pressed' must be private and have accessor methods. 33
Warning class def child at indentation level 2 not at correct indentation, 4 34
Warning Missing a Javadoc comment. 34
Warning Variable 'typed' must be private and have accessor methods. 34
Warning class def child at indentation level 2 not at correct indentation, 4 35
Warning Missing a Javadoc comment. 35
Warning Variable 'released' must be private and have accessor methods. 35
Warning ctor def modifier at indentation level 2 not at correct indentation, 4 37
Warning Missing a Javadoc comment. 37
Warning ctor def lcurly at indentation level 2 not at correct indentation, 4 38
Warning '{' should be on the previous line. 38
Warning ctor def rcurly at indentation level 2 not at correct indentation, 4 40
Warning method def modifier at indentation level 2 not at correct indentation, 4 42
Warning Missing a Javadoc comment. 42
Warning method def lcurly at indentation level 2 not at correct indentation, 4 43
Warning '{' should be on the previous line. 43
Warning method def child at indentation level 4 not at correct indentation, 8 44
Warning method def rcurly at indentation level 2 not at correct indentation, 4 45
Warning method def modifier at indentation level 2 not at correct indentation, 4 47
Warning Missing a Javadoc comment. 47
Warning method def lcurly at indentation level 2 not at correct indentation, 4 48
Warning '{' should be on the previous line. 48
Warning method def child at indentation level 4 not at correct indentation, 8 49
Warning method def rcurly at indentation level 2 not at correct indentation, 4 50
Warning method def modifier at indentation level 2 not at correct indentation, 4 52
Warning Missing a Javadoc comment. 52
Warning method def lcurly at indentation level 2 not at correct indentation, 4 53
Warning '{' should be on the previous line. 53
Warning method def child at indentation level 4 not at correct indentation, 8 54
Warning method def rcurly at indentation level 2 not at correct indentation, 4 55
Warning method def modifier at indentation level 2 not at correct indentation, 4 57
Warning Missing a Javadoc comment. 57
Warning method def lcurly at indentation level 2 not at correct indentation, 4 58
Warning '{' should be on the previous line. 58
Warning method def child at indentation level 4 not at correct indentation, 8 59
Warning method def rcurly at indentation level 2 not at correct indentation, 4 60
Warning method def modifier at indentation level 2 not at correct indentation, 4 62
Warning Missing a Javadoc comment. 62
Warning method def lcurly at indentation level 2 not at correct indentation, 4 63
Warning '{' should be on the previous line. 63
Warning method def child at indentation level 4 not at correct indentation, 8 65
Warning 'cast' is not followed by whitespace. 65
Warning if at indentation level 4 not at correct indentation, 8 66
Warning if lcurly at indentation level 4 not at correct indentation, 8 67
Warning '{' should be on the previous line. 67
Warning if child at indentation level 6 not at correct indentation, 12 68
Warning object def lcurly at indentation level 6 not at correct indentation, [12, 16] 69
Warning method def modifier at indentation level 8 not at correct indentation, [16, 20] 70
Warning method def lcurly at indentation level 8 not at correct indentation, [16, 20] 71
Warning '{' should be on the previous line. 71
Warning method call child at indentation level 10 not at correct indentation, [20, 24] 72
Warning method def child at indentation level 10 not at correct indentation, [20, 24] 72
Warning method def rcurly at indentation level 8 not at correct indentation, [16, 20] 73
Warning method def modifier at indentation level 8 not at correct indentation, [16, 20] 75
Warning method def lcurly at indentation level 8 not at correct indentation, [16, 20] 76
Warning '{' should be on the previous line. 76
Warning method call child at indentation level 10 not at correct indentation, [20, 24] 77
Warning method def child at indentation level 10 not at correct indentation, [20, 24] 77
Warning method def rcurly at indentation level 8 not at correct indentation, [16, 20] 78
Warning method def modifier at indentation level 8 not at correct indentation, [16, 20] 80
Warning method def lcurly at indentation level 8 not at correct indentation, [16, 20] 81
Warning '{' should be on the previous line. 81
Warning method call child at indentation level 10 not at correct indentation, [20, 24] 82
Warning method def child at indentation level 10 not at correct indentation, [20, 24] 82
Warning method def rcurly at indentation level 8 not at correct indentation, [16, 20] 83
Warning object def rcurly at indentation level 6 not at correct indentation, [12, 16] 84
Warning if child at indentation level 6 not at correct indentation, 12 85
Warning method call child at indentation level 6 not at correct indentation, 12 85
Warning if rcurly at indentation level 4 not at correct indentation, 8 86
Warning method def rcurly at indentation level 2 not at correct indentation, 4 87
Warning method def modifier at indentation level 2 not at correct indentation, 4 89
Warning Missing a Javadoc comment. 89
Warning method def lcurly at indentation level 2 not at correct indentation, 4 90
Warning '{' should be on the previous line. 90
Warning if at indentation level 4 not at correct indentation, 8 91
Warning if lcurly at indentation level 4 not at correct indentation, 8 92
Warning '{' should be on the previous line. 92
Warning if child at indentation level 6 not at correct indentation, 12 94
Warning method call child at indentation level 6 not at correct indentation, 12 94
Warning if rcurly at indentation level 4 not at correct indentation, 8 95
Warning try at indentation level 4 not at correct indentation, 8 97
Warning try lcurly at indentation level 4 not at correct indentation, 8 98
Warning '{' should be on the previous line. 98
Warning if at indentation level 6 not at correct indentation, 12 99
Warning if lcurly at indentation level 6 not at correct indentation, 12 100
Warning '{' should be on the previous line. 100
Warning if child at indentation level 8 not at correct indentation, 16 101
Warning method call child at indentation level 8 not at correct indentation, 16 101
Warning if rcurly at indentation level 6 not at correct indentation, 12 102
Warning '}' should be on the same line. 102
Warning else at indentation level 6 not at correct indentation, 12 103
Warning else lcurly at indentation level 6 not at correct indentation, 12 104
Warning '{' should be on the previous line. 104
Warning else child at indentation level 8 not at correct indentation, 16 106
Warning method call child at indentation level 8 not at correct indentation, 16 106
Warning else rcurly at indentation level 6 not at correct indentation, 12 107
Warning try rcurly at indentation level 4 not at correct indentation, 8 108
Warning '}' should be on the same line. 108
Warning catch at indentation level 4 not at correct indentation, 8 109
Warning catch lcurly at indentation level 4 not at correct indentation, 8 110
Warning '{' should be on the previous line. 110
Warning catch child at indentation level 6 not at correct indentation, 12 111
Warning method call child at indentation level 6 not at correct indentation, 12 111
Warning catch rcurly at indentation level 4 not at correct indentation, 8 112
Warning method def rcurly at indentation level 2 not at correct indentation, 4 113

org/apache/commons/jelly/tags/swing/LayoutTagSupport.java

ErrorLine
Warning Line is longer than 100 characters. 28
Error Unused private field 'log'. 37
Warning Missing a Javadoc comment. 39
Warning Missing a Javadoc comment. 41
Warning First sentence should end with a period. 44
Warning Line is longer than 100 characters. 47
Warning Expected @param tag for 'component'. 47
Warning Expected @param tag for 'constraints'. 47
Warning Expected @throws tag for 'JellyTagException'. 47
Warning Missing a Javadoc comment. 54
Warning Expected @param tag for 'var'. 77
Warning Javadoc has empty description section. 84
Warning Expected @throws tag for 'JellyTagException'. 87
Warning '(' is followed by whitespace. 88
Warning ')' is preceded with whitespace. 88
Warning '(' is followed by whitespace. 89
Warning ')' is preceded with whitespace. 89
Warning '(' is followed by whitespace. 90
Warning ')' is preceded with whitespace. 90
Warning Expected an @return tag. 98

org/apache/commons/jelly/tags/swing/SwingTagLibrary.java

ErrorLine
Error Using the '.*' form of import should be avoided - javax.swing.*. 23
Error Unused import - org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter. 35
Error Unused private field 'log'. 52
Warning First sentence should end with a period. 54
Warning Field 'factoryMap' is used in only one method. 55
Warning '(' is followed by whitespace. 61
Warning ')' is preceded with whitespace. 61
Warning '(' is followed by whitespace. 62
Warning ')' is preceded with whitespace. 62
Warning '(' is followed by whitespace. 63
Warning ')' is preceded with whitespace. 63
Warning Missing a Javadoc comment. 66
Warning '(' is followed by whitespace. 67
Warning ')' is preceded with whitespace. 67
Warning '(' is followed by whitespace. 68
Warning ')' is preceded with whitespace. 68
Warning '(' is followed by whitespace. 69
Warning ')' is preceded with whitespace. 69
Warning '(' is followed by whitespace. 70
Warning ')' is preceded with whitespace. 70
Warning '(' is followed by whitespace. 71
Warning ')' is preceded with whitespace. 71
Warning '(' is followed by whitespace. 72
Warning ')' is preceded with whitespace. 72
Warning '(' is followed by whitespace. 73
Warning ')' is preceded with whitespace. 73
Warning '(' is followed by whitespace. 76
Warning ')' is preceded with whitespace. 76
Warning '(' is followed by whitespace. 77
Warning ')' is preceded with whitespace. 77
Warning '(' is followed by whitespace. 80
Warning ')' is preceded with whitespace. 80
Warning '(' is followed by whitespace. 81
Warning ')' is preceded with whitespace. 81
Warning '(' is followed by whitespace. 82
Warning ')' is preceded with whitespace. 82
Warning '(' is followed by whitespace. 88
Warning ')' is preceded with whitespace. 88
Warning '(' is followed by whitespace. 89
Warning ')' is preceded with whitespace. 89
Warning '(' is followed by whitespace. 90
Warning ')' is preceded with whitespace. 90
Warning '(' is followed by whitespace. 93
Warning ')' is preceded with whitespace. 93
Warning '(' is followed by whitespace. 94
Warning ')' is preceded with whitespace. 94
Warning '(' is followed by whitespace. 97
Warning ')' is preceded with whitespace. 97
Warning '(' is followed by whitespace. 98
Warning ')' is preceded with whitespace. 98
Warning '(' is followed by whitespace. 101
Warning ')' is preceded with whitespace. 101
Warning First sentence should end with a period. 104
Warning Expected an @return tag. 105
Warning Expected @param tag for 'name'. 105
Warning Expected @param tag for 'attributes'. 105
Warning Expected @throws tag for 'JellyException'. 105
Warning '(' is followed by whitespace. 107
Warning ')' is preceded with whitespace. 107
Warning '(' is followed by whitespace. 108
Warning ')' is preceded with whitespace. 108
Warning '(' is followed by whitespace. 109
Warning ')' is preceded with whitespace. 109
Warning Line is longer than 100 characters. 112
Warning method def modifier at indentation level 24 not at correct indentation, 20 112
Warning if at indentation level 28 not at correct indentation, 24 113
Warning '(' is followed by whitespace. 113
Warning ')' is preceded with whitespace. 113
Warning if rcurly at indentation level 28 not at correct indentation, 24 115
Warning '}' should be on the same line. 115
Warning else at indentation level 28 not at correct indentation, 24 116
Warning else rcurly at indentation level 28 not at correct indentation, 24 118
Warning method def rcurly at indentation level 24 not at correct indentation, 20 119
Warning object def rcurly at indentation level 20 not at correct indentation, 16 120
Warning Javadoc has empty description section. 127
Warning Expected @param tag for 'elementName'. 130
Warning First sentence should end with a period. 137
Warning '(' is followed by whitespace. 141
Warning ')' is preceded with whitespace. 141
Warning '(' is followed by whitespace. 142
Warning ')' is preceded with whitespace. 142
Warning '(' is followed by whitespace. 143
Warning ')' is preceded with whitespace. 143
Warning '(' is followed by whitespace. 144
Warning ')' is preceded with whitespace. 144
Warning '(' is followed by whitespace. 149
Warning ')' is preceded with whitespace. 149
Warning '(' is followed by whitespace. 150
Warning ')' is preceded with whitespace. 150
Warning '(' is followed by whitespace. 151
Warning ')' is preceded with whitespace. 151
Warning '(' is followed by whitespace. 152
Warning ')' is preceded with whitespace. 152
Warning '(' is followed by whitespace. 153
Warning ')' is preceded with whitespace. 153
Warning '(' is followed by whitespace. 154
Warning ')' is preceded with whitespace. 154
Warning '(' is followed by whitespace. 155
Warning ')' is preceded with whitespace. 155
Warning '(' is followed by whitespace. 156
Warning ')' is preceded with whitespace. 156
Warning '(' is followed by whitespace. 157
Warning ')' is preceded with whitespace. 157
Warning '(' is followed by whitespace. 158
Warning ')' is preceded with whitespace. 158
Warning '(' is followed by whitespace. 159
Warning ')' is preceded with whitespace. 159
Warning '(' is followed by whitespace. 160
Warning ')' is preceded with whitespace. 160
Warning '(' is followed by whitespace. 161
Warning ')' is preceded with whitespace. 161
Warning '(' is followed by whitespace. 162
Warning ')' is preceded with whitespace. 162
Warning '(' is followed by whitespace. 163
Warning ')' is preceded with whitespace. 163
Warning '(' is followed by whitespace. 164
Warning ')' is preceded with whitespace. 164
Warning '(' is followed by whitespace. 165
Warning ')' is preceded with whitespace. 165
Warning '(' is followed by whitespace. 166
Warning ')' is preceded with whitespace. 166
Warning '(' is followed by whitespace. 167
Warning ')' is preceded with whitespace. 167
Warning method def modifier at indentation level 16 not at correct indentation, 12 172
Warning method def child at indentation level 20 not at correct indentation, 16 173
Warning method def child at indentation level 20 not at correct indentation, 16 174
Warning method def child at indentation level 20 not at correct indentation, 16 175
Warning method def child at indentation level 20 not at correct indentation, 16 176
Warning method def child at indentation level 20 not at correct indentation, 16 177
Warning method def rcurly at indentation level 16 not at correct indentation, 12 179
Warning object def rcurly at indentation level 12 not at correct indentation, 8 180
Warning method def modifier at indentation level 16 not at correct indentation, 12 187
Warning method def rcurly at indentation level 16 not at correct indentation, 12 189
Warning object def rcurly at indentation level 12 not at correct indentation, 8 190
Warning method def modifier at indentation level 16 not at correct indentation, 12 195
Warning method def rcurly at indentation level 16 not at correct indentation, 12 197
Warning object def rcurly at indentation level 12 not at correct indentation, 8 198
Warning '(' is followed by whitespace. 201
Warning ')' is preceded with whitespace. 201
Warning '(' is followed by whitespace. 202
Warning ')' is preceded with whitespace. 202
Warning '(' is followed by whitespace. 203
Warning ')' is preceded with whitespace. 203
Warning '(' is followed by whitespace. 204
Warning ')' is preceded with whitespace. 204
Warning '(' is followed by whitespace. 205
Warning ')' is preceded with whitespace. 205
Warning '(' is followed by whitespace. 206
Warning ')' is preceded with whitespace. 206
Warning '(' is followed by whitespace. 207
Warning ')' is preceded with whitespace. 207
Warning First sentence should end with a period. 210
Warning Expected @param tag for 'name'. 213
Warning Expected @param tag for 'factory'. 213
Warning First sentence should end with a period. 217
Warning Expected @param tag for 'name'. 220
Warning Expected @param tag for 'beanClass'. 220
Warning Missing a Javadoc comment. 224
Warning '(' is followed by whitespace. 225
Warning ')' is preceded with whitespace. 225

org/apache/commons/jelly/tags/swing/TableLayoutTag.java

ErrorLine
Error Unused private field 'log'. 36
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 40
Warning First sentence should end with a period. 43
Warning Expected @param tag for 'cell'. 46
Warning Expected @throws tag for 'JellyTagException'. 46
Warning First sentence should end with a period. 51
Warning Expected an @return tag. 54
Warning Missing a Javadoc comment. 60
Warning First sentence should end with a period. 69
Warning Expected an @return tag. 72

org/apache/commons/jelly/tags/swing/TableModelColumnTag.java

ErrorLine
Warning Missing a Javadoc comment. 31
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 44
Warning '(' is followed by whitespace. 47
Warning ')' is preceded with whitespace. 47
Warning '(' is followed by whitespace. 48
Warning ')' is preceded with whitespace. 48
Warning '(' is followed by whitespace. 49
Warning ')' is preceded with whitespace. 49
Warning '(' is followed by whitespace. 51
Warning ')' is preceded with whitespace. 51
Warning Missing a Javadoc comment. 54

org/apache/commons/jelly/tags/swing/TableModelTag.java

ErrorLine
Warning Missing a Javadoc comment. 32
Warning Missing a Javadoc comment. 39
Warning '(' is followed by whitespace. 42
Warning ')' is preceded with whitespace. 42
Warning '(' is followed by whitespace. 43
Warning ')' is preceded with whitespace. 43
Warning Line is longer than 100 characters. 44
Warning '(' is followed by whitespace. 44
Warning ')' is preceded with whitespace. 44
Warning '}' should be on the same line. 53
Warning Line is longer than 100 characters. 55
Warning '(' is followed by whitespace. 55
Warning ')' is preceded with whitespace. 55
Warning Missing a Javadoc comment. 59

org/apache/commons/jelly/tags/swing/TdTag.java

ErrorLine
Error Unused private field 'log'. 37
Warning Missing a Javadoc comment. 39
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 46
Warning First sentence should end with a period. 52
Warning Expected @param tag for 'component'. 55
Warning Expected @param tag for 'constraints'. 55
Warning Expected @throws tag for 'JellyTagException'. 55
Warning '(' is followed by whitespace. 57
Warning ')' is preceded with whitespace. 57
Warning '(' is followed by whitespace. 59
Warning ')' is preceded with whitespace. 59
Warning Missing a Javadoc comment. 67
Warning First sentence should end with a period. 75
Warning Expected @param tag for 'align'. 78
Warning First sentence should end with a period. 82
Warning Expected @param tag for 'valign'. 85
Warning Expected @param tag for 'colspan'. 93
Warning Expected @param tag for 'rowspan'. 100
Warning First sentence should end with a period. 120
Warning Line is longer than 100 characters. 121
Warning Expected @param tag for 'colfill'. 123
Warning First sentence should end with a period. 127
Warning Line is longer than 100 characters. 128
Warning Expected @param tag for 'rowfill'. 130
Warning First sentence should end with a period. 138
Warning Expected an @return tag. 141
Warning Avoid inline conditionals. 152
Warning '}' should be on the same line. 154
Warning Avoid inline conditionals. 157
Warning '0.2' is a magic number. 160
Warning Javadoc has empty description section. 167
Info Cyclomatic Complexity is 12 (max allowed is 10). 170
Warning '}' should be on the same line. 177
Warning '}' should be on the same line. 180
Warning '}' should be on the same line. 184
Warning '}' should be on the same line. 188
Warning '}' should be on the same line. 191
Warning '}' should be on the same line. 195
Warning '}' should be on the same line. 200
Warning '}' should be on the same line. 203

org/apache/commons/jelly/tags/swing/TitledBorderTag.java

ErrorLine
Error Unused private field 'log'. 42
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 46
Warning Missing a Javadoc comment. 47
Warning Field 'border' is used in only one method. 47
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 49
Warning Missing a Javadoc comment. 54
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 54
Warning '(' is followed by whitespace. 55
Warning Unclosed HTML tag found: <color> tag. 65
Warning Expected @param tag for 'color'. 67
Warning Unclosed HTML tag found: <font> tag. 72
Warning Expected @param tag for 'font'. 74
Warning Expected @param tag for 'title'. 81
Warning Expected @param tag for 'titleJustification'. 89
Warning Expected @param tag for 'titlePosition'. 97
Warning Expected an @return tag. 109
Warning Line is longer than 100 characters. 117
Warning '}' should be on the same line. 118
Warning Line is longer than 100 characters. 120
Warning Javadoc has empty description section. 130
Warning Expected @param tag for 'text'. 133
Warning '}' should be on the same line. 136
Warning '}' should be on the same line. 139
Warning '}' should be on the same line. 142
Warning '}' should be on the same line. 145
Warning '}' should be on the same line. 148
Warning Javadoc has empty description section. 154
Warning Expected @param tag for 'text'. 157
Warning '}' should be on the same line. 160
Warning '}' should be on the same line. 163
Warning '}' should be on the same line. 166
Warning '}' should be on the same line. 169
Warning '}' should be on the same line. 172
Warning '}' should be on the same line. 175

org/apache/commons/jelly/tags/swing/TrTag.java

ErrorLine
Error Unused private field 'log'. 41
Warning Missing a Javadoc comment. 43
Warning Field 'tableLayoutTag' is used in only one method. 43
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 47
Warning First sentence should end with a period. 50
Warning Line is longer than 100 characters. 53
Warning Expected @param tag for 'component'. 53
Warning Expected @param tag for 'constraints'. 53
Warning Expected @throws tag for 'JellyTagException'. 53
Warning Missing a Javadoc comment. 61
Warning '(' is followed by whitespace. 62
Warning ')' is preceded with whitespace. 62
Warning '(' is followed by whitespace. 64
Warning ')' is preceded with whitespace. 64
Warning ';' is followed by whitespace. 72
Warning '(' is followed by whitespace. 77
Warning ')' is preceded with whitespace. 77
Warning '}' should be on the same line. 80
Warning Javadoc has empty description section. 96

org/apache/commons/jelly/tags/swing/WindowListenerTag.java

ErrorLine
Warning Field 'log' is used in only one method. 39
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 46
Warning Missing a Javadoc comment. 47
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 50
Warning Missing a Javadoc comment. 55
Warning '(' is followed by whitespace. 58
Warning ')' is preceded with whitespace. 58
Warning '(' is followed by whitespace. 59
Warning ')' is preceded with whitespace. 59
Warning '(' is followed by whitespace. 62
Warning ')' is preceded with whitespace. 62
Warning '(' is followed by whitespace. 66
Warning ')' is preceded with whitespace. 66
Warning '(' is followed by whitespace. 70
Warning ')' is preceded with whitespace. 70
Warning '(' is followed by whitespace. 74
Warning ')' is preceded with whitespace. 74
Warning '(' is followed by whitespace. 78
Warning ')' is preceded with whitespace. 78
Warning '(' is followed by whitespace. 82
Warning ')' is preceded with whitespace. 82
Warning '(' is followed by whitespace. 86
Warning ')' is preceded with whitespace. 86
Warning First sentence should end with a period. 97
Warning Expected @param tag for 'var'. 100
Warning Expected @param tag for 'activated'. 107
Warning Expected @param tag for 'closed'. 114
Warning Expected @param tag for 'closing'. 121
Warning Expected @param tag for 'deactivated'. 128
Warning Expected @param tag for 'deiconified'. 135
Warning Expected @param tag for 'iconified'. 142
Warning Expected @param tag for 'opened'. 149
Warning Missing a Javadoc comment. 157
Warning '(' is followed by whitespace. 158
Warning ')' is preceded with whitespace. 158
Warning '(' is followed by whitespace. 164
Warning ')' is preceded with whitespace. 164
Warning ')' is preceded with whitespace. 165
Warning '}' should be on the same line. 166
Warning '}' should be on the same line. 171
Warning '(' is followed by whitespace. 173
Warning ')' is preceded with whitespace. 173

org/apache/commons/jelly/tags/swing/converters/ColorConverter.java

ErrorLine
Warning Comment matches to-do format 'TODO:'. 30
Warning Missing a Javadoc comment. 39
Warning Field 'usageText' is used in only one method. 39
Info Cyclomatic Complexity is 15 (max allowed is 10). 42
Warning Missing a Javadoc comment. 42
Warning '7' is a magic number. 49
Warning '16' is a magic number. 54
Warning '}' should be on the same line. 56
Warning '}' should be on the same line. 64
Warning Line is longer than 100 characters. 68
Info Boolean expression complexity is 4 (max allowed is 3). 70
Warning '}' should be on the same line. 79

org/apache/commons/jelly/tags/swing/converters/DebugGraphicsConverter.java

ErrorLine
Warning Wrong order for 'java.util.StringTokenizer' import. 19
Warning Missing a Javadoc comment. 33
Warning Field 'usageText' is used in only one method. 33
Warning Line is longer than 100 characters. 34
Warning Missing a Javadoc comment. 36
Warning Expected an @return tag. 54
Warning Expected @param tag for 'value'. 54
Warning Missing a Javadoc comment. 68
Error Assignment of parameter 'value' is not allowed. 69
Warning '}' should be on the same line. 73
Warning '}' should be on the same line. 76
Warning '}' should be on the same line. 79

org/apache/commons/jelly/tags/swing/converters/DimensionConverter.java

ErrorLine
Warning First sentence should end with a period. 23
Warning Missing a Javadoc comment. 31
Warning '(' is followed by whitespace. 32
Warning ')' is preceded with whitespace. 32
Warning '(' is followed by whitespace. 34
Warning ')' is preceded with whitespace. 34
Warning '(' is followed by whitespace. 37
Warning ')' is preceded with whitespace. 37
Warning '(' is followed by whitespace. 38
Warning ')' is preceded with whitespace. 38
Warning '(' is followed by whitespace. 40
Warning ')' is preceded with whitespace. 40
Warning '(' is followed by whitespace. 41
Warning ')' is preceded with whitespace. 41
Warning '(' is followed by whitespace. 45
Warning ')' is preceded with whitespace. 45
Warning Missing a Javadoc comment. 50
Error Assignment of parameter 'text' is not allowed. 51

org/apache/commons/jelly/tags/swing/converters/PointConverter.java

ErrorLine
Warning File does not end with a newline. 0

org/apache/commons/jelly/tags/swing/converters/PointConverter.java

ErrorLine
Warning First sentence should end with a period. 23
Warning Missing a Javadoc comment. 31
Warning '(' is followed by whitespace. 32
Warning ')' is preceded with whitespace. 32
Warning '(' is followed by whitespace. 34
Warning ')' is preceded with whitespace. 34
Warning '(' is followed by whitespace. 37
Warning ')' is preceded with whitespace. 37
Warning '(' is followed by whitespace. 38
Warning ')' is preceded with whitespace. 38
Warning '(' is followed by whitespace. 40
Warning ')' is preceded with whitespace. 40
Warning '(' is followed by whitespace. 41
Warning ')' is preceded with whitespace. 41
Warning '(' is followed by whitespace. 45
Warning ')' is preceded with whitespace. 45
Warning Missing a Javadoc comment. 50
Error Assignment of parameter 'text' is not allowed. 51

org/apache/commons/jelly/tags/swing/converters/package.html

ErrorLine
Warning Missing package documentation file.0

org/apache/commons/jelly/tags/swing/impl/Cell.java

ErrorLine
Warning First sentence should end with a period. 21
Warning Missing a Javadoc comment. 29
Warning Missing a Javadoc comment. 30
Warning Missing a Javadoc comment. 32
Warning Missing a Javadoc comment. 35

org/apache/commons/jelly/tags/swing/impl/GridBagConstraintBean.java

ErrorLine
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 36
Warning Missing a Javadoc comment. 37
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 39
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 44
Warning First sentence should end with a period. 46
Error Static variable definition in wrong order. 47
Warning Field 'LOG' is used in only one method. 47
Warning First sentence should end with a period. 49
Warning Line is longer than 100 characters. 50
Error Static variable definition in wrong order. 50
Warning Missing a Javadoc comment. 52
Warning Missing a Javadoc comment. 55
Warning Missing a Javadoc comment. 58
Warning Missing a Javadoc comment. 63
Warning Missing a Javadoc comment. 66
Warning Missing a Javadoc comment. 71
Warning Missing a Javadoc comment. 74
Warning Missing a Javadoc comment. 79
Warning Missing a Javadoc comment. 82
Warning Missing a Javadoc comment. 87
Warning Missing a Javadoc comment. 90
Warning Missing a Javadoc comment. 95
Warning Missing a Javadoc comment. 98
Warning Missing a Javadoc comment. 103
Warning Missing a Javadoc comment. 106
Warning Missing a Javadoc comment. 111
Warning Missing a Javadoc comment. 114
Warning Comment matches to-do format 'TODO:'. 119
Warning Missing a Javadoc comment. 120
Warning Missing a Javadoc comment. 123
Info Cyclomatic Complexity is 19 (max allowed is 10). 132
Error switch without "default" clause. 133
Warning 'if' construct must use '{}'s. 154
Warning 'if' construct must use '{}'s. 156
Warning 'if' construct must use '{}'s. 158
Warning 'if' construct must use '{}'s. 160
Warning 'if' construct must use '{}'s. 162
Warning 'if' construct must use '{}'s. 164
Warning 'if' construct must use '{}'s. 166
Warning 'if' construct must use '{}'s. 168
Info Cyclomatic Complexity is 19 (max allowed is 10). 180
Warning 'if' construct must use '{}'s. 182
Warning 'if' construct must use '{}'s. 184
Warning 'if' construct must use '{}'s. 186
Warning 'if' construct must use '{}'s. 188
Warning 'if' construct must use '{}'s. 190
Warning 'if' construct must use '{}'s. 192
Warning 'if' construct must use '{}'s. 194
Warning 'if' construct must use '{}'s. 196
Warning 'if' construct must use '{}'s. 198
Warning 'if' construct must use '{}'s. 200
Warning 'if' construct must use '{}'s. 202
Warning 'if' construct must use '{}'s. 204
Warning 'if' construct must use '{}'s. 206
Warning 'if' construct must use '{}'s. 208
Warning 'if' construct must use '{}'s. 210
Warning 'if' construct must use '{}'s. 212
Warning 'if' construct must use '{}'s. 214
Warning 'else' construct must use '{}'s. 216
Warning Line is longer than 100 characters. 217
Warning Line is longer than 100 characters. 237
Warning 'if' construct must use '{}'s. 248
Warning 'if' construct must use '{}'s. 250
Warning 'if' construct must use '{}'s. 252
Warning 'if' construct must use '{}'s. 254
Warning 'else' construct must use '{}'s. 256
Warning Line is longer than 100 characters. 257
Info Cyclomatic Complexity is 21 (max allowed is 10). 264
Info NPath Complexity is 1,024 (max allowed is 200). 264
Warning Expected @param tag for 'from'. 264
Warning Missing a Javadoc comment. 307
Warning Missing a Javadoc comment. 334

org/apache/commons/jelly/tags/swing/model/ExpressionTableColumn.java

ErrorLine
Warning First sentence should end with a period. 26
Warning Field 'log' is used in only one method. 35
Warning '(' is followed by whitespace. 35
Warning ')' is preceded with whitespace. 35
Warning Missing a Javadoc comment. 37
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 43
Warning First sentence should end with a period. 47
Warning Expected an @return tag. 50
Warning Line is longer than 100 characters. 50
Warning Expected @param tag for 'model'. 50
Warning Expected @param tag for 'row'. 50
Warning Expected @param tag for 'rowIndex'. 50
Warning Expected @param tag for 'columnIndex'. 50
Warning '}' should be on the same line. 65
Error Catching 'RuntimeException' is not allowed. 66
Warning '(' is followed by whitespace. 67
Warning ')' is preceded with whitespace. 67

org/apache/commons/jelly/tags/swing/model/ExpressionTableModel.java

ErrorLine
Warning First sentence should end with a period. 27
Warning Missing a Javadoc comment. 36
Warning Missing a Javadoc comment. 37
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 40
Warning Javadoc has empty description section. 51
Warning First sentence should end with a period. 58
Warning Expected @param tag for 'column'. 61
Warning First sentence should end with a period. 65
Warning Expected @param tag for 'column'. 68
Warning Missing a Javadoc comment. 75
Warning Missing a Javadoc comment. 79
Warning Missing a Javadoc comment. 83
Warning Missing a Javadoc comment. 95
Warning Missing a Javadoc comment. 150
Warning Missing a Javadoc comment. 151