Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
16003135

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
0Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
592Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
71Errors Error
JavadocMethod308Errors Error
JavadocType1Errors Error
JavadocVariable52Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength512Errors Error
MethodLength0Errors Error
ParameterNumber2Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap87Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround85Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly0Errors Error
NeedBraces506Errors Error
RightCurly0Errors Error
AvoidInlineConditionals10Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField1Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber298Errors Error
MissingSwitchDefault1Errors Error
RedundantThrows4Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension123Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier2Errors Error
ArrayTypeStyle0Errors Error
FinalParameters473Errors Error
TodoComment2Errors Error
UpperEll0Errors Error

Details

uk/ac/ebi/intenz/mapper/AuditPackageMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.21
ErrorsMethod 'setRemark' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter remark should be final.32
ErrorsParameter con should be final.32
ErrorsExpected @throws tag for 'SQLException'.32
Errors'{' is not preceded with whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40

uk/ac/ebi/intenz/mapper/CommonProceduresMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.19
ErrorsExpected an @return tag.30
ErrorsMethod 'createClone' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter enzymeId should be final.30
ErrorsParameter con should be final.30
ErrorsExpected @throws tag for 'SQLException'.30
Errors'3' is a magic number.38
Errors'4' is a magic number.39
Errors'if' construct must use '{}'s.44

uk/ac/ebi/intenz/mapper/EnzymeClassMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters (found 81).29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.41
ErrorsLine is longer than 80 characters (found 97).50
ErrorsUnused @throws tag for 'NullPointerException'.51
ErrorsLine is longer than 80 characters (found 119).53
ErrorsLine is longer than 80 characters (found 92).55
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter ec1 should be final.55
ErrorsParameter con should be final.55
Errors'if' construct must use '{}'s.56
ErrorsLine is longer than 80 characters (found 89).56
Errors'if' construct must use '{}'s.57
ErrorsLine is longer than 80 characters (found 89).57
Errors'if' construct must use '{}'s.77
ErrorsLine contains a tab character.77
Errors'if' construct must use '{}'s.78
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.90
ErrorsUnused @throws tag for 'EcException'.90
ErrorsLine is longer than 80 characters (found 88).92
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter con should be final.92
ErrorsExpected @param tag for 'con'.92
ErrorsExpected @throws tag for 'DomainException'.92
Errors'{' is not preceded with whitespace.92
Errors'{' is not preceded with whitespace.99
Errors'if' construct must use '{}'s.103
ErrorsLine contains a tab character.103
Errors'if' construct must use '{}'s.104
ErrorsMethod 'findNumberOfClasses' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter con should be final.116
ErrorsExpected @throws tag for 'SQLException'.116
Errors'if' construct must use '{}'s.117
ErrorsLine is longer than 80 characters (found 89).117
Errors'if' construct must use '{}'s.129
ErrorsLine contains a tab character.129
Errors'if' construct must use '{}'s.130
ErrorsLine contains a tab character.130
ErrorsMethod 'classExists' is not designed for extension - needs to be abstract, final or empty.144
ErrorsParameter ec1 should be final.144
ErrorsParameter con should be final.144
ErrorsExpected @throws tag for 'SQLException'.144
Errors'if' construct must use '{}'s.145
ErrorsLine is longer than 80 characters (found 89).145
Errors'if' construct must use '{}'s.146
ErrorsLine is longer than 80 characters (found 89).146
Errors'if' construct must use '{}'s.157
ErrorsLine contains a tab character.157
Errors'if' construct must use '{}'s.158
ErrorsLine contains a tab character.158
ErrorsParameter rs should be final.173
ErrorsParameter subclasses should be final.173
ErrorsExpected @param tag for 'subclasses'.173
ErrorsExpected @throws tag for 'SQLException'.174
ErrorsExpected @throws tag for 'EcException'.174
ErrorsLine has trailing spaces.176
Errors'if' construct must use '{}'s.181
Errors'if' construct must use '{}'s.182
Errors'if' construct must use '{}'s.183
ErrorsLine is longer than 80 characters (found 87).183

uk/ac/ebi/intenz/mapper/EnzymeCofactorMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.42
Errors'{' is not preceded with whitespace.42
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.45
Errors'{' is not preceded with whitespace.45
ErrorsLine contains a tab character.48
ErrorsMethod 'finalize' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.53
ErrorsLine is longer than 80 characters (found 104).54
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.56
ErrorsLine is longer than 80 characters (found 99).57
ErrorsLine contains a tab character.57
Errors'+' should be on a new line.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.64
ErrorsLine contains a tab character.65
Errors'+' should be on a new line.65
ErrorsLine is longer than 80 characters (found 109).66
Errors'+' should be on a new line.66
ErrorsLine has trailing spaces.68
ErrorsMissing a Javadoc comment.69
ErrorsLine is longer than 80 characters (found 95).70
ErrorsLine contains a tab character.70
Errors'+' should be on a new line.70
ErrorsLine is longer than 80 characters (found 107).71
ErrorsLine contains a tab character.71
Errors'+' should be on a new line.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsMissing a Javadoc comment.74
ErrorsMissing a Javadoc comment.78
ErrorsLine is longer than 80 characters (found 87).79
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.81
ErrorsLine has trailing spaces.85
ErrorsMissing a Javadoc comment.86
ErrorsLine has trailing spaces.88
ErrorsMissing a Javadoc comment.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsMissing a Javadoc comment.92
ErrorsLine is longer than 80 characters (found 90).93
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters (found 88).101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter enzymeId should be final.106
ErrorsParameter con should be final.106
Errors'if' construct must use '{}'s.108
ErrorsLine is longer than 80 characters (found 99).108
Errors'if' construct must use '{}'s.109
ErrorsLine is longer than 80 characters (found 89).109
Errors'if' construct must use '{}'s.122
ErrorsLine contains a tab character.122
Errors'if' construct must use '{}'s.123
ErrorsLine has trailing spaces.132
ErrorsMethod 'findByChebiId' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter chebiId should be final.141
ErrorsParameter con should be final.141
Errors'{' is not preceded with whitespace.142
Errors'{' is not preceded with whitespace.150
Errors'if' construct must use '{}'s.155
Errors'if' construct must use '{}'s.156
ErrorsLine is longer than 80 characters (found 108).168
ErrorsLine is longer than 80 characters (found 83).171
ErrorsUnused @throws tag for 'NullPointerException'.171
ErrorsMethod 'exportSibCofactors' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter enzymeId should be final.173
ErrorsParameter con should be final.173
Errors'if' construct must use '{}'s.175
ErrorsLine is longer than 80 characters (found 99).175
Errors'if' construct must use '{}'s.176
ErrorsLine is longer than 80 characters (found 89).176
Errors'if' construct must use '{}'s.189
ErrorsLine contains a tab character.189
Errors'if' construct must use '{}'s.190
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.195
ErrorsLine is longer than 80 characters (found 82).197
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.205
ErrorsParameter con should be final.205
ErrorsLine is longer than 80 characters (found 97).207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
Errors'{' is not preceded with whitespace.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
Errors'{' is not preceded with whitespace.219
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters (found 83).221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
Errors'if' construct must use '{}'s.229
ErrorsLine contains a tab character.229
Errors'if' construct must use '{}'s.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters (found 96).244
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.244
ErrorsParameter cofactors should be final.244
ErrorsParameter enzymeId should be final.244
ErrorsParameter status should be final.244
ErrorsExpected @param tag for 'status'.244
ErrorsParameter con should be final.244
ErrorsExpected @throws tag for 'SQLException'.245
Errors'if' construct must use '{}'s.246
ErrorsLine is longer than 80 characters (found 107).246
ErrorsLine contains a tab character.246
Errors'if' construct must use '{}'s.247
ErrorsLine is longer than 80 characters (found 105).247
ErrorsLine contains a tab character.247
Errors'if' construct must use '{}'s.248
ErrorsLine is longer than 80 characters (found 101).248
ErrorsLine contains a tab character.248
Errors'if' construct must use '{}'s.249
ErrorsLine is longer than 80 characters (found 95).249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
Errors'{' is not preceded with whitespace.257
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters (found 107).259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
Errors'{' is not preceded with whitespace.261
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters (found 97).263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsMethod 'insertCompound' is not designed for extension - needs to be abstract, final or empty.280
ErrorsParameter compound should be final.280
ErrorsParameter con should be final.280
Errors'{' is followed by whitespace.287
Errors'{' is not preceded with whitespace.291
Errors'{' is not preceded with whitespace.293
Errors'if' construct must use '{}'s.302
Errors'if' construct must use '{}'s.303
ErrorsLine has trailing spaces.306
ErrorsMethod 'deleteCompound' is not designed for extension - needs to be abstract, final or empty.314
ErrorsParameter compoundId should be final.314
ErrorsParameter con should be final.314
Errors'{' is not preceded with whitespace.315
Errors'if' construct must use '{}'s.323
ErrorsLine has trailing spaces.326
ErrorsLine is longer than 80 characters (found 96).336
ErrorsMethod 'reload' is not designed for extension - needs to be abstract, final or empty.336
ErrorsParameter cofactors should be final.336
ErrorsParameter enzymeId should be final.336
ErrorsParameter status should be final.336
ErrorsExpected @param tag for 'status'.336
ErrorsParameter con should be final.336
ErrorsExpected @throws tag for 'SQLException'.337
Errors'if' construct must use '{}'s.338
ErrorsLine is longer than 80 characters (found 101).338
Errors'if' construct must use '{}'s.339
ErrorsLine is longer than 80 characters (found 99).339
Errors'if' construct must use '{}'s.340
ErrorsLine is longer than 80 characters (found 95).340
Errors'if' construct must use '{}'s.341
ErrorsLine is longer than 80 characters (found 89).341
ErrorsLine has trailing spaces.346
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.354
ErrorsParameter oldCf should be final.354
ErrorsParameter newCf should be final.354
ErrorsParameter con should be final.354
ErrorsExpected @param tag for 'con'.354
ErrorsExpected @throws tag for 'SQLException'.355
Errors'{' is not preceded with whitespace.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
Errors'3' is a magic number.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
Errors'if' construct must use '{}'s.364
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsMethod 'deleteAll' is not designed for extension - needs to be abstract, final or empty.375
ErrorsParameter enzymeId should be final.375
ErrorsParameter con should be final.375
ErrorsExpected @throws tag for 'SQLException'.375
Errors'if' construct must use '{}'s.376
ErrorsLine is longer than 80 characters (found 99).376
Errors'if' construct must use '{}'s.377
ErrorsLine is longer than 80 characters (found 89).377
ErrorsParameter rs should be final.400
Errors'if' construct must use '{}'s.408
ErrorsLine is longer than 80 characters (found 94).408
Errors'if' construct must use '{}'s.409
Errors'if' construct must use '{}'s.410
ErrorsLine contains a tab character.414
Errors'{' is not preceded with whitespace.414
ErrorsLine is longer than 80 characters (found 83).415
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters (found 110).421
ErrorsMethod 'getCompound' is not designed for extension - needs to be abstract, final or empty.431
ErrorsParameter connection should be final.431
ErrorsExpected @param tag for 'connection'.431
ErrorsParameter compoundId should be final.431
ErrorsExpected @throws tag for 'SQLException'.432
Errors'{' is not preceded with whitespace.440
Errors'?' is not preceded with whitespace.449
ErrorsAvoid inline conditionals.449
Errors'if' construct must use '{}'s.452
ErrorsLine contains a tab character.452
Errors'if' construct must use '{}'s.453
ErrorsLine contains a tab character.453
ErrorsMissing a Javadoc comment.458
ErrorsParameter rs should be final.459
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
Errors'if' construct must use '{}'s.465
ErrorsLine is longer than 80 characters (found 82).465
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
Errors'{' is not preceded with whitespace.467
ErrorsLine contains a tab character.468
Errors'{' is not preceded with whitespace.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
Errors'{' is not preceded with whitespace.475
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
Errors'if' construct must use '{}'s.478
ErrorsLine contains a tab character.478
ErrorsLine is longer than 80 characters (found 92).479
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
Errors'if' construct must use '{}'s.482
ErrorsLine is longer than 80 characters (found 96).482
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsLine is longer than 80 characters (found 88).486
ErrorsMissing a Javadoc comment.486
ErrorsParameter cofactors should be final.486
ErrorsParameter enzymeId should be final.486
ErrorsParameter orderIn should be final.486
ErrorsParameter status should be final.486
ErrorsLine is longer than 80 characters (found 90).487
ErrorsLine contains a tab character.487
ErrorsParameter operatorGroup should be final.487
ErrorsParameter currentGroup should be final.487
ErrorsParameter insertStatement should be final.487
Errors'{' is not preceded with whitespace.488
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
Errors'{' is not preceded with whitespace.490
ErrorsLine contains a tab character.491
ErrorsLine is longer than 80 characters (found 94).492
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine is longer than 80 characters (found 115).499
ErrorsLine contains a tab character.499
Errors'+' is not preceded with whitespace.499
Errors'+' is not followed by whitespace.499
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine is longer than 80 characters (found 85).514
ErrorsParameter cofactor should be final.514
ErrorsParameter enzymeId should be final.514
ErrorsParameter orderIn should be final.514
ErrorsParameter status should be final.514
ErrorsExpected @param tag for 'status'.514
ErrorsLine is longer than 80 characters (found 97).515
ErrorsParameter operator should be final.515
ErrorsExpected @param tag for 'operator'.515
ErrorsParameter operatorGroup should be final.515
ErrorsExpected @param tag for 'operatorGroup'.515
ErrorsParameter insertStatement should be final.515
ErrorsExpected @throws tag for 'SQLException'.516
ErrorsLine is longer than 80 characters (found 85).521
ErrorsLine is longer than 80 characters (found 104).522
Errors'3' is a magic number.526
Errors'4' is a magic number.527
Errors'5' is a magic number.528
Errors'6' is a magic number.529
Errors'{' is not preceded with whitespace.530
Errors'7' is a magic number.531
Errors'7' is a magic number.534
Errors'{' is not preceded with whitespace.536
ErrorsLine contains a tab character.537
Errors'8' is a magic number.537
ErrorsLine contains a tab character.538
Errors'9' is a magic number.538
ErrorsLine contains a tab character.540
Errors'8' is a magic number.540
ErrorsLine contains a tab character.541
Errors'9' is a magic number.541

