Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 0 358

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 3 Errors Error
Translation 0 Errors Error
JavadocMethod 17 Errors Error
JavadocType 0 Errors Error
JavadocVariable 28 Errors Error
JavadocStyle 0 Errors Error
ConstantName 4 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 5 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 1 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 22 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 2 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 26 Errors Error
ParenPad 63 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 52 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 1 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 14 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 7 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 13 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 47 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
49 Errors Error
TodoComment 1 Errors Error
UpperEll 0 Errors Error

Details

org/freehost3270/application/AboutFrame.java

Violation Message Line
Errors Missing a Javadoc comment. 51
Errors '+' should be on a new line. 51
Errors Line is longer than 80 characters. 52
Errors '+' should be on a new line. 52
Errors '+' should be on a new line. 53
Errors Line is longer than 80 characters. 54
Errors '+' should be on a new line. 54
Errors Line has trailing spaces. 55
Errors '+' should be on a new line. 55
Errors Line is longer than 80 characters. 56
Errors '+' should be on a new line. 56
Errors '+' should be on a new line. 57
Errors '+' should be on a new line. 58
Errors '+' should be on a new line. 59
Errors '+' should be on a new line. 60
Errors Line is longer than 80 characters. 61
Errors '+' should be on a new line. 61
Errors '+' should be on a new line. 62
Errors '+' should be on a new line. 63
Errors '+' should be on a new line. 64
Errors '+' should be on a new line. 65
Errors '+' should be on a new line. 66
Errors '+' should be on a new line. 67
Errors '+' should be on a new line. 68
Errors '+' should be on a new line. 69
Errors '+' should be on a new line. 70
Errors '+' should be on a new line. 71
Errors Missing a Javadoc comment. 74
Errors Parameter owner should be final. 74
Errors Parameter evt should be final. 85
Errors Name 'screen_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92

