Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
41003504

Files

FilesInfosWarningsErrors
uk/ac/ebi/intenz/domain/DomainObject.java0023
uk/ac/ebi/intenz/domain/constants/EnzymeNameQualifierConstant.java00105
uk/ac/ebi/intenz/domain/constants/EnzymeNameTypeConstant.java0027
uk/ac/ebi/intenz/domain/constants/EnzymeSourceConstant.java0050
uk/ac/ebi/intenz/domain/constants/EnzymeStatusConstant.java0037
uk/ac/ebi/intenz/domain/constants/EnzymeViewConstant.java00149
uk/ac/ebi/intenz/domain/constants/Event.java0054
uk/ac/ebi/intenz/domain/constants/EventConstant.java0035
uk/ac/ebi/intenz/domain/constants/Status.java0043
uk/ac/ebi/intenz/domain/constants/View.java0021
uk/ac/ebi/intenz/domain/constants/XrefDatabaseConstant.java00171
uk/ac/ebi/intenz/domain/enzyme/Cofactor.java00118
uk/ac/ebi/intenz/domain/enzyme/Commented.java004
uk/ac/ebi/intenz/domain/enzyme/DataComment.java0063
uk/ac/ebi/intenz/domain/enzyme/EnzymaticReactions.java00191
uk/ac/ebi/intenz/domain/enzyme/EnzymeClass.java0057
uk/ac/ebi/intenz/domain/enzyme/EnzymeComment.java0046
uk/ac/ebi/intenz/domain/enzyme/EnzymeCommissionNumber.java00238
uk/ac/ebi/intenz/domain/enzyme/EnzymeEntry.java00626
uk/ac/ebi/intenz/domain/enzyme/EnzymeEntryEcComparator.java007
uk/ac/ebi/intenz/domain/enzyme/EnzymeEntryNameComparator.java0013
uk/ac/ebi/intenz/domain/enzyme/EnzymeLink.java00222
uk/ac/ebi/intenz/domain/enzyme/EnzymeName.java00131
uk/ac/ebi/intenz/domain/enzyme/EnzymeSubSubclass.java0077
uk/ac/ebi/intenz/domain/enzyme/EnzymeSubclass.java0066
uk/ac/ebi/intenz/domain/enzyme/Viewable.java005
uk/ac/ebi/intenz/domain/exceptions/DomainException.java0032
uk/ac/ebi/intenz/domain/exceptions/EcException.java0013
uk/ac/ebi/intenz/domain/exceptions/EnzymeNameException.java0013
uk/ac/ebi/intenz/domain/exceptions/EnzymeReactionException.java0013
uk/ac/ebi/intenz/domain/exceptions/EnzymeReferenceException.java0013
uk/ac/ebi/intenz/domain/history/FutureEvent.java0036
uk/ac/ebi/intenz/domain/history/HistoryEvent.java00125
uk/ac/ebi/intenz/domain/history/HistoryGraph.java00175
uk/ac/ebi/intenz/domain/history/HistoryNode.java0034
uk/ac/ebi/intenz/domain/history/Timeout.java0052
uk/ac/ebi/intenz/domain/reference/Book.java00138
uk/ac/ebi/intenz/domain/reference/Journal.java0089
uk/ac/ebi/intenz/domain/reference/Patent.java0033
uk/ac/ebi/intenz/domain/reference/Reference.java0087
uk/ac/ebi/intenz/domain/stats/EnzymeStatistics.java0072

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
497Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
44Errors Error
JavadocMethod402Errors Error
JavadocType2Errors Error
JavadocVariable157Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName4Errors Error
TypeName0Errors Error
AvoidStarImport2Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
LineLength590Errors Error
MethodLength0Errors Error
ParameterNumber2Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad22Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap46Errors Error
ParenPad28Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround167Errors Error
ModifierOrder1Errors Error
RedundantModifier3Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock2Errors Error
LeftCurly0Errors Error
NeedBraces444Errors Error
RightCurly0Errors Error
AvoidInlineConditionals197Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField134Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber88Errors Error
MissingSwitchDefault6Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension253Errors Error
FinalClass12Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier17Errors Error
ArrayTypeStyle0Errors Error
FinalParameters371Errors Error
TodoComment8Errors Error
UpperEll0Errors Error

Details

uk/ac/ebi/intenz/domain/DomainObject.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 98).14
ErrorsLine is longer than 80 characters (found 120).15
ErrorsVariable 'id' must be private and have accessor methods.17
ErrorsUnused @throws tag for 'NullPointerException'.30
ErrorsUnused @throws tag for 'IllegalArgumentException'.31
ErrorsParameter id should be final.33
Errors'id' hides a field.33
Errors'if' construct must use '{}'s.34
Errors'if' construct must use '{}'s.35
ErrorsLine is longer than 80 characters (found 96).35
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter o should be final.39
Errors'if' construct must use '{}'s.40
Errors'if' construct must use '{}'s.41
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters (found 89).45
ErrorsAvoid inline conditionals.45
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsAvoid inline conditionals.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56

uk/ac/ebi/intenz/domain/constants/EnzymeNameQualifierConstant.java

ViolationMessageLine
ErrorsClass EnzymeNameQualifierConstant should be declared as final.11
ErrorsLine is longer than 80 characters (found 97).13
ErrorsMissing a Javadoc comment.13
ErrorsLine is longer than 80 characters (found 102).14
ErrorsMissing a Javadoc comment.14
ErrorsLine is longer than 80 characters (found 101).15
ErrorsMissing a Javadoc comment.15
ErrorsLine is longer than 80 characters (found 100).16
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters (found 100).17
ErrorsMissing a Javadoc comment.17
ErrorsLine is longer than 80 characters (found 101).18
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsLine is longer than 80 characters (found 96).23
ErrorsLine is longer than 80 characters (found 85).27
ErrorsUnused @throws tag for 'NullPointerException'.27
ErrorsUnused @throws tag for 'IllegalArgumentException'.28
ErrorsParameter qualifier should be final.30
Errors'if' construct must use '{}'s.31
ErrorsLine is longer than 80 characters (found 101).31
Errors'if' construct must use '{}'s.33
ErrorsLine is longer than 80 characters (found 81).33
Errors'if' construct must use '{}'s.34
Errors'if' construct must use '{}'s.35
Errors'if' construct must use '{}'s.36
Errors'if' construct must use '{}'s.37
Errors'if' construct must use '{}'s.38
ErrorsLine contains a tab character.39
ErrorsParameter qualifier should be final.47
Errors'qualifier' hides a field.47
ErrorsParameter o should be final.57
Errors'if' construct must use '{}'s.58
Errors'if' construct must use '{}'s.59
ErrorsLine is longer than 80 characters (found 100).61
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters (found 147).63
ErrorsAvoid inline conditionals.63
ErrorsAvoid inline conditionals.74
ErrorsComment matches to-do format 'TODO:'.87
ErrorsLine is longer than 80 characters (found 88).88
ErrorsLine is longer than 80 characters (found 85).90
ErrorsParameter name should be final.94
Errors'if' construct must use '{}'s.95
Errors'if' is not followed by whitespace.95
Errors'if' construct must use '{}'s.96
Errors'if' is not followed by whitespace.96
Errors'if' construct must use '{}'s.97
Errors'if' is not followed by whitespace.97
Errors'if' construct must use '{}'s.98
Errors'if' is not followed by whitespace.98
Errors'if' construct must use '{}'s.99
Errors'if' is not followed by whitespace.99
ErrorsComment matches to-do format 'TODO:'.104
ErrorsLine is longer than 80 characters (found 85).107
ErrorsParameter name should be final.111
Errors'if' construct must use '{}'s.112
Errors'if' is not followed by whitespace.112
Errors'if' construct must use '{}'s.113
Errors'if' is not followed by whitespace.113
Errors'if' construct must use '{}'s.114
ErrorsLine is longer than 80 characters (found 84).114
Errors'if' is not followed by whitespace.114
Errors'+' is not preceded with whitespace.114
Errors'+' is not followed by whitespace.114
Errors'+' is not preceded with whitespace.114
Errors'+' is not followed by whitespace.114
Errors'if' construct must use '{}'s.115
Errors'if' is not followed by whitespace.115
Errors'if' construct must use '{}'s.116
Errors'if' is not followed by whitespace.116
ErrorsLine has trailing spaces.119
ErrorsMissing a Javadoc comment.120
Errors'{' is not preceded with whitespace.120
Errors'if' construct must use '{}'s.121
ErrorsLine contains a tab character.121
Errors'if' is not followed by whitespace.121
Errors'if' construct must use '{}'s.122
ErrorsLine contains a tab character.122
Errors'if' is not followed by whitespace.122
Errors'if' construct must use '{}'s.123
ErrorsLine contains a tab character.123
Errors'if' is not followed by whitespace.123
Errors'if' construct must use '{}'s.124
ErrorsLine contains a tab character.124
Errors'if' is not followed by whitespace.124
Errors'if' construct must use '{}'s.125
ErrorsLine contains a tab character.125
Errors'if' is not followed by whitespace.125
ErrorsLine contains a tab character.126
ErrorsComment matches to-do format 'TODO:'.130
ErrorsLine is longer than 80 characters (found 94).139
ErrorsComment matches to-do format 'TODO:'.147
Errors'if' is not followed by whitespace.156
ErrorsLine is longer than 80 characters (found 87).157
Errors'if' is not followed by whitespace.165
ErrorsLine is longer than 80 characters (found 85).166
Errors'if' is not followed by whitespace.174
ErrorsLine is longer than 80 characters (found 83).175
Errors'if' is not followed by whitespace.183
ErrorsLine is longer than 80 characters (found 84).184
Errors'if' is not followed by whitespace.192
ErrorsLine is longer than 80 characters (found 84).193
Errors'if' is not followed by whitespace.201
ErrorsLine is longer than 80 characters (found 84).202

uk/ac/ebi/intenz/domain/constants/EnzymeNameTypeConstant.java

ViolationMessageLine
ErrorsClass EnzymeNameTypeConstant should be declared as final.11
ErrorsMissing a Javadoc comment.12
ErrorsLine is longer than 80 characters (found 87).14
ErrorsMissing a Javadoc comment.14
ErrorsLine is longer than 80 characters (found 93).15
ErrorsMissing a Javadoc comment.15
ErrorsLine is longer than 80 characters (found 97).16
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters (found 92).17
ErrorsMissing a Javadoc comment.17
ErrorsLine is longer than 80 characters (found 86).20
ErrorsUnused @throws tag for 'NullPointerException'.24
ErrorsUnused @throws tag for 'IllegalArgumentException'.25
ErrorsParameter type should be final.27
Errors'if' construct must use '{}'s.28
ErrorsLine is longer than 80 characters (found 91).28
Errors'if' construct must use '{}'s.30
Errors'if' construct must use '{}'s.31
Errors'if' construct must use '{}'s.32
Errors'if' construct must use '{}'s.33
ErrorsLine contains a tab character.34
ErrorsParameter nameTypeCode should be final.42
Errors'nameTypeCode' hides a field.42
ErrorsParameter o should be final.52
Errors'if' construct must use '{}'s.53
Errors'if' construct must use '{}'s.54
Errors'if' construct must use '{}'s.58

uk/ac/ebi/intenz/domain/constants/EnzymeSourceConstant.java

ViolationMessageLine
ErrorsClass EnzymeSourceConstant should be declared as final.13
ErrorsMissing a Javadoc comment.14
ErrorsLine is longer than 80 characters (found 85).16
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters (found 85).17
ErrorsMissing a Javadoc comment.17
ErrorsLine is longer than 80 characters (found 81).18
ErrorsMissing a Javadoc comment.18
ErrorsLine is longer than 80 characters (found 87).19
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters (found 87).20
ErrorsMissing a Javadoc comment.20
ErrorsParameter sourceCode should be final.27
Errors'sourceCode' hides a field.27
ErrorsLine is longer than 80 characters (found 86).38
ErrorsUnused @throws tag for 'NullPointerException'.38
ErrorsUnused @throws tag for 'IllegalArgumentException'.39
ErrorsParameter sourceCode should be final.41
Errors'if' construct must use '{}'s.42
ErrorsLine is longer than 80 characters (found 103).42
Errors'if' construct must use '{}'s.43
Errors'if' construct must use '{}'s.44
Errors'if' construct must use '{}'s.45
Errors'if' construct must use '{}'s.46
ErrorsLine is longer than 80 characters (found 86).47
ErrorsLine contains a tab character.47
ErrorsParameter o should be final.56
Errors'if' construct must use '{}'s.57
Errors'if' construct must use '{}'s.58
Errors'if' construct must use '{}'s.62
ErrorsExpected an @return tag.90
ErrorsParameter source should be final.90
ErrorsExpected @param tag for 'source'.90
Errors'if' construct must use '{}'s.92
Errors'if' is not followed by whitespace.92
Errors'if' construct must use '{}'s.93
Errors'if' is not followed by whitespace.93
Errors'if' construct must use '{}'s.94
Errors'if' is not followed by whitespace.94
Errors'if' construct must use '{}'s.95
Errors'if' is not followed by whitespace.95
ErrorsExpected an @return tag.103
Errors'if' construct must use '{}'s.104
Errors'if' is not followed by whitespace.104
Errors'if' construct must use '{}'s.105
Errors'if' is not followed by whitespace.105
Errors'if' construct must use '{}'s.106
Errors'if' is not followed by whitespace.106
Errors'if' construct must use '{}'s.107
Errors'if' is not followed by whitespace.107

uk/ac/ebi/intenz/domain/constants/EnzymeStatusConstant.java

ViolationMessageLine
ErrorsClass EnzymeStatusConstant should be declared as final.13
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters (found 97).18
ErrorsMissing a Javadoc comment.18
ErrorsLine is longer than 80 characters (found 99).19
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters (found 97).20
ErrorsMissing a Javadoc comment.20
ErrorsLine is longer than 80 characters (found 86).29
ErrorsUnused @throws tag for 'NullPointerException'.29
ErrorsUnused @throws tag for 'IllegalArgumentException'.30
ErrorsParameter statusCode should be final.32
Errors'if' construct must use '{}'s.33
ErrorsLine is longer than 80 characters (found 103).33
Errors'if' construct must use '{}'s.34
Errors'if' construct must use '{}'s.35
Errors'if' construct must use '{}'s.36
ErrorsLine is longer than 80 characters (found 81).37
ErrorsLine contains a tab character.37
ErrorsParameter statusCode should be final.45
Errors'statusCode' hides a field.45
ErrorsParameter text should be final.45
Errors'text' hides a field.45
ErrorsExpected @param tag for 'text'.45
ErrorsParameter o should be final.56
Errors'if' construct must use '{}'s.57
Errors'if' construct must use '{}'s.58
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 80 characters (found 121).62
ErrorsAvoid inline conditionals.62
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters (found 97).63
ErrorsAvoid inline conditionals.63
ErrorsAvoid inline conditionals.75
Errors'29' is a magic number.76
ErrorsAvoid inline conditionals.76

uk/ac/ebi/intenz/domain/constants/EnzymeViewConstant.java