uk/ac/ebi/intenz/mapper/EnzymeCommentMapper.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 102).26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.34
Errors'+' should be on a new line.35
Errors'+' should be on a new line.36
ErrorsMissing a Javadoc comment.40
Errors'+' should be on a new line.41
Errors'+' should be on a new line.42
ErrorsLine is longer than 80 characters (found 82).43
Errors'+' should be on a new line.43
ErrorsMissing a Javadoc comment.47
ErrorsLine is longer than 80 characters (found 122).48
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters (found 122).52
ErrorsMissing a Javadoc comment.55
ErrorsLine is longer than 80 characters (found 86).67
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter enzymeId should be final.67
ErrorsParameter con should be final.67
ErrorsExpected @throws tag for 'SQLException'.67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters (found 99).68
Errors'if' construct must use '{}'s.69
ErrorsLine is longer than 80 characters (found 89).69
Errors'if' construct must use '{}'s.86
ErrorsLine contains a tab character.86
Errors'if' construct must use '{}'s.87
ErrorsLine is longer than 80 characters (found 106).105
ErrorsLine is longer than 80 characters (found 83).107
ErrorsUnused @throws tag for 'NullPointerException'.107
ErrorsLine is longer than 80 characters (found 99).109
ErrorsMethod 'exportSibComments' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter enzymeId should be final.109
ErrorsParameter con should be final.109
Errors'if' construct must use '{}'s.110
ErrorsLine is longer than 80 characters (found 99).110
Errors'if' construct must use '{}'s.111
ErrorsLine is longer than 80 characters (found 89).111
Errors'3' is a magic number.122
Errors'4' is a magic number.123
Errors'5' is a magic number.124
Errors'if' construct must use '{}'s.132
ErrorsLine contains a tab character.132
Errors'if' construct must use '{}'s.133
Errors'if' construct must use '{}'s.136
ErrorsLine is longer than 80 characters (found 96).140
ErrorsMethod 'reload' is not designed for extension - needs to be abstract, final or empty.140
ErrorsMissing a Javadoc comment.140
ErrorsParameter comments should be final.140
ErrorsParameter enzymeId should be final.140
ErrorsParameter status should be final.140
ErrorsParameter con should be final.140
ErrorsUnused @throws tag for 'NullPointerException'.152
ErrorsMethod 'deleteAll' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter enzymeId should be final.154
ErrorsParameter con should be final.154
Errors'if' construct must use '{}'s.155
ErrorsLine is longer than 80 characters (found 99).155
Errors'if' construct must use '{}'s.156
ErrorsLine is longer than 80 characters (found 89).156
Errors'if' construct must use '{}'s.165
ErrorsLine is longer than 80 characters (found 96).178
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter comments should be final.178
ErrorsParameter enzymeId should be final.178
ErrorsParameter status should be final.178
ErrorsParameter con should be final.178
ErrorsExpected @throws tag for 'SQLException'.179
Errors'if' construct must use '{}'s.180
ErrorsLine is longer than 80 characters (found 99).180
Errors'if' construct must use '{}'s.181
ErrorsLine is longer than 80 characters (found 99).181
Errors'if' construct must use '{}'s.182
ErrorsLine is longer than 80 characters (found 95).182
Errors'if' construct must use '{}'s.183
ErrorsLine is longer than 80 characters (found 89).183
Errors'+' is not preceded with whitespace.190
Errors'+' is not followed by whitespace.190
Errors'if' construct must use '{}'s.194
ErrorsLine is longer than 80 characters (found 124).198
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.198
ErrorsMissing a Javadoc comment.198
ErrorsParameter comment should be final.198
ErrorsParameter enzymeId should be final.198
ErrorsParameter status should be final.198
ErrorsParameter orderIn should be final.198
ErrorsParameter con should be final.198
Errors'if' construct must use '{}'s.199
ErrorsLine is longer than 80 characters (found 97).199
Errors'if' construct must use '{}'s.200
ErrorsLine is longer than 80 characters (found 99).200
Errors'if' construct must use '{}'s.201
ErrorsLine is longer than 80 characters (found 95).201
Errors'if' construct must use '{}'s.202
ErrorsLine is longer than 80 characters (found 96).202
Errors'if' construct must use '{}'s.203
ErrorsLine is longer than 80 characters (found 89).203
Errors'if' construct must use '{}'s.211
ErrorsParameter rs should be final.224
ErrorsExpected @throws tag for 'SQLException'.224
Errors'if' construct must use '{}'s.230
ErrorsLine is longer than 80 characters (found 85).230
Errors'if' construct must use '{}'s.231
Errors'if' construct must use '{}'s.232
ErrorsLine is longer than 80 characters (found 98).234
ErrorsLine is longer than 80 characters (found 89).235
ErrorsLine is longer than 80 characters (found 89).249
ErrorsParameter comment should be final.249
ErrorsParameter enzymeId should be final.249
ErrorsParameter orderIn should be final.249
ErrorsExpected @param tag for 'orderIn'.249
ErrorsParameter status should be final.249
ErrorsParameter insertStatement should be final.250
ErrorsExpected @throws tag for 'SQLException'.251
ErrorsLine is longer than 80 characters (found 85).255
Errors'3' is a magic number.259
Errors'4' is a magic number.260
Errors'5' is a magic number.261
Errors'6' is a magic number.262
ErrorsLine is longer than 80 characters (found 89).265
ErrorsMissing a Javadoc comment.265
ErrorsParameter comment should be final.265
ErrorsParameter enzymeId should be final.265
ErrorsParameter status should be final.265
ErrorsParameter orderIn should be final.265
ErrorsParameter updateStatement should be final.266
ErrorsLine is longer than 80 characters (found 85).272
Errors'3' is a magic number.276
Errors'4' is a magic number.277
Errors'5' is a magic number.278
Errors'6' is a magic number.279

