Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5001974

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
628Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
62Errors Error
JavadocMethod34Errors Error
JavadocType6Errors Error
JavadocVariable34Errors Error
JavadocStyle6Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports4Errors Error
LineLength36Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap6Errors Error
ParenPad746Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter14Errors Error
WhitespaceAround218Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly4Errors Error
NeedBraces52Errors Error
RightCurly26Errors Error
AvoidInlineConditionals4Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment4Errors Error
MagicNumber6Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension22Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters58Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/openphacts/nextprot/App.java

ViolationMessageLine
ErrorsLine has trailing spaces.7
ErrorsUtility classes should not have a public or default constructor.7
Errors'{' should be on the previous line.8
ErrorsMissing a Javadoc comment.9
Errors'(' is followed by whitespace.9
ErrorsParameter args should be final.9
Errors')' is preceded with whitespace.9
Errors'{' should be on the previous line.10
Errors'(' is followed by whitespace.11
Errors')' is preceded with whitespace.11
ErrorsLine has trailing spaces.7
ErrorsUtility classes should not have a public or default constructor.7
Errors'{' should be on the previous line.8
ErrorsMissing a Javadoc comment.9
Errors'(' is followed by whitespace.9
ErrorsParameter args should be final.9
Errors')' is preceded with whitespace.9
Errors'{' should be on the previous line.10
Errors'(' is followed by whitespace.11
Errors')' is preceded with whitespace.11

