Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 0 0 395

Rules

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

Details

org/molwind/servlet/AbstractCommand.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - org.jdom.*. 21
Errors Using the '.*' form of import should be avoided - java.io.*. 24
Errors First sentence should end with a period. 27
Errors Line has trailing spaces. 28
Errors '{' is not preceded with whitespace. 35
Errors Line has trailing spaces. 37
Errors First sentence should end with a period. 38
Errors Line is longer than 80 characters. 39
Errors Line has trailing spaces. 40
Errors Method 'writeXML' is not designed for extension - needs to be abstract, final or empty. 48
Errors Parameter response should be final. 48
Errors ',' is not followed by whitespace. 48
Errors Parameter array should be final. 48
Errors '{' is not preceded with whitespace. 48
Errors Line has trailing spaces. 49
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line has trailing spaces. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 58
Errors Line has trailing spaces. 61
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '=' is not preceded with whitespace. 62
Errors '=' is not followed by whitespace. 62
Errors Line has trailing spaces. 63
Errors Line has trailing spaces. 65
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors 'for' is not followed by whitespace. 66
Errors ':' is not preceded with whitespace. 66
Errors ':' is not followed by whitespace. 66
Errors '{' is not preceded with whitespace. 66
Errors Line has trailing spaces. 67
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors ',' is not followed by whitespace. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors 'try' is not followed by whitespace. 82
Errors '{' is not preceded with whitespace. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors ',' is not followed by whitespace. 84
Errors Line contains a tab character. 85
Errors 'catch' is not preceded with whitespace. 85
Errors '}' is not followed by whitespace. 85
Errors 'catch' is not followed by whitespace. 85
Errors '{' is not preceded with whitespace. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line has trailing spaces. 88
Errors Line contains a tab character. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Method 'writeXML' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Parameter response should be final. 91
Errors ',' is not followed by whitespace. 91
Errors Parameter array should be final. 91
Errors '{' is not preceded with whitespace. 91
Errors Line has trailing spaces. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 97
Errors Line has trailing spaces. 98
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 101
Errors 'for' is not followed by whitespace. 101
Errors ':' is not preceded with whitespace. 101
Errors ':' is not followed by whitespace. 101
Errors '{' is not preceded with whitespace. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors ',' is not followed by whitespace. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors 'try' is not followed by whitespace. 110
Errors '{' is not preceded with whitespace. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors ',' is not followed by whitespace. 112
Errors Line contains a tab character. 113
Errors 'catch' is not preceded with whitespace. 113
Errors '}' is not followed by whitespace. 113
Errors 'catch' is not followed by whitespace. 113
Errors '{' is not preceded with whitespace. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line has trailing spaces. 116
Errors Line contains a tab character. 116
Errors Line has trailing spaces. 117
Errors Line contains a tab character. 117

org/molwind/servlet/Command.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Unused import - javax.servlet.ServletOutputStream. 21
Errors Unused import - java.io.IOException. 23
Errors Unused import - java.io.OutputStream. 24
Errors First sentence should end with a period. 27
Errors Line has trailing spaces. 40
Errors First sentence should end with a period. 42
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 52
Errors Line is longer than 80 characters. 55
Errors Redundant 'public' modifier. 55
Errors ',' is not followed by whitespace. 55