uk/ac/ebi/intenz/mapper/EnzymeEntryMapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters (found 81).46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters (found 84).53
ErrorsLine contains a tab character.53
Errors'+' should be on a new line.53
ErrorsMissing a Javadoc comment.56
ErrorsLine is longer than 80 characters (found 81).57
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.65
ErrorsParameter enzymeReactionMapper should be final.65
Errors'enzymeReactionMapper' hides a field.65
Errors'{' is not preceded with whitespace.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.68
ErrorsMethod 'finalize' is not designed for extension - needs to be abstract, final or empty.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.74
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
Errors'{' is not preceded with whitespace.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters (found 83).96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters (found 87).109
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters (found 83).115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsExpected an @return tag.119
ErrorsParameter preliminary should be final.119
Errors'{' is not preceded with whitespace.119
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters (found 86).121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters (found 84).122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
Errors'{' is not preceded with whitespace.125
ErrorsLine is longer than 80 characters (found 92).126
ErrorsLine contains a tab character.126
Errors'?' is not preceded with whitespace.126
ErrorsAvoid inline conditionals.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters (found 85).139
ErrorsLine is longer than 80 characters (found 83).155
ErrorsLine is longer than 80 characters (found 117).163
ErrorsLine is longer than 80 characters (found 87).171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters (found 82).187
ErrorsMissing a Javadoc comment.194
ErrorsLine is longer than 80 characters (found 86).199
ErrorsMissing a Javadoc comment.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters (found 83).228
ErrorsMissing a Javadoc comment.232
ErrorsMissing a Javadoc comment.236
ErrorsMissing a Javadoc comment.240
ErrorsLine is longer than 80 characters (found 105).250
Errors'+' should be on a new line.250
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters (found 81).260
Errors'+' should be on a new line.260
ErrorsLine is longer than 80 characters (found 85).261
ErrorsLine contains a tab character.261
ErrorsLine is longer than 80 characters (found 87).270
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.311
ErrorsMethod 'findByEc' is not designed for extension - needs to be abstract, final or empty.315
ErrorsParameter ec1 should be final.315
ErrorsParameter ec2 should be final.315
ErrorsParameter ec3 should be final.315
ErrorsParameter ec4 should be final.315
ErrorsParameter status should be final.315
ErrorsLine contains a tab character.316
ErrorsParameter con should be final.316
ErrorsExpected @throws tag for 'DomainException'.317
Errors'3' is a magic number.326
Errors'4' is a magic number.327
Errors'5' is a magic number.328
Errors'6' is a magic number.329
Errors'7' is a magic number.330
Errors'8' is a magic number.331
Errors'9' is a magic number.332
Errors'10' is a magic number.333
Errors'11' is a magic number.334
Errors'?' is not preceded with whitespace.334
ErrorsAvoid inline conditionals.334
Errors'if' construct must use '{}'s.341
ErrorsLine contains a tab character.341
Errors'if' construct must use '{}'s.342
ErrorsLine has trailing spaces.347
ErrorsMethod 'findByEc' is not designed for extension - needs to be abstract, final or empty.359
ErrorsParameter ecString should be final.359
ErrorsParameter status should be final.359
ErrorsParameter con should be final.359
ErrorsExpected @throws tag for 'NumberFormatException'.360
ErrorsRedundant throws: 'NumberFormatException' is unchecked exception.360
ErrorsExpected @throws tag for 'SQLException'.360
ErrorsExpected @throws tag for 'DomainException'.360
ErrorsExpected @throws tag for 'MapperException'.360
Errors'{' is not preceded with whitespace.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
Errors'{' is not preceded with whitespace.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine has trailing spaces.368
ErrorsMethod 'findAllByEc' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
ErrorsParameter ec1 should be final.369
ErrorsParameter ec2 should be final.369
ErrorsParameter ec3 should be final.369
ErrorsParameter ec4 should be final.369
ErrorsLine contains a tab character.370
ErrorsParameter preliminary should be final.370
ErrorsParameter con should be final.370
Errors'if' construct must use '{}'s.372
ErrorsLine is longer than 80 characters (found 97).372
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine is longer than 80 characters (found 93).379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
Errors'3' is a magic number.382
ErrorsLine contains a tab character.383
Errors'4' is a magic number.383
ErrorsLine contains a tab character.384
Errors'5' is a magic number.384
ErrorsLine contains a tab character.385
Errors'6' is a magic number.385
ErrorsLine contains a tab character.386
Errors'7' is a magic number.386
ErrorsLine contains a tab character.387
Errors'8' is a magic number.387
ErrorsLine contains a tab character.388
Errors'9' is a magic number.388
ErrorsLine contains a tab character.389
Errors'10' is a magic number.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine is longer than 80 characters (found 100).399
ErrorsLine contains a tab character.399
Errors'if' construct must use '{}'s.400
ErrorsLine is longer than 80 characters (found 81).400
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
Errors'if' construct must use '{}'s.405
ErrorsLine contains a tab character.405
Errors'if' construct must use '{}'s.406
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
Errors'if' construct must use '{}'s.409
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine has trailing spaces.412
ErrorsLine contains a tab character.412
ErrorsLine is longer than 80 characters (found 81).416
ErrorsLine contains a tab character.424
ErrorsLine is longer than 80 characters (found 85).425
ErrorsUnused @throws tag for 'NullPointerException'.425
ErrorsLine is longer than 80 characters (found 90).429
ErrorsMethod 'findAllByEc' is not designed for extension - needs to be abstract, final or empty.429
ErrorsParameter ec1 should be final.429
ErrorsParameter ec2 should be final.429
ErrorsParameter ec3 should be final.429
ErrorsParameter ec4 should be final.429
ErrorsParameter con should be final.429
ErrorsLine contains a tab character.431
ErrorsLine is longer than 80 characters (found 85).434
ErrorsLine contains a tab character.434
ErrorsMissing a Javadoc comment.434
ErrorsParameter con should be final.434
ErrorsParameter enzymeEntry should be final.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
Errors'{' is not preceded with whitespace.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
Errors'{' is not preceded with whitespace.439
ErrorsLine is longer than 80 characters (found 88).440
ErrorsLine contains a tab character.440
ErrorsLine is longer than 80 characters (found 93).441
ErrorsLine contains a tab character.441
ErrorsLine is longer than 80 characters (found 85).442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine is longer than 80 characters (found 85).445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine is longer than 80 characters (found 88).447
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine is longer than 80 characters (found 85).451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine is longer than 80 characters (found 99).457
ErrorsMethod 'findAllSubSubclassEntriesByEc' is not designed for extension - needs to be abstract, final or empty.457
ErrorsMissing a Javadoc comment.457
ErrorsParameter ec1 should be final.457
ErrorsParameter ec2 should be final.457
ErrorsParameter ec3 should be final.457
ErrorsParameter con should be final.457
Errors'if' construct must use '{}'s.459
ErrorsLine is longer than 80 characters (found 89).459
ErrorsLine contains a tab character.463
ErrorsLine is longer than 80 characters (found 92).467
Errors'3' is a magic number.470
Errors'4' is a magic number.471
Errors'5' is a magic number.472
Errors'6' is a magic number.473
Errors'7' is a magic number.474
Errors'8' is a magic number.475
Errors'9' is a magic number.476
Errors'{' is not preceded with whitespace.480
ErrorsLine is longer than 80 characters (found 82).481
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
Errors'if' construct must use '{}'s.484
ErrorsLine is longer than 80 characters (found 83).484
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine is longer than 80 characters (found 92).492
Errors'if' construct must use '{}'s.493
Errors'if' construct must use '{}'s.498
ErrorsLine contains a tab character.498
Errors'if' construct must use '{}'s.499
Errors'?' is not preceded with whitespace.502
ErrorsAvoid inline conditionals.502
ErrorsLine contains a tab character.511
ErrorsLine has trailing spaces.513
ErrorsLine contains a tab character.515
ErrorsMethod 'findById' is not designed for extension - needs to be abstract, final or empty.517
ErrorsParameter id should be final.517
ErrorsParameter con should be final.517
ErrorsParameter ghost should be final.517
ErrorsExpected @throws tag for 'SQLException'.518
Errors'if' construct must use '{}'s.530
Errors'else' construct must use '{}'s.532
Errors'if' construct must use '{}'s.534
Errors'else' construct must use '{}'s.536
Errors'if' construct must use '{}'s.538
Errors'else' construct must use '{}'s.540
Errors'else' construct must use '{}'s.542
Errors'if' construct must use '{}'s.545
Errors'3' is a magic number.551
Errors'4' is a magic number.552
Errors'5' is a magic number.553
Errors'6' is a magic number.554
Errors'7' is a magic number.555
ErrorsLine contains a tab character.558
Errors'{' is not preceded with whitespace.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
Errors'if' construct must use '{}'s.566
ErrorsLine contains a tab character.566
Errors'if' construct must use '{}'s.567
ErrorsLine contains a tab character.567
Errors'if' construct must use '{}'s.568
ErrorsLine contains a tab character.568
ErrorsLine has trailing spaces.573
ErrorsLine contains a tab character.579
ErrorsMethod 'findById' is not designed for extension - needs to be abstract, final or empty.584
ErrorsParameter id should be final.584
ErrorsExpected @param tag for 'id'.584
ErrorsParameter con should be final.584
ErrorsExpected @param tag for 'con'.584
ErrorsExpected @throws tag for 'SQLException'.585
ErrorsExpected @throws tag for 'DomainException'.585
Errors'{' is not preceded with whitespace.585
ErrorsLine contains a tab character.586
ErrorsLine is longer than 80 characters (found 97).594
ErrorsMethod 'findGhostById' is not designed for extension - needs to be abstract, final or empty.598
ErrorsParameter id should be final.598
ErrorsParameter con should be final.598
ErrorsExpected @throws tag for 'SQLException'.599
ErrorsExpected @throws tag for 'DomainException'.599
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
ErrorsMust have at least one statement.603
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsMethod 'findIDInMappingTable' is not designed for extension - needs to be abstract, final or empty.609
ErrorsMissing a Javadoc comment.609
ErrorsParameter ec should be final.609
ErrorsParameter status should be final.609
ErrorsParameter con should be final.609
Errors'if' construct must use '{}'s.611
Errors'if' construct must use '{}'s.625
ErrorsLine contains a tab character.625
Errors'if' construct must use '{}'s.626
ErrorsLine contains a tab character.635
ErrorsLine has trailing spaces.637
ErrorsLine is longer than 80 characters (found 89).639
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.639
ErrorsParameter con should be final.639
ErrorsExpected @throws tag for 'SQLException'.639
ErrorsLine is longer than 80 characters (found 92).655
Errors'if' construct must use '{}'s.656
Errors'if' construct must use '{}'s.660
ErrorsLine contains a tab character.660
Errors'if' construct must use '{}'s.661
Errors'if' construct must use '{}'s.664
ErrorsLine is longer than 80 characters (found 91).675
ErrorsLine has trailing spaces.678
ErrorsMethod 'findList' is not designed for extension - needs to be abstract, final or empty.680
ErrorsParameter ec1 should be final.680
ErrorsParameter ec2 should be final.680
ErrorsParameter ec3 should be final.680
ErrorsLine contains a tab character.681
ErrorsParameter con should be final.681
ErrorsExpected @throws tag for 'SQLException'.682
Errors'3' is a magic number.692
ErrorsLine is longer than 80 characters (found 92).704
Errors'if' construct must use '{}'s.705
Errors'if' construct must use '{}'s.709
ErrorsLine contains a tab character.709
Errors'if' construct must use '{}'s.710
Errors'if' construct must use '{}'s.713
ErrorsMethod 'findByStatus' is not designed for extension - needs to be abstract, final or empty.725
ErrorsParameter con should be final.725
ErrorsExpected @param tag for 'con'.725
ErrorsParameter status should be final.725
ErrorsExpected @param tag for 'status'.725
ErrorsExpected @throws tag for 'SQLException'.726
ErrorsExpected @throws tag for 'DomainException'.726
Errors'{' is not preceded with whitespace.726
ErrorsLine contains a tab character.727
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.730
ErrorsLine contains a tab character.731
ErrorsLine contains a tab character.732
ErrorsLine contains a tab character.733
ErrorsLine contains a tab character.735
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.740
ErrorsLine is longer than 80 characters (found 100).741
ErrorsLine contains a tab character.741
Errors'if' construct must use '{}'s.742
ErrorsLine is longer than 80 characters (found 81).742
ErrorsLine contains a tab character.742
ErrorsLine contains a tab character.743
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
Errors'if' construct must use '{}'s.746
ErrorsLine contains a tab character.746
Errors'if' construct must use '{}'s.747
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.749
ErrorsLine has trailing spaces.751
ErrorsLine contains a tab character.757
ErrorsMethod 'findProposedList' is not designed for extension - needs to be abstract, final or empty.761
ErrorsParameter con should be final.761
ErrorsLine contains a tab character.771
ErrorsLine has trailing spaces.773
ErrorsMethod 'findSuggestedList' is not designed for extension - needs to be abstract, final or empty.775
ErrorsParameter con should be final.775
ErrorsExpected @throws tag for 'SQLException'.776
ErrorsMethod 'findPreliminaryEcsList' is not designed for extension - needs to be abstract, final or empty.787
ErrorsParameter con should be final.787
ErrorsExpected @param tag for 'con'.787
ErrorsExpected @throws tag for 'SQLException'.788
ErrorsExpected @throws tag for 'DomainException'.788
Errors'{' is not preceded with whitespace.788
ErrorsLine has trailing spaces.791
ErrorsLine has trailing spaces.796
ErrorsLine has trailing spaces.797
ErrorsMethod 'exportAllEntries' is not designed for extension - needs to be abstract, final or empty.800
ErrorsParameter con should be final.800
ErrorsExpected @param tag for 'con'.800
Errors'{' is not preceded with whitespace.801
ErrorsLine contains a tab character.802
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
Errors'{' is not preceded with whitespace.808
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine contains a tab character.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
Errors'if' construct must use '{}'s.814
ErrorsLine contains a tab character.814
Errors'if' construct must use '{}'s.815
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816
ErrorsLine contains a tab character.817
Errors'?' is not preceded with whitespace.817
ErrorsAvoid inline conditionals.817
ErrorsLine is longer than 80 characters (found 86).821
ErrorsLine is longer than 80 characters (found 97).826
ErrorsLine contains a tab character.827
ErrorsLine has trailing spaces.829
ErrorsLine has trailing spaces.832
ErrorsMethod 'exportApprovedSibEntries' is not designed for extension - needs to be abstract, final or empty.832
ErrorsParameter con should be final.832
ErrorsExpected @throws tag for 'SQLException'.833
Errors'if' construct must use '{}'s.846
ErrorsLine contains a tab character.846
Errors'if' construct must use '{}'s.847
Errors'?' is not preceded with whitespace.849
ErrorsAvoid inline conditionals.849
Errors':' is not preceded with whitespace.849
ErrorsLine is longer than 80 characters (found 93).858
ErrorsLine contains a tab character.859
ErrorsLine has trailing spaces.861
ErrorsMethod 'findFullProposedList' is not designed for extension - needs to be abstract, final or empty.864
ErrorsParameter con should be final.864
ErrorsExpected @throws tag for 'SQLException'.865
Errors'if' construct must use '{}'s.883
ErrorsLine contains a tab character.883
Errors'if' construct must use '{}'s.884
Errors'if' construct must use '{}'s.887
ErrorsLine is longer than 80 characters (found 93).897
ErrorsLine contains a tab character.898
ErrorsLine has trailing spaces.900
ErrorsMethod 'findFullSuggestedList' is not designed for extension - needs to be abstract, final or empty.903
ErrorsParameter con should be final.903
ErrorsExpected @throws tag for 'SQLException'.904
Errors'if' construct must use '{}'s.922
ErrorsLine contains a tab character.922
Errors'if' construct must use '{}'s.923
Errors'if' construct must use '{}'s.926
ErrorsLine has trailing spaces.937
ErrorsMethod 'findEC' is not designed for extension - needs to be abstract, final or empty.939
ErrorsParameter id should be final.939
ErrorsParameter con should be final.939
ErrorsExpected @throws tag for 'SQLException'.940
Errors'if' construct must use '{}'s.958
ErrorsLine contains a tab character.958
Errors'if' construct must use '{}'s.959
ErrorsLine contains a tab character.963
ErrorsUnused @throws tag for 'NullPointerException'.973
ErrorsParameter ec should be final.975
ErrorsParameter con should be final.975
Errors'if' construct must use '{}'s.977
ErrorsLine is longer than 80 characters (found 87).977
Errors'if' construct must use '{}'s.978
ErrorsLine is longer than 80 characters (found 89).978
Errorsswitch without "default" clause.983
ErrorsLine is longer than 80 characters (found 88).985
Errors'+' should be on a new line.989
ErrorsLine contains a tab character.990
Errors'+' should be on a new line.995
ErrorsLine contains a tab character.996
Errors'3' is a magic number.999
Errors'+' should be on a new line.1002
ErrorsLine is longer than 80 characters (found 96).1003
ErrorsLine contains a tab character.1003
Errors'3' is a magic number.1006
Errors'4' is a magic number.1007
Errors'+' should be on a new line.1010
ErrorsLine is longer than 80 characters (found 95).1011
ErrorsLine contains a tab character.1011
ErrorsLine contains a tab character.1012
ErrorsLine contains a tab character.1013
ErrorsLine contains a tab character.1014
Errors'3' is a magic number.1014
ErrorsLine contains a tab character.1015
Errors'4' is a magic number.1015
Errors'if' construct must use '{}'s.1021
ErrorsLine contains a tab character.1021
Errors'if' construct must use '{}'s.1022
ErrorsMethod 'findHistoryLine' is not designed for extension - needs to be abstract, final or empty.1034
ErrorsParameter id should be final.1034
ErrorsParameter con should be final.1034
ErrorsExpected @throws tag for 'SQLException'.1034
ErrorsLine is longer than 80 characters (found 82).1039
Errors'if' construct must use '{}'s.1044
ErrorsLine is longer than 80 characters (found 83).1044
Errors'if' construct must use '{}'s.1047
ErrorsLine contains a tab character.1047
Errors'if' construct must use '{}'s.1048
ErrorsMethod 'findNote' is not designed for extension - needs to be abstract, final or empty.1062
ErrorsParameter id should be final.1062
ErrorsParameter con should be final.1062
ErrorsExpected @throws tag for 'SQLException'.1062
Errors'if' construct must use '{}'s.1073
Errors'if' construct must use '{}'s.1076
ErrorsLine contains a tab character.1076
Errors'if' construct must use '{}'s.1077
ErrorsExpected an @return tag.1088
ErrorsMethod 'findStats' is not designed for extension - needs to be abstract, final or empty.1088
ErrorsParameter con should be final.1088
ErrorsExpected @throws tag for 'SQLException'.1088
ErrorsLine contains a tab character.1090
Errors'if' construct must use '{}'s.1109
Errors'if' construct must use '{}'s.1113
Errors'if' construct must use '{}'s.1117
Errors'if' construct must use '{}'s.1148
ErrorsLine contains a tab character.1148
ErrorsLine has trailing spaces.1165
ErrorsLine has trailing spaces.1166
ErrorsLine has trailing spaces.1167
ErrorsLine has trailing spaces.1170
ErrorsLine has trailing spaces.1171
ErrorsLine has trailing spaces.1173
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.1175
ErrorsMore than 7 parameters (found 8).1175
ErrorsParameter enzymeId should be final.1175
ErrorsParameter ec should be final.1175
ErrorsParameter status should be final.1175
ErrorsLine is longer than 80 characters (found 82).1176
ErrorsParameter source should be final.1176
ErrorsExpected @param tag for 'source'.1176
ErrorsParameter note should be final.1176
ErrorsParameter historyLine should be final.1176
ErrorsParameter isActive should be final.1177
ErrorsExpected @param tag for 'isActive'.1177
ErrorsParameter con should be final.1177
ErrorsExpected @param tag for 'con'.1177
Errors'3' is a magic number.1184
Errors'4' is a magic number.1185
Errors'5' is a magic number.1186
Errors'6' is a magic number.1187
Errors'7' is a magic number.1188
Errors'8' is a magic number.1189
Errors'9' is a magic number.1190
Errors'10' is a magic number.1191
ErrorsAvoid inline conditionals.1191
ErrorsLine is longer than 80 characters (found 88).1202
ErrorsLine is longer than 80 characters (found 90).1204
ErrorsLine has trailing spaces.1216
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.1218
ErrorsMore than 7 parameters (found 8).1218
ErrorsParameter enzymeId should be final.1218
ErrorsParameter ec should be final.1218
ErrorsParameter status should be final.1218
ErrorsLine contains a tab character.1219
ErrorsParameter source should be final.1219
ErrorsParameter note should be final.1219
ErrorsParameter historyLine should be final.1219
ErrorsLine contains a tab character.1220
ErrorsParameter active should be final.1220
ErrorsParameter con should be final.1220
Errors'if' construct must use '{}'s.1222
ErrorsLine is longer than 80 characters (found 99).1222
Errors'if' construct must use '{}'s.1223
ErrorsLine is longer than 80 characters (found 87).1223
Errors'if' construct must use '{}'s.1224
ErrorsLine is longer than 80 characters (found 95).1224
Errors'if' construct must use '{}'s.1225
ErrorsLine is longer than 80 characters (found 95).1225
Errors'if' construct must use '{}'s.1226
ErrorsLine is longer than 80 characters (found 91).1226
Errors'if' construct must use '{}'s.1227
ErrorsLine is longer than 80 characters (found 105).1227
Errors'if' construct must use '{}'s.1228
ErrorsLine is longer than 80 characters (found 89).1228
Errors'3' is a magic number.1235
Errors'4' is a magic number.1236
Errors'5' is a magic number.1237
Errors'6' is a magic number.1238
Errors'7' is a magic number.1239
Errors'8' is a magic number.1240
Errors'9' is a magic number.1241
Errors'?' is not preceded with whitespace.1241
ErrorsAvoid inline conditionals.1241
Errors'10' is a magic number.1242
ErrorsLine is longer than 80 characters (found 105).1257
ErrorsMethod 'updateEc' is not designed for extension - needs to be abstract, final or empty.1257
ErrorsParameter enzymeId should be final.1257
ErrorsParameter newEc should be final.1257
ErrorsParameter con should be final.1257
ErrorsExpected @throws tag for 'SQLException'.1257
Errors'3' is a magic number.1264
Errors'4' is a magic number.1265
Errors'5' is a magic number.1266
ErrorsLine is longer than 80 characters (found 90).1281
ErrorsMethod 'updateNote' is not designed for extension - needs to be abstract, final or empty.1281
ErrorsParameter enzymeId should be final.1281
ErrorsParameter note should be final.1281
ErrorsParameter con should be final.1281
ErrorsExpected @throws tag for 'SQLException'.1281
ErrorsLine is longer than 80 characters (found 94).1302
ErrorsMethod 'updateStatus' is not designed for extension - needs to be abstract, final or empty.1302
ErrorsParameter enzymeId should be final.1302
ErrorsParameter status should be final.1302
ErrorsParameter con should be final.1302
ErrorsExpected @throws tag for 'SQLException'.1302
ErrorsLine is longer than 80 characters (found 104).1323
ErrorsMethod 'updateHistoryLine' is not designed for extension - needs to be abstract, final or empty.1323
ErrorsParameter enzymeId should be final.1323
ErrorsParameter historyLine should be final.1323
ErrorsParameter con should be final.1323
ErrorsExpected @throws tag for 'SQLException'.1323
ErrorsLine is longer than 80 characters (found 86).1327
ErrorsMethod 'cloneExists' is not designed for extension - needs to be abstract, final or empty.1344
ErrorsParameter id should be final.1344
ErrorsParameter con should be final.1344
ErrorsExpected @throws tag for 'SQLException'.1344
ErrorsLine is longer than 80 characters (found 95).1354
ErrorsLine is longer than 80 characters (found 87).1357
ErrorsParameter rs should be final.1360
ErrorsExpected @throws tag for 'EcException'.1360
Errors'if' construct must use '{}'s.1375
Errors'if' construct must use '{}'s.1376
Errors'if' construct must use '{}'s.1377
Errors'3' is a magic number.1377
Errors'3' is a magic number.1377
Errors'if' construct must use '{}'s.1378
Errors'4' is a magic number.1378
Errors'4' is a magic number.1378
Errors'if' construct must use '{}'s.1379
Errors'5' is a magic number.1379
Errors'5' is a magic number.1379
Errors'if' construct must use '{}'s.1380
Errors'6' is a magic number.1380
Errors'6' is a magic number.1380
Errors'if' construct must use '{}'s.1381
Errors'7' is a magic number.1381
Errors'7' is a magic number.1381
Errors'if' construct must use '{}'s.1382
Errors'8' is a magic number.1382
Errors'8' is a magic number.1382
Errors'if' construct must use '{}'s.1383
Errors'9' is a magic number.1383
Errors'9' is a magic number.1383
Errors'if' construct must use '{}'s.1384
Errors'10' is a magic number.1384
Errors'10' is a magic number.1384
Errors'if' construct must use '{}'s.1385
Errors'11' is a magic number.1385
Errors'11' is a magic number.1385
Errors'if' construct must use '{}'s.1386
Errors'12' is a magic number.1386
Errors'12' is a magic number.1386
Errors'if' construct must use '{}'s.1387
Errors'13' is a magic number.1387
Errors'13' is a magic number.1387
ErrorsLine contains a tab character.1393
ErrorsLine contains a tab character.1397
ErrorsLine is longer than 80 characters (found 85).1415
ErrorsParameter rs should be final.1415
ErrorsExpected @throws tag for 'SQLException'.1415
ErrorsExpected @throws tag for 'DomainException'.1415
Errors'if' construct must use '{}'s.1427
Errors'if' construct must use '{}'s.1428
Errors'if' construct must use '{}'s.1429
Errors'3' is a magic number.1429
Errors'3' is a magic number.1429
Errors'if' construct must use '{}'s.1430
Errors'4' is a magic number.1430
Errors'4' is a magic number.1430
Errors'if' construct must use '{}'s.1431
Errors'5' is a magic number.1431
Errors'5' is a magic number.1431
Errors'if' construct must use '{}'s.1432
Errors'6' is a magic number.1432
Errors'6' is a magic number.1432
Errors'if' construct must use '{}'s.1433
Errors'7' is a magic number.1433
Errors'7' is a magic number.1433
Errors'if' construct must use '{}'s.1434
Errors'8' is a magic number.1434
Errors'8' is a magic number.1434
Errors'if' construct must use '{}'s.1435
Errors'9' is a magic number.1435
Errors'9' is a magic number.1435
Errors'if' construct must use '{}'s.1436
Errors'10' is a magic number.1436
Errors'10' is a magic number.1436
ErrorsLine contains a tab character.1442
ErrorsLine contains a tab character.1446
ErrorsLine is longer than 80 characters (found 93).1454
ErrorsLine is longer than 80 characters (found 94).1460
ErrorsParameter entry should be final.1460
ErrorsParameter names should be final.1460
ErrorsExpected @throws tag for 'DomainException'.1460
ErrorsLine is longer than 80 characters (found 96).1476
ErrorsLine is longer than 80 characters (found 86).1482
ErrorsParameter rs should be final.1482
ErrorsExpected @throws tag for 'SQLException'.1482
ErrorsExpected @throws tag for 'DomainException'.1482
Errors'if' construct must use '{}'s.1493
ErrorsLine is longer than 80 characters (found 81).1493
Errors'if' construct must use '{}'s.1494
Errors'if' construct must use '{}'s.1495
Errors'if' construct must use '{}'s.1496
Errors'if' construct must use '{}'s.1497
Errors'if' construct must use '{}'s.1498
Errors'if' construct must use '{}'s.1499
Errors'if' construct must use '{}'s.1500
Errors'if' construct must use '{}'s.1501
ErrorsLine contains a tab character.1504
ErrorsLine contains a tab character.1507
ErrorsLine contains a tab character.1510
Errors'if' construct must use '{}'s.1511
ErrorsLine is longer than 80 characters (found 88).1511
Errors'if' construct must use '{}'s.1512
ErrorsLine is longer than 80 characters (found 93).1518
ErrorsLine is longer than 80 characters (found 82).1523
ErrorsParameter enzymeEntry should be final.1525
ErrorsParameter con should be final.1525
ErrorsExpected @throws tag for 'DomainException'.1526
ErrorsExpected @throws tag for 'EnzymeReactionException'.1526
ErrorsRedundant throws: 'EnzymeReactionException' is subclass of 'DomainException'.1526
ErrorsLine contains a tab character.1527
ErrorsExpected @throws tag for 'EnzymeReferenceException'.1527
ErrorsRedundant throws: 'EnzymeReferenceException' is subclass of 'DomainException'.1527
Errors'if' construct must use '{}'s.1533
ErrorsLine contains a tab character.1537
Errors'if' construct must use '{}'s.1538
Errors'if' construct must use '{}'s.1544
ErrorsLine contains a tab character.1550
ErrorsLine contains a tab character.1551
Errors'if' construct must use '{}'s.1556
Errors'if' construct must use '{}'s.1561
ErrorsLine is longer than 80 characters (found 94).1573
ErrorsParameter enzymeEntry should be final.1576
ErrorsParameter con should be final.1576
ErrorsRedundant throws: 'EnzymeReactionException' is subclass of 'DomainException'.1578
ErrorsLine has trailing spaces.1583
ErrorsLine is longer than 80 characters (found 81).1586
Errors'if' construct must use '{}'s.1587
ErrorsLine is longer than 80 characters (found 82).1591
ErrorsLine contains a tab character.1591
Errors'if' construct must use '{}'s.1592
ErrorsLine is longer than 80 characters (found 88).1596
Errors'if' construct must use '{}'s.1598
ErrorsLine is longer than 80 characters (found 81).1602
Errors'if' construct must use '{}'s.1603
ErrorsLine is longer than 80 characters (found 93).1608
Errors'if' construct must use '{}'s.1609
ErrorsMethod 'findNextEnzymeId' is not designed for extension - needs to be abstract, final or empty.1619
ErrorsParameter con should be final.1619
ErrorsExpected @throws tag for 'SQLException'.1619
Errors'if' construct must use '{}'s.1620
ErrorsLine is longer than 80 characters (found 89).1620
ErrorsLine contains a tab character.1637
ErrorsMissing a Javadoc comment.1637
ErrorsParameter enzymeEntry should be final.1637
ErrorsParameter con should be final.1637
ErrorsLine contains a tab character.1639
Errors'if' construct must use '{}'s.1640
ErrorsLine contains a tab character.1640
ErrorsLine contains a tab character.1641