org/openphacts/nextprot/TemplateAssembler.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.4
ErrorsUnused import - java.net.URL.16
ErrorsUnused import - java.util.Collection.20
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.69
ErrorsLine is longer than 80 characters.71
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
Errors'if' is not followed by whitespace.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsLine contains a tab character.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
ErrorsLine contains a tab character.81
Errors'if' is not followed by whitespace.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
ErrorsLine contains a tab character.86
Errors'(' is followed by whitespace.86
Errors'+' is not preceded with whitespace.86
Errors'+' is not followed by whitespace.86
Errors')' is preceded with whitespace.86
ErrorsLine contains a tab character.87
Errors'}' should be on the same line.87
Errors'else' construct must use '{}'s.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
ErrorsLine contains a tab character.90
Errors'}' should be on the same line.90
ErrorsLine contains a tab character.91
Errors'catch' is not followed by whitespace.91
Errors'(' is followed by whitespace.91
Errors')' is preceded with whitespace.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
Errors'(' is followed by whitespace.92
Errors'+' is not preceded with whitespace.92
Errors'+' is not followed by whitespace.92
Errors'!=' is not preceded with whitespace.92
Errors'!=' is not followed by whitespace.92
Errors'?' is not preceded with whitespace.92
ErrorsAvoid inline conditionals.92
Errors'?' is not followed by whitespace.92
Errors':' is not preceded with whitespace.92
Errors':' is not followed by whitespace.92
Errors')' is preceded with whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMissing a Javadoc comment.98
Errors'(' is followed by whitespace.98
ErrorsParameter templDir should be final.98
ErrorsParameter mPath should be final.98
ErrorsParameter ctxt should be final.98
Errors')' is preceded with whitespace.98
ErrorsLine contains a tab character.99
Errors'if' construct must use '{}'s.100
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
Errors'if' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
Errors'if' is not followed by whitespace.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
ErrorsLine contains a tab character.103
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
Errors'if' construct must use '{}'s.108
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
Errors'if' is not followed by whitespace.108
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
ErrorsLine contains a tab character.109
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'else' construct must use '{}'s.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
ErrorsLine contains a tab character.112
Errors'if' is not followed by whitespace.112
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
Errors'(' is followed by whitespace.113
Errors'+' is not preceded with whitespace.113
Errors'+' is not followed by whitespace.113
Errors')' is preceded with whitespace.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
Errors'(' is followed by whitespace.116
Errors'+' is not preceded with whitespace.116
Errors'+' is not followed by whitespace.116
Errors')' is preceded with whitespace.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
ErrorsLine contains a tab character.119
Errors'cast' is not followed by whitespace.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'if' construct must use '{}'s.120
ErrorsLine contains a tab character.120
Errors'if' is not followed by whitespace.120
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
Errors'(' is followed by whitespace.123
Errors'+' is not preceded with whitespace.123
Errors'+' is not followed by whitespace.123
Errors'+' is not preceded with whitespace.123
Errors'+' is not followed by whitespace.123
Errors')' is preceded with whitespace.123
ErrorsLine contains a tab character.124
Errors'}' should be on the same line.124
ErrorsLine contains a tab character.125
Errors'catch' is not followed by whitespace.125
Errors'(' is followed by whitespace.125
Errors')' is preceded with whitespace.125
ErrorsLine contains a tab character.126
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
ErrorsLine contains a tab character.127
Errors'}' should be on the same line.127
ErrorsLine contains a tab character.128
Errors'catch' is not followed by whitespace.128
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
ErrorsLine contains a tab character.129
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
ErrorsLine contains a tab character.130
ErrorsMissing a Javadoc comment.133
Errors'(' is followed by whitespace.133
ErrorsParameter templDir should be final.133
ErrorsParameter ctxt should be final.133
Errors')' is preceded with whitespace.133
ErrorsLine contains a tab character.134
Errors'if' construct must use '{}'s.135
ErrorsLine contains a tab character.135
Errors'if' is not followed by whitespace.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
Errors'(' is followed by whitespace.138
Errors'{' is followed by whitespace.138
Errors')' is preceded with whitespace.138
ErrorsLine contains a tab character.139
Errors'while' is not followed by whitespace.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
ErrorsLine contains a tab character.143
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
ErrorsLine contains a tab character.144
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
ErrorsLine contains a tab character.145
Errors'(' is followed by whitespace.145
Errors'+' is not preceded with whitespace.145
Errors'+' is not followed by whitespace.145
Errors'+' is not preceded with whitespace.145
Errors'+' is not followed by whitespace.145
Errors'+' is not preceded with whitespace.145
Errors'+' is not followed by whitespace.145
Errors')' is preceded with whitespace.145
ErrorsLine contains a tab character.146
Errors'}' should be on the same line.146
ErrorsLine contains a tab character.147
Errors'catch' is not followed by whitespace.147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
ErrorsLine contains a tab character.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMissing a Javadoc comment.153
Errors'(' is followed by whitespace.153
ErrorsParameter templDir should be final.153
ErrorsParameter context should be final.153
Errors')' is preceded with whitespace.153
ErrorsLine contains a tab character.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
Errors'if' is not followed by whitespace.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
ErrorsLine contains a tab character.156
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'(' is followed by whitespace.160
Errors'cast' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
ErrorsLine contains a tab character.167
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
Errors'(' is followed by whitespace.170
Errors')' is preceded with whitespace.170
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsMissing a Javadoc comment.175
Errors'(' is followed by whitespace.175
ErrorsParameter context should be final.175
Errors')' is preceded with whitespace.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
Errors'if' construct must use '{}'s.178
ErrorsLine contains a tab character.178
Errors'if' is not followed by whitespace.178
Errors'(' is followed by whitespace.178
ErrorsInner assignments should be avoided.178
Errors'cast' is not followed by whitespace.178
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
Errors')' is preceded with whitespace.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
Errors'while' is not followed by whitespace.183
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
ErrorsLine contains a tab character.184
Errors'if' construct must use '{}'s.185
ErrorsLine contains a tab character.185
Errors'if' is not followed by whitespace.185
Errors'(' is followed by whitespace.185
Errors'&&' should be on a new line.185
ErrorsLine contains a tab character.186
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
Errors')' is preceded with whitespace.186
ErrorsLine contains a tab character.187
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.192
ErrorsMissing a Javadoc comment.192
Errors'(' is followed by whitespace.192
ErrorsParameter props should be final.192
Errors')' is preceded with whitespace.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.195
Errors'if' is not followed by whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
ErrorsLine contains a tab character.196
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
ErrorsLine contains a tab character.198
Errors'(' is followed by whitespace.198
Errors'+' is not preceded with whitespace.198
Errors'+' is not followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'(' is followed by whitespace.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
Errors')' is preceded with whitespace.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
ErrorsLine contains a tab character.208
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
ErrorsLine contains a tab character.209
Errors'}' should be on the same line.209
ErrorsLine contains a tab character.210
Errors'catch' is not followed by whitespace.210
Errors'(' is followed by whitespace.210
Errors')' is preceded with whitespace.210
ErrorsLine contains a tab character.211
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
ErrorsLine contains a tab character.212
Errors'(' is followed by whitespace.212
Errors')' is preceded with whitespace.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsMissing a Javadoc comment.218
Errors'(' is followed by whitespace.218
ErrorsParameter templDir should be final.218
ErrorsParameter context should be final.218
Errors')' is preceded with whitespace.218
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
Errors'(' is followed by whitespace.221
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
Errors')' is preceded with whitespace.221
ErrorsLine contains a tab character.222
Errors'if' is not followed by whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
Errors'if' is not followed by whitespace.224
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
ErrorsLine contains a tab character.225
Errors'(' is followed by whitespace.225
Errors')' is preceded with whitespace.225
ErrorsLine contains a tab character.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
Errors'}' should be on the same line.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
Errors'(' is followed by whitespace.230
Errors')' is preceded with whitespace.230
ErrorsLine contains a tab character.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
Errors')' is preceded with whitespace.234
ErrorsLine contains a tab character.235
Errors')' is preceded with whitespace.235
ErrorsLine contains a tab character.236
Errors')' is preceded with whitespace.236
ErrorsLine contains a tab character.238
Errors'if' is not followed by whitespace.238
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
ErrorsLine contains a tab character.239
Errors'if' construct must use '{}'s.240
ErrorsLine contains a tab character.240
Errors'if' is not followed by whitespace.240
Errors'(' is followed by whitespace.240
ErrorsInner assignments should be avoided.240
Errors'cast' is not followed by whitespace.240
Errors'(' is followed by whitespace.240
Errors')' is preceded with whitespace.240
Errors')' is preceded with whitespace.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
Errors'(' is followed by whitespace.242
Errors')' is preceded with whitespace.242
ErrorsLine contains a tab character.243
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
ErrorsLine contains a tab character.244
Errors'}' should be on the same line.244
Errors'else' construct must use '{}'s.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.251
ErrorsMissing a Javadoc comment.251
Errors'(' is followed by whitespace.251
ErrorsParameter templDir should be final.251
ErrorsParameter outDir should be final.251
Errors')' is preceded with whitespace.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
Errors'if' is not followed by whitespace.256
Errors'(' is followed by whitespace.256
Errors')' is preceded with whitespace.256
Errors'if' construct must use '{}'s.257
ErrorsLine contains a tab character.257
Errors'if' is not followed by whitespace.257
Errors'(' is followed by whitespace.257
Errors')' is preceded with whitespace.257
ErrorsLine contains a tab character.258
Errors'else' construct must use '{}'s.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
Errors'}' should be on the same line.261
ErrorsLine contains a tab character.262
Errors'if' construct must use '{}'s.263
ErrorsLine contains a tab character.263
Errors'if' is not followed by whitespace.263
Errors'(' is followed by whitespace.263
Errors')' is preceded with whitespace.263
ErrorsLine contains a tab character.264
Errors'else' construct must use '{}'s.265
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
Errors'(' is followed by whitespace.266
Errors')' is preceded with whitespace.266
ErrorsLine contains a tab character.267
Errors'if' construct must use '{}'s.269
ErrorsLine contains a tab character.269
Errors'if' is not followed by whitespace.269
Errors'(' is followed by whitespace.269
Errors')' is preceded with whitespace.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
Errors'(' is followed by whitespace.270
Errors'(' is followed by whitespace.270
Errors')' is preceded with whitespace.270
Errors')' is preceded with whitespace.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.279
ErrorsLine has trailing spaces.284
ErrorsMethod 'processTemplates' is not designed for extension - needs to be abstract, final or empty.284
Errors'(' is followed by whitespace.284
ErrorsParameter templDir should be final.284
ErrorsParameter outDir should be final.284
ErrorsParameter context should be final.284
Errors')' is preceded with whitespace.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.287
Errors'if' is not followed by whitespace.287
Errors'(' is followed by whitespace.287
Errors')' is preceded with whitespace.287
ErrorsLine contains a tab character.288
Errors'(' is followed by whitespace.288
Errors'+' is not preceded with whitespace.288
Errors'+' is not followed by whitespace.288
Errors')' is preceded with whitespace.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
Errors'(' is followed by whitespace.289
Errors'+' is not preceded with whitespace.289
Errors'+' is not followed by whitespace.289
Errors')' is preceded with whitespace.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.292
Errors'(' is followed by whitespace.292
Errors')' is preceded with whitespace.292
ErrorsLine contains a tab character.293
Errors'if' construct must use '{}'s.294
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
Errors'if' is not followed by whitespace.294
Errors'(' is followed by whitespace.294
Errors')' is preceded with whitespace.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.297
Errors'(' is followed by whitespace.297
Errors'+' is not preceded with whitespace.297
Errors'+' is not followed by whitespace.297
Errors')' is preceded with whitespace.297
ErrorsLine contains a tab character.299
Errors'(' is followed by whitespace.299
Errors')' is preceded with whitespace.299
ErrorsLine contains a tab character.300
Errors'(' is followed by whitespace.300
Errors')' is preceded with whitespace.300
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
Errors'(' is followed by whitespace.303
Errors')' is preceded with whitespace.303
Errors'if' construct must use '{}'s.304
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
Errors'if' is not followed by whitespace.304
Errors'(' is followed by whitespace.304
Errors'(' is followed by whitespace.304
Errors')' is preceded with whitespace.304
Errors')' is preceded with whitespace.304
ErrorsLine contains a tab character.305
Errors'(' is followed by whitespace.305
Errors'+' is not preceded with whitespace.305
Errors'+' is not followed by whitespace.305
Errors')' is preceded with whitespace.305
ErrorsLine contains a tab character.306
Errors'}' should be on the same line.306
ErrorsLine contains a tab character.307
Errors'catch' is not followed by whitespace.307
Errors'(' is followed by whitespace.307
Errors')' is preceded with whitespace.307
ErrorsLine contains a tab character.308
Errors'(' is followed by whitespace.308
Errors')' is preceded with whitespace.308
ErrorsLine contains a tab character.309
Errors'(' is followed by whitespace.309
Errors')' is preceded with whitespace.309
ErrorsLine contains a tab character.310
ErrorsMethod 'processTemplates' is not designed for extension - needs to be abstract, final or empty.319
Errors'(' is followed by whitespace.319
ErrorsParameter templDir should be final.319
Errors')' is preceded with whitespace.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.322
Errors'(' is followed by whitespace.322
Errors')' is preceded with whitespace.322
ErrorsMissing a Javadoc comment.325
Errors'(' is followed by whitespace.325
ErrorsParameter argv should be final.325
Errors')' is preceded with whitespace.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.328
Errors'(' is followed by whitespace.328
Errors'(' is followed by whitespace.328
Errors')' is preceded with whitespace.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
Errors'(' is followed by whitespace.329
Errors')' is preceded with whitespace.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
Errors'(' is followed by whitespace.332
Errors')' is preceded with whitespace.332
Errors')' is preceded with whitespace.332
ErrorsLine contains a tab character.334
Errors'(' is followed by whitespace.334
Errors'(' is followed by whitespace.334
Errors')' is preceded with whitespace.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
Errors'(' is followed by whitespace.335
Errors'+' is not preceded with whitespace.335
Errors'+' should be on a new line.335
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.336
Errors'+' is not preceded with whitespace.336
Errors'+' is not followed by whitespace.336
Errors')' is preceded with whitespace.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
Errors'(' is followed by whitespace.339
Errors')' is preceded with whitespace.339
Errors')' is preceded with whitespace.339
ErrorsLine contains a tab character.341
Errors'(' is followed by whitespace.341
Errors'(' is followed by whitespace.341
Errors')' is preceded with whitespace.341
ErrorsLine has trailing spaces.342
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
Errors'(' is followed by whitespace.342
Errors'+' is not preceded with whitespace.342
Errors'+' is not followed by whitespace.342
Errors'+' is not preceded with whitespace.342
Errors'+' is not followed by whitespace.342
Errors')' is preceded with whitespace.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
Errors'(' is followed by whitespace.345
Errors')' is preceded with whitespace.345
Errors')' is preceded with whitespace.345
ErrorsLine contains a tab character.347
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.360
Errors'(' is followed by whitespace.360
Errors')' is preceded with whitespace.360
ErrorsLine contains a tab character.361
Errors'(' is followed by whitespace.361
Errors')' is preceded with whitespace.361
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
Errors'(' is followed by whitespace.368
Errors')' is preceded with whitespace.368
ErrorsLine contains a tab character.369
Errors'(' is followed by whitespace.369
Errors')' is preceded with whitespace.369
ErrorsLine has trailing spaces.371
ErrorsLine contains a tab character.371
ErrorsLine has trailing spaces.372
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.374
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
Errors'(' is followed by whitespace.375
Errors')' is preceded with whitespace.375
ErrorsLine contains a tab character.376
Errors'}' should be on the same line.376
ErrorsLine contains a tab character.377
Errors'catch' is not followed by whitespace.377
Errors'(' is followed by whitespace.377
Errors')' is preceded with whitespace.377
ErrorsLine contains a tab character.378
Errors'(' is followed by whitespace.378
Errors')' is preceded with whitespace.378
ErrorsLine contains a tab character.379
Errors'(' is followed by whitespace.379
Errors'+' is not preceded with whitespace.379
Errors'+' should be on a new line.379
ErrorsLine has trailing spaces.380
ErrorsLine contains a tab character.380
Errors'!=' is not preceded with whitespace.380
Errors'!=' is not followed by whitespace.380
Errors'?' is not preceded with whitespace.380
ErrorsAvoid inline conditionals.380
Errors'?' is not followed by whitespace.380
Errors':' is not preceded with whitespace.380
Errors':' is not followed by whitespace.380
Errors')' is preceded with whitespace.380
ErrorsLine contains a tab character.381
Errors')' is preceded with whitespace.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
Errors'if' is not followed by whitespace.383
Errors'(' is followed by whitespace.383
Errors'(' is followed by whitespace.383
Errors')' is preceded with whitespace.383
Errors')' is preceded with whitespace.383
ErrorsLine contains a tab character.384
Errors'(' is followed by whitespace.384
Errors')' is preceded with whitespace.384
ErrorsLine contains a tab character.385
Errors'(' is followed by whitespace.385
Errors')' is preceded with whitespace.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
Errors'for' is not followed by whitespace.389
Errors'(' is followed by whitespace.389
Errors')' is preceded with whitespace.389
Errors'if' construct must use '{}'s.390
ErrorsLine contains a tab character.390
Errors'if' is not followed by whitespace.390
Errors'(' is followed by whitespace.390
Errors')' is preceded with whitespace.390
ErrorsLine contains a tab character.391
Errors'(' is followed by whitespace.391
Errors')' is preceded with whitespace.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
Errors'if' is not followed by whitespace.395
Errors'(' is followed by whitespace.395
Errors')' is preceded with whitespace.395
ErrorsLine contains a tab character.396
Errors'(' is followed by whitespace.396
Errors')' is preceded with whitespace.396
ErrorsLine contains a tab character.397
Errors'(' is followed by whitespace.397
Errors')' is preceded with whitespace.397
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
Errors'for' construct must use '{}'s.400
ErrorsLine has trailing spaces.400
ErrorsLine contains a tab character.400
Errors'for' is not followed by whitespace.400
Errors'(' is followed by whitespace.400
Errors')' is preceded with whitespace.400
ErrorsLine contains a tab character.401
Errors'(' is followed by whitespace.401
Errors'+' is not preceded with whitespace.401
Errors'+' is not followed by whitespace.401
Errors')' is preceded with whitespace.401
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
Errors'(' is followed by whitespace.403
Errors'(' is followed by whitespace.403
Errors'(' is followed by whitespace.403
Errors')' is preceded with whitespace.403
Errors')' is preceded with whitespace.403
Errors')' is preceded with whitespace.403
Errors'if' construct must use '{}'s.404
ErrorsLine contains a tab character.404
Errors'if' is not followed by whitespace.404
Errors'(' is followed by whitespace.404
Errors')' is preceded with whitespace.404
ErrorsLine contains a tab character.405
Errors'(' is followed by whitespace.405
Errors'+' is not preceded with whitespace.405
Errors'+' is not followed by whitespace.405
Errors'3' is a magic number.405
Errors')' is preceded with whitespace.405
ErrorsLine has trailing spaces.406
ErrorsLine contains a tab character.406
Errors'(' is followed by whitespace.406
Errors')' is preceded with whitespace.406
ErrorsLine has trailing spaces.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsMissing a Javadoc comment.411
Errors'(' is followed by whitespace.411
ErrorsParameter msg should be final.411
ErrorsParameter rc should be final.411
Errors')' is preceded with whitespace.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
Errors'(' is followed by whitespace.413
Errors'+' is not preceded with whitespace.413
Errors'+' is not followed by whitespace.413
Errors'+' is not preceded with whitespace.413
Errors'+' is not followed by whitespace.413
Errors'+' is not preceded with whitespace.413
Errors'+' is not followed by whitespace.413
Errors')' is preceded with whitespace.413
ErrorsLine contains a tab character.414
Errors'if' construct must use '{}'s.415
ErrorsLine contains a tab character.415
Errors'if' is not followed by whitespace.415
Errors'(' is followed by whitespace.415
Errors')' is preceded with whitespace.415
ErrorsLine contains a tab character.416
Errors'(' is followed by whitespace.416
Errors')' is preceded with whitespace.416
ErrorsMissing a Javadoc comment.419
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
Errors'(' is followed by whitespace.421
ErrorsLine contains a tab character.422
Errors'(' is followed by whitespace.422
ErrorsLine contains a tab character.423
Errors'(' is followed by whitespace.423
ErrorsLine contains a tab character.424
ErrorsMissing a Javadoc comment.427
Errors'(' is followed by whitespace.427
ErrorsParameter args should be final.427
Errors')' is preceded with whitespace.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
Errors'(' is followed by whitespace.429
Errors')' is preceded with whitespace.429
ErrorsLine contains a tab character.430
Errors'(' is followed by whitespace.430
Errors'+' is not preceded with whitespace.430
Errors'+' is not followed by whitespace.430
Errors')' is preceded with whitespace.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
Errors'cast' is not followed by whitespace.433
Errors'(' is followed by whitespace.433
Errors')' is preceded with whitespace.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
Errors'(' is followed by whitespace.434
Errors'(' is followed by whitespace.434
Errors'(' is followed by whitespace.434
Errors')' is preceded with whitespace.434
Errors')' is preceded with whitespace.434
Errors')' is preceded with whitespace.434
ErrorsLine contains a tab character.435
Errors'(' is followed by whitespace.435
Errors')' is preceded with whitespace.435
ErrorsLine contains a tab character.436
Errors'}' should be on the same line.436
ErrorsLine contains a tab character.437
Errors'catch' is not followed by whitespace.437
Errors'(' is followed by whitespace.437
Errors')' is preceded with whitespace.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
Errors'(' is followed by whitespace.439
Errors'4' is a magic number.439
Errors')' is preceded with whitespace.439
ErrorsLine contains a tab character.440
ErrorsLine has trailing spaces.4
ErrorsUnused import - java.net.URL.16
ErrorsUnused import - java.util.Collection.20
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.69
ErrorsLine is longer than 80 characters.71
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
Errors'if' is not followed by whitespace.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsLine contains a tab character.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
ErrorsLine contains a tab character.81
Errors'if' is not followed by whitespace.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
ErrorsLine contains a tab character.86
Errors'(' is followed by whitespace.86
Errors'+' is not preceded with whitespace.86
Errors'+' is not followed by whitespace.86
Errors')' is preceded with whitespace.86
ErrorsLine contains a tab character.87
Errors'}' should be on the same line.87
Errors'else' construct must use '{}'s.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
ErrorsLine contains a tab character.90
Errors'}' should be on the same line.90
ErrorsLine contains a tab character.91
Errors'catch' is not followed by whitespace.91
Errors'(' is followed by whitespace.91
Errors')' is preceded with whitespace.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
Errors'(' is followed by whitespace.92
Errors'+' is not preceded with whitespace.92
Errors'+' is not followed by whitespace.92
Errors'!=' is not preceded with whitespace.92
Errors'!=' is not followed by whitespace.92
Errors'?' is not preceded with whitespace.92
ErrorsAvoid inline conditionals.92
Errors'?' is not followed by whitespace.92
Errors':' is not preceded with whitespace.92
Errors':' is not followed by whitespace.92
Errors')' is preceded with whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMissing a Javadoc comment.98
Errors'(' is followed by whitespace.98
ErrorsParameter templDir should be final.98
ErrorsParameter mPath should be final.98
ErrorsParameter ctxt should be final.98
Errors')' is preceded with whitespace.98
ErrorsLine contains a tab character.99
Errors'if' construct must use '{}'s.100
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
Errors'if' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
Errors'if' is not followed by whitespace.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
ErrorsLine contains a tab character.103
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
Errors'if' construct must use '{}'s.108
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
Errors'if' is not followed by whitespace.108
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
ErrorsLine contains a tab character.109
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'else' construct must use '{}'s.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
ErrorsLine contains a tab character.112
Errors'if' is not followed by whitespace.112
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
Errors'(' is followed by whitespace.113
Errors'+' is not preceded with whitespace.113
Errors'+' is not followed by whitespace.113
Errors')' is preceded with whitespace.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
Errors'(' is followed by whitespace.116
Errors'+' is not preceded with whitespace.116
Errors'+' is not followed by whitespace.116
Errors')' is preceded with whitespace.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
ErrorsLine contains a tab character.119
Errors'cast' is not followed by whitespace.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'if' construct must use '{}'s.120
ErrorsLine contains a tab character.120
Errors'if' is not followed by whitespace.120
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
Errors'(' is followed by whitespace.123
Errors'+' is not preceded with whitespace.123
Errors'+' is not followed by whitespace.123
Errors'+' is not preceded with whitespace.123
Errors'+' is not followed by whitespace.123
Errors')' is preceded with whitespace.123
ErrorsLine contains a tab character.124
Errors'}' should be on the same line.124
ErrorsLine contains a tab character.125
Errors'catch' is not followed by whitespace.125
Errors'(' is followed by whitespace.125
Errors')' is preceded with whitespace.125
ErrorsLine contains a tab character.126
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
ErrorsLine contains a tab character.127
Errors'}' should be on the same line.127
ErrorsLine contains a tab character.128
Errors'catch' is not followed by whitespace.128
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
ErrorsLine contains a tab character.129
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
ErrorsLine contains a tab character.130
ErrorsMissing a Javadoc comment.133
Errors'(' is followed by whitespace.133
ErrorsParameter templDir should be final.133
ErrorsParameter ctxt should be final.133
Errors')' is preceded with whitespace.133
ErrorsLine contains a tab character.134
Errors'if' construct must use '{}'s.135
ErrorsLine contains a tab character.135
Errors'if' is not followed by whitespace.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
Errors'(' is followed by whitespace.138
Errors'{' is followed by whitespace.138
Errors')' is preceded with whitespace.138
ErrorsLine contains a tab character.139
Errors'while' is not followed by whitespace.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
ErrorsLine contains a tab character.143
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
ErrorsLine contains a tab character.144
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
ErrorsLine contains a tab character.145
Errors'(' is followed by whitespace.145
Errors'+' is not preceded with whitespace.145
Errors'+' is not followed by whitespace.145
Errors'+' is not preceded with whitespace.145
Errors'+' is not followed by whitespace.145
Errors'+' is not preceded with whitespace.145
Errors'+' is not followed by whitespace.145
Errors')' is preceded with whitespace.145
ErrorsLine contains a tab character.146
Errors'}' should be on the same line.146
ErrorsLine contains a tab character.147
Errors'catch' is not followed by whitespace.147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
ErrorsLine contains a tab character.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMissing a Javadoc comment.153
Errors'(' is followed by whitespace.153
ErrorsParameter templDir should be final.153
ErrorsParameter context should be final.153
Errors')' is preceded with whitespace.153
ErrorsLine contains a tab character.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
Errors'if' is not followed by whitespace.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
ErrorsLine contains a tab character.156
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'(' is followed by whitespace.160
Errors'cast' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
ErrorsLine contains a tab character.167
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
Errors'(' is followed by whitespace.170
Errors')' is preceded with whitespace.170
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsMissing a Javadoc comment.175
Errors'(' is followed by whitespace.175
ErrorsParameter context should be final.175
Errors')' is preceded with whitespace.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
Errors'if' construct must use '{}'s.178
ErrorsLine contains a tab character.178
Errors'if' is not followed by whitespace.178
Errors'(' is followed by whitespace.178
ErrorsInner assignments should be avoided.178
Errors'cast' is not followed by whitespace.178
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
Errors')' is preceded with whitespace.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
Errors'while' is not followed by whitespace.183
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
ErrorsLine contains a tab character.184
Errors'if' construct must use '{}'s.185
ErrorsLine contains a tab character.185
Errors'if' is not followed by whitespace.185
Errors'(' is followed by whitespace.185
Errors'&&' should be on a new line.185
ErrorsLine contains a tab character.186
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
Errors')' is preceded with whitespace.186
ErrorsLine contains a tab character.187
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.192
ErrorsMissing a Javadoc comment.192
Errors'(' is followed by whitespace.192
ErrorsParameter props should be final.192
Errors')' is preceded with whitespace.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.195
Errors'if' is not followed by whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
ErrorsLine contains a tab character.196
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
ErrorsLine contains a tab character.198
Errors'(' is followed by whitespace.198
Errors'+' is not preceded with whitespace.198
Errors'+' is not followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'(' is followed by whitespace.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
Errors')' is preceded with whitespace.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
ErrorsLine contains a tab character.208
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
ErrorsLine contains a tab character.209
Errors'}' should be on the same line.209
ErrorsLine contains a tab character.210
Errors'catch' is not followed by whitespace.210
Errors'(' is followed by whitespace.210
Errors')' is preceded with whitespace.210
ErrorsLine contains a tab character.211
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
ErrorsLine contains a tab character.212
Errors'(' is followed by whitespace.212
Errors')' is preceded with whitespace.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsMissing a Javadoc comment.218
Errors'(' is followed by whitespace.218
ErrorsParameter templDir should be final.218
ErrorsParameter context should be final.218
Errors')' is preceded with whitespace.218
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
Errors'(' is followed by whitespace.221
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
Errors')' is preceded with whitespace.221
ErrorsLine contains a tab character.222
Errors'if' is not followed by whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
Errors'if' is not followed by whitespace.224
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
ErrorsLine contains a tab character.225
Errors'(' is followed by whitespace.225
Errors')' is preceded with whitespace.225
ErrorsLine contains a tab character.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
Errors'}' should be on the same line.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
Errors'(' is followed by whitespace.230
Errors')' is preceded with whitespace.230
ErrorsLine contains a tab character.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
Errors')' is preceded with whitespace.234
ErrorsLine contains a tab character.235
Errors')' is preceded with whitespace.235
ErrorsLine contains a tab character.236
Errors')' is preceded with whitespace.236
ErrorsLine contains a tab character.238
Errors'if' is not followed by whitespace.238
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
ErrorsLine contains a tab character.239
Errors'if' construct must use '{}'s.240
ErrorsLine contains a tab character.240
Errors'if' is not followed by whitespace.240
Errors'(' is followed by whitespace.240
ErrorsInner assignments should be avoided.240
Errors'cast' is not followed by whitespace.240
Errors'(' is followed by whitespace.240
Errors')' is preceded with whitespace.240
Errors')' is preceded with whitespace.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
Errors'(' is followed by whitespace.242
Errors')' is preceded with whitespace.242
ErrorsLine contains a tab character.243
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
ErrorsLine contains a tab character.244
Errors'}' should be on the same line.244
Errors'else' construct must use '{}'s.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.251
ErrorsMissing a Javadoc comment.251
Errors'(' is followed by whitespace.251
ErrorsParameter templDir should be final.251
ErrorsParameter outDir should be final.251
Errors')' is preceded with whitespace.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
Errors'if' is not followed by whitespace.256
Errors'(' is followed by whitespace.256
Errors')' is preceded with whitespace.256
Errors'if' construct must use '{}'s.257
ErrorsLine contains a tab character.257
Errors'if' is not followed by whitespace.257
Errors'(' is followed by whitespace.257
Errors')' is preceded with whitespace.257
ErrorsLine contains a tab character.258
Errors'else' construct must use '{}'s.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
Errors'}' should be on the same line.261
ErrorsLine contains a tab character.262
Errors'if' construct must use '{}'s.263
ErrorsLine contains a tab character.263
Errors'if' is not followed by whitespace.263
Errors'(' is followed by whitespace.263
Errors')' is preceded with whitespace.263
ErrorsLine contains a tab character.264
Errors'else' construct must use '{}'s.265
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
Errors'(' is followed by whitespace.266
Errors')' is preceded with whitespace.266
ErrorsLine contains a tab character.267
Errors'if' construct must use '{}'s.269
ErrorsLine contains a tab character.269
Errors'if' is not followed by whitespace.269
Errors'(' is followed by whitespace.269
Errors')' is preceded with whitespace.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
Errors'(' is followed by whitespace.270
Errors'(' is followed by whitespace.270
Errors')' is preceded with whitespace.270
Errors')' is preceded with whitespace.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.279
ErrorsLine has trailing spaces.284
ErrorsMethod 'processTemplates' is not designed for extension - needs to be abstract, final or empty.284
Errors'(' is followed by whitespace.284
ErrorsParameter templDir should be final.284
ErrorsParameter outDir should be final.284
ErrorsParameter context should be final.284
Errors')' is preceded with whitespace.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.287
Errors'if' is not followed by whitespace.287
Errors'(' is followed by whitespace.287
Errors')' is preceded with whitespace.287
ErrorsLine contains a tab character.288
Errors'(' is followed by whitespace.288
Errors'+' is not preceded with whitespace.288
Errors'+' is not followed by whitespace.288
Errors')' is preceded with whitespace.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
Errors'(' is followed by whitespace.289
Errors'+' is not preceded with whitespace.289
Errors'+' is not followed by whitespace.289
Errors')' is preceded with whitespace.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.292
Errors'(' is followed by whitespace.292
Errors')' is preceded with whitespace.292
ErrorsLine contains a tab character.293
Errors'if' construct must use '{}'s.294
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.294
Errors'if' is not followed by whitespace.294
Errors'(' is followed by whitespace.294
Errors')' is preceded with whitespace.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.297
Errors'(' is followed by whitespace.297
Errors'+' is not preceded with whitespace.297
Errors'+' is not followed by whitespace.297
Errors')' is preceded with whitespace.297
ErrorsLine contains a tab character.299
Errors'(' is followed by whitespace.299
Errors')' is preceded with whitespace.299
ErrorsLine contains a tab character.300
Errors'(' is followed by whitespace.300
Errors')' is preceded with whitespace.300
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
Errors'(' is followed by whitespace.303
Errors')' is preceded with whitespace.303
Errors'if' construct must use '{}'s.304
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
Errors'if' is not followed by whitespace.304
Errors'(' is followed by whitespace.304
Errors'(' is followed by whitespace.304
Errors')' is preceded with whitespace.304
Errors')' is preceded with whitespace.304
ErrorsLine contains a tab character.305
Errors'(' is followed by whitespace.305
Errors'+' is not preceded with whitespace.305
Errors'+' is not followed by whitespace.305
Errors')' is preceded with whitespace.305
ErrorsLine contains a tab character.306
Errors'}' should be on the same line.306
ErrorsLine contains a tab character.307
Errors'catch' is not followed by whitespace.307
Errors'(' is followed by whitespace.307
Errors')' is preceded with whitespace.307
ErrorsLine contains a tab character.308
Errors'(' is followed by whitespace.308
Errors')' is preceded with whitespace.308
ErrorsLine contains a tab character.309
Errors'(' is followed by whitespace.309
Errors')' is preceded with whitespace.309
ErrorsLine contains a tab character.310
ErrorsMethod 'processTemplates' is not designed for extension - needs to be abstract, final or empty.319
Errors'(' is followed by whitespace.319
ErrorsParameter templDir should be final.319
Errors')' is preceded with whitespace.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.322
Errors'(' is followed by whitespace.322
Errors')' is preceded with whitespace.322
ErrorsMissing a Javadoc comment.325
Errors'(' is followed by whitespace.325
ErrorsParameter argv should be final.325
Errors')' is preceded with whitespace.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.328
Errors'(' is followed by whitespace.328
Errors'(' is followed by whitespace.328
Errors')' is preceded with whitespace.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
Errors'(' is followed by whitespace.329
Errors')' is preceded with whitespace.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
Errors'(' is followed by whitespace.332
Errors')' is preceded with whitespace.332
Errors')' is preceded with whitespace.332
ErrorsLine contains a tab character.334
Errors'(' is followed by whitespace.334
Errors'(' is followed by whitespace.334
Errors')' is preceded with whitespace.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
Errors'(' is followed by whitespace.335
Errors'+' is not preceded with whitespace.335
Errors'+' should be on a new line.335
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.336
Errors'+' is not preceded with whitespace.336
Errors'+' is not followed by whitespace.336
Errors')' is preceded with whitespace.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
Errors'(' is followed by whitespace.339
Errors')' is preceded with whitespace.339
Errors')' is preceded with whitespace.339
ErrorsLine contains a tab character.341
Errors'(' is followed by whitespace.341
Errors'(' is followed by whitespace.341
Errors')' is preceded with whitespace.341
ErrorsLine has trailing spaces.342
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
Errors'(' is followed by whitespace.342
Errors'+' is not preceded with whitespace.342
Errors'+' is not followed by whitespace.342
Errors'+' is not preceded with whitespace.342
Errors'+' is not followed by whitespace.342
Errors')' is preceded with whitespace.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
Errors'(' is followed by whitespace.345
Errors')' is preceded with whitespace.345
Errors')' is preceded with whitespace.345
ErrorsLine contains a tab character.347
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.360
Errors'(' is followed by whitespace.360
Errors')' is preceded with whitespace.360
ErrorsLine contains a tab character.361
Errors'(' is followed by whitespace.361
Errors')' is preceded with whitespace.361
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
Errors'(' is followed by whitespace.368
Errors')' is preceded with whitespace.368
ErrorsLine contains a tab character.369
Errors'(' is followed by whitespace.369
Errors')' is preceded with whitespace.369
ErrorsLine has trailing spaces.371
ErrorsLine contains a tab character.371
ErrorsLine has trailing spaces.372
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.374
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
Errors'(' is followed by whitespace.375
Errors')' is preceded with whitespace.375
ErrorsLine contains a tab character.376
Errors'}' should be on the same line.376
ErrorsLine contains a tab character.377
Errors'catch' is not followed by whitespace.377
Errors'(' is followed by whitespace.377
Errors')' is preceded with whitespace.377
ErrorsLine contains a tab character.378
Errors'(' is followed by whitespace.378
Errors')' is preceded with whitespace.378
ErrorsLine contains a tab character.379
Errors'(' is followed by whitespace.379
Errors'+' is not preceded with whitespace.379
Errors'+' should be on a new line.379
ErrorsLine has trailing spaces.380
ErrorsLine contains a tab character.380
Errors'!=' is not preceded with whitespace.380
Errors'!=' is not followed by whitespace.380
Errors'?' is not preceded with whitespace.380
ErrorsAvoid inline conditionals.380
Errors'?' is not followed by whitespace.380
Errors':' is not preceded with whitespace.380
Errors':' is not followed by whitespace.380
Errors')' is preceded with whitespace.380
ErrorsLine contains a tab character.381
Errors')' is preceded with whitespace.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
Errors'if' is not followed by whitespace.383
Errors'(' is followed by whitespace.383
Errors'(' is followed by whitespace.383
Errors')' is preceded with whitespace.383
Errors')' is preceded with whitespace.383
ErrorsLine contains a tab character.384
Errors'(' is followed by whitespace.384
Errors')' is preceded with whitespace.384
ErrorsLine contains a tab character.385
Errors'(' is followed by whitespace.385
Errors')' is preceded with whitespace.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
Errors'for' is not followed by whitespace.389
Errors'(' is followed by whitespace.389
Errors')' is preceded with whitespace.389
Errors'if' construct must use '{}'s.390
ErrorsLine contains a tab character.390
Errors'if' is not followed by whitespace.390
Errors'(' is followed by whitespace.390
Errors')' is preceded with whitespace.390
ErrorsLine contains a tab character.391
Errors'(' is followed by whitespace.391
Errors')' is preceded with whitespace.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
Errors'if' is not followed by whitespace.395
Errors'(' is followed by whitespace.395
Errors')' is preceded with whitespace.395
ErrorsLine contains a tab character.396
Errors'(' is followed by whitespace.396
Errors')' is preceded with whitespace.396
ErrorsLine contains a tab character.397
Errors'(' is followed by whitespace.397
Errors')' is preceded with whitespace.397
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
Errors'for' construct must use '{}'s.400
ErrorsLine has trailing spaces.400
ErrorsLine contains a tab character.400
Errors'for' is not followed by whitespace.400
Errors'(' is followed by whitespace.400
Errors')' is preceded with whitespace.400
ErrorsLine contains a tab character.401
Errors'(' is followed by whitespace.401
Errors'+' is not preceded with whitespace.401
Errors'+' is not followed by whitespace.401
Errors')' is preceded with whitespace.401
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
Errors'(' is followed by whitespace.403
Errors'(' is followed by whitespace.403
Errors'(' is followed by whitespace.403
Errors')' is preceded with whitespace.403
Errors')' is preceded with whitespace.403
Errors')' is preceded with whitespace.403
Errors'if' construct must use '{}'s.404
ErrorsLine contains a tab character.404
Errors'if' is not followed by whitespace.404
Errors'(' is followed by whitespace.404
Errors')' is preceded with whitespace.404
ErrorsLine contains a tab character.405
Errors'(' is followed by whitespace.405
Errors'+' is not preceded with whitespace.405
Errors'+' is not followed by whitespace.405
Errors'3' is a magic number.405
Errors')' is preceded with whitespace.405
ErrorsLine has trailing spaces.406
ErrorsLine contains a tab character.406
Errors'(' is followed by whitespace.406
Errors')' is preceded with whitespace.406
ErrorsLine has trailing spaces.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsMissing a Javadoc comment.411
Errors'(' is followed by whitespace.411
ErrorsParameter msg should be final.411
ErrorsParameter rc should be final.411
Errors')' is preceded with whitespace.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
Errors'(' is followed by whitespace.413
Errors'+' is not preceded with whitespace.413
Errors'+' is not followed by whitespace.413
Errors'+' is not preceded with whitespace.413
Errors'+' is not followed by whitespace.413
Errors'+' is not preceded with whitespace.413
Errors'+' is not followed by whitespace.413
Errors')' is preceded with whitespace.413
ErrorsLine contains a tab character.414
Errors'if' construct must use '{}'s.415
ErrorsLine contains a tab character.415
Errors'if' is not followed by whitespace.415
Errors'(' is followed by whitespace.415
Errors')' is preceded with whitespace.415
ErrorsLine contains a tab character.416
Errors'(' is followed by whitespace.416
Errors')' is preceded with whitespace.416
ErrorsMissing a Javadoc comment.419
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
Errors'(' is followed by whitespace.421
ErrorsLine contains a tab character.422
Errors'(' is followed by whitespace.422
ErrorsLine contains a tab character.423
Errors'(' is followed by whitespace.423
ErrorsLine contains a tab character.424
ErrorsMissing a Javadoc comment.427
Errors'(' is followed by whitespace.427
ErrorsParameter args should be final.427
Errors')' is preceded with whitespace.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
Errors'(' is followed by whitespace.429
Errors')' is preceded with whitespace.429
ErrorsLine contains a tab character.430
Errors'(' is followed by whitespace.430
Errors'+' is not preceded with whitespace.430
Errors'+' is not followed by whitespace.430
Errors')' is preceded with whitespace.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
Errors'cast' is not followed by whitespace.433
Errors'(' is followed by whitespace.433
Errors')' is preceded with whitespace.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
Errors'(' is followed by whitespace.434
Errors'(' is followed by whitespace.434
Errors'(' is followed by whitespace.434
Errors')' is preceded with whitespace.434
Errors')' is preceded with whitespace.434
Errors')' is preceded with whitespace.434
ErrorsLine contains a tab character.435
Errors'(' is followed by whitespace.435
Errors')' is preceded with whitespace.435
ErrorsLine contains a tab character.436
Errors'}' should be on the same line.436
ErrorsLine contains a tab character.437
Errors'catch' is not followed by whitespace.437
Errors'(' is followed by whitespace.437
Errors')' is preceded with whitespace.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
Errors'(' is followed by whitespace.439
Errors'4' is a magic number.439
Errors')' is preceded with whitespace.439
ErrorsLine contains a tab character.440