org/molwind/servlet/GetImageCommand.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Unused import - org.molwind.util.MolwindServerConfiguration. 20
Errors Unused import - org.molwind.view.Tiles. 23
Errors Unused import - java.io.IOException. 28
Errors Unused import - java.io.OutputStream. 29
Errors First sentence should end with a period. 40
Errors Line has trailing spaces. 41
Errors Line is longer than 80 characters. 41
Errors Line has trailing spaces. 43
Errors '{' is not preceded with whitespace. 47
Errors Line has trailing spaces. 48
Errors Missing a Javadoc comment. 50
Errors Variable 'out' must be private and have accessor methods. 50
Errors Line has trailing spaces. 51
Errors Line is longer than 80 characters. 52
Errors Missing a Javadoc comment. 52
Errors Name 'DEFAULT_IMGLOCATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Errors '=' is not preceded with whitespace. 52
Errors '=' is not followed by whitespace. 52
Errors ';' is not followed by whitespace. 52
Errors Missing a Javadoc comment. 53
Errors '=' is not preceded with whitespace. 53
Errors '=' is not followed by whitespace. 53
Errors Missing a Javadoc comment. 54
Errors Variable 'image' must be private and have accessor methods. 54
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 60
Errors Missing a Javadoc comment. 61
Errors Line has trailing spaces. 67
Errors First sentence should end with a period. 68
Errors Line has trailing spaces. 72
Errors First sentence should end with a period. 73
Errors '=' is not followed by whitespace. 76
Errors Method 'getImageLocation' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line contains a tab character. 84
Errors Method 'setImageLocation' is not designed for extension - needs to be abstract, final or empty. 91
Errors Parameter newImageLocation should be final. 91
Errors Line contains a tab character. 92
Errors Line has trailing spaces. 95
Errors Line has trailing spaces. 131
Errors First sentence should end with a period. 164
Errors Line has trailing spaces. 169
Errors Line has trailing spaces. 170
Errors Line has trailing spaces. 173
Errors Line has trailing spaces. 174
Errors Line is longer than 80 characters. 176
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 176
Errors Parameter request should be final. 176
Errors ',' is not followed by whitespace. 176
Errors Parameter response should be final. 176
Errors '{' is not preceded with whitespace. 176
Errors Line contains a tab character. 178
Errors Line has trailing spaces. 179
Errors Line has trailing spaces. 183
Errors Line has trailing spaces. 189
Errors Line has trailing spaces. 190
Errors Line has trailing spaces. 193
Errors Line has trailing spaces. 194
Errors Line is longer than 80 characters. 196
Errors Line contains a tab character. 207
Errors Line has trailing spaces. 209
Errors Line contains a tab character. 209
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line has trailing spaces. 216
Errors Line contains a tab character. 216
Errors Line has trailing spaces. 217
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 221
Errors Line contains a tab character. 223
Errors Line has trailing spaces. 225
Errors Line contains a tab character. 225
Errors Line has trailing spaces. 228
Errors Line contains a tab character. 228

org/molwind/servlet/GetWorldNamesCommand.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Unused import - java.io.IOException. 20
Errors Unused import - java.io.OutputStream. 21
Errors Unused import - javax.servlet.ServletOutputStream. 29
Errors First sentence should end with a period. 32
Errors Line is longer than 80 characters. 33
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 40
Errors Missing a Javadoc comment. 44
Errors '{' is not preceded with whitespace. 44
Errors Line has trailing spaces. 51
Errors First sentence should end with a period. 54
Errors Line has trailing spaces. 59
Errors Line has trailing spaces. 60
Errors Line has trailing spaces. 63
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters. 66
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 66
Errors Parameter request should be final. 66
Errors ',' is not followed by whitespace. 66
Errors Parameter response should be final. 66
Errors '{' is not preceded with whitespace. 66
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors '=' is not followed by whitespace. 67
Errors Line has trailing spaces. 70
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line has trailing spaces. 72
Errors Line contains a tab character. 72
Errors Line has trailing spaces. 73
Errors Line contains a tab character. 74
Errors ',' is not followed by whitespace. 74
Errors Line has trailing spaces. 76
Errors Line contains a tab character. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 77
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 83