uk/ac/ebi/intenz/mapper/EnzymeFutureMapper.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 107).28
ErrorsMissing a Javadoc comment.28
Errors'+' should be on a new line.28
Errors'+' should be on a new line.29
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.36
Errors'+' should be on a new line.37
Errors'+' should be on a new line.38
ErrorsLine is longer than 80 characters (found 85).39
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter enzymeEntry should be final.43
ErrorsParameter con should be final.43
Errors'if' construct must use '{}'s.45
Errors'if' construct must use '{}'s.47
ErrorsLine is longer than 80 characters (found 81).54
ErrorsLine is longer than 80 characters (found 96).58
ErrorsLine is longer than 80 characters (found 87).61
ErrorsMethod 'futureEventExists' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter enzymeId should be final.61
ErrorsParameter con should be final.61
ErrorsExpected @throws tag for 'SQLException'.61
Errors'if' construct must use '{}'s.73
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.83
ErrorsParameter currentEntry should be final.83
ErrorsParameter isRoot should be final.83
ErrorsLine contains a tab character.84
ErrorsParameter con should be final.84
ErrorsLine is longer than 80 characters (found 89).91
ErrorsLine is longer than 80 characters (found 86).94
ErrorsMissing a Javadoc comment.106
ErrorsParameter currentNode should be final.106
ErrorsParameter con should be final.106
ErrorsLine is longer than 80 characters (found 81).114
ErrorsLine is longer than 80 characters (found 81).115
Errors'if' construct must use '{}'s.121
ErrorsLine contains a tab character.121
Errors'if' construct must use '{}'s.122
ErrorsLine contains a tab character.122
ErrorsParameter rs should be final.135
ErrorsParameter currentNode should be final.135
ErrorsExpected @param tag for 'currentNode'.135
ErrorsLine contains a tab character.136
ErrorsParameter con should be final.136
ErrorsExpected @param tag for 'con'.136
ErrorsExpected @throws tag for 'SQLException'.137
ErrorsExpected @throws tag for 'DomainException'.137
Errors'if' construct must use '{}'s.151
Errors'if' construct must use '{}'s.152
Errors'if' construct must use '{}'s.153
Errors'3' is a magic number.153
Errors'3' is a magic number.153
Errors'if' construct must use '{}'s.154
Errors'4' is a magic number.154
Errors'4' is a magic number.154
Errors'if' construct must use '{}'s.155
Errors'5' is a magic number.155
Errors'5' is a magic number.155
Errors'if' construct must use '{}'s.156
Errors'6' is a magic number.156
Errors'6' is a magic number.156
Errors'if' construct must use '{}'s.157
Errors'7' is a magic number.157
Errors'7' is a magic number.157
Errors'if' construct must use '{}'s.158
Errors'8' is a magic number.158
Errors'8' is a magic number.158
Errors'if' construct must use '{}'s.159
Errors'9' is a magic number.159
Errors'9' is a magic number.159
Errors'if' construct must use '{}'s.160
Errors'10' is a magic number.160
Errors'10' is a magic number.160
Errors'if' construct must use '{}'s.161
Errors'11' is a magic number.161
Errors'11' is a magic number.161
Errors'if' construct must use '{}'s.162
Errors'12' is a magic number.162
Errors'12' is a magic number.162
ErrorsLine is longer than 80 characters (found 112).164
ErrorsLine has trailing spaces.204

uk/ac/ebi/intenz/mapper/EnzymeHistoryMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.30
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.30
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'visitedNodes' must be private and have accessor methods.32
ErrorsLine is longer than 80 characters (found 119).34
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.40
Errors'+' should be on a new line.41
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter enzymeEntry should be final.45
ErrorsParameter con should be final.45
Errors'if' construct must use '{}'s.47
Errors'if' construct must use '{}'s.49
ErrorsMissing a Javadoc comment.56
ErrorsParameter currentEntry should be final.56
ErrorsParameter isRoot should be final.56
ErrorsLine contains a tab character.57
ErrorsParameter con should be final.57
ErrorsLine is longer than 80 characters (found 89).64
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters (found 86).67
ErrorsMissing a Javadoc comment.78
ErrorsParameter currentNode should be final.78
ErrorsParameter con should be final.78
ErrorsLine is longer than 80 characters (found 81).86
ErrorsLine is longer than 80 characters (found 81).87
Errors'if' construct must use '{}'s.93
ErrorsLine contains a tab character.93
Errors'if' construct must use '{}'s.94
ErrorsLine is longer than 80 characters (found 85).102
ErrorsLine is longer than 80 characters (found 81).104
ErrorsParameter rs should be final.110
ErrorsParameter currentNode should be final.110
ErrorsExpected @param tag for 'currentNode'.110
ErrorsLine contains a tab character.111
ErrorsParameter con should be final.111
ErrorsExpected @param tag for 'con'.111
ErrorsExpected @throws tag for 'SQLException'.112
ErrorsExpected @throws tag for 'DomainException'.112
Errors'if' construct must use '{}'s.121
Errors'if' construct must use '{}'s.122
Errors'if' construct must use '{}'s.123
Errors'if' construct must use '{}'s.124
Errors'{' is not preceded with whitespace.125
Errors'if' construct must use '{}'s.129
ErrorsLine is longer than 80 characters (found 83).129
Errors'if' construct must use '{}'s.130
ErrorsLine is longer than 80 characters (found 86).130
ErrorsLine is longer than 80 characters (found 112).132
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.164

