Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5200358

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
36Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
7Errors Error
JavadocMethod28Errors Error
JavadocType0Errors Error
JavadocVariable5Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName4Errors Error
TypeName0Errors Error
AvoidStarImport1Errors Error
IllegalImport0Errors Error
RedundantImport1Errors Error
UnusedImports2Errors Error
LineLength89Errors Error
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad1Errors Error
MethodParamPad9Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap2Errors Error
ParenPad55Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround17Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces13Errors Error
RightCurly0Errors Error
AvoidInlineConditionals3Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber39Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension0Errors Error
FinalClass3Errors Error
HideUtilityClassConstructor4Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters35Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

uk/ac/ebi/intenz/tools/release/ID2EC.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - uk.ac.ebi.intenz.domain.enzyme.EnzymeCommissionNumber.5
ErrorsUnused import - uk.ac.ebi.rhea.domain.Status.6
ErrorsUsing the '.*' form of import should be avoided - java.sql.*.9
ErrorsLine is longer than 80 characters (found 120).16
ErrorsUtility classes should not have a public or default constructor.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.25
ErrorsLine is longer than 80 characters (found 88).26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.35
ErrorsName 'DELETE_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsMissing a Javadoc comment.37
ErrorsLine is longer than 80 characters (found 89).38
ErrorsLine contains a tab character.45
ErrorsParameter args should be final.47
Errors'{' is not preceded with whitespace.49
ErrorsLine is longer than 80 characters (found 82).59
Errors'{' is not preceded with whitespace.63
Errors'3' is a magic number.65
Errors'{' is not preceded with whitespace.69
Errors'4' is a magic number.71
ErrorsLine contains a tab character.76
Errors'if' construct must use '{}'s.83
Errors'if' construct must use '{}'s.84
Errors'5' is a magic number.88
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
Errors'?' is not preceded with whitespace.108
ErrorsAvoid inline conditionals.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.113
Errors'3' is a magic number.114
Errors'4' is a magic number.115
Errors'if' construct must use '{}'s.130
Errors'if' construct must use '{}'s.131

uk/ac/ebi/intenz/tools/release/IntEnzText.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.40
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsName 'FIND_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters (found 84).55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMissing a Javadoc comment.62
ErrorsName 'DELETE_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsMissing a Javadoc comment.64
ErrorsName 'INSERT' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsMethod length is 230 lines (max allowed is 150).75
ErrorsParameter args should be final.75
Errors'{' is not preceded with whitespace.78
Errors'{' is not preceded with whitespace.92
Errors'3' is a magic number.94
ErrorsLine is longer than 80 characters (found 89).102
Errors'4' is a magic number.106
ErrorsLine is longer than 80 characters (found 82).116
Errors'if' construct must use '{}'s.118
Errors'if' construct must use '{}'s.119
Errors'5' is a magic number.123
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters (found 84).132
ErrorsLine is longer than 80 characters (found 117).155
ErrorsLine is longer than 80 characters (found 95).161
Errors'if' construct must use '{}'s.162
ErrorsLine is longer than 80 characters (found 90).162
Errors'if' is not followed by whitespace.162
Errors'3' is a magic number.163
Errors'4' is a magic number.164
Errors'5' is a magic number.165
Errors'6' is a magic number.166
Errors'7' is a magic number.167
ErrorsLine is longer than 80 characters (found 83).179
ErrorsLine is longer than 80 characters (found 87).183
ErrorsLine is longer than 80 characters (found 105).190
Errors'3' is a magic number.196
Errors'4' is a magic number.197
Errors'5' is a magic number.198
Errors'6' is a magic number.199
Errors'7' is a magic number.200
ErrorsLine is longer than 80 characters (found 82).213
ErrorsLine is longer than 80 characters (found 83).220
ErrorsLine is longer than 80 characters (found 111).221
Errors'3' is a magic number.227
Errors'4' is a magic number.228
Errors'5' is a magic number.229
Errors'6' is a magic number.230
Errors'7' is a magic number.231
ErrorsLine is longer than 80 characters (found 90).244
Errors'3' is a magic number.250
ErrorsLine is longer than 80 characters (found 97).252
ErrorsLine is longer than 80 characters (found 117).253
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
Errors'7' is a magic number.263
Errors'if' construct must use '{}'s.285
Errors'if' construct must use '{}'s.286
Errors'if' construct must use '{}'s.287
Errors'1000' is a magic number.302
ErrorsMissing a Javadoc comment.306
ErrorsParameter xml should be final.306
Errors'4000' is a magic number.309
Errors'4000' is a magic number.310
Errors'4000' is a magic number.311
ErrorsMissing a Javadoc comment.318
ErrorsParameter seconds should be final.318
Errors'3599' is a magic number.321
Errors'3600' is a magic number.322
Errors'3600' is a magic number.324
Errors'59' is a magic number.326
Errors'60' is a magic number.327
Errors'60' is a magic number.329