org/molwind/servlet/MolwindServlet.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - org.jdom.*. 21
Errors Unused import - javax.servlet.ServletOutputStream. 32
Errors Unused import - org.molwind.view.Tiles. 38
Errors Line has trailing spaces. 59
Errors First sentence should end with a period. 60
Errors Line has trailing spaces. 64
Errors First sentence should end with a period. 65
Errors '=' is not followed by whitespace. 68
Errors First sentence should end with a period. 76
Errors '<' is not preceded with whitespace. 80
Errors '<' is not followed by whitespace. 80
Errors ',' is not followed by whitespace. 80
Errors '>' is not preceded with whitespace. 80
Errors Line has trailing spaces. 81
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 95
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors '(' is followed by whitespace. 99
Errors ')' is preceded with whitespace. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 104
Errors Line has trailing spaces. 136
Errors Line has trailing spaces. 139
Errors Line has trailing spaces. 140
Errors Line has trailing spaces. 141
Errors Line has trailing spaces. 142
Errors Missing a Javadoc comment. 143
Errors '(' is followed by whitespace. 143
Errors ')' is preceded with whitespace. 143
Errors Line has trailing spaces. 144
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors '<' is not preceded with whitespace. 146
Errors '<' is not followed by whitespace. 146
Errors ',' is not followed by whitespace. 146
Errors '>' is not preceded with whitespace. 146
Errors '>' is not followed by whitespace. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors 'while' is not followed by whitespace. 148
Errors '(' is followed by whitespace. 148
Errors ')' is preceded with whitespace. 148
Errors Line contains a tab character. 149
Errors 'cast' is not followed by whitespace. 149
Errors Line has trailing spaces. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors 'if' is not followed by whitespace. 151
Errors '(' is followed by whitespace. 151
Errors '(' is followed by whitespace. 151
Errors ')' is preceded with whitespace. 151
Errors ')' is preceded with whitespace. 151
Errors Line has trailing spaces. 152
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors '(' is followed by whitespace. 153
Errors ')' is preceded with whitespace. 153
Errors Line has trailing spaces. 154
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors '(' is followed by whitespace. 156
Errors ')' is preceded with whitespace. 156
Errors Line has trailing spaces. 157
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line has trailing spaces. 161
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors 'if' is not followed by whitespace. 162
Errors '(' is followed by whitespace. 162
Errors ')' is preceded with whitespace. 162
Errors '{' is not preceded with whitespace. 162
Errors Line contains a tab character. 163
Errors '(' is followed by whitespace. 163
Errors ')' is preceded with whitespace. 163
Errors ';' is not followed by whitespace. 163
Errors '}' is not preceded with whitespace. 163
Errors '}' should be on a new line. 163
Errors Line has trailing spaces. 164
Errors Line contains a tab character. 164
Errors Line has trailing spaces. 165
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 196
Errors Line contains a tab character. 198
Errors ',' is not followed by whitespace. 198
Errors Expected @throws tag for 'NullPointerException'. 198
Errors Redundant throws: 'NullPointerException' is unchecked exception. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line has trailing spaces. 201
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors 'if' is not followed by whitespace. 202
Errors '{' is not preceded with whitespace. 202
Errors Line contains a tab character. 203
Errors ',' is not followed by whitespace. 203
Errors Line contains a tab character. 204
Errors Line has trailing spaces. 205
Errors Line contains a tab character. 205
Errors Line has trailing spaces. 206
Errors Line has trailing spaces. 207
Errors Line contains a tab character. 207
Errors Line has trailing spaces. 251
Errors '{' is not preceded with whitespace. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 255
Errors '{' is not preceded with whitespace. 255
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Errors 'else' is not preceded with whitespace. 257
Errors '}' is not followed by whitespace. 257
Errors 'else' is not followed by whitespace. 257
Errors '{' is not preceded with whitespace. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line has trailing spaces. 297
Errors First sentence should end with a period. 298
Errors Line has trailing spaces. 299
Errors Line has trailing spaces. 304
Errors Parameter key should be final. 308
Errors ',' is not followed by whitespace. 308
Errors Parameter com should be final. 308
Errors Expected @param tag for 'com'. 308
Errors '{' is not preceded with whitespace. 308
Errors Line contains a tab character. 310
Errors ',' is not followed by whitespace. 310
Errors Line has trailing spaces. 312
Errors First sentence should end with a period. 313
Errors Parameter key should be final. 322
Errors Expected @param tag for 'key'. 322
Errors '{' is not preceded with whitespace. 322
Errors Line contains a tab character. 323

org/molwind/servlet/package.html

Violation Message Line
Errors Missing package documentation file. 0