ViolationMessageLine
ErrorsClass EnzymeViewConstant should be declared as final.20
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters (found 81).23
ErrorsMissing a Javadoc comment.23
ErrorsLine is longer than 80 characters (found 81).24
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsLine is longer than 80 characters (found 89).26
ErrorsMissing a Javadoc comment.26
ErrorsLine is longer than 80 characters (found 95).27
ErrorsMissing a Javadoc comment.27
ErrorsLine is longer than 80 characters (found 91).28
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters (found 83).29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters (found 118).31
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsParameter viewCode should be final.40
Errors'viewCode' hides a field.40
ErrorsLine is longer than 80 characters (found 84).51
ErrorsUnused @throws tag for 'NullPointerException'.51
ErrorsUnused @throws tag for 'IllegalArgumentException'.52
ErrorsParameter viewCode should be final.54
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters (found 99).55
Errors'if' construct must use '{}'s.56
Errors'if' construct must use '{}'s.57
Errors'if' construct must use '{}'s.58
Errors'if' construct must use '{}'s.59
Errors'if' construct must use '{}'s.60
Errors'if' construct must use '{}'s.61
ErrorsLine is longer than 80 characters (found 84).62
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.65
ErrorsLine is longer than 80 characters (found 84).66
ErrorsMissing a Javadoc comment.69
ErrorsLine is longer than 80 characters (found 88).70
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.77
ErrorsParameter viewCode should be final.77
ErrorsLine is longer than 80 characters (found 82).78
Errors'||' should be on a new line.78
ErrorsLine is longer than 80 characters (found 84).79
ErrorsMissing a Javadoc comment.82
ErrorsParameter viewCode should be final.82
ErrorsLine is longer than 80 characters (found 84).83
Errors'||' should be on a new line.83
ErrorsLine is longer than 80 characters (found 86).84
ErrorsMissing a Javadoc comment.87
ErrorsParameter viewCode should be final.87
ErrorsLine is longer than 80 characters (found 88).88
Errors'||' should be on a new line.88
ErrorsLine has trailing spaces.91
ErrorsMissing a Javadoc comment.92
ErrorsParameter theView should be final.92
ErrorsParameter o should be final.92
Errors'{' is not preceded with whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
Errors'{' is not preceded with whitespace.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'{' is not preceded with whitespace.96
ErrorsLine is longer than 80 characters (found 90).97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
Errors'{' is not preceded with whitespace.100
ErrorsLine contains a tab character.101
Errors'if' construct must use '{}'s.102
ErrorsLine contains a tab character.102
Errors'else' construct must use '{}'s.103
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 is longer than 80 characters (found 104).107
ErrorsLine contains a tab character.107
ErrorsParameter o should be final.117
Errors'if' construct must use '{}'s.118
Errors'if' construct must use '{}'s.119
Errors'if' construct must use '{}'s.123
ErrorsExpected an @return tag.153
ErrorsParameter view should be final.153
ErrorsExpected @param tag for 'view'.153
Errors'if' construct must use '{}'s.155
Errors'if' is not followed by whitespace.155
Errors'if' construct must use '{}'s.156
Errors'if' is not followed by whitespace.156
Errors'if' construct must use '{}'s.157
Errors'if' is not followed by whitespace.157
Errors'if' construct must use '{}'s.158
Errors'if' is not followed by whitespace.158
Errors'if' construct must use '{}'s.159
Errors'if' is not followed by whitespace.159
Errors'if' construct must use '{}'s.160
Errors'if' is not followed by whitespace.160
ErrorsExpected an @return tag.168
Errors'if' construct must use '{}'s.169
Errors'if' is not followed by whitespace.169
Errors'if' construct must use '{}'s.170
Errors'if' is not followed by whitespace.170
Errors'if' construct must use '{}'s.171
Errors'if' is not followed by whitespace.171
Errors'if' construct must use '{}'s.172
Errors'if' is not followed by whitespace.172
Errors'if' construct must use '{}'s.173
Errors'if' is not followed by whitespace.173
Errors'if' construct must use '{}'s.174
Errors'if' is not followed by whitespace.174
ErrorsExpected an @return tag.183
ErrorsParameter view should be final.183
ErrorsExpected @param tag for 'view'.183
Errors'if' construct must use '{}'s.185
Errors'if' is not followed by whitespace.185
Errors'if' construct must use '{}'s.186
Errors'if' is not followed by whitespace.186
Errors'if' construct must use '{}'s.187
Errors'if' is not followed by whitespace.187
Errors'if' construct must use '{}'s.188
ErrorsLine is longer than 80 characters (found 152).188
Errors'if' is not followed by whitespace.188
Errors'if' construct must use '{}'s.189
ErrorsLine is longer than 80 characters (found 118).189
Errors'if' is not followed by whitespace.189
Errors'if' construct must use '{}'s.190
ErrorsLine is longer than 80 characters (found 122).190
Errors'if' is not followed by whitespace.190
ErrorsLine is longer than 80 characters (found 87).191
ErrorsExpected an @return tag.198
Errors'if' construct must use '{}'s.199
Errors'if' is not followed by whitespace.199
Errors'if' construct must use '{}'s.200
Errors'if' is not followed by whitespace.200
Errors'if' construct must use '{}'s.201
Errors'if' is not followed by whitespace.201
Errors'if' construct must use '{}'s.202
ErrorsLine is longer than 80 characters (found 144).202
Errors'if' is not followed by whitespace.202
Errors'if' construct must use '{}'s.203
ErrorsLine is longer than 80 characters (found 110).203
Errors'if' is not followed by whitespace.203
Errors'if' construct must use '{}'s.204
ErrorsLine is longer than 80 characters (found 114).204
Errors'if' is not followed by whitespace.204
ErrorsLine is longer than 80 characters (found 87).205

uk/ac/ebi/intenz/domain/constants/Event.java

ViolationMessageLine
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.11
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter code should be final.25
Errors'code' hides a field.25
ErrorsParameter attribute should be final.25
Errors'attribute' hides a field.25
Errors'{' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter code should be final.30
Errors'code' hides a field.30
Errors'{' is not preceded with whitespace.30
ErrorsLine contains a tab character.31
Errors'{' is not preceded with whitespace.31
Errors'if' construct must use '{}'s.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43

uk/ac/ebi/intenz/domain/constants/EventConstant.java

ViolationMessageLine
ErrorsClass EventConstant should be declared as final.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsLine is longer than 80 characters (found 83).17
ErrorsMissing a Javadoc comment.17
ErrorsLine is longer than 80 characters (found 87).18
ErrorsMissing a Javadoc comment.18
ErrorsLine is longer than 80 characters (found 88).19
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters (found 83).20
ErrorsMissing a Javadoc comment.20
ErrorsParameter eventCode should be final.28
Errors'eventCode' hides a field.28
ErrorsParameter eventFullName should be final.28
Errors'eventFullName' hides a field.28
ErrorsUnused @throws tag for 'IllegalArgumentException'.40
ErrorsParameter eventCode should be final.42
Errors'if' construct must use '{}'s.43
Errors'if' construct must use '{}'s.44
Errors'if' construct must use '{}'s.45
Errors'if' construct must use '{}'s.46
ErrorsLine contains a tab character.47
ErrorsParameter o should be final.56
Errors'if' construct must use '{}'s.57
Errors'if' construct must use '{}'s.58
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 80 characters (found 121).62
ErrorsAvoid inline conditionals.62
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters (found 137).63
ErrorsAvoid inline conditionals.63
ErrorsAvoid inline conditionals.75
ErrorsLine is longer than 80 characters (found 82).76
Errors'29' is a magic number.76
ErrorsAvoid inline conditionals.76

uk/ac/ebi/intenz/domain/constants/Status.java

ViolationMessageLine
ErrorsUnused import - uk.ac.ebi.intenz.domain.enzyme.EnzymeCommissionNumber.Type.3
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter code should be final.23
Errors'code' hides a field.23
Errors'{' is not preceded with whitespace.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
Errors'{' is not preceded with whitespace.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter code should be final.27
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.28
Errors'{' is not preceded with whitespace.28
Errors'if' construct must use '{}'s.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33

uk/ac/ebi/intenz/domain/constants/View.java

ViolationMessageLine
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsParameter txt should be final.19
Errors'txt' hides a field.19
Errors'{' is not preceded with whitespace.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25

uk/ac/ebi/intenz/domain/constants/XrefDatabaseConstant.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.3
ErrorsClass XrefDatabaseConstant should be declared as final.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsLine is longer than 80 characters (found 97).24
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters (found 87).25
ErrorsLine is longer than 80 characters (found 81).29
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters (found 85).34
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters (found 91).38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters (found 81).41
ErrorsLine is longer than 80 characters (found 99).43
ErrorsLine is longer than 80 characters (found 121).46
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters (found 101).56
ErrorsLine is longer than 80 characters (found 86).62
ErrorsLine is longer than 80 characters (found 125).63
ErrorsLine is longer than 80 characters (found 84).64
ErrorsLine is longer than 80 characters (found 88).68
ErrorsLine is longer than 80 characters (found 87).71
ErrorsLine is longer than 80 characters (found 95).72
ErrorsLine is longer than 80 characters (found 114).75
ErrorsLine is longer than 80 characters (found 97).78
ErrorsLine is longer than 80 characters (found 158).79
ErrorsLine is longer than 80 characters (found 111).82
ErrorsLine is longer than 80 characters (found 92).83
ErrorsLine is longer than 80 characters (found 90).85
ErrorsLine is longer than 80 characters (found 132).86
ErrorsLine is longer than 80 characters (found 83).89
ErrorsLine is longer than 80 characters (found 108).91
ErrorsLine is longer than 80 characters (found 106).94
ErrorsLine is longer than 80 characters (found 150).96
ErrorsLine is longer than 80 characters (found 117).99
ErrorsLine is longer than 80 characters (found 99).102
ErrorsLine is longer than 80 characters (found 118).103
ErrorsLine is longer than 80 characters (found 91).106
ErrorsLine is longer than 80 characters (found 106).108
ErrorsLine is longer than 80 characters (found 121).109
ErrorsLine is longer than 80 characters (found 93).112
ErrorsLine is longer than 80 characters (found 114).115
ErrorsLine is longer than 80 characters (found 94).118
ErrorsLine is longer than 80 characters (found 144).119
ErrorsLine is longer than 80 characters (found 97).121
ErrorsMissing a Javadoc comment.121
ErrorsLine is longer than 80 characters (found 88).122
ErrorsLine is longer than 80 characters (found 112).125
ErrorsLine is longer than 80 characters (found 90).130
ErrorsLine is longer than 80 characters (found 142).131
ErrorsLine is longer than 80 characters (found 87).136
ErrorsLine is longer than 80 characters (found 141).137
ErrorsLine is longer than 80 characters (found 90).140
ErrorsLine is longer than 80 characters (found 183).142
ErrorsMissing a Javadoc comment.150
ErrorsMissing a Javadoc comment.154
ErrorsName 'PRIVATE_LINK_SOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'.154
ErrorsMissing a Javadoc comment.178
ErrorsName 'PRIVATE_UNIQUE_LINK_SOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'.178
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters (found 117).202
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters (found 99).211
ErrorsParameter sourceCode should be final.211
ErrorsParameter displayName should be final.211
Errors'displayName' hides a field.211
ErrorsParameter url should be final.211
Errors'url' hides a field.211
ErrorsParameter isXref should be final.211
Errors'isXref' hides a field.211
ErrorsExpected @param tag for 'isXref'.211
ErrorsLine is longer than 80 characters (found 88).218
ErrorsMissing a Javadoc comment.218
ErrorsParameter sourceCode should be final.218
Errors'if' construct must use '{}'s.219
ErrorsLine is longer than 80 characters (found 105).219
Errors'if' construct must use '{}'s.220
ErrorsLine is longer than 80 characters (found 113).220
ErrorsLine is longer than 80 characters (found 95).221
Errors'if' construct must use '{}'s.223
ErrorsLine is longer than 80 characters (found 97).223
ErrorsLine is longer than 80 characters (found 113).225
ErrorsMissing a Javadoc comment.228
ErrorsParameter linkSourceConstant should be final.228
ErrorsLine is longer than 80 characters (found 82).229
ErrorsLine is longer than 80 characters (found 84).237
ErrorsUnused @throws tag for 'NullPointerException'.237
ErrorsParameter sourceCode should be final.239
Errors'if' construct must use '{}'s.240
ErrorsLine is longer than 80 characters (found 105).240
ErrorsLine is longer than 80 characters (found 95).241
Errors'if' construct must use '{}'s.243
ErrorsMissing a Javadoc comment.248
ErrorsParameter databaseName should be final.248
Errors'if' construct must use '{}'s.249
ErrorsLine is longer than 80 characters (found 107).249
ErrorsMissing a Javadoc comment.254
ErrorsParameter databaseCode should be final.254
Errors'if' construct must use '{}'s.255
ErrorsLine is longer than 80 characters (found 107).255
Errors'if' construct must use '{}'s.256
ErrorsLine is longer than 80 characters (found 130).256
ErrorsLine is longer than 80 characters (found 93).257
Errors'if' construct must use '{}'s.259
ErrorsLine is longer than 80 characters (found 86).267
ErrorsLine is longer than 80 characters (found 88).271
ErrorsUnused @throws tag for 'NullPointerException'.271
ErrorsUnused @throws tag for 'IllegalArgumentException'.272
ErrorsParameter sourceCode should be final.274
Errors'if' construct must use '{}'s.275
Errors'if' construct must use '{}'s.276
ErrorsLine is longer than 80 characters (found 128).276
ErrorsLine is longer than 80 characters (found 95).277
Errors'if' construct must use '{}'s.279
ErrorsLine is longer than 80 characters (found 94).279
ErrorsParameter o should be final.290
Errors'if' construct must use '{}'s.291
Errors'if' construct must use '{}'s.292
Errors'if' construct must use '{}'s.296
ErrorsLine is longer than 80 characters (found 125).296
ErrorsAvoid inline conditionals.296
Errors'!=' should be on a new line.296
ErrorsLine is longer than 80 characters (found 108).297
Errors'if' construct must use '{}'s.298
ErrorsLine is longer than 80 characters (found 109).298
ErrorsAvoid inline conditionals.298
ErrorsAvoid inline conditionals.310
Errors'29' is a magic number.311
ErrorsAvoid inline conditionals.311
ErrorsLine is longer than 80 characters (found 86).330
ErrorsLine is longer than 80 characters (found 88).334
ErrorsUnused @throws tag for 'NullPointerException'.334
ErrorsUnused @throws tag for 'IllegalArgumentException'.335
ErrorsParameter sourceCode should be final.337
Errors'if' construct must use '{}'s.338
ErrorsLine is longer than 80 characters (found 105).338
Errors'if' construct must use '{}'s.339
ErrorsLine is longer than 80 characters (found 130).339
ErrorsLine is longer than 80 characters (found 95).340
Errors'if' construct must use '{}'s.342
ErrorsLine is longer than 80 characters (found 94).342
ErrorsLine is longer than 80 characters (found 81).348
ErrorsLine is longer than 80 characters (found 84).352
ErrorsUnused @throws tag for 'NullPointerException'.352
ErrorsParameter sourceCode should be final.354
Errors'if' construct must use '{}'s.355
ErrorsLine is longer than 80 characters (found 105).355
Errors'if' construct must use '{}'s.356
ErrorsLine is longer than 80 characters (found 130).356
ErrorsLine is longer than 80 characters (found 95).357
Errors'if' construct must use '{}'s.359
ErrorsLine is longer than 80 characters (found 102).359
ErrorsMissing a Javadoc comment.364
ErrorsParameter databaseName should be final.364
Errors'if' construct must use '{}'s.365
ErrorsLine is longer than 80 characters (found 107).365
ErrorsLine is longer than 80 characters (found 95).366
Errors'if' construct must use '{}'s.368
ErrorsLine is longer than 80 characters (found 104).368
ErrorsLine is longer than 80 characters (found 98).370
ErrorsMissing a Javadoc comment.373
ErrorsMissing a Javadoc comment.377
ErrorsMissing a Javadoc comment.381
ErrorsMissing a Javadoc comment.385

uk/ac/ebi/intenz/domain/enzyme/Cofactor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 91).9
ErrorsLine is longer than 80 characters (found 101).11
ErrorsLine is longer than 80 characters (found 101).12
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.21
ErrorsFirst sentence should end with a period.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine is longer than 80 characters (found 81).24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters (found 107).26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters (found 102).28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters (found 86).32
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter t should be final.32
ErrorsParameter c should be final.32
Errors'{' is not preceded with whitespace.32
ErrorsLine contains a tab character.34
Errors'{' is not preceded with whitespace.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
Errors'{' is not preceded with whitespace.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
Errors'{' is not preceded with whitespace.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
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.53
ErrorsLine has trailing spaces.54
ErrorsMissing a Javadoc comment.55
ErrorsLine is longer than 80 characters (found 84).58
ErrorsLine is longer than 80 characters (found 89).61
ErrorsUnused @throws tag for 'NullPointerException'.61
ErrorsUnused @throws tag for 'IllegalArgumentException'.62
ErrorsLine is longer than 80 characters (found 95).65
ErrorsParameter cofactorValue should be final.65
Errors'cofactorValue' hides a field.65
ErrorsParameter source should be final.65
Errors'source' hides a field.65
ErrorsExpected @param tag for 'source'.65
ErrorsParameter view should be final.65
Errors'view' hides a field.65
ErrorsExpected @param tag for 'view'.65
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters (found 109).66
Errors'if' construct must use '{}'s.67
ErrorsLine is longer than 80 characters (found 117).67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters (found 95).68
Errors'if' construct must use '{}'s.69
ErrorsLine is longer than 80 characters (found 91).69
ErrorsLine has trailing spaces.74
ErrorsMissing a Javadoc comment.75
ErrorsParameter compound should be final.75
Errors'compound' hides a field.75
ErrorsParameter source should be final.75
Errors'source' hides a field.75
ErrorsParameter view should be final.76
Errors'view' hides a field.76
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters (found 82).89
ErrorsParameter compound should be final.89
ErrorsExpected @param tag for 'compound'.89
ErrorsParameter source should be final.89
ErrorsExpected @param tag for 'source'.89
ErrorsParameter view should be final.90
ErrorsExpected @param tag for 'view'.90
Errors'if' construct must use '{}'s.91
Errors'if' construct must use '{}'s.93
Errors'if' construct must use '{}'s.95
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter o should be final.107
Errors'if' construct must use '{}'s.108
Errors'if' construct must use '{}'s.109
Errors'if' construct must use '{}'s.113
Errors'if' construct must use '{}'s.115
ErrorsLine is longer than 80 characters (found 83).115
ErrorsAvoid inline conditionals.115
Errors'if' construct must use '{}'s.117
ErrorsLine has trailing spaces.117
ErrorsAvoid inline conditionals.117
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.128
ErrorsAvoid inline conditionals.131
Errors'29' is a magic number.132
ErrorsAvoid inline conditionals.132
Errors'29' is a magic number.133
ErrorsAvoid inline conditionals.133
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters (found 84).144
ErrorsMethod 'getCofactorValue' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsMethod 'getView' is not designed for extension - needs to be abstract, final or empty.154
ErrorsMissing a Javadoc comment.154
ErrorsMethod 'getCompound' is not designed for extension - needs to be abstract, final or empty.158
ErrorsMissing a Javadoc comment.158
ErrorsLine contains a tab character.162
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165