uk/ac/ebi/intenz/tools/release/helper/EnzymeClassHelper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsClass EnzymeClassHelper should be declared as final.13
ErrorsLine is longer than 80 characters (found 83).15
ErrorsMissing a Javadoc comment.17
Errors'{' is not followed by whitespace.17
Errors'}' is not preceded with whitespace.17
ErrorsLine is longer than 80 characters (found 83).19
ErrorsMissing a Javadoc comment.19
ErrorsParameter enzymeClass should be final.19
ErrorsParameter encoding should be final.19
ErrorsLine is longer than 80 characters (found 92).33
ErrorsLine is longer than 80 characters (found 121).39
ErrorsLine is longer than 80 characters (found 99).44
ErrorsLine is longer than 80 characters (found 128).50
ErrorsMissing a Javadoc comment.114
ErrorsParameter text should be final.114

uk/ac/ebi/intenz/tools/release/helper/EnzymeEntryHelper.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.25
ErrorsLine is longer than 80 characters (found 108).27
ErrorsMissing a Javadoc comment.27
Errors'(' is preceded with whitespace.27
ErrorsParameter enzymeEntry should be final.27
ErrorsParameter encoding should be final.27
ErrorsParameter view should be final.27
ErrorsParameter intenzTextXML should be final.28
ErrorsLine is longer than 80 characters (found 111).29
Errors'(' is followed by whitespace.29
Errors')' is preceded with whitespace.29
Errors'?' should be on a new line.30
ErrorsAvoid inline conditionals.30
ErrorsLine is longer than 80 characters (found 81).31
ErrorsLine contains a tab character.31
Errors'?' should be on a new line.33
ErrorsAvoid inline conditionals.33
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters (found 108).38
ErrorsMissing a Javadoc comment.38
Errors'(' is preceded with whitespace.38
ErrorsParameter enzymeEntry should be final.38
ErrorsParameter encoding should be final.38
Errors'if' construct must use '{}'s.49
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
ErrorsLine is longer than 80 characters (found 106).59
ErrorsLine is longer than 80 characters (found 122).63
ErrorsLine is longer than 80 characters (found 95).67
ErrorsLine is longer than 80 characters (found 89).69
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters (found 107).70
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
ErrorsLine is longer than 80 characters (found 81).72
ErrorsLine is longer than 80 characters (found 110).75
ErrorsLine is longer than 80 characters (found 81).138
ErrorsLine is longer than 80 characters (found 99).146
ErrorsMethod length is 219 lines (max allowed is 150).146
ErrorsMissing a Javadoc comment.146
Errors'(' is preceded with whitespace.146
ErrorsParameter enzymeEntry should be final.146
ErrorsParameter encoding should be final.146
ErrorsParameter view should be final.147
ErrorsLine is longer than 80 characters (found 95).164
Errors'if' construct must use '{}'s.167
ErrorsLine is longer than 80 characters (found 107).167
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
ErrorsLine is longer than 80 characters (found 81).169
ErrorsLine is longer than 80 characters (found 110).172
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
Errors'(' is followed by whitespace.182
Errors')' is preceded with whitespace.182
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
Errors'{' is not preceded with whitespace.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters (found 105).194
Errors'{' is not preceded with whitespace.196
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
ErrorsLine is longer than 80 characters (found 122).210
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters (found 86).212
ErrorsLine is longer than 80 characters (found 98).216
Errors'{' is not preceded with whitespace.224
ErrorsLine is longer than 80 characters (found 115).225
Errors'{' is not preceded with whitespace.229
ErrorsLine is longer than 80 characters (found 110).232
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
ErrorsLine is longer than 80 characters (found 94).242
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
Errors'(' is followed by whitespace.247
Errors')' is preceded with whitespace.247
Errors'(' is followed by whitespace.251
Errors')' is preceded with whitespace.251
ErrorsLine is longer than 80 characters (found 106).258
Errors'(' is followed by whitespace.259
Errors')' is preceded with whitespace.259
Errors'(' is followed by whitespace.263
Errors')' is preceded with whitespace.263
Errors'(' is followed by whitespace.267
Errors')' is preceded with whitespace.267
Errors'(' is followed by whitespace.280
Errors')' is preceded with whitespace.280
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
Errors'(' is followed by whitespace.283
Errors')' is preceded with whitespace.283
ErrorsLine is longer than 80 characters (found 104).285
ErrorsLine is longer than 80 characters (found 116).289
Errors'(' is followed by whitespace.298
Errors')' is preceded with whitespace.298
Errors'(' is followed by whitespace.299
Errors';' is followed by whitespace.299
ErrorsLine is longer than 80 characters (found 82).300
ErrorsLine contains a tab character.300
Errors'(' is followed by whitespace.315
Errors')' is preceded with whitespace.315
ErrorsLine is longer than 80 characters (found 106).319
Errors'(' is followed by whitespace.322
Errors')' is preceded with whitespace.322
ErrorsLine is longer than 80 characters (found 98).359
ErrorsMissing a Javadoc comment.367
Errors'(' is preceded with whitespace.367
ErrorsParameter text should be final.367