org/openphacts/nextprot/TemplateException.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.3
ErrorsMissing a Javadoc comment.15
Errors'(' is followed by whitespace.15
ErrorsParameter msg should be final.15
Errors')' is preceded with whitespace.15
ErrorsLine contains a tab character.16
Errors'(' is followed by whitespace.16
Errors')' is preceded with whitespace.16
ErrorsLine has trailing spaces.18
ErrorsFirst sentence should end with a period.3
ErrorsMissing a Javadoc comment.15
Errors'(' is followed by whitespace.15
ErrorsParameter msg should be final.15
Errors')' is preceded with whitespace.15
ErrorsLine contains a tab character.16
Errors'(' is followed by whitespace.16
Errors')' is preceded with whitespace.16
ErrorsLine has trailing spaces.18

org/openphacts/nextprot/util/EchoTool.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsFirst sentence should end with a period.21
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
Errors'(' is followed by whitespace.26
Errors')' is preceded with whitespace.26
ErrorsLine contains a tab character.27
Errors'80' is a magic number.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsMethod 'println' is not designed for extension - needs to be abstract, final or empty.36
Errors'(' is followed by whitespace.36
ErrorsParameter x should be final.36
Errors')' is preceded with whitespace.36
Errors'if' construct must use '{}'s.37
ErrorsLine contains a tab character.37
Errors'if' is not followed by whitespace.37
Errors'(' is followed by whitespace.37
Errors')' is preceded with whitespace.37
ErrorsLine contains a tab character.38
Errors'(' is followed by whitespace.38
Errors')' is preceded with whitespace.38
ErrorsMissing a Javadoc comment.41
Errors'(' is followed by whitespace.41
ErrorsParameter x should be final.41
Errors')' is preceded with whitespace.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'if' is not followed by whitespace.43
Errors'(' is followed by whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
ErrorsLine contains a tab character.46
Errors'}' should be on the same line.46
ErrorsLine contains a tab character.47
Errors'catch' is not followed by whitespace.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.54
Errors'if' construct must use '{}'s.55
ErrorsLine contains a tab character.55
Errors'if' is not followed by whitespace.55
Errors'(' is followed by whitespace.55
Errors'cast' is not followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine contains a tab character.56
Errors'if' construct must use '{}'s.57
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
Errors'if' is not followed by whitespace.57
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
ErrorsLine contains a tab character.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'startProgress' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine contains a tab character.65
ErrorsMethod 'advance' is not designed for extension - needs to be abstract, final or empty.73
Errors'(' is followed by whitespace.73
ErrorsParameter amount should be final.73
Errors')' is preceded with whitespace.73
ErrorsLine contains a tab character.74
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
ErrorsLine contains a tab character.75
Errors'if' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
ErrorsLine contains a tab character.76
Errors'+=' is not preceded with whitespace.76
Errors'+=' is not followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'advance' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'getMark' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine contains a tab character.94
ErrorsMethod 'setMark' is not designed for extension - needs to be abstract, final or empty.101
ErrorsParameter newHashMark should be final.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.104
ErrorsMethod 'getColumns' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine contains a tab character.110
ErrorsMethod 'setColumns' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter newMaxCols should be final.117
ErrorsLine contains a tab character.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'if' construct must use '{}'s.119
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
Errors'if' is not followed by whitespace.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsFirst sentence should end with a period.21
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
Errors'(' is followed by whitespace.26
Errors')' is preceded with whitespace.26
ErrorsLine contains a tab character.27
Errors'80' is a magic number.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsMethod 'println' is not designed for extension - needs to be abstract, final or empty.36
Errors'(' is followed by whitespace.36
ErrorsParameter x should be final.36
Errors')' is preceded with whitespace.36
Errors'if' construct must use '{}'s.37
ErrorsLine contains a tab character.37
Errors'if' is not followed by whitespace.37
Errors'(' is followed by whitespace.37
Errors')' is preceded with whitespace.37
ErrorsLine contains a tab character.38
Errors'(' is followed by whitespace.38
Errors')' is preceded with whitespace.38
ErrorsMissing a Javadoc comment.41
Errors'(' is followed by whitespace.41
ErrorsParameter x should be final.41
Errors')' is preceded with whitespace.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'if' is not followed by whitespace.43
Errors'(' is followed by whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
ErrorsLine contains a tab character.46
Errors'}' should be on the same line.46
ErrorsLine contains a tab character.47
Errors'catch' is not followed by whitespace.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.54
Errors'if' construct must use '{}'s.55
ErrorsLine contains a tab character.55
Errors'if' is not followed by whitespace.55
Errors'(' is followed by whitespace.55
Errors'cast' is not followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine contains a tab character.56
Errors'if' construct must use '{}'s.57
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
Errors'if' is not followed by whitespace.57
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
ErrorsLine contains a tab character.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'startProgress' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine contains a tab character.65
ErrorsMethod 'advance' is not designed for extension - needs to be abstract, final or empty.73
Errors'(' is followed by whitespace.73
ErrorsParameter amount should be final.73
Errors')' is preceded with whitespace.73
ErrorsLine contains a tab character.74
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
ErrorsLine contains a tab character.75
Errors'if' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
ErrorsLine contains a tab character.76
Errors'+=' is not preceded with whitespace.76
Errors'+=' is not followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'advance' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'getMark' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine contains a tab character.94
ErrorsMethod 'setMark' is not designed for extension - needs to be abstract, final or empty.101
ErrorsParameter newHashMark should be final.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.104
ErrorsMethod 'getColumns' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine contains a tab character.110
ErrorsMethod 'setColumns' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter newMaxCols should be final.117
ErrorsLine contains a tab character.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'if' construct must use '{}'s.119
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
Errors'if' is not followed by whitespace.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122

org/openphacts/nextprot/util/HashTool.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.22
ErrorsMethod 'adler' is not designed for extension - needs to be abstract, final or empty.31
Errors'(' is followed by whitespace.31
ErrorsParameter obj should be final.31
Errors')' is preceded with whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'(' is followed by whitespace.33
Errors')' is preceded with whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.22
ErrorsMethod 'adler' is not designed for extension - needs to be abstract, final or empty.31
Errors'(' is followed by whitespace.31
ErrorsParameter obj should be final.31
Errors')' is preceded with whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'(' is followed by whitespace.33
Errors')' is preceded with whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36