uk/ac/ebi/intenz/domain/enzyme/Commented.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.8
ErrorsRedundant 'public' modifier.8
ErrorsMissing a Javadoc comment.10
ErrorsRedundant 'public' modifier.10

uk/ac/ebi/intenz/domain/enzyme/DataComment.java

ViolationMessageLine
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.14
ErrorsParameter id should be final.15
Errors'id' hides a field.15
ErrorsExpected @param tag for 'id'.15
ErrorsParameter comment should be final.15
Errors'comment' hides a field.15
ErrorsExpected @param tag for 'comment'.15
Errors'{' is not preceded with whitespace.15
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.20
ErrorsParameter comment should be final.20
Errors'comment' hides a field.20
Errors'{' is not preceded with whitespace.20
ErrorsParameter id should be final.29
Errors'id' hides a field.29
ErrorsExpected @param tag for 'id'.29
ErrorsParameter comment should be final.29
Errors'comment' hides a field.29
ErrorsExpected @param tag for 'comment'.29
Errors'{' is not preceded with whitespace.29
Errors'{' is not preceded with whitespace.32
ErrorsMust have at least one statement.32
Errors'{' is not followed by whitespace.32
Errors'}' is not preceded with whitespace.32
ErrorsLine contains a tab character.36
ErrorsExpected an @return tag.37
ErrorsParameter id should be final.37
ErrorsExpected @param tag for 'id'.37
ErrorsParameter comment should be final.37
ErrorsExpected @param tag for 'comment'.37
Errors'{' is not preceded with whitespace.37
Errors'if' construct must use '{}'s.40
Errors'(' is followed by whitespace.40
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter o should be final.44
Errors'if' construct must use '{}'s.45
Errors'if' construct must use '{}'s.46
Errors'if' construct must use '{}'s.50
ErrorsLine is longer than 80 characters (found 111).50
ErrorsAvoid inline conditionals.50
Errors'if' construct must use '{}'s.51
ErrorsLine is longer than 80 characters (found 91).51
ErrorsAvoid inline conditionals.51
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsAvoid inline conditionals.58
Errors'29' is a magic number.59
ErrorsAvoid inline conditionals.59
ErrorsMethod 'getComment' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
Errors'{' is not preceded with whitespace.63
ErrorsLine contains a tab character.67
ErrorsExpected an @return tag.68
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.68
Errors'{' is not preceded with whitespace.68
ErrorsLine contains a tab character.72
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter l should be final.73
ErrorsExpected @param tag for 'l'.73
Errors'{' is not preceded with whitespace.73

uk/ac/ebi/intenz/domain/enzyme/EnzymaticReactions.java

ViolationMessageLine
ErrorsClass VisibleReaction should be declared as final.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsParameter reaction should be final.45
Errors'reaction' hides a field.45
ErrorsParameter view should be final.45
Errors'view' hides a field.45
ErrorsLine contains a tab character.46
ErrorsParameter iubmb should be final.46
Errors'iubmb' hides a field.46
Errors'{' is not preceded with whitespace.46
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsParameter obj should be final.61
Errors'if' construct must use '{}'s.62
Errors'if' construct must use '{}'s.63
ErrorsLine contains a tab character.67
Errors'{' is not preceded with whitespace.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.72
Errors'{' is not preceded with whitespace.72
Errors'4' is a magic number.73
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.79
Errors'{' is not preceded with whitespace.79
ErrorsMethod 'getReaction' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter i should be final.83
Errors'{' is not preceded with whitespace.83
ErrorsMethod 'getReactions' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter theView should be final.94
ErrorsExpected @param tag for 'theView'.94
Errors'{' is not preceded with whitespace.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.101
ErrorsUnused @param tag for 'view'.104
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'forView' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter theView should be final.110
ErrorsExpected @param tag for 'theView'.110
Errors'{' is not preceded with whitespace.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters (found 82).114
Errorsswitch without "default" clause.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
Errors'{' is not preceded with whitespace.124
Errors'{' is not preceded with whitespace.127
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
Errors'if' construct must use '{}'s.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'if' construct must use '{}'s.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
Errors'?' is not preceded with whitespace.142
ErrorsAvoid inline conditionals.142
ErrorsMethod 'getReactionView' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsParameter i should be final.145
Errors'{' is not preceded with whitespace.145
ErrorsLine has trailing spaces.148
ErrorsMethod 'getReactionIubmbFlag' is not designed for extension - needs to be abstract, final or empty.155
ErrorsParameter i should be final.155
Errors'{' is not preceded with whitespace.155
ErrorsLine contains a tab character.156
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter reaction should be final.167
ErrorsExpected @param tag for 'reaction'.167
ErrorsParameter view should be final.167
ErrorsExpected @param tag for 'view'.167
ErrorsParameter iubmb should be final.167
ErrorsExpected @param tag for 'iubmb'.167
Errors'{' is not preceded with whitespace.167
ErrorsLine contains a tab character.169
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.177
ErrorsParameter er should be final.177
ErrorsExpected @param tag for 'er'.177
Errors'{' is not preceded with whitespace.177
Errors'{' is not preceded with whitespace.179
Errors'if' construct must use '{}'s.180
Errors'4' is a magic number.181
ErrorsMethod 'removeReaction' is not designed for extension - needs to be abstract, final or empty.191
ErrorsParameter reaction should be final.191
ErrorsExpected @param tag for 'reaction'.191
Errors'{' is not preceded with whitespace.191
ErrorsLine is longer than 80 characters (found 82).192
Errors'{' is not preceded with whitespace.194
ErrorsMethod 'setReactions' is not designed for extension - needs to be abstract, final or empty.201
ErrorsMissing a Javadoc comment.201
ErrorsParameter reactions should be final.201
Errors'reactions' hides a field.201
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.205
ErrorsParameter obj should be final.206
Errors'if' construct must use '{}'s.207
Errors'if' construct must use '{}'s.208
Errors'if' construct must use '{}'s.210
Errors'if' construct must use '{}'s.212
Errors'if' construct must use '{}'s.214
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.220
Errors'3' is a magic number.222
ErrorsLine is longer than 80 characters (found 84).223
Errors'61' is a magic number.223
ErrorsAvoid inline conditionals.223
ErrorsLine contains a tab character.227
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.227
ErrorsMissing a Javadoc comment.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.231
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.231
ErrorsMissing a Javadoc comment.231
ErrorsParameter arg0 should be final.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.235
ErrorsMethod 'addAll' is not designed for extension - needs to be abstract, final or empty.235
ErrorsMissing a Javadoc comment.235
ErrorsParameter arg0 should be final.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.239
ErrorsMethod 'clear' is not designed for extension - needs to be abstract, final or empty.239
ErrorsMissing a Javadoc comment.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.243
ErrorsMethod 'contains' is not designed for extension - needs to be abstract, final or empty.243
ErrorsMissing a Javadoc comment.243
ErrorsParameter arg0 should be final.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.247
ErrorsMethod 'containsAll' is not designed for extension - needs to be abstract, final or empty.247
ErrorsMissing a Javadoc comment.247
ErrorsParameter arg0 should be final.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.251
ErrorsMethod 'isEmpty' is not designed for extension - needs to be abstract, final or empty.251
ErrorsMissing a Javadoc comment.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.255
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.255
ErrorsMissing a Javadoc comment.255
ErrorsParameter arg0 should be final.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.259
ErrorsMethod 'removeAll' is not designed for extension - needs to be abstract, final or empty.259
ErrorsMissing a Javadoc comment.259
ErrorsParameter arg0 should be final.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.263
ErrorsMethod 'retainAll' is not designed for extension - needs to be abstract, final or empty.263
ErrorsMissing a Javadoc comment.263
ErrorsParameter arg0 should be final.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.267
ErrorsMethod 'toArray' is not designed for extension - needs to be abstract, final or empty.267
ErrorsMissing a Javadoc comment.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters (found 84).271
ErrorsLine contains a tab character.271
ErrorsMethod 'toArray' is not designed for extension - needs to be abstract, final or empty.271
ErrorsMissing a Javadoc comment.271
ErrorsParameter arg0 should be final.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273

uk/ac/ebi/intenz/domain/enzyme/EnzymeClass.java

ViolationMessageLine
ErrorsClass EnzymeClass should be declared as final.13
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters (found 116).31
ErrorsParameter ec should be final.31
Errors'ec' hides a field.31
ErrorsParameter name should be final.31
Errors'name' hides a field.31
ErrorsParameter description should be final.31
Errors'description' hides a field.31
ErrorsParameter subclasses should be final.31
Errors'subclasses' hides a field.31
ErrorsUnused @throws tag for 'NullPointerException'.45
ErrorsLine is longer than 80 characters (found 94).46
ErrorsUnused @throws tag for 'IllegalArgumentException'.46
ErrorsExpected an @return tag.48
ErrorsLine is longer than 80 characters (found 95).48
ErrorsParameter ec should be final.48
ErrorsParameter name should be final.48
ErrorsParameter description should be final.48
ErrorsLine contains a tab character.49
ErrorsParameter subclasses should be final.49
Errors'if' construct must use '{}'s.50
Errors'if' construct must use '{}'s.52
ErrorsLine is longer than 80 characters (found 89).52
Errors'if' construct must use '{}'s.53
ErrorsLine is longer than 80 characters (found 112).53
ErrorsLine is longer than 80 characters (found 116).61
ErrorsParameter enzymeClass should be final.63
ErrorsParameter o should be final.73
Errors'if' construct must use '{}'s.74
Errors'if' construct must use '{}'s.75
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters (found 123).79
ErrorsAvoid inline conditionals.79
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters (found 87).80
ErrorsAvoid inline conditionals.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters (found 95).81
ErrorsAvoid inline conditionals.81
Errors'if' construct must use '{}'s.82
ErrorsLine is longer than 80 characters (found 119).82
ErrorsAvoid inline conditionals.82
ErrorsMissing a Javadoc comment.87
ErrorsAvoid inline conditionals.89
Errors'29' is a magic number.90
ErrorsAvoid inline conditionals.90
Errors'29' is a magic number.91
ErrorsAvoid inline conditionals.91
Errors'29' is a magic number.92
ErrorsAvoid inline conditionals.92
ErrorsMissing a Javadoc comment.110
ErrorsMissing a Javadoc comment.114
ErrorsMissing a Javadoc comment.118

uk/ac/ebi/intenz/domain/enzyme/EnzymeComment.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsLine is longer than 80 characters (found 111).28
ErrorsUnused @throws tag for 'NullPointerException'.28
ErrorsUnused @throws tag for 'IllegalArgumentException'.29
ErrorsLine is longer than 80 characters (found 98).31
ErrorsParameter commentText should be final.31
Errors'commentText' hides a field.31
ErrorsParameter source should be final.31
Errors'source' hides a field.31
ErrorsParameter view should be final.31
Errors'view' hides a field.31
Errors'if' construct must use '{}'s.32
ErrorsLine is longer than 80 characters (found 105).32
Errors'if' construct must use '{}'s.33
ErrorsLine is longer than 80 characters (found 95).33
Errors'if' construct must use '{}'s.34
ErrorsLine is longer than 80 characters (found 91).34
Errors'if' construct must use '{}'s.35
ErrorsLine is longer than 80 characters (found 113).35
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter o should be final.47
Errors'if' construct must use '{}'s.48
Errors'if' construct must use '{}'s.49
Errors'if' construct must use '{}'s.53
ErrorsLine is longer than 80 characters (found 115).53
ErrorsAvoid inline conditionals.53
Errors'if' construct must use '{}'s.54
ErrorsLine is longer than 80 characters (found 95).54
ErrorsAvoid inline conditionals.54
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters (found 87).55
ErrorsAvoid inline conditionals.55
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.65
ErrorsAvoid inline conditionals.67
Errors'29' is a magic number.68
ErrorsAvoid inline conditionals.68
Errors'29' is a magic number.69
ErrorsAvoid inline conditionals.69
ErrorsMethod 'getCommentText' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsMethod 'getView' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84

uk/ac/ebi/intenz/domain/enzyme/EnzymeCommissionNumber.java

ViolationMessageLine
ErrorsClass EnzymeCommissionNumber should be declared as final.29
ErrorsLine is longer than 80 characters (found 118).32
Errors'static' modifier out of order with the JLS suggestions.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters (found 84).47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters (found 93).49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters (found 99).51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
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 has trailing spaces.80
ErrorsLine is longer than 80 characters (found 91).96
ErrorsParameter ec1 should be final.96
Errors'ec1' hides a field.96
ErrorsParameter ec2 should be final.96
Errors'ec2' hides a field.96
ErrorsParameter ec3 should be final.96
Errors'ec3' hides a field.96
ErrorsParameter ec4 should be final.96
Errors'ec4' hides a field.96
ErrorsParameter preliminary should be final.96
Errors'?' is not preceded with whitespace.102
ErrorsAvoid inline conditionals.102
Errors':' is not preceded with whitespace.102
Errors':' should be on a new line.102
ErrorsLine contains a tab character.103
Errors'?' is not preceded with whitespace.103
ErrorsAvoid inline conditionals.103
Errors':' is not preceded with whitespace.103
Errors':' should be on a new line.103
ErrorsLine contains a tab character.104
Errors'?' is not preceded with whitespace.104
ErrorsAvoid inline conditionals.104
Errors':' is not preceded with whitespace.104
Errors':' should be on a new line.104
ErrorsLine contains a tab character.105
Errors'?' is not preceded with whitespace.105
ErrorsAvoid inline conditionals.105
Errors':' is not preceded with whitespace.105
Errors':' should be on a new line.105
ErrorsLine contains a tab character.106
Errors'?' is not preceded with whitespace.106
ErrorsAvoid inline conditionals.106
ErrorsLine is longer than 80 characters (found 90).110
ErrorsLine is longer than 80 characters (found 98).112
ErrorsLine is longer than 80 characters (found 121).113
ErrorsParameter ec1 should be final.119
Errors'if' construct must use '{}'s.120
ErrorsLine is longer than 80 characters (found 91).125
ErrorsLine is longer than 80 characters (found 106).127
ErrorsLine is longer than 80 characters (found 114).130
ErrorsLine is longer than 80 characters (found 98).132
ErrorsLine is longer than 80 characters (found 121).133
ErrorsLine is longer than 80 characters (found 85).140
ErrorsParameter ec1 should be final.140
ErrorsParameter ec2 should be final.140
Errors'if' construct must use '{}'s.141
Errors'if' construct must use '{}'s.142
ErrorsLine is longer than 80 characters (found 91).148
ErrorsLine is longer than 80 characters (found 115).150
ErrorsLine is longer than 80 characters (found 116).153
ErrorsLine is longer than 80 characters (found 98).155
ErrorsLine is longer than 80 characters (found 121).156
ErrorsLine is longer than 80 characters (found 94).164
ErrorsParameter ec1 should be final.164
ErrorsParameter ec2 should be final.164
ErrorsParameter ec3 should be final.164
Errors'if' construct must use '{}'s.165
Errors'if' construct must use '{}'s.166
Errors'if' construct must use '{}'s.167
Errors'if' construct must use '{}'s.169
Errors'if' construct must use '{}'s.172
ErrorsLine is longer than 80 characters (found 91).179
ErrorsLine is longer than 80 characters (found 105).181
ErrorsLine is longer than 80 characters (found 118).183
ErrorsLine is longer than 80 characters (found 98).185
ErrorsLine is longer than 80 characters (found 121).186
ErrorsLine is longer than 80 characters (found 82).195
ErrorsParameter ec1 should be final.195
ErrorsParameter ec2 should be final.195
ErrorsParameter ec3 should be final.195
ErrorsParameter ec4 should be final.195
ErrorsLine has trailing spaces.199
ErrorsLine is longer than 80 characters (found 82).210
ErrorsParameter ec1 should be final.210
ErrorsExpected @param tag for 'ec1'.210
ErrorsParameter ec2 should be final.210
ErrorsExpected @param tag for 'ec2'.210
ErrorsParameter ec3 should be final.210
ErrorsExpected @param tag for 'ec3'.210
ErrorsParameter ec4 should be final.210
ErrorsExpected @param tag for 'ec4'.210
ErrorsLine contains a tab character.211
ErrorsParameter preliminary should be final.211
Errors'{' is not preceded with whitespace.211
Errors'if' construct must use '{}'s.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
Errors'if' construct must use '{}'s.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
Errors'if' construct must use '{}'s.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
Errors'if' construct must use '{}'s.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
Errors'if' construct must use '{}'s.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
Errors'if' construct must use '{}'s.225
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters (found 89).231
ErrorsLine is longer than 80 characters (found 81).236
ErrorsUnused @throws tag for 'NullPointerException'.236
ErrorsLine is longer than 80 characters (found 89).238
ErrorsExpected an @return tag.240
ErrorsParameter ecString should be final.240
ErrorsRedundant throws: 'NumberFormatException' is unchecked exception.241
Errors'if' construct must use '{}'s.242
ErrorsLine has trailing spaces.242
ErrorsLine is longer than 80 characters (found 81).243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters (found 95).247
Errorsswitch without "default" clause.249
Errors'3' is a magic number.256
Errors'4' is a magic number.259
ErrorsLine contains a tab character.260
Errors'{' is not preceded with whitespace.260
ErrorsMust have at least one statement.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters (found 81).264
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters (found 82).265
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters (found 82).266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
Errors'{' is not preceded with whitespace.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
Errors'{' is not preceded with whitespace.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsUnused @throws tag for 'NullPointerException'.290
ErrorsParameter ecToCopy should be final.292
Errors'if' construct must use '{}'s.293
ErrorsLine is longer than 80 characters (found 81).294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.296
ErrorsLine is longer than 80 characters (found 116).304
ErrorsParameter ec should be final.306
Errors'if' construct must use '{}'s.308
Errors'if' construct must use '{}'s.311
Errors'if' construct must use '{}'s.314
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
Errors'if' construct must use '{}'s.317
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.318
ErrorsLine contains a tab character.318
Errors'if' construct must use '{}'s.320
ErrorsLine contains a tab character.330
ErrorsParameter ecString should be final.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.356
ErrorsLine contains a tab character.362
ErrorsParameter ecString should be final.364
ErrorsExpected @param tag for 'ecString'.364
Errors'{' is not preceded with whitespace.364
ErrorsLine contains a tab character.365
Errors'if' construct must use '{}'s.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsAvoid inline conditionals.413
ErrorsLine contains a tab character.414
ErrorsParameter obj should be final.418
Errors'if' construct must use '{}'s.419
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
Errors'if' construct must use '{}'s.421
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
Errors'if' construct must use '{}'s.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
Errors'if' construct must use '{}'s.426
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
Errors'if' construct must use '{}'s.428
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
Errors'if' construct must use '{}'s.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
Errors'if' construct must use '{}'s.432
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
Errors'if' construct must use '{}'s.435
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
Errors'if' construct must use '{}'s.437
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439