org/freehost3270/application/ApplicationFrame.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Comment matches to-do format 'TODO:'. 67
Errors Line is longer than 80 characters. 72
Errors Missing a Javadoc comment. 72
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 72
Errors '{' is followed by whitespace. 75
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 85
Errors Missing a Javadoc comment. 86
Errors Missing a Javadoc comment. 87
Errors Missing a Javadoc comment. 88
Errors Missing a Javadoc comment. 89
Errors Missing a Javadoc comment. 90
Errors Line is longer than 80 characters. 103
Errors Missing a Javadoc comment. 109
Errors Parameter host should be final. 109
Errors 'host' hides a field. 109
Errors Parameter port should be final. 109
Errors 'port' hides a field. 109
Errors Parameter available should be final. 109
Errors 'available' hides a field. 109
Errors Line is longer than 80 characters. 113
Errors Missing a Javadoc comment. 113
Errors Parameter host should be final. 113
Errors 'host' hides a field. 113
Errors Parameter port should be final. 113
Errors 'port' hides a field. 113
Errors Parameter available should be final. 113
Errors 'available' hides a field. 113
Errors Parameter parent should be final. 113
Errors Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter evt should be final. 118
Errors Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Method 'exit' is not designed for extension - needs to be abstract, final or empty. 129
Errors Method 'focusGained' is not designed for extension - needs to be abstract, final or empty. 138
Errors Missing a Javadoc comment. 138
Errors Parameter evt should be final. 138
Errors Missing a Javadoc comment. 142
Errors Parameter evt should be final. 142
Errors Method 'processEvent' is not designed for extension - needs to be abstract, final or empty. 145
Errors Missing a Javadoc comment. 145
Errors Parameter evt should be final. 145
Errors Line is longer than 80 characters. 158
Errors Line has trailing spaces. 161
Errors Missing a Javadoc comment. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors '(' is followed by whitespace. 171
Errors ')' is preceded with whitespace. 171
Errors Line has trailing spaces. 172
Errors Line contains a tab character. 173
Errors '(' is followed by whitespace. 173
Errors ')' is preceded with whitespace. 173
Errors Line has trailing spaces. 174
Errors '(' is followed by whitespace. 176
Errors Line contains a tab character. 178
Errors Parameter arg0 should be final. 178
Errors Line contains a tab character. 179
Errors '(' is followed by whitespace. 179
Errors ')' is preceded with whitespace. 179
Errors Line contains a tab character. 180
Errors Line has trailing spaces. 181
Errors Line contains a tab character. 181
Errors '(' is followed by whitespace. 183
Errors ')' is preceded with whitespace. 183
Errors '(' is followed by whitespace. 184
Errors ')' is preceded with whitespace. 184
Errors '(' is followed by whitespace. 185
Errors ')' is preceded with whitespace. 185
Errors '(' is followed by whitespace. 186
Errors ')' is preceded with whitespace. 186
Errors Line has trailing spaces. 187
Errors '(' is followed by whitespace. 189
Errors Line contains a tab character. 191
Errors Parameter arg0 should be final. 191
Errors Line contains a tab character. 192
Errors '(' is followed by whitespace. 192
Errors ')' is preceded with whitespace. 192
Errors Line contains a tab character. 193
Errors Line has trailing spaces. 194
Errors Line contains a tab character. 194
Errors '(' is followed by whitespace. 196
Errors ')' is preceded with whitespace. 196
Errors '(' is followed by whitespace. 197
Errors ')' is preceded with whitespace. 197
Errors '(' is followed by whitespace. 198
Errors ')' is preceded with whitespace. 198
Errors Line has trailing spaces. 199
Errors '(' is followed by whitespace. 199
Errors ')' is preceded with whitespace. 199
Errors Line contains a tab character. 199
Errors Line has trailing spaces. 200
Errors Line has trailing spaces. 202
Errors '(' is followed by whitespace. 203
Errors Line contains a tab character. 205
Errors Parameter arg0 should be final. 205
Errors Line contains a tab character. 206
Errors '(' is followed by whitespace. 206
Errors ')' is preceded with whitespace. 206
Errors Line contains a tab character. 207
Errors Line has trailing spaces. 208
Errors Line contains a tab character. 208
Errors '(' is followed by whitespace. 210
Errors ')' is preceded with whitespace. 210
Errors '(' is followed by whitespace. 211
Errors ')' is preceded with whitespace. 211
Errors '(' is followed by whitespace. 212
Errors ')' is preceded with whitespace. 212
Errors '(' is followed by whitespace. 213
Errors ')' is preceded with whitespace. 213
Errors Line has trailing spaces. 214
Errors Line has trailing spaces. 216
Errors Line has trailing spaces. 218
Errors '(' is followed by whitespace. 219
Errors Line contains a tab character. 221
Errors Parameter arg0 should be final. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line has trailing spaces. 224
Errors Line contains a tab character. 224
Errors '(' is followed by whitespace. 226
Errors ')' is preceded with whitespace. 226
Errors '(' is followed by whitespace. 227
Errors ')' is preceded with whitespace. 227
Errors '(' is followed by whitespace. 228
Errors ')' is preceded with whitespace. 228
Errors '(' is followed by whitespace. 229
Errors ')' is preceded with whitespace. 229
Errors Line has trailing spaces. 230
Errors Line has trailing spaces. 232
Errors '(' is followed by whitespace. 233
Errors Line contains a tab character. 235
Errors Parameter arg0 should be final. 235
Errors Line contains a tab character. 236
Errors Line contains a tab character. 237
Errors Line has trailing spaces. 238
Errors Line contains a tab character. 238
Errors '(' is followed by whitespace. 240
Errors ')' is preceded with whitespace. 240
Errors '(' is followed by whitespace. 241
Errors ')' is preceded with whitespace. 241
Errors '(' is followed by whitespace. 242
Errors ')' is preceded with whitespace. 242
Errors '(' is followed by whitespace. 243
Errors ')' is preceded with whitespace. 243
Errors Method length is 224 lines (max allowed is 150). 248
Errors Line is longer than 80 characters. 252
Errors Line has trailing spaces. 254
Errors Line has trailing spaces. 259
Errors Line contains a tab character. 261
Errors Parameter evt should be final. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 264
Errors Line has trailing spaces. 265
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors 'catch' is not followed by whitespace. 267
Errors Line is longer than 80 characters. 268
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line has trailing spaces. 271
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line has trailing spaces. 274
Errors Line has trailing spaces. 276
Errors Parameter evt should be final. 278
Errors Parameter evt should be final. 291
Errors Parameter evt should be final. 305
Errors Parameter evt should be final. 325
Errors Line is longer than 80 characters. 340
Errors '10' is a magic number. 341
Errors Parameter evt should be final. 342
Errors '10' is a magic number. 344
Errors Line is longer than 80 characters. 365
Errors Parameter evt should be final. 367
Errors Line is longer than 80 characters. 373
Errors Line is longer than 80 characters. 394
Errors Parameter evt should be final. 396
Errors Line is longer than 80 characters. 402
Errors Line is longer than 80 characters. 425
Errors Parameter evt should be final. 427
Errors Line is longer than 80 characters. 433
Errors Line has trailing spaces. 448
Errors Line has trailing spaces. 450
Errors Line contains a tab character. 453
Errors Line is longer than 80 characters. 454
Errors Line contains a tab character. 454
Errors Line contains a tab character. 455
Errors Line has trailing spaces. 456
Errors Line contains a tab character. 456
Errors Line contains a tab character. 457
Errors Line has trailing spaces. 458
Errors Line contains a tab character. 458
Errors Line has trailing spaces. 460
Errors Parameter evt should be final. 464
Errors Missing a Javadoc comment. 473
Errors Parameter size should be final. 473
Errors Line is longer than 80 characters. 487
Errors Parameter host should be final. 487
Errors 'host' hides a field. 487
Errors Parameter port should be final. 487
Errors 'port' hides a field. 487
Errors Parameter available should be final. 487
Errors 'available' hides a field. 487
Errors Parameter parent should be final. 487
Errors Parameter encryption should be final. 487
Errors Expected @param tag for 'encryption'. 487
Errors Line has trailing spaces. 497
Errors Line has trailing spaces. 500
Errors Line has trailing spaces. 504
Errors Name 'screen_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 506
Errors Name 'frame_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 507
Errors '20' is a magic number. 518
Errors '20' is a magic number. 519
Errors '+' should be on a new line. 531
Errors '+' should be on a new line. 537
Errors Missing a Javadoc comment. 549
Errors Parameter message should be final. 549