uk/ac/ebi/intenz/mapper/EnzymeLinkMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters (found 90).31
ErrorsMissing a Javadoc comment.32
ErrorsLine is longer than 80 characters (found 82).34
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.39
Errors'+' should be on a new line.40
Errors'+' should be on a new line.41
Errors'+' should be on a new line.42
ErrorsMissing a Javadoc comment.46
Errors'+' should be on a new line.47
Errors'+' should be on a new line.48
ErrorsLine is longer than 80 characters (found 132).49
Errors'+' should be on a new line.49
ErrorsMissing a Javadoc comment.53
Errors'+' should be on a new line.54
Errors'+' should be on a new line.55
Errors'+' should be on a new line.56
ErrorsMissing a Javadoc comment.60
Errors'+' should be on a new line.61
Errors'+' should be on a new line.62
ErrorsLine is longer than 80 characters (found 132).63
Errors'+' should be on a new line.63
ErrorsMissing a Javadoc comment.67
ErrorsLine is longer than 80 characters (found 131).68
ErrorsMissing a Javadoc comment.71
ErrorsLine is longer than 80 characters (found 149).72
ErrorsMissing a Javadoc comment.75
ErrorsLine is longer than 80 characters (found 91).76
ErrorsMissing a Javadoc comment.79
ErrorsMissing a Javadoc comment.83
ErrorsMissing a Javadoc comment.87
ErrorsLine is longer than 80 characters (found 101).88
ErrorsMissing a Javadoc comment.91
ErrorsMissing a Javadoc comment.95
ErrorsMissing a Javadoc comment.99
ErrorsLine is longer than 80 characters (found 126).108
ErrorsLine is longer than 80 characters (found 100).111
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter enzymeId should be final.111
ErrorsParameter con should be final.111
ErrorsExpected @throws tag for 'SQLException'.111
ErrorsExpected @throws tag for 'DomainException'.111
Errors'if' construct must use '{}'s.112
ErrorsLine is longer than 80 characters (found 99).112
Errors'if' construct must use '{}'s.113
ErrorsLine is longer than 80 characters (found 89).113
Errors'if' construct must use '{}'s.125
Errors'if' construct must use '{}'s.129
Errors'if' construct must use '{}'s.131
ErrorsLine contains a tab character.131
Errors'if' construct must use '{}'s.132
Errors'if' construct must use '{}'s.135
ErrorsLine is longer than 80 characters (found 100).146
ErrorsLine is longer than 80 characters (found 83).148
ErrorsUnused @throws tag for 'NullPointerException'.148
ErrorsLine is longer than 80 characters (found 110).150
ErrorsMethod 'exportSibLinks' is not designed for extension - needs to be abstract, final or empty.150
ErrorsParameter enzymeId should be final.150
ErrorsParameter con should be final.150
ErrorsExpected @throws tag for 'DomainException'.150
Errors'if' construct must use '{}'s.151
ErrorsLine is longer than 80 characters (found 99).151
Errors'if' construct must use '{}'s.152
ErrorsLine is longer than 80 characters (found 89).152
Errors'3' is a magic number.162
Errors'4' is a magic number.163
Errors'5' is a magic number.164
Errors'if' construct must use '{}'s.168
Errors'if' construct must use '{}'s.172
Errors'if' construct must use '{}'s.174
ErrorsLine contains a tab character.174
Errors'if' construct must use '{}'s.175
Errors'if' construct must use '{}'s.178
ErrorsLine is longer than 80 characters (found 126).187
ErrorsLine is longer than 80 characters (found 105).190
ErrorsMethod 'findXrefs' is not designed for extension - needs to be abstract, final or empty.190
ErrorsParameter enzymeId should be final.190
ErrorsParameter con should be final.190
ErrorsExpected @throws tag for 'SQLException'.190
ErrorsExpected @throws tag for 'DomainException'.190
Errors'if' construct must use '{}'s.191
ErrorsLine is longer than 80 characters (found 99).191
Errors'if' construct must use '{}'s.192
ErrorsLine is longer than 80 characters (found 89).192
Errors'if' construct must use '{}'s.207
Errors'if' construct must use '{}'s.211
ErrorsLine contains a tab character.211
Errors'if' construct must use '{}'s.212
Errors'if' construct must use '{}'s.215
ErrorsLine is longer than 80 characters (found 100).224
ErrorsLine is longer than 80 characters (found 83).226
ErrorsUnused @throws tag for 'NullPointerException'.226
ErrorsLine is longer than 80 characters (found 108).228
ErrorsMethod 'findSibXrefs' is not designed for extension - needs to be abstract, final or empty.228
ErrorsParameter enzymeId should be final.228
ErrorsParameter con should be final.228
ErrorsExpected @throws tag for 'DomainException'.228
Errors'if' construct must use '{}'s.229
ErrorsLine is longer than 80 characters (found 99).229
Errors'if' construct must use '{}'s.230
ErrorsLine is longer than 80 characters (found 89).230
Errors'3' is a magic number.242
Errors'4' is a magic number.243
Errors'5' is a magic number.244
Errors'if' construct must use '{}'s.249
Errors'if' construct must use '{}'s.253
ErrorsLine contains a tab character.253
Errors'if' construct must use '{}'s.254
Errors'if' construct must use '{}'s.257
ErrorsLine is longer than 80 characters (found 90).270
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.270
ErrorsParameter links should be final.270
ErrorsParameter enzymeId should be final.270
ErrorsParameter status should be final.270
ErrorsParameter con should be final.270
ErrorsExpected @throws tag for 'SQLException'.271
Errors'if' construct must use '{}'s.272
ErrorsLine is longer than 80 characters (found 93).272
Errors'if' construct must use '{}'s.273
ErrorsLine is longer than 80 characters (found 99).273
Errors'if' construct must use '{}'s.274
ErrorsLine is longer than 80 characters (found 95).274
Errors'if' construct must use '{}'s.275
ErrorsLine is longer than 80 characters (found 89).275
Errors'if' construct must use '{}'s.293
Errors'if' construct must use '{}'s.294
ErrorsLine is longer than 80 characters (found 109).298
ErrorsMethod 'insertLink' is not designed for extension - needs to be abstract, final or empty.298
ErrorsMissing a Javadoc comment.298
ErrorsParameter link should be final.298
ErrorsParameter enzymeId should be final.298
ErrorsParameter status should be final.298
ErrorsParameter con should be final.298
Errors'if' construct must use '{}'s.299
ErrorsLine is longer than 80 characters (found 91).299
Errors'if' construct must use '{}'s.300
ErrorsLine is longer than 80 characters (found 99).300
Errors'if' construct must use '{}'s.301
ErrorsLine is longer than 80 characters (found 95).301
Errors'if' construct must use '{}'s.302
ErrorsLine is longer than 80 characters (found 89).302
Errors'if' construct must use '{}'s.310
ErrorsLine is longer than 80 characters (found 112).314
ErrorsMethod 'updateLinkUrl' is not designed for extension - needs to be abstract, final or empty.314
ErrorsMissing a Javadoc comment.314
ErrorsParameter link should be final.314
ErrorsParameter enzymeId should be final.314
ErrorsParameter status should be final.314
ErrorsParameter con should be final.314
Errors'if' construct must use '{}'s.315
ErrorsLine is longer than 80 characters (found 91).315
Errors'if' construct must use '{}'s.316
ErrorsLine is longer than 80 characters (found 99).316
Errors'if' construct must use '{}'s.317
ErrorsLine is longer than 80 characters (found 95).317
Errors'if' construct must use '{}'s.318
ErrorsLine is longer than 80 characters (found 89).318
Errors'3' is a magic number.325
Errors'if' construct must use '{}'s.326
ErrorsComment matches to-do format 'TODO:'.327
ErrorsLine is longer than 80 characters (found 83).327
Errors'4' is a magic number.327
Errors'else' construct must use '{}'s.328
Errors'4' is a magic number.329
Errors'if' construct must use '{}'s.332
ErrorsLine is longer than 80 characters (found 117).336
ErrorsMethod 'reloadLinks' is not designed for extension - needs to be abstract, final or empty.336
ErrorsMissing a Javadoc comment.336
ErrorsParameter links should be final.336
ErrorsParameter enzymeId should be final.336
ErrorsParameter status should be final.336
ErrorsParameter con should be final.336
Errors'if' construct must use '{}'s.337
ErrorsLine is longer than 80 characters (found 93).337
Errors'if' construct must use '{}'s.338
ErrorsLine is longer than 80 characters (found 99).338
Errors'if' construct must use '{}'s.339
ErrorsLine is longer than 80 characters (found 95).339
Errors'if' construct must use '{}'s.340
ErrorsLine is longer than 80 characters (found 89).340
ErrorsLine is longer than 80 characters (found 90).346
ErrorsMethod 'delete' is not designed for extension - needs to be abstract, final or empty.346
ErrorsMissing a Javadoc comment.346
ErrorsParameter enzymeId should be final.346
ErrorsParameter link should be final.346
ErrorsParameter con should be final.346
Errors'if' construct must use '{}'s.347
ErrorsLine is longer than 80 characters (found 99).347
Errors'if' construct must use '{}'s.348
ErrorsLine is longer than 80 characters (found 91).348
Errors'if' construct must use '{}'s.349
ErrorsLine is longer than 80 characters (found 89).349
Errors'if' construct must use '{}'s.355
Errors'else' construct must use '{}'s.357
Errors'3' is a magic number.359
Errors'if' construct must use '{}'s.366
ErrorsMethod 'deleteAll' is not designed for extension - needs to be abstract, final or empty.370
ErrorsMissing a Javadoc comment.370
ErrorsParameter enzymeId should be final.370
ErrorsParameter con should be final.370
Errors'if' construct must use '{}'s.371
ErrorsLine is longer than 80 characters (found 99).371
Errors'if' construct must use '{}'s.372
ErrorsLine is longer than 80 characters (found 89).372
Errors'if' construct must use '{}'s.384
ErrorsLine is longer than 80 characters (found 94).388
ErrorsMethod 'deleteXref' is not designed for extension - needs to be abstract, final or empty.388
ErrorsMissing a Javadoc comment.388
ErrorsParameter enzymeId should be final.388
ErrorsParameter xref should be final.388
ErrorsParameter con should be final.388
Errors'if' construct must use '{}'s.389
ErrorsLine is longer than 80 characters (found 99).389
Errors'if' construct must use '{}'s.390
ErrorsLine is longer than 80 characters (found 91).390
Errors'if' construct must use '{}'s.391
ErrorsLine is longer than 80 characters (found 89).391
Errors'if' construct must use '{}'s.396
Errors'if' construct must use '{}'s.397
Errors'3' is a magic number.403
Errors'4' is a magic number.404
Errors'if' construct must use '{}'s.411
ErrorsMethod 'deleteAllXref' is not designed for extension - needs to be abstract, final or empty.415
ErrorsMissing a Javadoc comment.415
ErrorsParameter enzymeId should be final.415
ErrorsParameter con should be final.415
Errors'if' construct must use '{}'s.416
ErrorsLine is longer than 80 characters (found 99).416
Errors'if' construct must use '{}'s.417
ErrorsLine is longer than 80 characters (found 89).417
Errors'if' construct must use '{}'s.429
ErrorsLine is longer than 80 characters (found 99).433
ErrorsMethod 'deleteByName' is not designed for extension - needs to be abstract, final or empty.433
ErrorsMissing a Javadoc comment.433
ErrorsParameter enzymeId should be final.433
ErrorsParameter displayName should be final.433
ErrorsParameter con should be final.433
Errors'if' construct must use '{}'s.434
ErrorsLine is longer than 80 characters (found 99).434
Errors'if' construct must use '{}'s.435
ErrorsLine is longer than 80 characters (found 105).435
Errors'if' construct must use '{}'s.436
ErrorsLine is longer than 80 characters (found 89).436
Errors'if' construct must use '{}'s.449
ErrorsLine is longer than 80 characters (found 101).453
ErrorsMethod 'deleteByCodeXref' is not designed for extension - needs to be abstract, final or empty.453
ErrorsMissing a Javadoc comment.453
ErrorsParameter enzymeId should be final.453
ErrorsParameter xrefCode should be final.453
ErrorsParameter con should be final.453
Errors'if' construct must use '{}'s.454
ErrorsLine is longer than 80 characters (found 102).454
Errors'if' construct must use '{}'s.455
ErrorsLine is longer than 80 characters (found 102).455
Errors'if' construct must use '{}'s.456
ErrorsLine is longer than 80 characters (found 92).456
Errors'if' construct must use '{}'s.459
ErrorsLine is longer than 80 characters (found 93).459
Errors'if' construct must use '{}'s.460
ErrorsLine is longer than 80 characters (found 91).460
ErrorsLine is longer than 80 characters (found 83).463
Errors'if' construct must use '{}'s.472
ErrorsLine is longer than 80 characters (found 107).477
ErrorsMethod 'deleteOtherLinks' is not designed for extension - needs to be abstract, final or empty.477
ErrorsMissing a Javadoc comment.477
ErrorsParameter links should be final.477
ErrorsParameter enzymeId should be final.477
ErrorsParameter con should be final.477
Errors'if' construct must use '{}'s.478
ErrorsLine is longer than 80 characters (found 93).478
Errors'if' construct must use '{}'s.479
ErrorsLine is longer than 80 characters (found 99).479
Errors'if' construct must use '{}'s.480
ErrorsLine is longer than 80 characters (found 89).480
ErrorsParameter rs should be final.498
ErrorsExpected @throws tag for 'SQLException'.498
ErrorsExpected @throws tag for 'DomainException'.498
Errors'if' construct must use '{}'s.509
ErrorsLine is longer than 80 characters (found 89).509
Errors'if' construct must use '{}'s.510
Errors'if' construct must use '{}'s.511
Errors'if' construct must use '{}'s.512
Errors'if' construct must use '{}'s.513
ErrorsLine is longer than 80 characters (found 89).513
Errors'if' construct must use '{}'s.515
Errors'if' construct must use '{}'s.516
ErrorsLine is longer than 80 characters (found 91).519
Errors'{' is not preceded with whitespace.519
ErrorsLine is longer than 80 characters (found 96).521
Errors'{' is not preceded with whitespace.521
ErrorsLine is longer than 80 characters (found 98).523
Errors'{' is not preceded with whitespace.523
ErrorsLine is longer than 80 characters (found 89).524
Errors';' is not followed by whitespace.524
ErrorsLine is longer than 80 characters (found 94).525
Errors'{' is not preceded with whitespace.525
ErrorsLine is longer than 80 characters (found 98).527
Errors'||' should be on a new line.527
Errors'{' is not preceded with whitespace.528
ErrorsLine is longer than 80 characters (found 97).530
Errors'||' should be on a new line.530
ErrorsLine is longer than 80 characters (found 93).531
Errors'if' construct must use '{}'s.534
Errors'if' is not followed by whitespace.534
ErrorsLine is longer than 80 characters (found 112).536
ErrorsLine contains a tab character.536
Errors'{' is not preceded with whitespace.539
ErrorsLine is longer than 80 characters (found 91).540
ErrorsLine has trailing spaces.541
ErrorsLine is longer than 80 characters (found 108).541
Errors'{' is not preceded with whitespace.542
ErrorsLine is longer than 80 characters (found 103).543
ErrorsLine is longer than 80 characters (found 108).544
ErrorsLine is longer than 80 characters (found 84).558
ErrorsParameter rs should be final.558
ErrorsExpected @throws tag for 'SQLException'.558
ErrorsExpected @throws tag for 'DomainException'.558
Errors'if' construct must use '{}'s.568
ErrorsLine is longer than 80 characters (found 92).568
Errors'if' construct must use '{}'s.569
ErrorsLine is longer than 80 characters (found 85).569
Errors'if' construct must use '{}'s.570
Errors'if' construct must use '{}'s.571
Errors'if' construct must use '{}'s.572
Errors'if' construct must use '{}'s.573
ErrorsLine is longer than 80 characters (found 89).573
Errors'if' construct must use '{}'s.575
Errors'if' construct must use '{}'s.576
ErrorsLine is longer than 80 characters (found 82).579
ErrorsLine is longer than 80 characters (found 144).580
ErrorsLine contains a tab character.580
ErrorsLine is longer than 80 characters (found 94).583
ErrorsLine is longer than 80 characters (found 96).584
ErrorsParameter link should be final.596
ErrorsParameter enzymeId should be final.596
ErrorsParameter status should be final.596
ErrorsParameter insertStatement should be final.597
ErrorsExpected @throws tag for 'SQLException'.597
ErrorsLine is longer than 80 characters (found 85).601
Errors'if' construct must use '{}'s.609
ErrorsComment matches to-do format 'TODO:'.609
ErrorsLine is longer than 80 characters (found 95).609
Errors'3' is a magic number.610
Errors'else' construct must use '{}'s.611
Errors'3' is a magic number.612
Errors'4' is a magic number.613
Errors'5' is a magic number.614
Errors'6' is a magic number.615
Errors'{' is not preceded with whitespace.616
Errors'7' is a magic number.617
Errors'7' is a magic number.619
ErrorsMissing a Javadoc comment.623
ErrorsParameter xref should be final.623
ErrorsParameter enzymeId should be final.623
ErrorsParameter status should be final.623
ErrorsLine is longer than 80 characters (found 88).624
ErrorsParameter insertXrefStatement should be final.624
ErrorsLine is longer than 80 characters (found 93).628
ErrorsLine has trailing spaces.629
Errors'if' construct must use '{}'s.631
Errors'if' construct must use '{}'s.632
Errors'if' construct must use '{}'s.636
Errors'3' is a magic number.637
Errors'else' construct must use '{}'s.638
Errors'3' is a magic number.639
Errors'4' is a magic number.640
Errors'5' is a magic number.641
Errors'6' is a magic number.642
Errors'7' is a magic number.643
Errors'{' is not preceded with whitespace.644
Errors'8' is a magic number.645
Errors'8' is a magic number.647