uk/ac/ebi/intenz/domain/enzyme/EnzymeEntry.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 82).62
ErrorsLine is longer than 80 characters (found 103).118
ErrorsLine is longer than 80 characters (found 92).133
ErrorsLine is longer than 80 characters (found 86).138
ErrorsUnused @throws tag for 'NullPointerException'.177
ErrorsMethod 'addReaction' is not designed for extension - needs to be abstract, final or empty.180
ErrorsParameter reaction should be final.180
Errors'if' construct must use '{}'s.181
ErrorsLine is longer than 80 characters (found 99).181
Errors'if' construct must use '{}'s.184
ErrorsMethod 'addEnzymaticReaction' is not designed for extension - needs to be abstract, final or empty.196
ErrorsParameter reaction should be final.196
ErrorsExpected @param tag for 'reaction'.196
ErrorsParameter view should be final.196
ErrorsExpected @param tag for 'view'.196
ErrorsLine contains a tab character.197
ErrorsParameter iubmb should be final.197
Errors'{' is not preceded with whitespace.197
Errors'if' construct must use '{}'s.198
ErrorsUnused @throws tag for 'NullPointerException'.209
ErrorsMethod 'addCofactor' is not designed for extension - needs to be abstract, final or empty.212
ErrorsParameter cofactor should be final.212
Errors'if' construct must use '{}'s.213
ErrorsLine is longer than 80 characters (found 81).214
Errors'if' construct must use '{}'s.215
ErrorsMethod 'addCofactor' is not designed for extension - needs to be abstract, final or empty.223
ErrorsParameter cofactor should be final.223
Errors'{' is not preceded with whitespace.223
Errors'if' construct must use '{}'s.224
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters (found 91).225
ErrorsLine contains a tab character.225
Errors'if' construct must use '{}'s.226
ErrorsLine is longer than 80 characters (found 84).226
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters (found 101).227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsUnused @throws tag for 'NullPointerException'.235
ErrorsMethod 'removeReaction' is not designed for extension - needs to be abstract, final or empty.238
ErrorsParameter equation should be final.238
Errors'if' construct must use '{}'s.239
ErrorsLine is longer than 80 characters (found 99).239
ErrorsMethod 'removeEnzymaticReaction' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMissing a Javadoc comment.249
ErrorsParameter reaction should be final.249
Errors'{' is not preceded with whitespace.249
ErrorsLine is longer than 80 characters (found 86).257
ErrorsUnused @throws tag for 'NullPointerException'.257
ErrorsMethod 'removeCofactor' is not designed for extension - needs to be abstract, final or empty.260
ErrorsParameter cofactorString should be final.260
Errors'if' construct must use '{}'s.261
ErrorsLine is longer than 80 characters (found 113).261
ErrorsLine is longer than 80 characters (found 90).263
ErrorsMethod 'removeCofactor' is not designed for extension - needs to be abstract, final or empty.276
ErrorsParameter cofactor should be final.276
ErrorsExpected @param tag for 'cofactor'.276
Errors'{' is not preceded with whitespace.276
Errors'if' construct must use '{}'s.277
ErrorsMethod 'removeCofactor' is not designed for extension - needs to be abstract, final or empty.287
ErrorsParameter cofactor should be final.287
ErrorsExpected @param tag for 'cofactor'.287
Errors'{' is not preceded with whitespace.287
Errors'if' construct must use '{}'s.288
ErrorsUnused @throws tag for 'NullPointerException'.297
ErrorsMethod 'addSynonym' is not designed for extension - needs to be abstract, final or empty.299
ErrorsParameter synonym should be final.299
Errors'if' construct must use '{}'s.300
ErrorsLine is longer than 80 characters (found 97).300
ErrorsUnused @throws tag for 'NullPointerException'.308
ErrorsMethod 'removeSynonym' is not designed for extension - needs to be abstract, final or empty.310
ErrorsParameter synonym should be final.310
Errors'if' construct must use '{}'s.311
ErrorsLine is longer than 80 characters (found 97).311
ErrorsUnused @throws tag for 'NullPointerException'.321
ErrorsMethod 'addLink' is not designed for extension - needs to be abstract, final or empty.323
ErrorsParameter link should be final.323
Errors'if' construct must use '{}'s.324
ErrorsLine is longer than 80 characters (found 91).324
Errors'if' construct must use '{}'s.326
ErrorsUnused @throws tag for 'NullPointerException'.333
ErrorsMethod 'removeLink' is not designed for extension - needs to be abstract, final or empty.335
ErrorsParameter link should be final.335
Errors'if' construct must use '{}'s.336
ErrorsLine is longer than 80 characters (found 91).336
ErrorsLine is longer than 80 characters (found 81).344
ErrorsUnused @throws tag for 'NullPointerException'.344
ErrorsMethod 'addReference' is not designed for extension - needs to be abstract, final or empty.346
ErrorsParameter reference should be final.346
Errors'if' construct must use '{}'s.347
ErrorsLine is longer than 80 characters (found 101).347
Errors'if' construct must use '{}'s.350
ErrorsLine is longer than 80 characters (found 81).360
ErrorsUnused @throws tag for 'NullPointerException'.360
ErrorsMethod 'removeReference' is not designed for extension - needs to be abstract, final or empty.362
ErrorsParameter reference should be final.362
Errors'if' construct must use '{}'s.363
ErrorsLine is longer than 80 characters (found 101).363
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.379
ErrorsParameter o should be final.380
Errors'if' construct must use '{}'s.381
Errors'if' construct must use '{}'s.382
Errors'if' construct must use '{}'s.386
Errors'if' construct must use '{}'s.387
Errors'if' construct must use '{}'s.388
ErrorsLine is longer than 80 characters (found 115).388
ErrorsAvoid inline conditionals.388
Errors'if' construct must use '{}'s.389
ErrorsLine is longer than 80 characters (found 115).389
ErrorsAvoid inline conditionals.389
Errors'if' construct must use '{}'s.390
ErrorsLine is longer than 80 characters (found 111).390
ErrorsAvoid inline conditionals.390
Errors'if' construct must use '{}'s.391
ErrorsLine is longer than 80 characters (found 123).391
ErrorsAvoid inline conditionals.391
Errors'if' construct must use '{}'s.392
ErrorsLine is longer than 80 characters (found 87).392
ErrorsAvoid inline conditionals.392
Errors'if' construct must use '{}'s.393
ErrorsLine is longer than 80 characters (found 127).393
ErrorsAvoid inline conditionals.393
Errors'if' construct must use '{}'s.394
ErrorsLine is longer than 80 characters (found 87).394
ErrorsAvoid inline conditionals.394
Errors'if' construct must use '{}'s.395
ErrorsLine is longer than 80 characters (found 99).395
ErrorsAvoid inline conditionals.395
Errors'if' construct must use '{}'s.396
ErrorsLine is longer than 80 characters (found 95).396
ErrorsAvoid inline conditionals.396
ErrorsLine is longer than 80 characters (found 117).397
Errors'if' construct must use '{}'s.398
Errors'?' should be on a new line.398
ErrorsAvoid inline conditionals.398
Errors':' should be on a new line.399
ErrorsLine contains a tab character.400
Errors'if' construct must use '{}'s.401
ErrorsLine is longer than 80 characters (found 119).401
ErrorsAvoid inline conditionals.401
Errors'if' construct must use '{}'s.402
ErrorsLine is longer than 80 characters (found 103).402
ErrorsAvoid inline conditionals.402
Errors'if' construct must use '{}'s.403
ErrorsLine is longer than 80 characters (found 103).403
ErrorsAvoid inline conditionals.403
Errors'if' construct must use '{}'s.404
ErrorsLine is longer than 80 characters (found 119).404
ErrorsAvoid inline conditionals.404
Errors'!=' should be on a new line.404
ErrorsLine is longer than 80 characters (found 94).405
Errors'if' construct must use '{}'s.407
ErrorsLine is longer than 80 characters (found 127).407
ErrorsAvoid inline conditionals.407
Errors'if' construct must use '{}'s.408
ErrorsLine is longer than 80 characters (found 111).408
ErrorsAvoid inline conditionals.408
Errors'if' construct must use '{}'s.409
ErrorsLine is longer than 80 characters (found 115).409
ErrorsAvoid inline conditionals.409
Errors'!=' should be on a new line.409
ErrorsLine is longer than 80 characters (found 91).410
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.421
ErrorsAvoid inline conditionals.424
Errors'29' is a magic number.425
ErrorsAvoid inline conditionals.425
Errors'29' is a magic number.426
ErrorsAvoid inline conditionals.426
Errors'29' is a magic number.427
ErrorsAvoid inline conditionals.427
ErrorsLine is longer than 80 characters (found 86).428
Errors'29' is a magic number.428
ErrorsAvoid inline conditionals.428
Errors'29' is a magic number.429
ErrorsAvoid inline conditionals.429
ErrorsLine is longer than 80 characters (found 84).430
Errors'29' is a magic number.430
ErrorsAvoid inline conditionals.430
Errors'29' is a magic number.431
ErrorsAvoid inline conditionals.431
Errors'29' is a magic number.432
ErrorsAvoid inline conditionals.432
Errors'29' is a magic number.433
ErrorsAvoid inline conditionals.433
Errors'29' is a magic number.434
ErrorsAvoid inline conditionals.434
Errors'29' is a magic number.435
ErrorsAvoid inline conditionals.435
Errors'29' is a magic number.436
ErrorsAvoid inline conditionals.436
Errors'29' is a magic number.437
ErrorsAvoid inline conditionals.437
Errors'29' is a magic number.438
ErrorsAvoid inline conditionals.438
Errors'29' is a magic number.439
ErrorsAvoid inline conditionals.439
Errors'29' is a magic number.440
ErrorsAvoid inline conditionals.440
Errors'29' is a magic number.441
ErrorsAvoid inline conditionals.441
Errors'29' is a magic number.442
ErrorsAvoid inline conditionals.442
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.448
ErrorsMissing a Javadoc comment.448
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.452
ErrorsMissing a Javadoc comment.452
ErrorsParameter id should be final.452
Errors'id' hides a field.452
ErrorsMethod 'getEc' is not designed for extension - needs to be abstract, final or empty.456
ErrorsMissing a Javadoc comment.456
ErrorsUnused @throws tag for 'NullPointerException'.464
ErrorsMethod 'setEc' is not designed for extension - needs to be abstract, final or empty.466
ErrorsParameter ec should be final.466
Errors'ec' hides a field.466
Errors'if' construct must use '{}'s.467
ErrorsLine is longer than 80 characters (found 87).467
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.471
ErrorsMissing a Javadoc comment.471
ErrorsLine is longer than 80 characters (found 84).479
ErrorsUnused @throws tag for 'NullPointerException'.479
ErrorsUnused @throws tag for 'IllegalArgumentException'.480
ErrorsMethod 'setClassName' is not designed for extension - needs to be abstract, final or empty.482
ErrorsParameter className should be final.482
Errors'className' hides a field.482
Errors'if' construct must use '{}'s.483
ErrorsLine is longer than 80 characters (found 101).483
Errors'if' construct must use '{}'s.484
ErrorsLine is longer than 80 characters (found 109).484
ErrorsMethod 'getSubclassName' is not designed for extension - needs to be abstract, final or empty.488
ErrorsMissing a Javadoc comment.488
ErrorsLine is longer than 80 characters (found 87).496
ErrorsUnused @throws tag for 'NullPointerException'.496
ErrorsUnused @throws tag for 'IllegalArgumentException'.497
ErrorsMethod 'setSubclassName' is not designed for extension - needs to be abstract, final or empty.499
ErrorsParameter subclassName should be final.499
Errors'subclassName' hides a field.499
Errors'if' construct must use '{}'s.500
ErrorsLine is longer than 80 characters (found 107).500
Errors'if' construct must use '{}'s.501
ErrorsLine is longer than 80 characters (found 115).501
ErrorsMethod 'getSubSubclassName' is not designed for extension - needs to be abstract, final or empty.505
ErrorsMissing a Javadoc comment.505
ErrorsLine is longer than 80 characters (found 87).513
ErrorsUnused @throws tag for 'NullPointerException'.513
ErrorsMethod 'setSubSubclassName' is not designed for extension - needs to be abstract, final or empty.515
ErrorsParameter subSubclassName should be final.515
Errors'subSubclassName' hides a field.515
Errors'if' construct must use '{}'s.516
ErrorsLine is longer than 80 characters (found 113).516
ErrorsMethod 'getCommonNames' is not designed for extension - needs to be abstract, final or empty.520
ErrorsMissing a Javadoc comment.520
ErrorsLine has trailing spaces.523
ErrorsMethod 'getCommonName' is not designed for extension - needs to be abstract, final or empty.527
Errors'{' is not preceded with whitespace.527
ErrorsLine contains a tab character.528
ErrorsUnused @throws tag for 'IllegalArgumentException'.536
ErrorsLine is longer than 80 characters (found 106).537
ErrorsLine is longer than 80 characters (found 107).538
ErrorsLine is longer than 80 characters (found 104).539
ErrorsMethod 'getCommonName' is not designed for extension - needs to be abstract, final or empty.541
ErrorsParameter view should be final.541
Errors'if' construct must use '{}'s.542
Errors'if' construct must use '{}'s.543
ErrorsLine is longer than 80 characters (found 112).543
ErrorsLine is longer than 80 characters (found 160).544
Errors'if' construct must use '{}'s.545
Errors'if' construct must use '{}'s.548
Errors'&&' should be on a new line.548
Errors'if' construct must use '{}'s.551
Errors'&&' should be on a new line.551
Errors'if' construct must use '{}'s.554
Errors'&&' should be on a new line.554
ErrorsLine is longer than 80 characters (found 83).568
ErrorsUnused @throws tag for 'NullPointerException'.568
ErrorsLine is longer than 80 characters (found 117).569
ErrorsLine is longer than 80 characters (found 129).570
ErrorsLine is longer than 80 characters (found 87).572
ErrorsMethod 'setCommonNames' is not designed for extension - needs to be abstract, final or empty.572
ErrorsParameter commonNames should be final.572
Errors'commonNames' hides a field.572
Errors'if' construct must use '{}'s.573
ErrorsLine is longer than 80 characters (found 105).573
Errors'if' construct must use '{}'s.574
ErrorsLine is longer than 80 characters (found 90).575
Errors'if' construct must use '{}'s.578
Errors'+' should be on a new line.579
ErrorsLine is longer than 80 characters (found 129).580
Errors'if' construct must use '{}'s.581
Errors'if' construct must use '{}'s.583
ErrorsLine is longer than 80 characters (found 91).584
ErrorsLine is longer than 80 characters (found 123).592
ErrorsLine is longer than 80 characters (found 91).596
ErrorsMethod 'addCommonName' is not designed for extension - needs to be abstract, final or empty.598
ErrorsParameter commonName should be final.598
Errors'if' construct must use '{}'s.599
ErrorsLine is longer than 80 characters (found 103).599
Errors'if' construct must use '{}'s.600
ErrorsLine is longer than 80 characters (found 126).600
Errors'if' construct must use '{}'s.601
ErrorsMethod 'getSystematicName' is not designed for extension - needs to be abstract, final or empty.605
ErrorsMissing a Javadoc comment.605
ErrorsLine is longer than 80 characters (found 86).613
ErrorsUnused @throws tag for 'NullPointerException'.613
ErrorsMethod 'setSystematicName' is not designed for extension - needs to be abstract, final or empty.615
ErrorsParameter systematicName should be final.615
Errors'systematicName' hides a field.615
Errors'if' construct must use '{}'s.616
ErrorsLine is longer than 80 characters (found 111).616
ErrorsExpected an @return tag.621
ErrorsMethod 'getReactions' is not designed for extension - needs to be abstract, final or empty.621
ErrorsLine is longer than 80 characters (found 97).626
ErrorsUnused @throws tag for 'NullPointerException'.629
ErrorsUnused @throws tag for 'IllegalArgumentException'.630
ErrorsLine is longer than 80 characters (found 106).631
ErrorsLine is longer than 80 characters (found 107).632
ErrorsLine is longer than 80 characters (found 104).633
ErrorsLine is longer than 80 characters (found 90).634
ErrorsMethod 'getReactions' is not designed for extension - needs to be abstract, final or empty.636
ErrorsParameter view should be final.636
ErrorsExpected @param tag for 'view'.636
ErrorsLine contains a tab character.637
ErrorsLine has trailing spaces.639
ErrorsMethod 'getReactions' is not designed for extension - needs to be abstract, final or empty.640
ErrorsMissing a Javadoc comment.640
ErrorsParameter view should be final.640
Errors'{' is not preceded with whitespace.640
ErrorsMethod 'getReactions' is not designed for extension - needs to be abstract, final or empty.645
ErrorsMissing a Javadoc comment.645
ErrorsParameter view should be final.645
Errors'{' is not preceded with whitespace.645
ErrorsLine contains a tab character.646
ErrorsLine has trailing spaces.648
ErrorsLine contains a tab character.653
ErrorsMethod 'getEnzymaticReactions' is not designed for extension - needs to be abstract, final or empty.656
ErrorsParameter view should be final.656
Errors'{' is not preceded with whitespace.656
ErrorsLine contains a tab character.657
ErrorsLine is longer than 80 characters (found 85).668
ErrorsMethod 'setReactions' is not designed for extension - needs to be abstract, final or empty.668
ErrorsParameter reactions should be final.668
Errors'reactions' hides a field.668
Errors'if' construct must use '{}'s.669
ErrorsLine is longer than 80 characters (found 101).669
Errors'if' construct must use '{}'s.670
ErrorsLine is longer than 80 characters (found 94).671
Errors'if' construct must use '{}'s.674
ErrorsLine is longer than 80 characters (found 82).674
ErrorsMethod 'getEnzymaticReactions' is not designed for extension - needs to be abstract, final or empty.679
ErrorsMissing a Javadoc comment.679
Errors'{' is not preceded with whitespace.679
ErrorsLine contains a tab character.680
ErrorsMethod 'setEnzymaticReactions' is not designed for extension - needs to be abstract, final or empty.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter enzymaticReactions should be final.683
Errors'enzymaticReactions' hides a field.683
ErrorsLine contains a tab character.684
ErrorsMethod 'getCofactors' is not designed for extension - needs to be abstract, final or empty.687
ErrorsMissing a Javadoc comment.687
ErrorsMethod 'setCofactors' is not designed for extension - needs to be abstract, final or empty.691
ErrorsMissing a Javadoc comment.691
ErrorsParameter cofactors should be final.691
Errors'cofactors' hides a field.691
ErrorsMethod 'getSynonyms' is not designed for extension - needs to be abstract, final or empty.695
ErrorsMissing a Javadoc comment.695
ErrorsLine has trailing spaces.698
ErrorsMethod 'getSynonyms' is not designed for extension - needs to be abstract, final or empty.699
ErrorsMissing a Javadoc comment.699
ErrorsParameter view should be final.699
Errors'{' is not preceded with whitespace.699
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsLine has trailing spaces.703
ErrorsMethod 'getSynonyms' is not designed for extension - needs to be abstract, final or empty.704
ErrorsMissing a Javadoc comment.704
ErrorsParameter theView should be final.704
Errors'{' is not preceded with whitespace.704
Errors'if' construct must use '{}'s.705
ErrorsLine contains a tab character.705
Errors'if' construct must use '{}'s.706
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
Errors'{' is not preceded with whitespace.709
ErrorsLine contains a tab character.710
Errorsswitch without "default" clause.710
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.712
ErrorsLine contains a tab character.713
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.715
ErrorsLine contains a tab character.716
ErrorsLine contains a tab character.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsLine contains a tab character.720
Errors'if' construct must use '{}'s.721
ErrorsLine contains a tab character.721
ErrorsLine contains a tab character.722
ErrorsLine contains a tab character.723
ErrorsLine is longer than 80 characters (found 96).727
ErrorsUnused @throws tag for 'NullPointerException'.730
ErrorsUnused @throws tag for 'IllegalArgumentException'.731
ErrorsLine is longer than 80 characters (found 106).732
ErrorsLine is longer than 80 characters (found 107).733
ErrorsLine is longer than 80 characters (found 104).734
ErrorsLine is longer than 80 characters (found 88).735
ErrorsMethod 'getSynonyms' is not designed for extension - needs to be abstract, final or empty.737
ErrorsParameter view should be final.737
ErrorsExpected @param tag for 'view'.737
ErrorsUnused @throws tag for 'NullPointerException'.745
ErrorsMethod 'setSynonyms' is not designed for extension - needs to be abstract, final or empty.747
ErrorsParameter synonyms should be final.747
Errors'synonyms' hides a field.747
Errors'if' construct must use '{}'s.748
ErrorsLine is longer than 80 characters (found 99).748
ErrorsMethod 'getComments' is not designed for extension - needs to be abstract, final or empty.752
ErrorsMissing a Javadoc comment.752
ErrorsLine has trailing spaces.755
ErrorsMethod 'getComments' is not designed for extension - needs to be abstract, final or empty.756
ErrorsMissing a Javadoc comment.756
ErrorsParameter view should be final.756
Errors'{' is not preceded with whitespace.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsMethod 'getComments' is not designed for extension - needs to be abstract, final or empty.761
ErrorsMissing a Javadoc comment.761
ErrorsParameter theView should be final.761
Errors'{' is not preceded with whitespace.761
Errors'if' construct must use '{}'s.762
ErrorsLine contains a tab character.762
Errors'if' construct must use '{}'s.763
ErrorsLine contains a tab character.763
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
Errors'{' is not preceded with whitespace.766
ErrorsLine contains a tab character.767
Errorsswitch without "default" clause.767
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
Errors'if' construct must use '{}'s.778
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
ErrorsLine is longer than 80 characters (found 96).784
ErrorsUnused @throws tag for 'NullPointerException'.787
ErrorsUnused @throws tag for 'IllegalArgumentException'.788
ErrorsLine is longer than 80 characters (found 106).789
ErrorsLine is longer than 80 characters (found 107).790
ErrorsLine is longer than 80 characters (found 104).791
ErrorsMethod 'getComments' is not designed for extension - needs to be abstract, final or empty.794
ErrorsParameter view should be final.794
ErrorsExpected @param tag for 'view'.794
Errors'if' construct must use '{}'s.795
ErrorsLine is longer than 80 characters (found 91).795
Errors'if' construct must use '{}'s.796
ErrorsLine is longer than 80 characters (found 112).796
ErrorsLine is longer than 80 characters (found 160).797
Errors'if' construct must use '{}'s.798
Errors'if' construct must use '{}'s.799
Errors'&&' should be on a new line.803
Errors'&&' should be on a new line.808
Errors'&&' should be on a new line.813
ErrorsUnused @throws tag for 'NullPointerException'.826
ErrorsMethod 'setComments' is not designed for extension - needs to be abstract, final or empty.828
ErrorsParameter comments should be final.828
Errors'comments' hides a field.828
Errors'if' construct must use '{}'s.829
ErrorsLine is longer than 80 characters (found 99).829
ErrorsMethod 'getLinks' is not designed for extension - needs to be abstract, final or empty.833
ErrorsMissing a Javadoc comment.833
ErrorsLine has trailing spaces.836
ErrorsMethod 'getLinks' is not designed for extension - needs to be abstract, final or empty.837
ErrorsMissing a Javadoc comment.837
ErrorsParameter view should be final.837
Errors'{' is not preceded with whitespace.837
ErrorsLine contains a tab character.838
ErrorsLine contains a tab character.839
ErrorsLine has trailing spaces.841
ErrorsExpected an @return tag.846
ErrorsMethod 'getCasNumbers' is not designed for extension - needs to be abstract, final or empty.846
Errors'{' is not preceded with whitespace.846
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
Errors'{' is not preceded with whitespace.848
ErrorsLine is longer than 80 characters (found 87).849
ErrorsLine contains a tab character.849
Errors'{' is not preceded with whitespace.849
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
ErrorsMethod 'getUniProtLinks' is not designed for extension - needs to be abstract, final or empty.856
ErrorsMissing a Javadoc comment.856
Errors'{' is not preceded with whitespace.856
ErrorsLine contains a tab character.858
Errors'{' is not preceded with whitespace.858
Errors'if' construct must use '{}'s.859
ErrorsLine is longer than 80 characters (found 92).859
ErrorsLine contains a tab character.859
ErrorsLine has trailing spaces.864
ErrorsExpected an @return tag.876
ErrorsMethod 'getLinks' is not designed for extension - needs to be abstract, final or empty.876
ErrorsParameter theView should be final.876
ErrorsExpected @param tag for 'theView'.876
Errors'{' is not preceded with whitespace.876
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
Errors'{' is not preceded with whitespace.879
Errors'if' construct must use '{}'s.880
ErrorsLine is longer than 80 characters (found 88).880
ErrorsLine contains a tab character.880
Errors'||' should be on a new line.880
ErrorsLine is longer than 80 characters (found 84).881
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
Errorsswitch without "default" clause.883
ErrorsLine contains a tab character.884
ErrorsLine contains a tab character.885
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine contains a tab character.889
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.892
ErrorsLine contains a tab character.893
Errors'if' construct must use '{}'s.894
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine contains a tab character.896
Errors'{' is not preceded with whitespace.897
Errors'if' construct must use '{}'s.898
Errorsswitch without "default" clause.901
ErrorsLine contains a tab character.916
ErrorsLine has trailing spaces.920
ErrorsExpected an @return tag.925
ErrorsMethod 'getLinks' is not designed for extension - needs to be abstract, final or empty.925
ErrorsParameter view should be final.925
ErrorsExpected @param tag for 'view'.925
Errors'if' construct must use '{}'s.926
ErrorsLine is longer than 80 characters (found 91).926
Errors'if' construct must use '{}'s.927
ErrorsLine is longer than 80 characters (found 112).927
ErrorsLine is longer than 80 characters (found 160).928
Errors'if' construct must use '{}'s.929
Errors'if' construct must use '{}'s.930
Errors'&&' should be on a new line.934
Errors'&&' should be on a new line.939
Errors'&&' should be on a new line.944
ErrorsUnused @throws tag for 'NullPointerException'.957
ErrorsMethod 'setLinks' is not designed for extension - needs to be abstract, final or empty.959
ErrorsParameter links should be final.959
Errors'links' hides a field.959
Errors'if' construct must use '{}'s.960
ErrorsLine is longer than 80 characters (found 93).960
ErrorsMethod 'getReferences' is not designed for extension - needs to be abstract, final or empty.964
ErrorsMissing a Javadoc comment.964
ErrorsLine is longer than 80 characters (found 86).972
ErrorsLine is longer than 80 characters (found 89).974
ErrorsMethod 'setReferences' is not designed for extension - needs to be abstract, final or empty.974
ErrorsParameter references should be final.974
Errors'references' hides a field.974
Errors'if' construct must use '{}'s.975
ErrorsLine is longer than 80 characters (found 103).975
Errors'if' construct must use '{}'s.976
ErrorsLine is longer than 80 characters (found 94).977
ErrorsMethod 'getNote' is not designed for extension - needs to be abstract, final or empty.981
ErrorsMissing a Javadoc comment.981
ErrorsUnused @throws tag for 'NullPointerException'.989
ErrorsMethod 'setNote' is not designed for extension - needs to be abstract, final or empty.991
ErrorsParameter note should be final.991
Errors'note' hides a field.991
Errors'if' construct must use '{}'s.992
ErrorsLine is longer than 80 characters (found 91).992
ErrorsMethod 'getHistory' is not designed for extension - needs to be abstract, final or empty.996
ErrorsMissing a Javadoc comment.996
ErrorsLine is longer than 80 characters (found 84).1004
ErrorsUnused @throws tag for 'NullPointerException'.1004
ErrorsMethod 'setHistory' is not designed for extension - needs to be abstract, final or empty.1006
ErrorsParameter historyGraph should be final.1006
Errors'historyGraph' hides a field.1006
Errors'if' construct must use '{}'s.1007
ErrorsLine is longer than 80 characters (found 107).1007
ErrorsMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.1011
ErrorsMissing a Javadoc comment.1011
ErrorsUnused @throws tag for 'NullPointerException'.1019
ErrorsMethod 'setStatus' is not designed for extension - needs to be abstract, final or empty.1021
ErrorsParameter status should be final.1021
Errors'status' hides a field.1021
Errors'if' construct must use '{}'s.1022
ErrorsLine is longer than 80 characters (found 95).1022
ErrorsMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.1026
ErrorsMissing a Javadoc comment.1026
ErrorsUnused @throws tag for 'NullPointerException'.1034
ErrorsMethod 'setSource' is not designed for extension - needs to be abstract, final or empty.1036
ErrorsParameter source should be final.1036
Errors'source' hides a field.1036
Errors'if' construct must use '{}'s.1037
ErrorsLine is longer than 80 characters (found 95).1037
ErrorsMethod 'isActive' is not designed for extension - needs to be abstract, final or empty.1041
ErrorsMissing a Javadoc comment.1041
ErrorsMethod 'setActive' is not designed for extension - needs to be abstract, final or empty.1045
ErrorsMissing a Javadoc comment.1045
ErrorsParameter active should be final.1045
ErrorsMethod 'isGhost' is not designed for extension - needs to be abstract, final or empty.1049
ErrorsMissing a Javadoc comment.1049
ErrorsMethod 'setGhost' is not designed for extension - needs to be abstract, final or empty.1053
ErrorsMissing a Javadoc comment.1053
ErrorsParameter ghost should be final.1053
ErrorsMethod 'hasNames' is not designed for extension - needs to be abstract, final or empty.1057
ErrorsMissing a Javadoc comment.1057
Errors'if' construct must use '{}'s.1058
Errors'if' construct must use '{}'s.1059
Errors'if' construct must use '{}'s.1060
ErrorsLine is longer than 80 characters (found 84).1060