org/freehost3270/application/ClientLauncher.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Redundant import from the same package - org.freehost3270.application.ApplicationFrame. 34
Errors Utility classes should not have a public or default constructor. 50
Errors Line is longer than 80 characters. 51
Errors Missing a Javadoc comment. 51
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Errors Missing a Javadoc comment. 52
Errors Line is longer than 80 characters. 53
Errors Missing a Javadoc comment. 53
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 54
Errors Parameter args should be final. 61
Errors '&&' should be on a new line. 73
Errors '23' is a magic number. 75

org/freehost3270/application/EditHostFrame.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 59
Errors Name 'okString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Errors Missing a Javadoc comment. 60
Errors Name 'cancelString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 60
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 63
Errors Missing a Javadoc comment. 64
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 66
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 69
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 74
Errors Missing a Javadoc comment. 78
Errors Parameter owner should be final. 78
Errors Parameter hostName should be final. 78
Errors 'hostName' hides a field. 78
Errors Parameter portNumber should be final. 78
Errors 'portNumber' hides a field. 78
Errors Parameter owner should be final. 92
Errors Parameter hostName should be final. 92
Errors 'hostName' hides a field. 92
Errors Parameter portNumber should be final. 92
Errors 'portNumber' hides a field. 92
Errors Parameter useEncryption should be final. 93
Errors 'useEncryption' hides a field. 93
Errors '10' is a magic number. 96
Errors '4' is a magic number. 98
Errors Line has trailing spaces. 101
Errors Line has trailing spaces. 102
Errors Line has trailing spaces. 103
Errors Line contains a tab character. 103
Errors Line has trailing spaces. 104
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line has trailing spaces. 106
Errors '(' is followed by whitespace. 107
Errors ')' is preceded with whitespace. 107
Errors '(' is followed by whitespace. 109
Errors ')' is preceded with whitespace. 109
Errors Line has trailing spaces. 110
Errors Line has trailing spaces. 111
Errors Line has trailing spaces. 112
Errors Line contains a tab character. 112
Errors Line has trailing spaces. 113
Errors Line contains a tab character. 113
Errors Line has trailing spaces. 114
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line has trailing spaces. 116
Errors '(' is followed by whitespace. 117
Errors ')' is preceded with whitespace. 117
Errors '(' is followed by whitespace. 118
Errors ')' is preceded with whitespace. 118
Errors Line has trailing spaces. 119
Errors Line has trailing spaces. 122
Errors '{' is followed by whitespace. 127
Errors Parameter we should be final. 137
Errors Parameter ce should be final. 144
Errors Name 'frame_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
Errors Name 'screen_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157
Errors Missing a Javadoc comment. 167
Errors Parameter evt should be final. 167
Errors Method 'clearAndHide' is not designed for extension - needs to be abstract, final or empty. 173
Errors Method 'getHost' is not designed for extension - needs to be abstract, final or empty. 183
Errors Line has trailing spaces. 188
Errors Method 'getModelNumber' is not designed for extension - needs to be abstract, final or empty. 191
Errors Line contains a tab character. 192
Errors Line has trailing spaces. 196
Errors Method 'getTerminalType' is not designed for extension - needs to be abstract, final or empty. 199
Errors Line contains a tab character. 200
Errors Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 207
Errors Line has trailing spaces. 213
Errors Line has trailing spaces. 222
Errors Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 226
Errors Method 'isEncryptionUsed' is not designed for extension - needs to be abstract, final or empty. 230
Errors Missing a Javadoc comment. 230
Errors Method 'propertyChange' is not designed for extension - needs to be abstract, final or empty. 234
Errors Missing a Javadoc comment. 234
Errors Parameter e should be final. 234
Errors '&&' should be on a new line. 237
Errors '||' should be on a new line. 238

org/freehost3270/application/package.html

Violation Message Line
Errors Missing package documentation file. 0