uk/ac/ebi/intenz/mapper/EnzymeNameMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters (found 121).31
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.36
Errors'+' should be on a new line.37
Errors'+' should be on a new line.38
ErrorsLine is longer than 80 characters (found 82).39
Errors'+' should be on a new line.39
ErrorsMissing a Javadoc comment.43
Errors'+' should be on a new line.44
Errors'+' should be on a new line.45
Errors'+' should be on a new line.46
ErrorsMissing a Javadoc comment.50
Errors'+' should be on a new line.51
Errors'+' should be on a new line.52
Errors'+' should be on a new line.53
ErrorsMissing a Javadoc comment.57
ErrorsLine is longer than 80 characters (found 147).58
ErrorsMissing a Javadoc comment.61
ErrorsLine is longer than 80 characters (found 92).62
Errors'+' should be on a new line.62
ErrorsMissing a Javadoc comment.66
ErrorsLine is longer than 80 characters (found 126).75
ErrorsLine is longer than 80 characters (found 83).78
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter enzymeId should be final.78
ErrorsParameter con should be final.78
ErrorsExpected @throws tag for 'SQLException'.78
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters (found 99).79
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters (found 89).80
Errors'if' construct must use '{}'s.100
ErrorsLine contains a tab character.100
Errors'if' construct must use '{}'s.101
Errors'if' construct must use '{}'s.104
ErrorsLine is longer than 80 characters (found 100).115
ErrorsLine is longer than 80 characters (found 83).117
ErrorsUnused @throws tag for 'NullPointerException'.117
ErrorsLine is longer than 80 characters (found 93).119
ErrorsMethod 'exportSibNames' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter enzymeId should be final.119
ErrorsParameter con should be final.119
Errors'if' construct must use '{}'s.120
ErrorsLine is longer than 80 characters (found 99).120
Errors'if' construct must use '{}'s.121
ErrorsLine is longer than 80 characters (found 89).121
Errors'3' is a magic number.133
Errors'4' is a magic number.134
Errors'5' is a magic number.135
Errors'if' construct must use '{}'s.145
ErrorsLine contains a tab character.145
Errors'if' construct must use '{}'s.146
Errors'if' construct must use '{}'s.149
ErrorsLine is longer than 80 characters (found 94).163
ErrorsMethod 'findCommonNames' is not designed for extension - needs to be abstract, final or empty.163
ErrorsParameter enzymeId should be final.163
ErrorsParameter con should be final.163
ErrorsExpected @throws tag for 'SQLException'.163
Errors'if' construct must use '{}'s.164
ErrorsLine is longer than 80 characters (found 99).164
Errors'if' construct must use '{}'s.165
ErrorsLine is longer than 80 characters (found 89).165
Errors'if' construct must use '{}'s.187
ErrorsLine contains a tab character.187
Errors'if' construct must use '{}'s.188
Errors'if' construct must use '{}'s.191
ErrorsLine is longer than 80 characters (found 91).203
ErrorsMethod 'findSystematicName' is not designed for extension - needs to be abstract, final or empty.203
ErrorsParameter enzymeId should be final.203
ErrorsParameter con should be final.203
ErrorsExpected @throws tag for 'SQLException'.203
Errors'if' construct must use '{}'s.204
ErrorsLine is longer than 80 characters (found 99).204
Errors'if' construct must use '{}'s.205
ErrorsLine is longer than 80 characters (found 89).205
ErrorsLine is longer than 80 characters (found 84).214
Errors'if' construct must use '{}'s.220
ErrorsLine contains a tab character.220
Errors'if' construct must use '{}'s.221
ErrorsLine is longer than 80 characters (found 96).227
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.227
ErrorsMissing a Javadoc comment.227
ErrorsParameter name should be final.227
ErrorsParameter enzymeId should be final.227
ErrorsParameter status should be final.227
ErrorsParameter orderIn should be final.227
ErrorsParameter con should be final.227
Errors'if' construct must use '{}'s.229
ErrorsLine is longer than 80 characters (found 91).229
Errors'if' construct must use '{}'s.230
ErrorsLine is longer than 80 characters (found 99).230
Errors'if' construct must use '{}'s.231
ErrorsLine is longer than 80 characters (found 95).231
Errors'if' construct must use '{}'s.232
ErrorsLine is longer than 80 characters (found 96).232
Errors'if' construct must use '{}'s.233
ErrorsLine is longer than 80 characters (found 89).233
Errors'if' construct must use '{}'s.245
ErrorsLine is longer than 80 characters (found 95).249
ErrorsMethod 'insertNames' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMissing a Javadoc comment.249
ErrorsParameter names should be final.249
ErrorsParameter enzymeId should be final.249
ErrorsParameter status should be final.249
ErrorsParameter con should be final.249
Errors'if' construct must use '{}'s.251
ErrorsLine is longer than 80 characters (found 93).251
Errors'if' construct must use '{}'s.252
ErrorsLine is longer than 80 characters (found 99).252
Errors'if' construct must use '{}'s.253
ErrorsLine is longer than 80 characters (found 95).253
Errors'if' construct must use '{}'s.254
ErrorsLine is longer than 80 characters (found 89).254
Errors'+' is not preceded with whitespace.256
Errors'+' is not followed by whitespace.256
ErrorsLine is longer than 80 characters (found 102).260
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.260
ErrorsMissing a Javadoc comment.260
ErrorsParameter enzymeName should be final.260
ErrorsParameter enzymeId should be final.260
ErrorsParameter status should be final.260
ErrorsParameter orderIn should be final.260
ErrorsParameter con should be final.260
Errors'if' construct must use '{}'s.262
ErrorsLine is longer than 80 characters (found 103).262
Errors'if' construct must use '{}'s.263
ErrorsLine is longer than 80 characters (found 99).263
Errors'if' construct must use '{}'s.264
ErrorsLine is longer than 80 characters (found 95).264
Errors'if' construct must use '{}'s.265
ErrorsLine is longer than 80 characters (found 89).265
Errors'if' construct must use '{}'s.277
ErrorsLine is longer than 80 characters (found 103).281
ErrorsMethod 'reload' is not designed for extension - needs to be abstract, final or empty.281
ErrorsMissing a Javadoc comment.281
ErrorsParameter names should be final.281
ErrorsParameter enzymeId should be final.281
ErrorsParameter type should be final.281
ErrorsParameter status should be final.281
ErrorsParameter con should be final.282
ErrorsLine is longer than 80 characters (found 111).288
ErrorsMethod 'deleteNames' is not designed for extension - needs to be abstract, final or empty.288
ErrorsMissing a Javadoc comment.288
ErrorsParameter enzymeId should be final.288
ErrorsParameter nameType should be final.288
ErrorsParameter con should be final.288
Errors'if' construct must use '{}'s.289
ErrorsLine is longer than 80 characters (found 99).289
Errors'if' construct must use '{}'s.290
ErrorsLine is longer than 80 characters (found 89).290
Errors'if' construct must use '{}'s.303
ErrorsParameter rs should be final.318
ErrorsExpected @throws tag for 'SQLException'.318
Errors'if' construct must use '{}'s.327
Errors'if' construct must use '{}'s.328
ErrorsLine is longer than 80 characters (found 83).328
Errors'if' construct must use '{}'s.329
Errors'if' construct must use '{}'s.330
Errors'if' construct must use '{}'s.331
ErrorsLine is longer than 80 characters (found 92).333
ErrorsLine is longer than 80 characters (found 89).334
ErrorsLine is longer than 80 characters (found 105).335
ErrorsFirst sentence should end with a period.338
ErrorsLine is longer than 80 characters (found 83).347
ErrorsParameter name should be final.347
ErrorsParameter enzymeId should be final.347
ErrorsParameter status should be final.347
ErrorsParameter orderIn should be final.347
ErrorsExpected @param tag for 'orderIn'.347
ErrorsParameter insertStatement should be final.348
ErrorsExpected @throws tag for 'SQLException'.348
ErrorsLine is longer than 80 characters (found 85).353
Errors'3' is a magic number.357
Errors'if' construct must use '{}'s.358
Errors'4' is a magic number.359
Errors'else' construct must use '{}'s.360
Errors'4' is a magic number.361
Errors'5' is a magic number.362
Errors'6' is a magic number.363
Errors'7' is a magic number.364
Errors'8' is a magic number.365
Errors'9' is a magic number.366
ErrorsLine is longer than 80 characters (found 83).369
ErrorsMissing a Javadoc comment.369
ErrorsParameter name should be final.369
ErrorsParameter enzymeId should be final.369
ErrorsParameter status should be final.369
ErrorsParameter orderIn should be final.369
ErrorsParameter updateStatement should be final.370
ErrorsLine is longer than 80 characters (found 85).375
Errors'if' construct must use '{}'s.378
Errors'else' construct must use '{}'s.380
Errors'3' is a magic number.382
Errors'4' is a magic number.383
Errors'5' is a magic number.384
Errors'6' is a magic number.385
Errors'7' is a magic number.386

uk/ac/ebi/intenz/mapper/EnzymeReactionMapper.java

ViolationMessageLine
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'rheaReader' must be private and have accessor methods.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.37
Errors'{' is not preceded with whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.47
Errors'+' should be on a new line.47
ErrorsLine contains a tab character.48
Errors'+' should be on a new line.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.52
Errors'+' should be on a new line.52
ErrorsLine contains a tab character.53
Errors'+' should be on a new line.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.57
Errors'+' should be on a new line.57
ErrorsLine contains a tab character.58
Errors'+' should be on a new line.58
ErrorsLine contains a tab character.59
Errors'+' should be on a new line.59
ErrorsLine contains a tab character.60
ErrorsMissing a Javadoc comment.62
ErrorsLine is longer than 80 characters (found 81).63
ErrorsLine contains a tab character.63
Errors'+' should be on a new line.63
ErrorsLine contains a tab character.64
ErrorsMissing a Javadoc comment.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsLine is longer than 80 characters (found 82).72
ErrorsLine contains a tab character.72
Errors'+' should be on a new line.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsLine contains a tab character.76
Errors'+' should be on a new line.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsLine contains a tab character.80
Errors'+' should be on a new line.80
ErrorsLine is longer than 80 characters (found 84).81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsMissing a Javadoc comment.83
ErrorsLine is longer than 80 characters (found 89).84
ErrorsLine contains a tab character.84
Errors'+' should be on a new line.84
ErrorsLine contains a tab character.85
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters (found 86).96
ErrorsLine contains a tab character.96
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter enzymeId should be final.100
ErrorsParameter con should be final.100
ErrorsLine is longer than 80 characters (found 85).103
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
Errors'if' construct must use '{}'s.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters (found 83).131
ErrorsUnused @throws tag for 'NullPointerException'.131
ErrorsMethod 'exportSibReactions' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter enzymeId should be final.133
ErrorsParameter con should be final.133
Errors'if' construct must use '{}'s.135
ErrorsLine is longer than 80 characters (found 99).135
Errors'if' construct must use '{}'s.136
ErrorsLine is longer than 80 characters (found 89).136
Errors'if' construct must use '{}'s.139
ErrorsLine contains a tab character.140
Errors'else' construct must use '{}'s.141
ErrorsLine has trailing spaces.145
ErrorsMissing a Javadoc comment.146
ErrorsParameter enzymeId should be final.146
ErrorsParameter con should be final.146
ErrorsLine contains a tab character.147
ErrorsParameter findQuery should be final.147
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
Errors'if' construct must use '{}'s.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
Errors'if' construct must use '{}'s.162
ErrorsLine contains a tab character.162
Errors'if' construct must use '{}'s.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters (found 81).176
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.176
ErrorsParameter reactions should be final.176
ErrorsParameter enzymeId should be final.176
ErrorsParameter con should be final.176
ErrorsExpected @throws tag for 'SQLException'.177
Errors'if' construct must use '{}'s.178
ErrorsLine is longer than 80 characters (found 101).178
Errors'if' construct must use '{}'s.179
ErrorsLine is longer than 80 characters (found 99).179
Errors'if' construct must use '{}'s.180
ErrorsLine is longer than 80 characters (found 89).180
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
Errors'{' is not preceded with whitespace.186
ErrorsLine contains a tab character.187
Errors'+' is not preceded with whitespace.187
Errors'+' is not followed by whitespace.187
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters (found 81).189
ErrorsLine contains a tab character.189
Errors'+' is not preceded with whitespace.189
Errors'+' is not followed by whitespace.189
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.193
ErrorsParameter enzymeId should be final.204
ErrorsExpected @param tag for 'enzymeId'.204
ErrorsParameter reaction should be final.204
ErrorsExpected @param tag for 'reaction'.204
ErrorsLine is longer than 80 characters (found 86).205
ErrorsLine contains a tab character.205
ErrorsParameter view should be final.205
ErrorsExpected @param tag for 'view'.205
ErrorsParameter iubmb should be final.205
ErrorsExpected @param tag for 'iubmb'.205
ErrorsParameter orderIn should be final.205
ErrorsExpected @param tag for 'orderIn'.205
ErrorsParameter con should be final.205
ErrorsExpected @param tag for 'con'.205
ErrorsExpected @throws tag for 'SQLException'.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
Errors'3' is a magic number.212
ErrorsLine is longer than 80 characters (found 81).213
ErrorsLine contains a tab character.213
Errors'4' is a magic number.213
ErrorsLine contains a tab character.214
Errors'5' is a magic number.214
ErrorsLine contains a tab character.215
Errors'6' is a magic number.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
Errors'if' construct must use '{}'s.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.221
ErrorsMethod 'insertMapping' is not designed for extension - needs to be abstract, final or empty.232
ErrorsParameter enzymeId should be final.232
ErrorsExpected @param tag for 'enzymeId'.232
ErrorsParameter reactionId should be final.232
ErrorsExpected @param tag for 'reactionId'.232
ErrorsLine contains a tab character.233
ErrorsParameter view should be final.233
ErrorsExpected @param tag for 'view'.233
ErrorsParameter iubmb should be final.233
ErrorsExpected @param tag for 'iubmb'.233
ErrorsLine contains a tab character.234
ErrorsParameter orderIn should be final.234
ErrorsExpected @param tag for 'orderIn'.234
ErrorsParameter con should be final.234
ErrorsExpected @param tag for 'con'.234
ErrorsExpected @throws tag for 'SQLException'.234
Errors'{' is not preceded with whitespace.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
Errors'3' is a magic number.240
ErrorsLine contains a tab character.241
Errors'4' is a magic number.241
Errors'?' is not preceded with whitespace.241
ErrorsAvoid inline conditionals.241
ErrorsLine contains a tab character.242
Errors'5' is a magic number.242
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters (found 98).244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
Errors'if' construct must use '{}'s.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters (found 81).259
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.259
ErrorsParameter enzymeId should be final.259
ErrorsParameter reactions should be final.259
ErrorsParameter con should be final.259
ErrorsExpected @param tag for 'con'.259
ErrorsExpected @throws tag for 'SQLException'.260
ErrorsLine is longer than 80 characters (found 90).266
ErrorsMethod 'deleteAll' is not designed for extension - needs to be abstract, final or empty.272
ErrorsParameter enzymeId should be final.272
ErrorsParameter con should be final.272
ErrorsExpected @throws tag for 'SQLException'.272
Errors'if' construct must use '{}'s.273
ErrorsLine is longer than 80 characters (found 99).273
Errors'if' construct must use '{}'s.274
ErrorsLine is longer than 80 characters (found 89).274
Errors'if' construct must use '{}'s.286
ErrorsExpected an @return tag.301
ErrorsParameter reactionId should be final.301
ErrorsExpected @param tag for 'reactionId'.301
ErrorsParameter equation should be final.301
ErrorsExpected @param tag for 'equation'.301
ErrorsParameter source should be final.302
ErrorsParameter status should be final.302
ErrorsExpected @param tag for 'status'.302
ErrorsExpected @throws tag for 'SQLException'.303
ErrorsLine is longer than 80 characters (found 90).304
ErrorsLine is longer than 80 characters (found 84).317
ErrorsParameter rs should be final.317
ErrorsLine contains a tab character.324
Errors'if' construct must use '{}'s.325
ErrorsLine contains a tab character.325
Errors'{' is not preceded with whitespace.327
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.343
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.343
ErrorsMissing a Javadoc comment.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.347
ErrorsMethod 'finalize' is not designed for extension - needs to be abstract, final or empty.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350