uk/ac/ebi/intenz/domain/enzyme/EnzymeEntryEcComparator.java

ViolationMessageLine
ErrorsLine contains a tab character.11
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.11
ErrorsMissing a Javadoc comment.11
ErrorsParameter o1 should be final.11
ErrorsParameter o2 should be final.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13

uk/ac/ebi/intenz/domain/enzyme/EnzymeEntryNameComparator.java

ViolationMessageLine
ErrorsLine contains a tab character.15
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.15
ErrorsMissing a Javadoc comment.15
ErrorsParameter o1 should be final.15
ErrorsParameter o2 should be final.15
ErrorsLine contains a tab character.16
ErrorsLine is longer than 80 characters (found 91).17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters (found 91).19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21

uk/ac/ebi/intenz/domain/enzyme/EnzymeLink.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 102).14
ErrorsLine is longer than 80 characters (found 92).16
ErrorsLine is longer than 80 characters (found 89).17
ErrorsLine is longer than 80 characters (found 92).18
ErrorsClass EnzymeLink should be declared as final.28
ErrorsLine is longer than 80 characters (found 91).33
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters (found 96).34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters (found 93).40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters (found 97).41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters (found 87).47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters (found 90).48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters (found 91).54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters (found 90).55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters (found 95).61
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters (found 89).62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters (found 87).70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters (found 94).71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters (found 85).77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters (found 90).78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters (found 83).84
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters (found 90).85
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters (found 91).91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters (found 90).92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters (found 89).98
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters (found 90).99
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters (found 85).105
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters (found 90).106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters (found 85).112
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters (found 90).113
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.115
ErrorsMissing a Javadoc comment.120
ErrorsMissing a Javadoc comment.125
ErrorsName 'STATIC_LINKS' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsMissing a Javadoc comment.161
ErrorsMissing a Javadoc comment.168
ErrorsLine is longer than 80 characters (found 114).178
ErrorsParameter xrefDatabaseConstant should be final.178
Errors'xrefDatabaseConstant' hides a field.178
ErrorsParameter specificUrl should be final.178
Errors'specificUrl' hides a field.178
ErrorsParameter accession should be final.178
Errors'accession' hides a field.178
ErrorsParameter name should be final.178
Errors'name' hides a field.178
ErrorsParameter source should be final.179
Errors'source' hides a field.179
ErrorsExpected @param tag for 'source'.179
ErrorsParameter view should be final.179
Errors'view' hides a field.179
ErrorsExpected @param tag for 'view'.179
ErrorsLine is longer than 80 characters (found 96).196
ErrorsUnused @throws tag for 'NullPointerException'.196
ErrorsLine is longer than 80 characters (found 91).197
ErrorsUnused @throws tag for 'IllegalArgumentException'.197
ErrorsParameter xrefDatabaseConstant should be final.199
ErrorsLine contains a tab character.200
ErrorsParameter specificUrl should be final.200
ErrorsParameter accession should be final.200
ErrorsParameter name should be final.200
ErrorsParameter source should be final.201
ErrorsExpected @param tag for 'source'.201
ErrorsParameter view should be final.201
ErrorsExpected @param tag for 'view'.201
Errors'if' construct must use '{}'s.202
ErrorsLine is longer than 80 characters (found 123).202
Errors'if' construct must use '{}'s.203
ErrorsLine is longer than 80 characters (found 95).203
Errors'if' construct must use '{}'s.204
ErrorsLine is longer than 80 characters (found 91).204
ErrorsLine is longer than 80 characters (found 89).207
ErrorsLine is longer than 80 characters (found 83).208
Errors'{' is not preceded with whitespace.209
ErrorsLine contains a tab character.210
Errors'{' is not preceded with whitespace.210
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters (found 91).213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
Errors'if' construct must use '{}'s.220
ErrorsLine is longer than 80 characters (found 105).220
Errors'&&' should be on a new line.220
ErrorsLine is longer than 80 characters (found 114).222
ErrorsLine is longer than 80 characters (found 92).224
ErrorsExpected an @return tag.238
ErrorsLine is longer than 80 characters (found 128).238
ErrorsParameter xrefDatabaseConstant should be final.238
ErrorsExpected @param tag for 'xrefDatabaseConstant'.238
ErrorsParameter specificUrl should be final.238
ErrorsExpected @param tag for 'specificUrl'.238
ErrorsParameter accession should be final.238
ErrorsExpected @param tag for 'accession'.238
ErrorsParameter name should be final.238
ErrorsExpected @param tag for 'name'.238
ErrorsLine is longer than 80 characters (found 109).239
ErrorsParameter source should be final.239
ErrorsExpected @param tag for 'source'.239
ErrorsParameter view should be final.239
ErrorsExpected @param tag for 'view'.239
ErrorsParameter dataComment should be final.239
ErrorsExpected @param tag for 'dataComment'.239
Errors'{' is not preceded with whitespace.239
ErrorsLine is longer than 80 characters (found 107).240
ErrorsUnused @throws tag for 'NullPointerException'.250
ErrorsParameter databaseConstant should be final.252
Errors'if' construct must use '{}'s.253
ErrorsLine is longer than 80 characters (found 115).253
ErrorsLine is longer than 80 characters (found 81).257
ErrorsMissing a Javadoc comment.257
ErrorsParameter databaseConstant should be final.257
Errors'if' construct must use '{}'s.258
ErrorsLine is longer than 80 characters (found 115).258
ErrorsLine is longer than 80 characters (found 88).267
ErrorsLine is longer than 80 characters (found 97).269
ErrorsUnused @throws tag for 'NullPointerException'.274
ErrorsParameter link should be final.276
Errors'?' is not preceded with whitespace.287
Errors'?' should be on a new line.287
ErrorsAvoid inline conditionals.287
ErrorsLine is longer than 80 characters (found 82).288
Errors'?' is not preceded with whitespace.288
Errors'?' should be on a new line.288
ErrorsAvoid inline conditionals.288
ErrorsParameter o should be final.298
Errors'if' construct must use '{}'s.299
Errors'if' construct must use '{}'s.300
Errors'if' construct must use '{}'s.304
ErrorsLine is longer than 80 characters (found 113).304
ErrorsAvoid inline conditionals.304
Errors'if' construct must use '{}'s.305
ErrorsLine is longer than 80 characters (found 93).305
ErrorsAvoid inline conditionals.305
Errors'if' construct must use '{}'s.306
ErrorsLine is longer than 80 characters (found 101).306
ErrorsAvoid inline conditionals.306
Errors'if' construct must use '{}'s.307
ErrorsLine is longer than 80 characters (found 121).307
ErrorsAvoid inline conditionals.307
Errors'if' construct must use '{}'s.308
ErrorsLine is longer than 80 characters (found 93).308
ErrorsAvoid inline conditionals.308
Errors'if' construct must use '{}'s.309
ErrorsLine is longer than 80 characters (found 137).309
ErrorsAvoid inline conditionals.309
Errors'!=' should be on a new line.309
ErrorsLine is longer than 80 characters (found 108).310
ErrorsLine is longer than 80 characters (found 82).323
ErrorsAvoid inline conditionals.323
Errors'29' is a magic number.324
ErrorsAvoid inline conditionals.324
Errors'29' is a magic number.325
ErrorsAvoid inline conditionals.325
Errors'29' is a magic number.326
ErrorsAvoid inline conditionals.326
Errors'29' is a magic number.327
ErrorsAvoid inline conditionals.327
Errors'29' is a magic number.328
ErrorsAvoid inline conditionals.328
Errors'||' should be on a new line.365
Errors'||' should be on a new line.366
Errors'if' construct must use '{}'s.371
ErrorsLine is longer than 80 characters (found 134).371
Errors'if' construct must use '{}'s.373
ErrorsLine is longer than 80 characters (found 92).379
ErrorsUnused @throws tag for 'NullPointerException'.383
ErrorsParameter ec should be final.385
Errors'if' construct must use '{}'s.386
Errors'{' is not preceded with whitespace.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
Errors'?' is not preceded with whitespace.390
ErrorsAvoid inline conditionals.390
Errors'||' should be on a new line.392
Errors'||' should be on a new line.393
Errors'||' should be on a new line.394
Errors'||' should be on a new line.395
Errors'||' should be on a new line.396
Errors'||' should be on a new line.397
Errors'{' is not preceded with whitespace.398
Errors'{' is not preceded with whitespace.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsMissing a Javadoc comment.415
ErrorsMissing a Javadoc comment.419
ErrorsMissing a Javadoc comment.423
ErrorsMissing a Javadoc comment.427
ErrorsMissing a Javadoc comment.431
ErrorsMissing a Javadoc comment.435
ErrorsMissing a Javadoc comment.439
ErrorsMissing a Javadoc comment.443
ErrorsParameter comment should be final.443