uk/ac/ebi/intenz/tools/release/helper/EnzymeReferenceHelper.java

ViolationMessageLine
ErrorsRedundant import from the same package - uk.ac.ebi.intenz.tools.release.helper.EnzymeEntryHelper.8
ErrorsUtility classes should not have a public or default constructor.27
ErrorsLine has trailing spaces.32
ErrorsExpected an @return tag.38
ErrorsLine is longer than 80 characters (found 112).38
Errors'(' is preceded with whitespace.38
ErrorsParameter reference should be final.38
ErrorsExpected @param tag for 'reference'.38
ErrorsParameter number should be final.38
ErrorsExpected @param tag for 'number'.38
ErrorsParameter encoding should be final.38
ErrorsExpected @param tag for 'encoding'.38
Errors'(' is followed by whitespace.41
Errors')' is preceded with whitespace.41
Errors'(' is followed by whitespace.44
Errors')' is preceded with whitespace.44
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
ErrorsExpected an @return tag.63
ErrorsLine is longer than 80 characters (found 101).63
Errors'(' is preceded with whitespace.63
ErrorsParameter reference should be final.63
ErrorsExpected @param tag for 'reference'.63
ErrorsParameter number should be final.63
ErrorsExpected @param tag for 'number'.63
ErrorsParameter encoding should be final.63
ErrorsExpected @param tag for 'encoding'.63
ErrorsLine is longer than 80 characters (found 111).70
ErrorsLine is longer than 80 characters (found 95).72
ErrorsLine is longer than 80 characters (found 105).75
ErrorsLine is longer than 80 characters (found 109).79
ErrorsLine is longer than 80 characters (found 93).81
ErrorsLine is longer than 80 characters (found 138).83
ErrorsMissing a Javadoc comment.93
Errors'(' is preceded with whitespace.93
ErrorsParameter book should be final.93
ErrorsParameter encoding should be final.93
ErrorsLine is longer than 80 characters (found 111).107
ErrorsLine is longer than 80 characters (found 95).109
ErrorsLine is longer than 80 characters (found 105).112
ErrorsLine is longer than 80 characters (found 110).116
ErrorsLine is longer than 80 characters (found 94).118
ErrorsLine is longer than 80 characters (found 104).121
ErrorsLine is longer than 80 characters (found 113).128
ErrorsLine is longer than 80 characters (found 102).130
ErrorsLine is longer than 80 characters (found 107).133
ErrorsLine is longer than 80 characters (found 108).137
ErrorsLine is longer than 80 characters (found 97).139
ErrorsLine is longer than 80 characters (found 137).141
ErrorsLine is longer than 80 characters (found 83).152
ErrorsMissing a Javadoc comment.152
Errors'(' is preceded with whitespace.152
ErrorsParameter journal should be final.152
ErrorsParameter encoding should be final.152
ErrorsMissing a Javadoc comment.184
Errors'(' is preceded with whitespace.184
ErrorsParameter patent should be final.184
ErrorsParameter encoding should be final.184

uk/ac/ebi/intenz/tools/release/helper/EnzymeSubSubclassHelper.java

ViolationMessageLine
ErrorsClass EnzymeSubSubclassHelper should be declared as final.13
ErrorsLine is longer than 80 characters (found 83).15
ErrorsMissing a Javadoc comment.17
Errors'{' is not followed by whitespace.17
Errors'}' is not preceded with whitespace.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters (found 95).19
ErrorsMissing a Javadoc comment.19
ErrorsParameter enzymeSubSubclass should be final.19
ErrorsParameter encoding should be final.19
ErrorsLine is longer than 80 characters (found 98).33
ErrorsLine is longer than 80 characters (found 127).39
ErrorsLine is longer than 80 characters (found 105).45
ErrorsLine is longer than 80 characters (found 134).51
ErrorsMissing a Javadoc comment.115
ErrorsParameter text should be final.115

uk/ac/ebi/intenz/tools/release/helper/EnzymeSubclassHelper.java

ViolationMessageLine
ErrorsClass EnzymeSubclassHelper should be declared as final.13
ErrorsLine is longer than 80 characters (found 83).15
ErrorsMissing a Javadoc comment.17
Errors'{' is not followed by whitespace.17
Errors'}' is not preceded with whitespace.17
ErrorsLine is longer than 80 characters (found 89).19
ErrorsMissing a Javadoc comment.19
ErrorsParameter enzymeSubclass should be final.19
ErrorsParameter encoding should be final.19
ErrorsLine is longer than 80 characters (found 95).33
ErrorsLine is longer than 80 characters (found 124).39
ErrorsLine is longer than 80 characters (found 102).45
ErrorsLine is longer than 80 characters (found 131).51
ErrorsMissing a Javadoc comment.115
ErrorsParameter text should be final.115