uk/ac/ebi/intenz/mapper/EnzymeReferenceMapper.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 103).26
ErrorsMissing a Javadoc comment.26
Errors'+' should be on a new line.26
ErrorsLine is longer than 80 characters (found 118).27
Errors'+' should be on a new line.27
ErrorsLine is longer than 80 characters (found 112).28
ErrorsLine is longer than 80 characters (found 87).30
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.35
Errors'+' should be on a new line.36
Errors'+' should be on a new line.37
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.53
Errors'+' should be on a new line.54
ErrorsLine is longer than 80 characters (found 145).55
Errors'+' should be on a new line.55
ErrorsMissing a Javadoc comment.59
Errors'+' should be on a new line.60
ErrorsLine is longer than 80 characters (found 119).61
Errors'+' should be on a new line.61
ErrorsLine is longer than 80 characters (found 83).62
Errors'+' should be on a new line.62
ErrorsMissing a Javadoc comment.66
Errors'+' should be on a new line.67
ErrorsLine is longer than 80 characters (found 163).68
Errors'+' should be on a new line.68
ErrorsMissing a Javadoc comment.72
Errors'+' should be on a new line.73
ErrorsLine is longer than 80 characters (found 116).74
Errors'+' should be on a new line.74
ErrorsLine is longer than 80 characters (found 112).75
Errors'+' should be on a new line.75
ErrorsMissing a Javadoc comment.79
Errors'+' should be on a new line.80
ErrorsLine is longer than 80 characters (found 91).81
Errors'+' should be on a new line.81
ErrorsMissing a Javadoc comment.85
Errors'+' should be on a new line.86
ErrorsLine is longer than 80 characters (found 113).87
Errors'+' should be on a new line.87
ErrorsMissing a Javadoc comment.91
ErrorsLine is longer than 80 characters (found 104).92
ErrorsMissing a Javadoc comment.95
ErrorsMissing a Javadoc comment.99
ErrorsMissing a Javadoc comment.103
ErrorsMissing a Javadoc comment.107
ErrorsLine is longer than 80 characters (found 125).116
ErrorsLine is longer than 80 characters (found 82).119
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter enzymeId should be final.119
ErrorsParameter con should be final.119
ErrorsExpected @throws tag for 'SQLException'.119
Errors'if' construct must use '{}'s.120
ErrorsLine is longer than 80 characters (found 99).120
Errors'if' construct must use '{}'s.121
ErrorsLine is longer than 80 characters (found 89).121
Errors'if' construct must use '{}'s.135
Errors'if' construct must use '{}'s.139
ErrorsLine contains a tab character.139
Errors'if' construct must use '{}'s.140
Errors'if' construct must use '{}'s.143
ErrorsLine is longer than 80 characters (found 83).147
ErrorsMethod 'findPubIds' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
ErrorsParameter enzymeId should be final.147
ErrorsParameter con should be final.147
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 80 characters (found 99).148
Errors'if' construct must use '{}'s.149
ErrorsLine is longer than 80 characters (found 89).149
Errors'if' construct must use '{}'s.163
ErrorsLine contains a tab character.163
Errors'if' construct must use '{}'s.164
ErrorsLine is longer than 80 characters (found 109).170
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
ErrorsParameter reference should be final.170
ErrorsParameter enzymeId should be final.170
ErrorsParameter status should be final.170
ErrorsParameter con should be final.170
Errors'if' construct must use '{}'s.171
ErrorsLine is longer than 80 characters (found 101).171
Errors'if' construct must use '{}'s.172
ErrorsLine is longer than 80 characters (found 99).172
Errors'if' construct must use '{}'s.173
ErrorsLine is longer than 80 characters (found 95).173
Errors'if' construct must use '{}'s.174
ErrorsLine is longer than 80 characters (found 89).174
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
Errors'?' is not preceded with whitespace.190
ErrorsAvoid inline conditionals.190
ErrorsLine is longer than 80 characters (found 108).192
Errors'if' construct must use '{}'s.219
Errors'if' construct must use '{}'s.220
Errors'if' construct must use '{}'s.221
Errors'if' construct must use '{}'s.222
Errors'if' construct must use '{}'s.223
ErrorsLine is longer than 80 characters (found 94).236
ErrorsMethod 'insert' is not designed for extension - needs to be abstract, final or empty.236
ErrorsParameter references should be final.236
ErrorsParameter enzymeId should be final.236
ErrorsParameter status should be final.236
ErrorsParameter con should be final.236
ErrorsExpected @throws tag for 'SQLException'.237
Errors'if' construct must use '{}'s.238
ErrorsLine is longer than 80 characters (found 103).238
Errors'if' construct must use '{}'s.239
ErrorsLine is longer than 80 characters (found 99).239
Errors'if' construct must use '{}'s.240
ErrorsLine is longer than 80 characters (found 95).240
Errors'if' construct must use '{}'s.241
ErrorsLine is longer than 80 characters (found 89).241
ErrorsLine is longer than 80 characters (found 94).249
ErrorsMethod 'reload' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMissing a Javadoc comment.249
ErrorsParameter references should be final.249
ErrorsParameter enzymeId should be final.249
ErrorsParameter status should be final.249
ErrorsParameter con should be final.249
ErrorsLine is longer than 80 characters (found 109).255
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.255
ErrorsMissing a Javadoc comment.255
ErrorsParameter reference should be final.255
ErrorsParameter enzymeId should be final.255
ErrorsParameter status should be final.255
ErrorsParameter con should be final.255
Errors'if' construct must use '{}'s.256
ErrorsLine is longer than 80 characters (found 101).256
Errors'if' construct must use '{}'s.257
ErrorsLine is longer than 80 characters (found 99).257
Errors'if' construct must use '{}'s.258
ErrorsLine is longer than 80 characters (found 95).258
Errors'if' construct must use '{}'s.259
ErrorsLine is longer than 80 characters (found 89).259
ErrorsLine contains a tab character.262
Errors'if' construct must use '{}'s.290
Errors'if' construct must use '{}'s.291
Errors'if' construct must use '{}'s.292
ErrorsLine is longer than 80 characters (found 94).296
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.296
ErrorsMissing a Javadoc comment.296
ErrorsParameter references should be final.296
ErrorsParameter enzymeId should be final.296
ErrorsParameter status should be final.296
ErrorsParameter con should be final.296
Errors'if' construct must use '{}'s.298
ErrorsLine is longer than 80 characters (found 103).298
Errors'if' construct must use '{}'s.299
ErrorsLine is longer than 80 characters (found 99).299
Errors'if' construct must use '{}'s.300
ErrorsLine is longer than 80 characters (found 95).300
Errors'if' construct must use '{}'s.301
ErrorsLine is longer than 80 characters (found 89).301
ErrorsMethod 'deleteAll' is not designed for extension - needs to be abstract, final or empty.309
ErrorsMissing a Javadoc comment.309
ErrorsParameter enzymeId should be final.309
ErrorsParameter con should be final.309
Errors'if' construct must use '{}'s.310
ErrorsLine is longer than 80 characters (found 99).310
Errors'if' construct must use '{}'s.311
ErrorsLine is longer than 80 characters (found 89).311
ErrorsLine is longer than 80 characters (found 117).313
ErrorsLine is longer than 80 characters (found 82).322
ErrorsMethod 'deleteCitations' is not designed for extension - needs to be abstract, final or empty.322
ErrorsMissing a Javadoc comment.322
ErrorsParameter enzymeId should be final.322
ErrorsParameter con should be final.322
Errors'if' construct must use '{}'s.323
ErrorsLine is longer than 80 characters (found 99).323
Errors'if' construct must use '{}'s.324
ErrorsLine is longer than 80 characters (found 89).324
ErrorsLine is longer than 80 characters (found 82).328
Errors'if' construct must use '{}'s.336
ErrorsLine is longer than 80 characters (found 84).347
ErrorsUnused @throws tag for 'NullPointerException'.347
ErrorsUnused @throws tag for 'IllegalArgumentException'.348
ErrorsLine is longer than 80 characters (found 101).350
ErrorsMethod 'deleteCitations' is not designed for extension - needs to be abstract, final or empty.350
ErrorsParameter pubIds should be final.350
ErrorsParameter enzymeId should be final.350
ErrorsParameter con should be final.350
Errors'if' construct must use '{}'s.351
ErrorsLine is longer than 80 characters (found 95).351
Errors'if' construct must use '{}'s.352
ErrorsLine is longer than 80 characters (found 99).352
Errors'if' construct must use '{}'s.353
ErrorsLine is longer than 80 characters (found 89).353
ErrorsLine is longer than 80 characters (found 89).359
Errors'if' construct must use '{}'s.369
ErrorsLine is longer than 80 characters (found 81).373
ErrorsMethod 'deletePublication' is not designed for extension - needs to be abstract, final or empty.373
ErrorsMissing a Javadoc comment.373
ErrorsParameter pubId should be final.373
ErrorsParameter con should be final.373
Errors'if' construct must use '{}'s.374
ErrorsLine is longer than 80 characters (found 93).374
Errors'if' construct must use '{}'s.375
ErrorsLine is longer than 80 characters (found 89).375
ErrorsLine is longer than 80 characters (found 86).379
Errors'if' construct must use '{}'s.387
ErrorsLine is longer than 80 characters (found 81).387
ErrorsParameter rs should be final.401
ErrorsExpected @throws tag for 'SQLException'.401
Errors'if' construct must use '{}'s.422
Errors'if' construct must use '{}'s.423
ErrorsLine is longer than 80 characters (found 83).423
Errors'if' construct must use '{}'s.424
Errors'if' construct must use '{}'s.425
Errors'if' construct must use '{}'s.426
Errors'if' construct must use '{}'s.427
Errors'if' construct must use '{}'s.428
Errors'if' construct must use '{}'s.429
ErrorsLine is longer than 80 characters (found 85).429
Errors'if' construct must use '{}'s.430
Errors'if' construct must use '{}'s.431
ErrorsLine is longer than 80 characters (found 83).431
Errors'if' construct must use '{}'s.432
Errors'if' construct must use '{}'s.433
Errors'if' construct must use '{}'s.434
Errors'if' construct must use '{}'s.435
ErrorsLine is longer than 80 characters (found 85).435
Errors'if' construct must use '{}'s.436
Errors'if' construct must use '{}'s.437
Errors'if' construct must use '{}'s.438
Errors'if' construct must use '{}'s.440
ErrorsLine is longer than 80 characters (found 83).441
ErrorsLine is longer than 80 characters (found 104).442
Errors'if' construct must use '{}'s.445
ErrorsLine is longer than 80 characters (found 115).446
ErrorsLine is longer than 80 characters (found 100).447
Errors'if' construct must use '{}'s.449
ErrorsLine is longer than 80 characters (found 101).450
ErrorsLine is longer than 80 characters (found 131).451
ErrorsParameter con should be final.463
ErrorsExpected @throws tag for 'SQLException'.463
Errors'if' construct must use '{}'s.476
ErrorsLine contains a tab character.476
Errors'if' construct must use '{}'s.477
ErrorsLine is longer than 80 characters (found 82).483
ErrorsMissing a Javadoc comment.483
ErrorsParameter enzymeId should be final.483
ErrorsParameter con should be final.483
Errors'if' construct must use '{}'s.498
ErrorsLine contains a tab character.498
Errors'if' construct must use '{}'s.499
ErrorsLine is longer than 80 characters (found 115).516
ErrorsParameter enzymeId should be final.516
ErrorsParameter pubId should be final.516
ErrorsParameter orderIn should be final.516
ErrorsParameter status should be final.516
ErrorsParameter source should be final.516
ErrorsLine is longer than 80 characters (found 96).517
ErrorsParameter insertCitationStatement should be final.517
ErrorsExpected @throws tag for 'SQLException'.517
Errors'3' is a magic number.520
Errors'4' is a magic number.521
Errors'5' is a magic number.522
ErrorsLine is longer than 80 characters (found 126).525
ErrorsMissing a Javadoc comment.525
ErrorsParameter newPubId should be final.525
ErrorsParameter journal should be final.525
ErrorsParameter insertJournalStatement should be final.525
ErrorsLine is longer than 80 characters (found 99).528
Errors'3' is a magic number.532
Errors'4' is a magic number.533
Errors'5' is a magic number.534
Errors'6' is a magic number.535
Errors'7' is a magic number.536
Errors'8' is a magic number.537
Errors'9' is a magic number.538
Errors'10' is a magic number.539
Errors'11' is a magic number.540
Errors'12' is a magic number.541
Errors'13' is a magic number.542
ErrorsLine is longer than 80 characters (found 111).545
ErrorsMissing a Javadoc comment.545
ErrorsParameter journal should be final.545
ErrorsParameter updateJournalStatement should be final.545
ErrorsLine is longer than 80 characters (found 99).547
Errors'3' is a magic number.551
Errors'4' is a magic number.552
Errors'5' is a magic number.553
Errors'6' is a magic number.554
Errors'7' is a magic number.555
Errors'8' is a magic number.556
Errors'9' is a magic number.557
Errors'10' is a magic number.558
Errors'11' is a magic number.559
Errors'12' is a magic number.560
Errors'13' is a magic number.561
ErrorsLine is longer than 80 characters (found 114).564
ErrorsMissing a Javadoc comment.564
ErrorsParameter newPubId should be final.564
ErrorsParameter book should be final.564
ErrorsParameter insertBookStatement should be final.564
ErrorsLine is longer than 80 characters (found 93).567
Errors'3' is a magic number.571
Errors'4' is a magic number.572
Errors'5' is a magic number.573
Errors'6' is a magic number.574
Errors'7' is a magic number.575
Errors'8' is a magic number.576
Errors'9' is a magic number.577
Errors'10' is a magic number.578
Errors'11' is a magic number.579
Errors'12' is a magic number.580
Errors'13' is a magic number.581
Errors'14' is a magic number.582
Errors'15' is a magic number.583
ErrorsLine is longer than 80 characters (found 99).586
ErrorsMissing a Javadoc comment.586
ErrorsParameter book should be final.586
ErrorsParameter updateBookStatement should be final.586
ErrorsLine is longer than 80 characters (found 93).588
Errors'3' is a magic number.592
Errors'4' is a magic number.593
Errors'5' is a magic number.594
Errors'6' is a magic number.595
Errors'7' is a magic number.596
Errors'8' is a magic number.597
Errors'9' is a magic number.598
Errors'10' is a magic number.599
Errors'11' is a magic number.600
Errors'12' is a magic number.601
Errors'13' is a magic number.602
Errors'14' is a magic number.603
Errors'15' is a magic number.604
ErrorsLine is longer than 80 characters (found 122).607
ErrorsMissing a Javadoc comment.607
ErrorsParameter newPubId should be final.607
ErrorsParameter patent should be final.607
ErrorsParameter insertPatentStatement should be final.607
ErrorsLine is longer than 80 characters (found 97).610
Errors'3' is a magic number.614
Errors'4' is a magic number.615
Errors'5' is a magic number.616
Errors'6' is a magic number.617
Errors'7' is a magic number.618
Errors'8' is a magic number.619
ErrorsLine is longer than 80 characters (found 107).622
ErrorsMissing a Javadoc comment.622
ErrorsParameter patent should be final.622
ErrorsParameter updatePatentStatement should be final.622
ErrorsLine is longer than 80 characters (found 97).624
Errors'3' is a magic number.628
Errors'4' is a magic number.629
Errors'5' is a magic number.630
Errors'6' is a magic number.631
Errors'7' is a magic number.632
Errors'8' is a magic number.633