uk/ac/ebi/intenz/domain/enzyme/EnzymeName.java

ViolationMessageLine
ErrorsClass EnzymeName should be declared as final.26
ErrorsLine is longer than 80 characters (found 118).28
ErrorsMissing a Javadoc comment.28
ErrorsName 'UNDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'.28
ErrorsVariable 'UNDEF' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters (found 104).29
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsLine is longer than 80 characters (found 122).46
ErrorsLine is longer than 80 characters (found 128).47
ErrorsLine is longer than 80 characters (found 101).49
ErrorsParameter name should be final.49
Errors'name' hides a field.49
ErrorsParameter type should be final.49
Errors'type' hides a field.49
ErrorsParameter qualifier should be final.49
Errors'qualifier' hides a field.49
ErrorsParameter source should be final.50
Errors'source' hides a field.50
ErrorsExpected @param tag for 'source'.50
ErrorsParameter view should be final.50
Errors'view' hides a field.50
ErrorsExpected @param tag for 'view'.50
ErrorsLine is longer than 80 characters (found 115).58
ErrorsMissing a Javadoc comment.58
ErrorsParameter name should be final.58
ErrorsParameter type should be final.58
ErrorsParameter qualifier should be final.58
ErrorsLine is longer than 80 characters (found 90).59
ErrorsParameter source should be final.59
ErrorsParameter view should be final.59
Errors'if' construct must use '{}'s.60
ErrorsLine is longer than 80 characters (found 101).60
Errors'if' construct must use '{}'s.61
ErrorsLine is longer than 80 characters (found 109).61
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 80 characters (found 108).62
ErrorsLine is longer than 80 characters (found 100).67
ErrorsUnused @throws tag for 'NullPointerException'.71
ErrorsUnused @throws tag for 'IllegalArgumentException'.72
ErrorsLine is longer than 80 characters (found 117).74
ErrorsParameter name should be final.74
ErrorsParameter source should be final.74
ErrorsExpected @param tag for 'source'.74
ErrorsParameter view should be final.74
ErrorsExpected @param tag for 'view'.74
Errors'if' construct must use '{}'s.75
ErrorsLine is longer than 80 characters (found 91).75
Errors'if' construct must use '{}'s.76
ErrorsLine is longer than 80 characters (found 95).76
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters (found 91).77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters (found 99).78
ErrorsLine is longer than 80 characters (found 90).85
ErrorsLine is longer than 80 characters (found 83).88
ErrorsUnused @throws tag for 'NullPointerException'.89
ErrorsUnused @throws tag for 'IllegalArgumentException'.90
ErrorsLine is longer than 80 characters (found 121).92
ErrorsParameter name should be final.92
ErrorsParameter source should be final.92
ErrorsExpected @param tag for 'source'.92
ErrorsParameter view should be final.92
ErrorsExpected @param tag for 'view'.92
Errors'if' construct must use '{}'s.93
ErrorsLine is longer than 80 characters (found 91).93
Errors'if' construct must use '{}'s.94
ErrorsLine is longer than 80 characters (found 95).94
Errors'if' construct must use '{}'s.95
ErrorsLine is longer than 80 characters (found 91).95
Errors'if' construct must use '{}'s.96
ErrorsLine is longer than 80 characters (found 99).96
ErrorsLine is longer than 80 characters (found 82).103
ErrorsLine is longer than 80 characters (found 128).106
ErrorsLine is longer than 80 characters (found 107).108
ErrorsUnused @throws tag for 'NullPointerException'.108
ErrorsLine is longer than 80 characters (found 99).109
ErrorsUnused @throws tag for 'IllegalArgumentException'.109
ErrorsLine is longer than 80 characters (found 97).111
ErrorsParameter name should be final.111
ErrorsParameter qualifier should be final.111
ErrorsLine is longer than 80 characters (found 101).112
ErrorsParameter source should be final.112
ErrorsExpected @param tag for 'source'.112
ErrorsParameter view should be final.112
ErrorsExpected @param tag for 'view'.112
Errors'if' construct must use '{}'s.113
ErrorsLine is longer than 80 characters (found 91).113
Errors'if' construct must use '{}'s.114
ErrorsLine is longer than 80 characters (found 101).114
Errors'if' construct must use '{}'s.115
ErrorsLine is longer than 80 characters (found 95).115
Errors'if' construct must use '{}'s.116
ErrorsLine is longer than 80 characters (found 91).116
Errors'if' construct must use '{}'s.117
ErrorsLine is longer than 80 characters (found 99).117
ErrorsLine is longer than 80 characters (found 92).119
ErrorsLine is longer than 80 characters (found 129).124
ErrorsParameter name should be final.126
Errors'name' hides a field.126
ErrorsLine is longer than 80 characters (found 93).135
ErrorsParameter o should be final.140
Errors'if' construct must use '{}'s.141
Errors'if' construct must use '{}'s.142
Errors'if' construct must use '{}'s.146
ErrorsLine is longer than 80 characters (found 93).146
ErrorsAvoid inline conditionals.146
Errors'if' construct must use '{}'s.147
ErrorsLine is longer than 80 characters (found 113).147
ErrorsAvoid inline conditionals.147
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 80 characters (found 101).148
ErrorsAvoid inline conditionals.148
Errors'if' construct must use '{}'s.149
ErrorsLine is longer than 80 characters (found 93).149
ErrorsAvoid inline conditionals.149
Errors'if' construct must use '{}'s.150
ErrorsLine is longer than 80 characters (found 93).150
ErrorsAvoid inline conditionals.150
ErrorsAvoid inline conditionals.162
Errors'29' is a magic number.163
ErrorsAvoid inline conditionals.163
Errors'29' is a magic number.164
ErrorsAvoid inline conditionals.164
Errors'29' is a magic number.165
ErrorsAvoid inline conditionals.165
Errors'29' is a magic number.166
ErrorsAvoid inline conditionals.166

uk/ac/ebi/intenz/domain/enzyme/EnzymeSubSubclass.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters (found 136).35
ErrorsUnused @throws tag for 'NullPointerException'.35
ErrorsUnused @throws tag for 'IllegalArgumentException'.36
ErrorsLine is longer than 80 characters (found 105).38
ErrorsParameter ec should be final.38
Errors'ec' hides a field.38
ErrorsParameter className should be final.38
Errors'className' hides a field.38
ErrorsParameter subclassName should be final.38
Errors'subclassName' hides a field.38
ErrorsParameter name should be final.38
Errors'name' hides a field.38
ErrorsParameter description should be final.39
Errors'description' hides a field.39
ErrorsParameter entries should be final.39
Errors'entries' hides a field.39
Errors'if' construct must use '{}'s.40
ErrorsAvoid inline conditionals.45
ErrorsAvoid inline conditionals.46
ErrorsLine is longer than 80 characters (found 116).54
ErrorsUnused @throws tag for 'NullPointerException'.55
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter o should be final.57
Errors'if' construct must use '{}'s.58
ErrorsLine is longer than 80 characters (found 85).58
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter o should be final.69
Errors'if' construct must use '{}'s.70
Errors'if' construct must use '{}'s.71
Errors'if' construct must use '{}'s.75
ErrorsLine is longer than 80 characters (found 127).75
ErrorsAvoid inline conditionals.75
Errors'if' construct must use '{}'s.76
ErrorsLine is longer than 80 characters (found 135).76
ErrorsAvoid inline conditionals.76
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters (found 99).77
ErrorsAvoid inline conditionals.77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters (found 119).78
ErrorsAvoid inline conditionals.78
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters (found 107).79
ErrorsAvoid inline conditionals.79
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters (found 139).80
ErrorsAvoid inline conditionals.80
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.90
ErrorsAvoid inline conditionals.92
Errors'29' is a magic number.93
ErrorsAvoid inline conditionals.93
Errors'29' is a magic number.94
ErrorsAvoid inline conditionals.94
Errors'29' is a magic number.95
ErrorsAvoid inline conditionals.95
Errors'29' is a magic number.96
ErrorsAvoid inline conditionals.96
Errors'29' is a magic number.97
ErrorsAvoid inline conditionals.97
ErrorsMethod 'getEc' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
ErrorsMethod 'getSubclassName' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMissing a Javadoc comment.112
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.116
ErrorsMissing a Javadoc comment.116
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMissing a Javadoc comment.120
ErrorsMethod 'getEntries' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMissing a Javadoc comment.124