uk/ac/ebi/intenz/mapper/EnzymeSubSubclassMapper.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 108).24
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.32
Errors'+' should be on a new line.33
ErrorsLine is longer than 80 characters (found 156).34
Errors'+' should be on a new line.34
ErrorsMissing a Javadoc comment.38
Errors'+' should be on a new line.39
ErrorsLine is longer than 80 characters (found 141).40
Errors'+' should be on a new line.40
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters (found 81).45
ErrorsMissing a Javadoc comment.48
ErrorsLine is longer than 80 characters (found 109).49
ErrorsLine is longer than 80 characters (found 97).59
ErrorsUnused @throws tag for 'NullPointerException'.60
ErrorsLine is longer than 80 characters (found 84).62
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter ec1 should be final.64
ErrorsParameter ec2 should be final.64
ErrorsParameter ec3 should be final.64
ErrorsParameter con should be final.64
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters (found 89).66
ErrorsLine is longer than 80 characters (found 82).75
Errors'if' construct must use '{}'s.76
Errors'if' is not followed by whitespace.76
Errors'3' is a magic number.82
Errors'4' is a magic number.83
Errors'5' is a magic number.84
Errors'6' is a magic number.85
ErrorsLine contains a tab character.91
Errors'if' construct must use '{}'s.92
ErrorsLine contains a tab character.92
Errors'if' construct must use '{}'s.93
ErrorsLine is longer than 80 characters (found 120).105
ErrorsLine is longer than 80 characters (found 81).108
ErrorsMethod 'findList' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter ec1 should be final.108
ErrorsParameter ec2 should be final.108
ErrorsParameter con should be final.108
ErrorsExpected @throws tag for 'SQLException'.109
ErrorsExpected @throws tag for 'DomainException'.109
Errors'3' is a magic number.119
Errors'4' is a magic number.120
Errors'5' is a magic number.121
Errors'if' construct must use '{}'s.129
ErrorsLine contains a tab character.129
Errors'if' construct must use '{}'s.130
Errors'if' construct must use '{}'s.133
ErrorsLine has trailing spaces.136
ErrorsLine is longer than 80 characters (found 94).137
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMissing a Javadoc comment.137
ErrorsParameter con should be final.137
Errors'{' is not preceded with whitespace.137
Errors'{' is not preceded with whitespace.144
Errors'if' construct must use '{}'s.148
ErrorsLine contains a tab character.148
Errors'if' construct must use '{}'s.149
ErrorsUnused @throws tag for 'NullPointerException'.162
ErrorsLine is longer than 80 characters (found 142).164
ErrorsMethod 'insertSubSubclass' is not designed for extension - needs to be abstract, final or empty.164
ErrorsParameter ec should be final.164
ErrorsParameter name should be final.164
ErrorsParameter description should be final.164
ErrorsParameter con should be final.164
Errors'if' construct must use '{}'s.165
ErrorsLine is longer than 80 characters (found 87).165
Errors'if' construct must use '{}'s.166
ErrorsLine is longer than 80 characters (found 91).166
Errors'if' construct must use '{}'s.167
ErrorsLine is longer than 80 characters (found 105).167
Errors'if' construct must use '{}'s.168
ErrorsLine is longer than 80 characters (found 89).168
Errors'if' construct must use '{}'s.180
ErrorsLine is longer than 80 characters (found 108).194
ErrorsMethod 'subSubclassExists' is not designed for extension - needs to be abstract, final or empty.194
ErrorsParameter ec1 should be final.194
ErrorsParameter ec2 should be final.194
ErrorsParameter ec3 should be final.194
ErrorsParameter con should be final.194
ErrorsExpected @throws tag for 'SQLException'.194
Errors'3' is a magic number.202
Errors'if' construct must use '{}'s.208
ErrorsLine contains a tab character.208
Errors'if' construct must use '{}'s.209
ErrorsLine has trailing spaces.215
ErrorsLine is longer than 80 characters (found 81).219
ErrorsParameter rs should be final.225
ErrorsParameter entries should be final.225
ErrorsExpected @param tag for 'entries'.225
ErrorsExpected @throws tag for 'SQLException'.226
ErrorsExpected @throws tag for 'DomainException'.226
Errors'if' construct must use '{}'s.235
Errors'if' construct must use '{}'s.236
Errors'if' construct must use '{}'s.237
Errors'3' is a magic number.237
Errors'3' is a magic number.237
Errors'if' construct must use '{}'s.238
Errors'4' is a magic number.238
Errors'4' is a magic number.238
Errors'if' construct must use '{}'s.239
Errors'5' is a magic number.239
Errors'5' is a magic number.239
Errors'if' construct must use '{}'s.240
Errors'6' is a magic number.240
Errors'6' is a magic number.240
Errors'if' construct must use '{}'s.241
Errors'7' is a magic number.241
Errors'7' is a magic number.241
ErrorsLine is longer than 80 characters (found 86).244
ErrorsLine is longer than 80 characters (found 140).247
ErrorsMissing a Javadoc comment.247
ErrorsParameter ec should be final.247
ErrorsParameter name should be final.247
ErrorsParameter description should be final.247
ErrorsParameter insertStatement should be final.247
ErrorsLine is longer than 80 characters (found 85).251
Errors'3' is a magic number.255
Errors'4' is a magic number.256
Errors'5' is a magic number.257
Errors'6' is a magic number.258

uk/ac/ebi/intenz/mapper/EnzymeSubclassMapper.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 86).24
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters (found 97).26
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters (found 131).32
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters (found 117).36
ErrorsMissing a Javadoc comment.39
ErrorsLine is longer than 80 characters (found 97).49
ErrorsUnused @throws tag for 'NullPointerException'.50
ErrorsLine is longer than 80 characters (found 84).52
ErrorsLine is longer than 80 characters (found 107).54
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter ec1 should be final.54
ErrorsParameter ec2 should be final.54
ErrorsParameter con should be final.54
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters (found 89).55
Errors'if' construct must use '{}'s.56
ErrorsLine is longer than 80 characters (found 89).56
Errors'if' construct must use '{}'s.57
ErrorsLine is longer than 80 characters (found 89).57
Errors'3' is a magic number.72
Errors'if' construct must use '{}'s.78
ErrorsLine contains a tab character.78
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters (found 120).90
ErrorsLine is longer than 80 characters (found 105).93
ErrorsMethod 'findList' is not designed for extension - needs to be abstract, final or empty.93
ErrorsParameter ec1 should be final.93
ErrorsParameter con should be final.93
ErrorsExpected @throws tag for 'SQLException'.93
ErrorsExpected @throws tag for 'DomainException'.93
Errors'if' construct must use '{}'s.109
ErrorsLine contains a tab character.109
Errors'if' construct must use '{}'s.110
Errors'if' construct must use '{}'s.113
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters (found 91).125
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.125
ErrorsParameter con should be final.125
ErrorsExpected @param tag for 'con'.125
Errors'{' is not preceded with whitespace.125
Errors'{' is not preceded with whitespace.132
Errors'if' construct must use '{}'s.136
ErrorsLine contains a tab character.136
Errors'if' construct must use '{}'s.137
ErrorsLine is longer than 80 characters (found 93).151
ErrorsMethod 'subclassExists' is not designed for extension - needs to be abstract, final or empty.151
ErrorsParameter ec1 should be final.151
ErrorsParameter ec2 should be final.151
ErrorsParameter con should be final.151
ErrorsExpected @throws tag for 'SQLException'.151
Errors'if' construct must use '{}'s.163
ErrorsLine contains a tab character.163
Errors'if' construct must use '{}'s.164
ErrorsLine is longer than 80 characters (found 84).180
ErrorsParameter rs should be final.180
ErrorsParameter subSubclasses should be final.180
ErrorsExpected @param tag for 'subSubclasses'.180
ErrorsExpected @throws tag for 'SQLException'.181
ErrorsExpected @throws tag for 'DomainException'.181
Errors'if' construct must use '{}'s.188
Errors'if' construct must use '{}'s.189
Errors'if' construct must use '{}'s.190
Errors'3' is a magic number.190
Errors'3' is a magic number.190
Errors'if' construct must use '{}'s.191
Errors'4' is a magic number.191
Errors'4' is a magic number.191
Errors'if' construct must use '{}'s.192
Errors'5' is a magic number.192
Errors'5' is a magic number.192
ErrorsLine is longer than 80 characters (found 117).194

uk/ac/ebi/intenz/mapper/EventPackageMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsLine is longer than 80 characters (found 83).55
ErrorsLine is longer than 80 characters (found 92).61
ErrorsMethod 'insertFutureCreationEvent' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter enzymeId should be final.61
ErrorsParameter con should be final.61
ErrorsExpected @throws tag for 'SQLException'.61
Errors'if' construct must use '{}'s.74
ErrorsLine is longer than 80 characters (found 81).79
ErrorsLine is longer than 80 characters (found 121).87
ErrorsMethod 'updateFutureCreationEvent' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter groupId should be final.87
ErrorsParameter eventId should be final.87
ErrorsParameter newStatus should be final.87
ErrorsParameter con should be final.87
ErrorsExpected @throws tag for 'SQLException'.87
Errors'3' is a magic number.94
Errors'if' construct must use '{}'s.101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters (found 83).106
ErrorsLine is longer than 80 characters (found 110).113
ErrorsMethod 'insertFutureModificationEvent' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter beforeId should be final.113
ErrorsParameter afterId should be final.113
ErrorsParameter con should be final.113
ErrorsExpected @throws tag for 'SQLException'.113
Errors'3' is a magic number.120
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters (found 81).132
ErrorsLine is longer than 80 characters (found 125).140
ErrorsMethod 'updateFutureModificationEvent' is not designed for extension - needs to be abstract, final or empty.140
ErrorsParameter groupId should be final.140
ErrorsParameter eventId should be final.140
ErrorsParameter newStatus should be final.140
ErrorsParameter con should be final.140
ErrorsExpected @throws tag for 'SQLException'.140
Errors'3' is a magic number.147
Errors'if' construct must use '{}'s.154
ErrorsLine contains a tab character.154
ErrorsLine is longer than 80 characters (found 122).167
ErrorsMethod 'insertFutureTransferEvent' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter beforeId should be final.167
ErrorsParameter afterId should be final.167
ErrorsParameter comment should be final.167
ErrorsParameter con should be final.167
ErrorsExpected @throws tag for 'SQLException'.167
Errors'3' is a magic number.176
Errors'4' is a magic number.177
Errors'5' is a magic number.178
Errors'if' construct must use '{}'s.185
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters (found 100).190
ErrorsLine is longer than 80 characters (found 181).199
ErrorsMethod 'updateFutureTransferEvent' is not designed for extension - needs to be abstract, final or empty.199
ErrorsParameter groupId should be final.199
ErrorsParameter eventId should be final.199
ErrorsParameter newHistoryComment should be final.199
ErrorsParameter newStatus should be final.199
ErrorsParameter historyLineOfDeletedEntry should be final.199
ErrorsExpected @param tag for 'historyLineOfDeletedEntry'.199
ErrorsParameter con should be final.199
ErrorsExpected @throws tag for 'SQLException'.199
Errors'3' is a magic number.206
Errors'4' is a magic number.207
Errors'5' is a magic number.208
Errors'if' construct must use '{}'s.215
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters (found 122).228
ErrorsMethod 'insertFutureDeletionEvent' is not designed for extension - needs to be abstract, final or empty.228
ErrorsParameter beforeId should be final.228
ErrorsParameter afterId should be final.228
ErrorsParameter comment should be final.228
ErrorsParameter con should be final.228
ErrorsExpected @throws tag for 'SQLException'.228
Errors'3' is a magic number.235
Errors'4' is a magic number.236
Errors'5' is a magic number.237
Errors'if' construct must use '{}'s.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters (found 137).258
ErrorsMethod 'updateFutureDeletionEvent' is not designed for extension - needs to be abstract, final or empty.258
ErrorsParameter groupId should be final.258
ErrorsParameter eventId should be final.258
ErrorsParameter comment should be final.258
ErrorsParameter newStatus should be final.258
ErrorsParameter con should be final.258
ErrorsExpected @throws tag for 'SQLException'.258
Errors'3' is a magic number.265
Errors'4' is a magic number.266
Errors'if' construct must use '{}'s.273
ErrorsLine contains a tab character.273

uk/ac/ebi/intenz/mapper/HistoryEventMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.14
Errors'+' should be on a new line.14
ErrorsLine is longer than 80 characters (found 99).15
ErrorsLine contains a tab character.15
Errors'+' should be on a new line.15
ErrorsLine is longer than 80 characters (found 98).16
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
Errors'+' should be on a new line.20
ErrorsLine contains a tab character.21
Errors'+' should be on a new line.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
Errors'+' should be on a new line.25
ErrorsLine contains a tab character.26
Errors'+' should be on a new line.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
Errors'+' should be on a new line.30
ErrorsLine contains a tab character.31
ErrorsMethod 'insertEvent' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsParameter event should be final.33
ErrorsParameter beforeId should be final.33
ErrorsParameter afterId should be final.33
ErrorsLine contains a tab character.34
ErrorsParameter note should be final.34
ErrorsParameter con should be final.34
Errors'{' is not preceded with whitespace.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
Errors'3' is a magic number.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'3' is a magic number.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
Errors'3' is a magic number.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters (found 100).53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
Errors'{' is not preceded with whitespace.55
ErrorsLine contains a tab character.56
Errors'4' is a magic number.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
Errors'4' is a magic number.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters (found 87).60
ErrorsLine contains a tab character.60
Errors'5' is a magic number.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
Errors'if' construct must use '{}'s.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsMethod 'updateEventNote' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter eventId should be final.75
ErrorsParameter groupId should be final.75
ErrorsParameter newNote should be final.75
ErrorsLine contains a tab character.76
ErrorsParameter con should be final.76
ErrorsExpected @throws tag for 'SQLException'.76
Errors'{' is not preceded with whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'if' construct must use '{}'s.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.89
ErrorsMethod 'updateEvent' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter eventId should be final.100
ErrorsParameter groupId should be final.100
ErrorsParameter newNote should be final.100
ErrorsLine contains a tab character.101
ErrorsParameter beforeId should be final.101
ErrorsParameter afterId should be final.101
ErrorsParameter con should be final.101
ErrorsLine contains a tab character.102
ErrorsExpected @throws tag for 'SQLException'.102
Errors'{' is not preceded with whitespace.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
Errors'{' is not preceded with whitespace.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
Errors'{' is not preceded with whitespace.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
Errors'if' construct must use '{}'s.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123