uk/ac/ebi/intenz/domain/enzyme/EnzymeSubclass.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsLine is longer than 80 characters (found 85).31
ErrorsLine is longer than 80 characters (found 84).32
ErrorsUnused @throws tag for 'NullPointerException'.32
ErrorsUnused @throws tag for 'IllegalArgumentException'.33
ErrorsLine is longer than 80 characters (found 101).35
ErrorsParameter ec should be final.35
Errors'ec' hides a field.35
ErrorsParameter className should be final.35
Errors'className' hides a field.35
ErrorsParameter name should be final.35
Errors'name' hides a field.35
ErrorsParameter description should be final.35
Errors'description' hides a field.35
ErrorsLine contains a tab character.36
ErrorsParameter subSubclasses should be final.36
Errors'subSubclasses' hides a field.36
Errors'if' construct must use '{}'s.37
ErrorsLine is longer than 80 characters (found 86).38
ErrorsLine is longer than 80 characters (found 116).50
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter enzymeSubclass should be final.52
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter o should be final.62
Errors'if' construct must use '{}'s.63
Errors'if' construct must use '{}'s.64
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters (found 121).68
ErrorsAvoid inline conditionals.68
Errors'if' construct must use '{}'s.69
ErrorsLine is longer than 80 characters (found 129).69
ErrorsAvoid inline conditionals.69
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters (found 93).70
ErrorsAvoid inline conditionals.70
Errors'if' construct must use '{}'s.71
ErrorsLine is longer than 80 characters (found 101).71
ErrorsAvoid inline conditionals.71
Errors'if' construct must use '{}'s.72
ErrorsLine is longer than 80 characters (found 137).72
ErrorsAvoid inline conditionals.72
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.82
ErrorsAvoid inline conditionals.84
Errors'29' is a magic number.85
ErrorsAvoid inline conditionals.85
Errors'29' is a magic number.86
ErrorsAvoid inline conditionals.86
Errors'29' is a magic number.87
ErrorsAvoid inline conditionals.87
ErrorsLine is longer than 80 characters (found 82).88
Errors'29' is a magic number.88
ErrorsAvoid inline conditionals.88
ErrorsMethod 'getEc' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
ErrorsMethod 'getSubSubclasses' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMissing a Javadoc comment.111

uk/ac/ebi/intenz/domain/enzyme/Viewable.java

ViolationMessageLine
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsRedundant 'public' modifier.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13

uk/ac/ebi/intenz/domain/exceptions/DomainException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters (found 92).4
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsVariable 'messageKey' must be private and have accessor methods.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsVariable 'property' must be private and have accessor methods.14
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.20
ErrorsParameter message should be final.20
ErrorsMissing a Javadoc comment.26
ErrorsParameter property should be final.26
Errors'property' hides a field.26
ErrorsParameter messageKey should be final.26
Errors'messageKey' hides a field.26
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsMethod 'setProperty' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter property should be final.36
Errors'property' hides a field.36
ErrorsMethod 'getMessageKey' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'setMessageKey' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter messageKey should be final.44
Errors'messageKey' hides a field.44

uk/ac/ebi/intenz/domain/exceptions/EcException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 116).5
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
Errors'{' is not preceded with whitespace.15
Errors'{' is not followed by whitespace.15
Errors'}' is not preceded with whitespace.15
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter message should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19

uk/ac/ebi/intenz/domain/exceptions/EnzymeNameException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 119).11
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
Errors'{' is not preceded with whitespace.21
Errors'{' is not followed by whitespace.21
Errors'}' is not preceded with whitespace.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter message should be final.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25

uk/ac/ebi/intenz/domain/exceptions/EnzymeReactionException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 83).5
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
Errors'{' is not preceded with whitespace.19
Errors'{' is not followed by whitespace.19
Errors'}' is not preceded with whitespace.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter message should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23

uk/ac/ebi/intenz/domain/exceptions/EnzymeReferenceException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 84).5
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
Errors'{' is not preceded with whitespace.19
Errors'{' is not followed by whitespace.19
Errors'}' is not preceded with whitespace.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter message should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23

uk/ac/ebi/intenz/domain/history/FutureEvent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 103).6
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter o should be final.32
Errors'if' construct must use '{}'s.33
Errors'if' construct must use '{}'s.34
Errors'if' construct must use '{}'s.35
Errors'if' construct must use '{}'s.39
ErrorsLine is longer than 80 characters (found 91).39
ErrorsAvoid inline conditionals.39
Errors'if' construct must use '{}'s.40
ErrorsLine is longer than 80 characters (found 95).40
ErrorsAvoid inline conditionals.40
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.50
Errors'29' is a magic number.52
ErrorsAvoid inline conditionals.52
Errors'29' is a magic number.53
ErrorsAvoid inline conditionals.53
ErrorsLine has trailing spaces.57
ErrorsMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsMethod 'setStatus' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter status should be final.66
Errors'status' hides a field.66
Errors'if' construct must use '{}'s.67
ErrorsLine is longer than 80 characters (found 95).67
ErrorsMethod 'getTimeout' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsMethod 'setTimeout' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsParameter timeout should be final.75
Errors'timeout' hides a field.75
Errors'if' construct must use '{}'s.76
ErrorsLine is longer than 80 characters (found 97).76

uk/ac/ebi/intenz/domain/history/HistoryEvent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 111).9
ErrorsLine is longer than 80 characters (found 84).17
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'groupId' must be private and have accessor methods.18
ErrorsMissing a Javadoc comment.20
ErrorsVariable 'eventId' must be private and have accessor methods.20
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'beforeNode' must be private and have accessor methods.22
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'afterNode' must be private and have accessor methods.24
ErrorsMissing a Javadoc comment.26
ErrorsVariable 'eventClass' must be private and have accessor methods.26
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'date' must be private and have accessor methods.28
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'note' must be private and have accessor methods.30
ErrorsLine is longer than 80 characters (found 116).50
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter historyEvent should be final.52
Errors'if' construct must use '{}'s.53
Errors'if' construct must use '{}'s.54
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter o should be final.65
Errors'if' construct must use '{}'s.66
Errors'if' construct must use '{}'s.67
Errors'if' construct must use '{}'s.68
Errors'if' construct must use '{}'s.72
ErrorsLine is longer than 80 characters (found 103).72
ErrorsAvoid inline conditionals.72
Errors'if' construct must use '{}'s.73
ErrorsLine is longer than 80 characters (found 107).73
ErrorsAvoid inline conditionals.73
Errors'if' construct must use '{}'s.74
ErrorsLine is longer than 80 characters (found 83).74
ErrorsAvoid inline conditionals.74
Errors'if' construct must use '{}'s.75
ErrorsLine is longer than 80 characters (found 107).75
ErrorsAvoid inline conditionals.75
Errors'if' construct must use '{}'s.76
ErrorsLine is longer than 80 characters (found 95).76
ErrorsAvoid inline conditionals.76
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters (found 95).77
ErrorsAvoid inline conditionals.77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters (found 83).78
ErrorsAvoid inline conditionals.78
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.88
Errors'29' is a magic number.90
ErrorsAvoid inline conditionals.90
Errors'29' is a magic number.91
ErrorsAvoid inline conditionals.91
Errors'29' is a magic number.92
ErrorsAvoid inline conditionals.92
Errors'29' is a magic number.93
ErrorsAvoid inline conditionals.93
Errors'29' is a magic number.94
ErrorsAvoid inline conditionals.94
Errors'29' is a magic number.95
ErrorsAvoid inline conditionals.95
Errors'29' is a magic number.96
ErrorsAvoid inline conditionals.96
ErrorsMethod 'isSuccessor' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter node should be final.106
Errors'if' construct must use '{}'s.107
ErrorsUnused @throws tag for 'NullPointerException'.119
ErrorsMethod 'getRelative' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter node should be final.121
Errors'if' construct must use '{}'s.122
Errors'if' construct must use '{}'s.124
Errors'if' construct must use '{}'s.126
ErrorsLine is longer than 80 characters (found 101).126
Errors')' is preceded with whitespace.126
ErrorsMethod 'getGroupId' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsMethod 'setGroupId' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
ErrorsParameter groupId should be final.134
Errors'groupId' hides a field.134
Errors'if' construct must use '{}'s.135
ErrorsLine is longer than 80 characters (found 97).135
ErrorsMethod 'getEventId' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsMethod 'setEventId' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsParameter eventId should be final.143
Errors'eventId' hides a field.143
Errors'if' construct must use '{}'s.144
ErrorsLine is longer than 80 characters (found 97).144
ErrorsMethod 'getBeforeNode' is not designed for extension - needs to be abstract, final or empty.148
ErrorsMissing a Javadoc comment.148
ErrorsMethod 'setBeforeNode' is not designed for extension - needs to be abstract, final or empty.152
ErrorsMissing a Javadoc comment.152
ErrorsParameter beforeNode should be final.152
Errors'beforeNode' hides a field.152
ErrorsMethod 'getAfterNode' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsMethod 'setAfterNode' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsParameter afterNode should be final.160
Errors'afterNode' hides a field.160
ErrorsMethod 'getEventClass' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsMethod 'setEventClass' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsParameter eventClass should be final.168
Errors'eventClass' hides a field.168
Errors'if' construct must use '{}'s.169
ErrorsLine is longer than 80 characters (found 103).169
ErrorsMethod 'getDate' is not designed for extension - needs to be abstract, final or empty.173
ErrorsMissing a Javadoc comment.173
ErrorsMethod 'setDate' is not designed for extension - needs to be abstract, final or empty.177
ErrorsMissing a Javadoc comment.177
ErrorsParameter date should be final.177
Errors'date' hides a field.177
Errors'if' construct must use '{}'s.178
ErrorsLine is longer than 80 characters (found 91).178
ErrorsMethod 'getNote' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMissing a Javadoc comment.182
ErrorsMethod 'setNote' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
ErrorsParameter note should be final.186
Errors'note' hides a field.186
Errors'if' construct must use '{}'s.187
ErrorsLine is longer than 80 characters (found 91).187

uk/ac/ebi/intenz/domain/history/HistoryGraph.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.5
ErrorsLine is longer than 80 characters (found 119).10
ErrorsLine is longer than 80 characters (found 120).11
ErrorsLine is longer than 80 characters (found 91).14
ErrorsUnused @throws tag for 'NullPointerException'.32
Errors'(' is preceded with whitespace.34
ErrorsParameter rootNode should be final.34
Errors'rootNode' hides a field.34
Errors'if' construct must use '{}'s.35
ErrorsLine is longer than 80 characters (found 103).35
Errors'(' is followed by whitespace.35
Errors')' is preceded with whitespace.35
ErrorsLine is longer than 80 characters (found 86).40
ErrorsLine is longer than 80 characters (found 114).42
ErrorsLine is longer than 80 characters (found 114).43
ErrorsMethod 'isDeletedRootNode' is not designed for extension - needs to be abstract, final or empty.49
Errors'(' is preceded with whitespace.49
ErrorsLine is longer than 80 characters (found 96).50
Errors'&&' is not preceded with whitespace.50
Errors'&&' should be on a new line.50
Errors'&&' should be on a new line.51
ErrorsLine is longer than 80 characters (found 86).56
ErrorsLine is longer than 80 characters (found 114).58
ErrorsLine is longer than 80 characters (found 114).59
ErrorsMethod 'isTransferredRootNode' is not designed for extension - needs to be abstract, final or empty.65
Errors'(' is preceded with whitespace.65
ErrorsLine is longer than 80 characters (found 97).66
Errors'&&' should be on a new line.66
Errors'&&' should be on a new line.67
ErrorsMethod 'getRootNode' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
Errors'(' is preceded with whitespace.75
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
Errors'(' is preceded with whitespace.79
ErrorsMethod 'getLatestHistoryEventOfAll' is not designed for extension - needs to be abstract, final or empty.88
Errors'(' is preceded with whitespace.88
ErrorsLine is longer than 80 characters (found 90).89
Errors'if' construct must use '{}'s.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
ErrorsLine contains a tab character.92
ErrorsMethod 'getLatestHistoryEventOfRoot' is not designed for extension - needs to be abstract, final or empty.100
Errors'(' is preceded with whitespace.100
ErrorsLine is longer than 80 characters (found 85).101
Errors'if' construct must use '{}'s.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
ErrorsLine contains a tab character.104
ErrorsMethod 'getLatestRelevantHistoryEventOfRoot' is not designed for extension - needs to be abstract, final or empty.112
Errors'(' is preceded with whitespace.112
ErrorsLine is longer than 80 characters (found 90).113
ErrorsLine contains a tab character.113
Errors'if' construct must use '{}'s.114
ErrorsLine contains a tab character.114
Errors'(' is followed by whitespace.114
Errors')' is preceded with whitespace.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
Errors'(' is followed by whitespace.118
Errors'-' is not preceded with whitespace.118
Errors'-' is not followed by whitespace.118
Errors')' is preceded with whitespace.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors'{' is not preceded with whitespace.121
ErrorsLine contains a tab character.122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters (found 98).128
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters (found 81).129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters (found 100).147
Errors'(' is preceded with whitespace.147
ErrorsParameter node should be final.147
ErrorsParameter visitedEdges should be final.147
ErrorsExpected @param tag for 'visitedEdges'.147
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors'if' construct must use '{}'s.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine is longer than 80 characters (found 83).169
ErrorsLine is longer than 80 characters (found 114).171
ErrorsLine is longer than 80 characters (found 114).172
Errors'(' is preceded with whitespace.179
ErrorsParameter event should be final.179
Errors'&&' should be on a new line.180
Errors'&&' should be on a new line.181
ErrorsMissing a Javadoc comment.185
Errors'(' is preceded with whitespace.185
ErrorsParameter event should be final.185
Errors'&&' should be on a new line.186
Errors'&&' should be on a new line.187
ErrorsMissing a Javadoc comment.191
ErrorsMissing a Javadoc comment.193
ErrorsMissing a Javadoc comment.194
ErrorsMissing a Javadoc comment.195
ErrorsMissing a Javadoc comment.197
Errors'(' is preceded with whitespace.197
ErrorsLine is longer than 80 characters (found 89).198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
Errors'(' is preceded with whitespace.199
ErrorsParameter al1 should be final.199
ErrorsParameter al2 should be final.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
Errors'if' construct must use '{}'s.206
ErrorsLine contains a tab character.206
Errors'(' is followed by whitespace.206
Errors')' is preceded with whitespace.206
Errors'if' construct must use '{}'s.207
ErrorsLine contains a tab character.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
Errors'if' construct must use '{}'s.208
ErrorsLine contains a tab character.208
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
Errors'if' construct must use '{}'s.209
ErrorsLine contains a tab character.209
Errors'(' is followed by whitespace.209
Errors')' is preceded with whitespace.209
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
ErrorsMissing a Javadoc comment.218
Errors'(' is preceded with whitespace.218
ErrorsMissing a Javadoc comment.222
Errors'(' is preceded with whitespace.222
ErrorsParameter x should be final.222
ErrorsParameter y should be final.222
ErrorsMissing a Javadoc comment.229
Errors'(' is preceded with whitespace.229
ErrorsParameter x should be final.229
ErrorsParameter y should be final.229
ErrorsParameter value should be final.229
ErrorsMissing a Javadoc comment.238
Errors'(' is preceded with whitespace.238
ErrorsParameter x should be final.238
ErrorsParameter y should be final.238
ErrorsMissing a Javadoc comment.245
Errors'(' is preceded with whitespace.245
ErrorsParameter x should be final.245
ErrorsParameter y should be final.245
ErrorsMissing a Javadoc comment.254
Errors'(' is preceded with whitespace.254
ErrorsMissing a Javadoc comment.258
Errors'(' is preceded with whitespace.258
ErrorsMissing a Javadoc comment.262
Errors'(' is preceded with whitespace.262
ErrorsMissing a Javadoc comment.266
Errors'(' is preceded with whitespace.266

uk/ac/ebi/intenz/domain/history/HistoryNode.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsLine is longer than 80 characters (found 111).35
ErrorsMethod 'checkForDeletion' is not designed for extension - needs to be abstract, final or empty.39
Errors'if' construct must use '{}'s.42
ErrorsLine is longer than 80 characters (found 93).42
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsAvoid inline conditionals.55
ErrorsMethod 'getEnzymeEntry' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsMethod 'setEnzymeEntry' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter enzymeEntry should be final.66
Errors'enzymeEntry' hides a field.66
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'setEdges' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter edges should be final.74
Errors'edges' hides a field.74
ErrorsMethod 'getHistoryLine' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsMethod 'setHistoryLine' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter historyLine should be final.82
Errors'historyLine' hides a field.82
ErrorsMethod 'isRoot' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsMethod 'setRoot' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter root should be final.90

uk/ac/ebi/intenz/domain/history/Timeout.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 120).10
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.23
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter o should be final.30
Errors'if' construct must use '{}'s.31
Errors'if' construct must use '{}'s.32
Errors'if' construct must use '{}'s.33
Errors'if' construct must use '{}'s.37
Errors'if' construct must use '{}'s.38
Errors'if' construct must use '{}'s.39
ErrorsLine is longer than 80 characters (found 99).39
ErrorsAvoid inline conditionals.39
Errors'if' construct must use '{}'s.40
ErrorsLine is longer than 80 characters (found 107).40
ErrorsAvoid inline conditionals.40
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
Errors'29' is a magic number.47
Errors'29' is a magic number.48
Errors'29' is a magic number.49
ErrorsAvoid inline conditionals.49
Errors'29' is a magic number.50
ErrorsAvoid inline conditionals.50
ErrorsMethod 'getEnzymeId' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsMethod 'setEnzymeId' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter enzymeId should be final.58
Errors'enzymeId' hides a field.58
ErrorsMethod 'getTimeoutId' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsMethod 'setTimeoutId' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter timeoutId should be final.66
Errors'timeoutId' hides a field.66
ErrorsMethod 'getStartDate' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'setStartDate' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter startDate should be final.74
Errors'startDate' hides a field.74
ErrorsMethod 'getDueDate' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsMethod 'setDueDate' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter dueDate should be final.82
Errors'dueDate' hides a field.82

uk/ac/ebi/intenz/domain/reference/Book.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.36
ErrorsUnused @throws tag for 'NullPointerException'.53
ErrorsLine is longer than 80 characters (found 116).55
ErrorsMore than 7 parameters (found 14).55
ErrorsParameter id should be final.55
ErrorsParameter authors should be final.55
ErrorsParameter title should be final.55
ErrorsParameter year should be final.55
ErrorsParameter firstPage should be final.55
Errors'firstPage' hides a field.55
ErrorsParameter lastPage should be final.55
Errors'lastPage' hides a field.55
ErrorsParameter pubName should be final.55
Errors'pubName' hides a field.55
ErrorsLine is longer than 80 characters (found 125).56
ErrorsParameter edition should be final.56
Errors'edition' hides a field.56
ErrorsParameter editor should be final.56
Errors'editor' hides a field.56
ErrorsParameter volume should be final.56
Errors'volume' hides a field.56
ErrorsParameter publisher should be final.56
Errors'publisher' hides a field.56
ErrorsParameter publisherPlace should be final.56
Errors'publisherPlace' hides a field.56
ErrorsParameter view should be final.56
ErrorsExpected @param tag for 'view'.56
ErrorsParameter source should be final.57
ErrorsExpected @param tag for 'source'.57
Errors'if' construct must use '{}'s.59
ErrorsLine is longer than 80 characters (found 86).59
Errors'||' should be on a new line.59
ErrorsLine is longer than 80 characters (found 92).60
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.77
Errors'if' construct must use '{}'s.112
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter o should be final.141
Errors'if' construct must use '{}'s.142
Errors'if' construct must use '{}'s.143
Errors'if' construct must use '{}'s.144
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 80 characters (found 93).148
ErrorsAvoid inline conditionals.148
Errors'if' construct must use '{}'s.149
ErrorsLine is longer than 80 characters (found 89).149
ErrorsAvoid inline conditionals.149
Errors'if' construct must use '{}'s.150
ErrorsLine is longer than 80 characters (found 101).150
ErrorsAvoid inline conditionals.150
Errors'if' construct must use '{}'s.151
ErrorsLine is longer than 80 characters (found 93).151
ErrorsAvoid inline conditionals.151
Errors'if' construct must use '{}'s.152
ErrorsLine is longer than 80 characters (found 97).152
ErrorsAvoid inline conditionals.152
Errors'if' construct must use '{}'s.153
ErrorsLine is longer than 80 characters (found 101).153
ErrorsAvoid inline conditionals.153
Errors'if' construct must use '{}'s.154
ErrorsLine is longer than 80 characters (found 121).154
ErrorsAvoid inline conditionals.154
Errors'if' construct must use '{}'s.155
ErrorsLine is longer than 80 characters (found 89).155
ErrorsAvoid inline conditionals.155
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.165
Errors'29' is a magic number.167
ErrorsAvoid inline conditionals.167
Errors'29' is a magic number.168
ErrorsAvoid inline conditionals.168
Errors'29' is a magic number.169
ErrorsAvoid inline conditionals.169
Errors'29' is a magic number.170
ErrorsAvoid inline conditionals.170
Errors'29' is a magic number.171
ErrorsAvoid inline conditionals.171
Errors'29' is a magic number.172
ErrorsAvoid inline conditionals.172
Errors'29' is a magic number.173
ErrorsAvoid inline conditionals.173
ErrorsLine is longer than 80 characters (found 84).174
Errors'29' is a magic number.174
ErrorsAvoid inline conditionals.174
ErrorsMethod 'getFirstPage' is not designed for extension - needs to be abstract, final or empty.181
ErrorsMissing a Javadoc comment.181
ErrorsMethod 'getLastPage' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMissing a Javadoc comment.185
ErrorsMethod 'getEdition' is not designed for extension - needs to be abstract, final or empty.195
ErrorsParameter formatted should be final.195
Errors'if' construct must use '{}'s.196
ErrorsMethod 'getEdition' is not designed for extension - needs to be abstract, final or empty.204
Errors'{' is not preceded with whitespace.204
ErrorsMethod 'getEditor' is not designed for extension - needs to be abstract, final or empty.214
ErrorsParameter formatted should be final.214
Errors'if' construct must use '{}'s.215
ErrorsMethod 'getEditor' is not designed for extension - needs to be abstract, final or empty.223
Errors'{' is not preceded with whitespace.223
ErrorsMethod 'getPublisher' is not designed for extension - needs to be abstract, final or empty.227
ErrorsMissing a Javadoc comment.227
ErrorsMethod 'getPublisherPlace' is not designed for extension - needs to be abstract, final or empty.231
ErrorsMissing a Javadoc comment.231
ErrorsMethod 'getPubName' is not designed for extension - needs to be abstract, final or empty.235
ErrorsMissing a Javadoc comment.235
ErrorsMethod 'getVolume' is not designed for extension - needs to be abstract, final or empty.239
ErrorsMissing a Javadoc comment.239
ErrorsLine is longer than 80 characters (found 86).247
ErrorsLine is longer than 80 characters (found 89).272
ErrorsLine is longer than 80 characters (found 88).286
ErrorsLine is longer than 80 characters (found 88).289
Errors'3' is a magic number.291
ErrorsLine is longer than 80 characters (found 88).292
ErrorsLine is longer than 80 characters (found 83).295
Errors'3' is a magic number.306
ErrorsComment matches to-do format 'TODO:'.322
ErrorsMethod 'toXML' is not designed for extension - needs to be abstract, final or empty.323
ErrorsMissing a Javadoc comment.323
ErrorsParameter number should be final.323
ErrorsParameter intenzTextXML should be final.323
ErrorsLine is longer than 80 characters (found 114).329
ErrorsLine is longer than 80 characters (found 95).345
ErrorsLine is longer than 80 characters (found 107).347
ErrorsLine is longer than 80 characters (found 94).353
ErrorsLine is longer than 80 characters (found 106).355
ErrorsLine is longer than 80 characters (found 85).362
ErrorsLine is longer than 80 characters (found 102).364
ErrorsLine is longer than 80 characters (found 114).366
ErrorsLine is longer than 80 characters (found 97).372
ErrorsLine is longer than 80 characters (found 111).374
ErrorsMissing a Javadoc comment.416
ErrorsParameter name should be final.416
ErrorsMissing a Javadoc comment.426
ErrorsParameter text should be final.426

uk/ac/ebi/intenz/domain/reference/Journal.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsUnused @throws tag for 'NullPointerException'.41
ErrorsLine is longer than 80 characters (found 102).43
ErrorsMore than 7 parameters (found 12).43
ErrorsParameter id should be final.43
ErrorsParameter authors should be final.43
ErrorsParameter title should be final.43
ErrorsParameter year should be final.43
ErrorsParameter pubName should be final.43
Errors'pubName' hides a field.43
ErrorsParameter firstPage should be final.43
Errors'firstPage' hides a field.43
ErrorsLine is longer than 80 characters (found 108).44
ErrorsParameter lastPage should be final.44
Errors'lastPage' hides a field.44
ErrorsParameter volume should be final.44
Errors'volume' hides a field.44
ErrorsParameter pubMedId should be final.44
Errors'pubMedId' hides a field.44
ErrorsParameter medlineId should be final.44
Errors'medlineId' hides a field.44
ErrorsParameter view should be final.44
ErrorsExpected @param tag for 'view'.44
ErrorsParameter source should be final.45
ErrorsExpected @param tag for 'source'.45
Errors'if' construct must use '{}'s.47
ErrorsLine is longer than 80 characters (found 105).47
Errors'||' should be on a new line.47
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine is longer than 80 characters (found 141).96
ErrorsLine is longer than 80 characters (found 135).103
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter o should be final.119
Errors'if' construct must use '{}'s.120
Errors'if' construct must use '{}'s.121
Errors'if' construct must use '{}'s.122
Errors'if' construct must use '{}'s.126
ErrorsLine is longer than 80 characters (found 107).126
ErrorsAvoid inline conditionals.126
Errors'if' construct must use '{}'s.127
ErrorsLine is longer than 80 characters (found 99).127
ErrorsAvoid inline conditionals.127
Errors'if' construct must use '{}'s.128
ErrorsLine is longer than 80 characters (found 103).128
ErrorsAvoid inline conditionals.128
Errors'if' construct must use '{}'s.129
ErrorsLine is longer than 80 characters (found 107).129
ErrorsAvoid inline conditionals.129
Errors'if' construct must use '{}'s.130
ErrorsLine is longer than 80 characters (found 103).130
ErrorsAvoid inline conditionals.130
Errors'if' construct must use '{}'s.131
ErrorsLine is longer than 80 characters (found 95).131
ErrorsAvoid inline conditionals.131
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.141
Errors'29' is a magic number.143
ErrorsAvoid inline conditionals.143
Errors'29' is a magic number.144
ErrorsAvoid inline conditionals.144
Errors'29' is a magic number.145
ErrorsAvoid inline conditionals.145
Errors'29' is a magic number.146
ErrorsAvoid inline conditionals.146
Errors'29' is a magic number.147
ErrorsAvoid inline conditionals.147
Errors'29' is a magic number.148
ErrorsAvoid inline conditionals.148
ErrorsMethod 'getPubName' is not designed for extension - needs to be abstract, final or empty.155
ErrorsMissing a Javadoc comment.155
ErrorsMethod 'getFirstPage' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMissing a Javadoc comment.159
ErrorsMethod 'getLastPage' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.163
ErrorsMethod 'getVolume' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMissing a Javadoc comment.167
ErrorsMethod 'getPubMedId' is not designed for extension - needs to be abstract, final or empty.171
ErrorsMissing a Javadoc comment.171
ErrorsMethod 'getMedlineId' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMissing a Javadoc comment.175
ErrorsComment matches to-do format 'TODO:'.179
ErrorsMethod 'toXML' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMissing a Javadoc comment.180
ErrorsParameter number should be final.180
ErrorsParameter intenzTextXML should be final.180

uk/ac/ebi/intenz/domain/reference/Patent.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters (found 113).27
ErrorsParameter id should be final.27
ErrorsParameter authors should be final.27
ErrorsParameter title should be final.27
ErrorsParameter year should be final.27
ErrorsParameter patentNumber should be final.27
Errors'patentNumber' hides a field.27
ErrorsParameter view should be final.27
ErrorsExpected @param tag for 'view'.27
ErrorsParameter source should be final.28
ErrorsExpected @param tag for 'source'.28
Errors'if' construct must use '{}'s.30
ErrorsLine is longer than 80 characters (found 107).30
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter o should be final.63
Errors'if' construct must use '{}'s.64
Errors'if' construct must use '{}'s.65
Errors'if' construct must use '{}'s.66
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters (found 117).70
ErrorsAvoid inline conditionals.70
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.80
Errors'29' is a magic number.82
ErrorsAvoid inline conditionals.82
ErrorsMethod 'getPatentNumber' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsComment matches to-do format 'TODO:'.93
ErrorsMethod 'toXML' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsParameter number should be final.94
ErrorsParameter intenzTextXML should be final.94

uk/ac/ebi/intenz/domain/reference/Reference.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 95).12
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'pubId' must be private and have accessor methods.18
ErrorsMissing a Javadoc comment.20
ErrorsVariable 'authors' must be private and have accessor methods.20
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'title' must be private and have accessor methods.22
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'year' must be private and have accessor methods.24
ErrorsMissing a Javadoc comment.26
ErrorsVariable 'view' must be private and have accessor methods.26
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'source' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters (found 133).38
ErrorsParameter id should be final.38
ErrorsParameter authors should be final.38
Errors'authors' hides a field.38
ErrorsParameter title should be final.38
Errors'title' hides a field.38
ErrorsParameter year should be final.38
Errors'year' hides a field.38
ErrorsParameter enzymeViewConstant should be final.38
ErrorsExpected @param tag for 'enzymeViewConstant'.38
ErrorsParameter source should be final.38
Errors'source' hides a field.38
ErrorsExpected @param tag for 'source'.38
Errors'if' construct must use '{}'s.40
ErrorsLine is longer than 80 characters (found 120).40
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter o should be final.54
Errors'if' construct must use '{}'s.55
Errors'if' construct must use '{}'s.56
Errors'if' construct must use '{}'s.60
ErrorsLine is longer than 80 characters (found 103).60
ErrorsAvoid inline conditionals.60
Errors'if' construct must use '{}'s.61
ErrorsAvoid inline conditionals.61
Errors'!=' should be on a new line.61
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters (found 95).63
ErrorsAvoid inline conditionals.63
Errors'if' construct must use '{}'s.64
ErrorsLine is longer than 80 characters (found 99).64
ErrorsAvoid inline conditionals.64
Errors'if' construct must use '{}'s.65
ErrorsLine is longer than 80 characters (found 95).65
ErrorsAvoid inline conditionals.65
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters (found 91).66
ErrorsAvoid inline conditionals.66
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.76
ErrorsAvoid inline conditionals.78
Errors'29' is a magic number.79
ErrorsAvoid inline conditionals.79
Errors'29' is a magic number.80
ErrorsAvoid inline conditionals.80
Errors'29' is a magic number.81
ErrorsAvoid inline conditionals.81
Errors'29' is a magic number.82
ErrorsAvoid inline conditionals.82
Errors'29' is a magic number.83
ErrorsAvoid inline conditionals.83
ErrorsMethod 'getPubId' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsMethod 'getAuthors' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsMethod 'getTitle' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsMethod 'getYear' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsMethod 'getView' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsComment matches to-do format 'TODO:'.113
ErrorsMethod 'toXML' is not designed for extension - needs to be abstract, final or empty.114
ErrorsMissing a Javadoc comment.114
ErrorsParameter number should be final.114
ErrorsParameter intenzTextXML should be final.114
ErrorsLine is longer than 80 characters (found 95).125
ErrorsLine is longer than 80 characters (found 107).127
ErrorsLine is longer than 80 characters (found 93).133
ErrorsLine is longer than 80 characters (found 105).135
ErrorsMissing a Javadoc comment.158
ErrorsParameter name should be final.158
ErrorsMissing a Javadoc comment.168
ErrorsParameter text should be final.168

uk/ac/ebi/intenz/domain/stats/EnzymeStatistics.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsMethod 'getAllEnzymes' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'setAllEnzymes' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter allEnzymes should be final.38
Errors'allEnzymes' hides a field.38
ErrorsMethod 'getApprovedEnzymes' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsMethod 'setApprovedEnzymes' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter approvedEnzymes should be final.46
Errors'approvedEnzymes' hides a field.46
ErrorsMethod 'getProposedEnzymes' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'setProposedEnzymes' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter proposedEnzymes should be final.54
Errors'proposedEnzymes' hides a field.54
ErrorsMethod 'getSuggestedEnzymes' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsMethod 'setSuggestedEnzymes' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter suggestedEnzymes should be final.62
Errors'suggestedEnzymes' hides a field.62
ErrorsMethod 'getApprovedDeletedEnzymes' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'setApprovedDeletedEnzymes' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter approvedDeletedEnzymes should be final.70
Errors'approvedDeletedEnzymes' hides a field.70
ErrorsMethod 'getProposedDeletedEnzymes' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsMethod 'setProposedDeletedEnzymes' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter proposedDeletedEnzymes should be final.78
Errors'proposedDeletedEnzymes' hides a field.78
ErrorsMethod 'getSuggestedDeletedEnzymes' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsMethod 'setSuggestedDeletedEnzymes' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter suggestedDeletedEnzymes should be final.86
Errors'suggestedDeletedEnzymes' hides a field.86
ErrorsMethod 'getClasses' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsMethod 'setClasses' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsParameter classes should be final.94
Errors'classes' hides a field.94
ErrorsMethod 'getSubclasses' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
ErrorsMethod 'setSubclasses' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsParameter subclasses should be final.102
Errors'subclasses' hides a field.102
ErrorsMethod 'getSubsubclasses' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsMethod 'setSubsubclasses' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsParameter subsubclasses should be final.110
Errors'subsubclasses' hides a field.110