Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
76002706

Files

FilesInfosWarningsErrors
linksTitles.properties006
uk/ac/ebi/intenz/webapp/IntEnzUtilities.java00192
uk/ac/ebi/intenz/webapp/controller/BrowseResultCommand.java0015
uk/ac/ebi/intenz/webapp/controller/ChangeCharacterRepresentationCommand.java0036
uk/ac/ebi/intenz/webapp/controller/Command.java0010
uk/ac/ebi/intenz/webapp/controller/DatabaseCommand.java0055
uk/ac/ebi/intenz/webapp/controller/IntEnzContactServlet.java00112
uk/ac/ebi/intenz/webapp/controller/IntEnzHandlerServlet.java00267
uk/ac/ebi/intenz/webapp/controller/NonDatabaseCommand.java0019
uk/ac/ebi/intenz/webapp/controller/SearchCommand.java00255
uk/ac/ebi/intenz/webapp/controller/SearchECCommand.java00571
uk/ac/ebi/intenz/webapp/controller/SearchIDCommand.java00121
uk/ac/ebi/intenz/webapp/controller/SearchPreliminaryCommand.java007
uk/ac/ebi/intenz/webapp/controller/SearchProposedCommand.java00173
uk/ac/ebi/intenz/webapp/controller/SitemapServlet.java0010
uk/ac/ebi/intenz/webapp/controller/UnknownDatabaseCommand.java003
uk/ac/ebi/intenz/webapp/exceptions/DatabaseException.java0016
uk/ac/ebi/intenz/webapp/exceptions/InvalidECException.java005
uk/ac/ebi/intenz/webapp/exceptions/InvalidLinkNameException.java005
uk/ac/ebi/intenz/webapp/exceptions/QueryException.java005
uk/ac/ebi/intenz/webapp/helper/EnzymeClassHelper.java0037
uk/ac/ebi/intenz/webapp/helper/EnzymeEntryHelper.java00576
uk/ac/ebi/intenz/webapp/helper/EnzymeLinkHelper.java00116
uk/ac/ebi/intenz/webapp/helper/EnzymeReactionHelper.java008
uk/ac/ebi/intenz/webapp/helper/EnzymeSubSubclassHelper.java0040
uk/ac/ebi/intenz/webapp/helper/EnzymeSubclassHelper.java0035
uk/ac/ebi/intenz/webapp/utilities/IntEnzMessenger.java0011

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
1261Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
29Errors Error
JavadocMethod142Errors Error
JavadocType4Errors Error
JavadocVariable42Errors Error
JavadocStyle4Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName4Errors Error
MemberName3Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport7Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
LineLength551Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad1Errors Error
NoWhitespaceAfter22Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap48Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter22Errors Error
WhitespaceAround141Errors Error
ModifierOrder1Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces120Errors Error
RightCurly1Errors Error
AvoidInlineConditionals15Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField14Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber19Errors Error
MissingSwitchDefault2Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension40Errors Error
FinalClass7Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier11Errors Error
ArrayTypeStyle0Errors Error
FinalParameters206Errors Error
TodoComment4Errors Error
UpperEll0Errors Error

Details

linksTitles.properties

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.3
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.19

uk/ac/ebi/intenz/webapp/IntEnzUtilities.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.12
ErrorsLine is longer than 80 characters (found 93).15
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters (found 83).23
ErrorsParameter ecString should be final.23
ErrorsParameter uppercaseFirstLetter should be final.23
Errors'{' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
Errors'?' is not preceded with whitespace.25
ErrorsAvoid inline conditionals.25
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsParameter ecString should be final.28
Errors'{' is not preceded with whitespace.28
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters (found 100).30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters (found 84).33
ErrorsLine contains a tab character.33
Errors'?' is not preceded with whitespace.33
ErrorsAvoid inline conditionals.33
ErrorsLine is longer than 80 characters (found 88).34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters (found 92).38
ErrorsLine contains a tab character.38
Errors'?' is not preceded with whitespace.38
ErrorsAvoid inline conditionals.38
ErrorsExpected an @return tag.47
ErrorsParameter s should be final.47
ErrorsExpected @param tag for 's'.47
Errors'{' is not preceded with whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
Errors'{' is not preceded with whitespace.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
Errors'if' construct must use '{}'s.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
Errors'4' is a magic number.55
ErrorsLine is longer than 80 characters (found 149).57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
Errors'if' construct must use '{}'s.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
Errors'if' construct must use '{}'s.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'if' construct must use '{}'s.64
ErrorsLine contains a tab character.64
Errors'3' is a magic number.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters (found 85).76
ErrorsExpected an @return tag.81
ErrorsParameter s should be final.81
ErrorsExpected @param tag for 's'.81
Errors'{' is not preceded with whitespace.81
Errors'if' construct must use '{}'s.82
ErrorsLine is longer than 80 characters (found 92).82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters (found 102).84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
Errors'{' is not preceded with whitespace.86
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters (found 81).88
ErrorsLine contains a tab character.88
Errors'+' should be on a new line.88
ErrorsLine is longer than 80 characters (found 93).89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters (found 96).95
ErrorsLine contains a tab character.95
Errors'+' should be on a new line.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
Errors'{' is not preceded with whitespace.98
ErrorsLine is longer than 80 characters (found 89).99
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine is longer than 80 characters (found 93).100
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters (found 81).101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters (found 81).102
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters (found 95).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 contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters (found 97).109
ErrorsLine contains a tab character.109
Errors'+' should be on a new line.109
ErrorsLine is longer than 80 characters (found 102).110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
Errors'{' is not preceded with whitespace.112
ErrorsLine is longer than 80 characters (found 89).113
ErrorsLine contains a tab character.113
Errors'+' should be on a new line.113
ErrorsLine is longer than 80 characters (found 95).114
ErrorsLine contains a tab character.114
Errors'+' should be on a new line.114
ErrorsLine contains a tab character.115
Errors'+' should be on a new line.115
ErrorsLine is longer than 80 characters (found 81).116
ErrorsLine contains a tab character.116
Errors'+' should be on a new line.116
ErrorsLine is longer than 80 characters (found 95).117
ErrorsLine contains a tab character.117
Errors'+' should be on a new line.117
ErrorsLine is longer than 80 characters (found 81).118
ErrorsLine contains a tab character.118
Errors'+' should be on a new line.118
ErrorsLine is longer than 80 characters (found 81).119
ErrorsLine contains a tab character.119
Errors'+' should be on a new line.119
ErrorsLine is longer than 80 characters (found 95).120
ErrorsLine contains a tab character.120
Errors'+' should be on a new line.120
ErrorsLine contains a tab character.121
Errors'3' is a magic number.121
Errors'3' is a magic number.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters (found 101).128
ErrorsLine is longer than 80 characters (found 92).132
ErrorsLine is longer than 80 characters (found 93).134
ErrorsParameter string2check should be final.134
ErrorsExpected @param tag for 'string2check'.134
ErrorsParameter uppercaseFirstLetter should be final.134
Errors'{' is not preceded with whitespace.134
ErrorsLine is longer than 80 characters (found 81).135
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters (found 125).136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.142
ErrorsMissing a Javadoc comment.143
ErrorsParameter s should be final.143
Errors'{' is not preceded with whitespace.143
ErrorsLine is longer than 80 characters (found 114).144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsParameter text should be final.158
ErrorsLine has trailing spaces.164
ErrorsUnused @throws tag for 'NullPointerException'.170
ErrorsParameter flatFile should be final.172
Errors'if' construct must use '{}'s.173
ErrorsLine is longer than 80 characters (found 81).174
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters (found 117).176
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters (found 135).178
ErrorsLine contains a tab character.178
ErrorsName 'DRLinePattern' must match pattern '^[a-z][a-zA-Z0-9]*$'.179
ErrorsName 'DRLinePatternMatcher' must match pattern '^[a-z][a-zA-Z0-9]*$'.180
ErrorsName 'DRLineContents' must match pattern '^[a-z][a-zA-Z0-9]*$'.183
ErrorsLine is longer than 80 characters (found 150).185
ErrorsLine is longer than 80 characters (found 97).186

uk/ac/ebi/intenz/webapp/controller/BrowseResultCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 95).19
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.25
ErrorsExpected @throws tag for 'ServletException'.25
ErrorsExpected @throws tag for 'IOException'.25
ErrorsComment matches to-do format 'TODO:'.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters (found 83).37
Errors'if' construct must use '{}'s.38
Errors'else' construct must use '{}'s.40
ErrorsLine is longer than 80 characters (found 84).64
ErrorsMissing a Javadoc comment.69
ErrorsParameter result should be final.69
ErrorsParameter start should be final.69
ErrorsParameter end should be final.69

uk/ac/ebi/intenz/webapp/controller/ChangeCharacterRepresentationCommand.java

ViolationMessageLine
ErrorsUnused import - uk.ac.ebi.xchars.SpecialCharacters.7
ErrorsLine is longer than 80 characters (found 87).10
ErrorsLine is longer than 80 characters (found 100).19
ErrorsLine is longer than 80 characters (found 96).20
ErrorsLine is longer than 80 characters (found 100).22
ErrorsComment matches to-do format 'TODO:'.23
ErrorsLine is longer than 80 characters (found 86).23
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.28
ErrorsExpected @throws tag for 'ServletException'.28
ErrorsExpected @throws tag for 'IOException'.28
ErrorsLine is longer than 80 characters (found 118).31
ErrorsLine is longer than 80 characters (found 90).33
ErrorsParameter unicodeOnly should be final.53
ErrorsLine is longer than 80 characters (found 93).56
ErrorsLine is longer than 80 characters (found 93).57
ErrorsLine is longer than 80 characters (found 115).61
Errors'+' should be on a new line.61
ErrorsLine is longer than 80 characters (found 123).62
Errors'+' should be on a new line.62
ErrorsLine is longer than 80 characters (found 123).63
ErrorsLine is longer than 80 characters (found 115).65
Errors'+' should be on a new line.65
ErrorsLine is longer than 80 characters (found 85).66
ErrorsLine is longer than 80 characters (found 122).68
Errors'+' should be on a new line.68
ErrorsLine is longer than 80 characters (found 126).69
Errors'+' should be on a new line.69
Errors'+' should be on a new line.70
ErrorsLine is longer than 80 characters (found 126).71
Errors'+' should be on a new line.71
ErrorsLine is longer than 80 characters (found 126).72
Errors'+' should be on a new line.72
ErrorsLine is longer than 80 characters (found 118).73
ErrorsLine is longer than 80 characters (found 118).75
Errors'+' should be on a new line.75
ErrorsLine is longer than 80 characters (found 86).76

uk/ac/ebi/intenz/webapp/controller/Command.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'config' must be private and have accessor methods.16
ErrorsMethod 'setConfig' is not designed for extension - needs to be abstract, final or empty.18
ErrorsMissing a Javadoc comment.18
ErrorsParameter config should be final.18
Errors'config' hides a field.18
ErrorsLine is longer than 80 characters (found 88).23
Errors'public' modifier out of order with the JLS suggestions.28
ErrorsExpected @throws tag for 'ServletException'.28
ErrorsExpected @throws tag for 'IOException'.28

uk/ac/ebi/intenz/webapp/controller/DatabaseCommand.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.24
ErrorsVariable 'LOGGER' must be private and have accessor methods.24
ErrorsLine is longer than 80 characters (found 121).26
ErrorsMissing a Javadoc comment.26
ErrorsVariable 'databaseErrorMessage' must be private and have accessor methods.26
Errors'+' should be on a new line.26
Errors'+' should be on a new line.27
Errors'+' should be on a new line.28
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'context' must be private and have accessor methods.31
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'request' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'response' must be private and have accessor methods.35
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'con' must be private and have accessor methods.37
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsVariable 'enzymeEntryMapper' must be private and have accessor methods.39
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters (found 100).43
ErrorsLine is longer than 80 characters (found 118).50
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter context should be final.50
Errors'context' hides a field.50
ErrorsParameter request should be final.50
Errors'request' hides a field.50
ErrorsParameter response should be final.50
Errors'response' hides a field.50
ErrorsParameter con should be final.50
Errors'con' hides a field.50
ErrorsMethod 'forward' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter target should be final.64
ErrorsExpected @throws tag for 'ServletException'.64
ErrorsExpected @throws tag for 'IOException'.64
ErrorsLine is longer than 80 characters (found 86).71
ErrorsLine has trailing spaces.72
ErrorsMethod 'closeConnection' is not designed for extension - needs to be abstract, final or empty.76
ErrorsExpected @throws tag for 'ServletException'.76
ErrorsExpected @throws tag for 'IOException'.76
Errors'{' is not preceded with whitespace.79
ErrorsLine is longer than 80 characters (found 98).87
Errors'+' should be on a new line.87
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsMethod 'finalize' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101

uk/ac/ebi/intenz/webapp/controller/IntEnzContactServlet.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - javax.mail.*.4
ErrorsMissing a Javadoc comment.18
ErrorsLine is longer than 80 characters (found 89).20
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters (found 83).26
ErrorsLine contains a tab character.26
ErrorsMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter request should be final.26
ErrorsParameter response should be final.26
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters (found 100).28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters (found 84).31
ErrorsLine contains a tab character.31
ErrorsMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter request should be final.31
ErrorsParameter response should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
Errors'{' is not preceded with whitespace.34
ErrorsLine is longer than 80 characters (found 108).35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
Errors'{' is not preceded with whitespace.42
ErrorsLine is longer than 80 characters (found 97).43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'{' is not preceded with whitespace.46
ErrorsLine is longer than 80 characters (found 95).47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters (found 87).53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters (found 83).54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters (found 108).56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
Errors'{' is not preceded with whitespace.58
ErrorsLine is longer than 80 characters (found 116).59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters (found 129).61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters (found 101).66
ErrorsLine contains a tab character.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter request should be final.66
ErrorsParameter response should be final.66
ErrorsParameter errorText should be final.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters (found 100).70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters (found 83).73
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter from should be final.73
ErrorsParameter messageText should be final.73
ErrorsParameter config should be final.73
ErrorsLine contains a tab character.74
Errors'{' is not preceded with whitespace.74
ErrorsLine contains a tab character.75
Errors'try' is not followed by whitespace.75
Errors'{' is not preceded with whitespace.75
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters (found 81).82
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters (found 83).83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'{' is not preceded with whitespace.87
ErrorsLine is longer than 80 characters (found 81).88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89

uk/ac/ebi/intenz/webapp/controller/IntEnzHandlerServlet.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.10
ErrorsUsing the '.*' form of import should be avoided - javax.management.*.11
ErrorsUsing the '.*' form of import should be avoided - uk.ac.ebi.intenz.domain.enzyme.*.24
ErrorsLine is longer than 80 characters (found 94).38
ErrorsLine is longer than 80 characters (found 113).39
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.50
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.55
ErrorsLine contains a tab character.57
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter servletConfig should be final.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.66
ErrorsMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine contains a tab character.67
Errors'{' is not preceded with whitespace.74
Errors'{' is not preceded with whitespace.77
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsExpected @throws tag for 'ServletException'.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters (found 84).90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsFirst sentence should end with a period.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsExpected @throws tag for 'ServletException'.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters (found 84).108
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters (found 95).109
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters (found 97).110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters (found 102).113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters (found 84).115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters (found 86).116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters (found 94).119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters (found 97).122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters (found 86).125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters (found 88).131
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
ErrorsFirst sentence should end with a period.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
Errors'{' is not preceded with whitespace.159
Errors'{' is not preceded with whitespace.164
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
Errors'4500' is a magic number.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters (found 88).177
ErrorsLine contains a tab character.177
Errors'4500' is a magic number.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine is longer than 80 characters (found 87).180
ErrorsLine contains a tab character.180
Errors'100' is a magic number.180
ErrorsLine is longer than 80 characters (found 85).181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters (found 84).184
ErrorsLine contains a tab character.184
Errors'250' is a magic number.184
ErrorsLine is longer than 80 characters (found 81).185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
Errors'65' is a magic number.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
Errors'6' is a magic number.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters (found 95).203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters (found 83).205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
Errors'{' is not preceded with whitespace.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters (found 86).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
ErrorsLine is longer than 80 characters (found 85).219
ErrorsLine contains a tab character.219
ErrorsMethod 'service' is not designed for extension - needs to be abstract, final or empty.219
ErrorsMissing a Javadoc comment.219
ErrorsParameter request should be final.219
ErrorsParameter response should be final.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters (found 92).226
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters (found 92).227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters (found 101).230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters (found 96).231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters (found 92).239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine is longer than 80 characters (found 100).241
ErrorsLine contains a tab character.241
ErrorsLine is longer than 80 characters (found 83).242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters (found 84).245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters (found 92).246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.252
ErrorsMissing a Javadoc comment.252
ErrorsParameter request should be final.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters (found 83).257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.264
ErrorsMissing a Javadoc comment.264
ErrorsLine is longer than 80 characters (found 86).265
ErrorsLine contains a tab character.265
ErrorsParameter request should be final.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
Errors'{' is not preceded with whitespace.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters (found 93).272
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters (found 82).274
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.281
ErrorsMissing a Javadoc comment.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.288
ErrorsMissing a Javadoc comment.288
ErrorsParameter evt should be final.288
Errors'{' is not preceded with whitespace.288
Errors'{' is not preceded with whitespace.290
Errors'{' is not preceded with whitespace.294

uk/ac/ebi/intenz/webapp/controller/NonDatabaseCommand.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'context' must be private and have accessor methods.18
ErrorsMissing a Javadoc comment.20
ErrorsVariable 'request' must be private and have accessor methods.20
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'response' must be private and have accessor methods.22
ErrorsLine is longer than 80 characters (found 100).25
ErrorsLine is longer than 80 characters (found 102).31
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.31
ErrorsParameter context should be final.31
Errors'context' hides a field.31
ErrorsParameter request should be final.31
Errors'request' hides a field.31
ErrorsParameter response should be final.31
Errors'response' hides a field.31
ErrorsMethod 'forward' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter target should be final.44
ErrorsExpected @throws tag for 'ServletException'.44
ErrorsExpected @throws tag for 'IOException'.44

uk/ac/ebi/intenz/webapp/controller/SearchCommand.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.7
ErrorsLine is longer than 80 characters (found 103).25
ErrorsLine is longer than 80 characters (found 111).26
ErrorsLine is longer than 80 characters (found 118).27
ErrorsLine is longer than 80 characters (found 114).29
ErrorsComment matches to-do format 'TODO:'.32
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
ErrorsLine is longer than 80 characters (found 99).45
Errors'+' should be on a new line.50
Errors'+' should be on a new line.51
Errors'+' should be on a new line.52
ErrorsLine is longer than 80 characters (found 86).59
ErrorsLine is longer than 80 characters (found 87).61
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod length is 219 lines (max allowed is 150).66
Errors'10' is a magic number.67
ErrorsLine is longer than 80 characters (found 116).80
ErrorsLine is longer than 80 characters (found 87).100
ErrorsLine is longer than 80 characters (found 88).101
ErrorsLine is longer than 80 characters (found 110).102
ErrorsLine is longer than 80 characters (found 101).128
ErrorsLine is longer than 80 characters (found 94).129
ErrorsLine is longer than 80 characters (found 99).140
ErrorsLine is longer than 80 characters (found 92).141
Errors'{' is not preceded with whitespace.157
Errors'{' is not preceded with whitespace.159
Errors'if' construct must use '{}'s.170
Errors'{' is not preceded with whitespace.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.182
Errors'{' is not preceded with whitespace.189
ErrorsLine is longer than 80 characters (found 109).199
ErrorsLine is longer than 80 characters (found 120).205
ErrorsLine is longer than 80 characters (found 109).211
ErrorsLine is longer than 80 characters (found 98).215
Errors'+' should be on a new line.215
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters (found 101).230
ErrorsLine is longer than 80 characters (found 94).231
Errors'{' is not preceded with whitespace.237
ErrorsLine is longer than 80 characters (found 88).252
ErrorsLine is longer than 80 characters (found 98).253
Errors'if' construct must use '{}'s.267
Errors'else' construct must use '{}'s.269
ErrorsLine is longer than 80 characters (found 91).280
ErrorsLine is longer than 80 characters (found 84).281
ErrorsLine is longer than 80 characters (found 93).286
ErrorsMissing a Javadoc comment.286
Errors'(' is preceded with whitespace.286
ErrorsParameter e should be final.286
ErrorsLine is longer than 80 characters (found 98).290
Errors'+' should be on a new line.290
ErrorsLine is longer than 80 characters (found 146).300
ErrorsParameter queryString should be final.303
ErrorsLine is longer than 80 characters (found 92).310
ErrorsLine is longer than 80 characters (found 90).315
ErrorsLine is longer than 80 characters (found 94).317
ErrorsLine is longer than 80 characters (found 115).319
ErrorsParameter queryString should be final.319
ErrorsParameter isNotParameter should be final.319
ErrorsExpected @param tag for 'isNotParameter'.319
Errors'if' construct must use '{}'s.320
ErrorsLine is longer than 80 characters (found 106).322
ErrorsLine is longer than 80 characters (found 104).323
ErrorsLine is longer than 80 characters (found 81).329
Errors'if' construct must use '{}'s.330
ErrorsMissing a Javadoc comment.337
ErrorsParameter queryString should be final.337
ErrorsParameter isNotParameter should be final.337
Errors'if' construct must use '{}'s.338
Errors'if' construct must use '{}'s.340
Errors'else' construct must use '{}'s.342
Errors'if' construct must use '{}'s.345
Errors'4' is a magic number.349
ErrorsMissing a Javadoc comment.364
ErrorsParameter field should be final.364
ErrorsLine is longer than 80 characters (found 98).371
ErrorsMissing a Javadoc comment.371
ErrorsParameter excludedWords should be final.371
ErrorsParameter transformQuery should be final.371
Errors'if' construct must use '{}'s.372
ErrorsLine is longer than 80 characters (found 82).372
ErrorsLine is longer than 80 characters (found 119).375
ErrorsMissing a Javadoc comment.390
ErrorsParameter query should be final.390
ErrorsLine is longer than 80 characters (found 121).392
Errors'if' construct must use '{}'s.393
ErrorsLine is longer than 80 characters (found 110).393
Errors'||' should be on a new line.393
ErrorsLine is longer than 80 characters (found 119).394
ErrorsExpected an @return tag.408
ErrorsLine is longer than 80 characters (found 81).408
ErrorsParameter query should be final.408
ErrorsExpected @param tag for 'query'.408
ErrorsParameter type should be final.408
ErrorsExpected @throws tag for 'QueryException'.408
ErrorsLine is longer than 80 characters (found 108).413
ErrorsMethod 'transformQuery' is not designed for extension - needs to be abstract, final or empty.413
ErrorsMissing a Javadoc comment.413
ErrorsParameter query should be final.413
ErrorsParameter queryType should be final.413
ErrorsParameter exclusion should be final.413
ErrorsLine is longer than 80 characters (found 101).416
ErrorsLine is longer than 80 characters (found 100).419
Errors'if' construct must use '{}'s.429
Errors'80' is a magic number.430
Errors'+' should be on a new line.430
Errors'if' construct must use '{}'s.433
Errors'10' is a magic number.433
Errors'if' construct must use '{}'s.448
ErrorsLine is longer than 80 characters (found 101).449
ErrorsExpected an @return tag.463
ErrorsParameter query should be final.463
ErrorsExpected @param tag for 'query'.463
ErrorsLine is longer than 80 characters (found 84).470
ErrorsLine is longer than 80 characters (found 102).472
ErrorsParameter query should be final.478
ErrorsLine is longer than 80 characters (found 93).480
ErrorsLine is longer than 80 characters (found 88).487
ErrorsLine is longer than 80 characters (found 101).491
ErrorsParameter query should be final.496
Errors'if' construct must use '{}'s.504
Errors'if' construct must use '{}'s.506
Errors'else' construct must use '{}'s.508
Errorsswitch without "default" clause.510
ErrorsLine is longer than 80 characters (found 112).528
ErrorsLine is longer than 80 characters (found 97).533
ErrorsParameter preceeding should be final.535
ErrorsParameter current should be final.535
ErrorsParameter next should be final.535
ErrorsLine is longer than 80 characters (found 130).536
Errors'if' construct must use '{}'s.540
ErrorsLine is longer than 80 characters (found 126).540
Errors'if' construct must use '{}'s.541
ErrorsLine is longer than 80 characters (found 89).547
ErrorsParameter query should be final.555
ErrorsParameter type should be final.555
ErrorsLine is longer than 80 characters (found 106).559
Errors'if' construct must use '{}'s.562
Errors'if' construct must use '{}'s.564
ErrorsLine is longer than 80 characters (found 113).577
ErrorsParameter query should be final.583
Errors'if' construct must use '{}'s.592
Errors'-' is followed by whitespace.592
Errors'if' construct must use '{}'s.594
Errors'-' is followed by whitespace.594
Errors'if' construct must use '{}'s.596
Errors'-' is followed by whitespace.596
Errors'if' construct must use '{}'s.598
Errors'-' is followed by whitespace.598
Errors'if' construct must use '{}'s.600
Errors'-' is followed by whitespace.600
Errors'if' construct must use '{}'s.602
Errors'-' is followed by whitespace.602
Errors'if' construct must use '{}'s.604
Errors'-' is followed by whitespace.604
Errors'if' construct must use '{}'s.606
Errors'-' is followed by whitespace.606
Errors'if' construct must use '{}'s.608
Errors'-' is followed by whitespace.608
Errors'if' construct must use '{}'s.610
Errors'-' is followed by whitespace.610
Errors'if' construct must use '{}'s.612
Errors'-' is followed by whitespace.612
Errors'if' construct must use '{}'s.614
Errors'-' is followed by whitespace.614
Errors'if' construct must use '{}'s.616
Errors'-' is followed by whitespace.616
Errors'if' construct must use '{}'s.618
Errors'-' is followed by whitespace.618
Errors'if' construct must use '{}'s.620
Errors'-' is followed by whitespace.620
Errors'if' construct must use '{}'s.622
Errors'-' is followed by whitespace.622
Errors'if' construct must use '{}'s.624
Errors'-' is followed by whitespace.624
Errors'if' construct must use '{}'s.626
Errors'-' is followed by whitespace.626
Errors'if' construct must use '{}'s.628
Errors'-' is followed by whitespace.628
Errors'if' construct must use '{}'s.630
Errors'-' is followed by whitespace.630
Errors'if' construct must use '{}'s.632
Errors'-' is followed by whitespace.632
Errors'if' construct must use '{}'s.634
Errors'-' is followed by whitespace.634
ErrorsParameter query should be final.645
ErrorsLine is longer than 80 characters (found 106).647
Errors'if' construct must use '{}'s.649
Errors'200' is a magic number.649
ErrorsParameter detaggedQuery should be final.660
ErrorsLine is longer than 80 characters (found 142).662
ErrorsParameter word should be final.674
Errors'if' construct must use '{}'s.676
Errors'||' should be on a new line.676
Errors'||' should be on a new line.677
Errors'||' should be on a new line.678
ErrorsParameter query should be final.691
ErrorsLine is longer than 80 characters (found 106).694
ErrorsParameter result should be final.714
ErrorsParameter start should be final.714
ErrorsParameter end should be final.714
ErrorsClass QueryType should be declared as final.731
ErrorsMissing a Javadoc comment.731
ErrorsMissing a Javadoc comment.732
ErrorsMissing a Javadoc comment.733
ErrorsMissing a Javadoc comment.734
ErrorsMissing a Javadoc comment.735
ErrorsUnused @throws tag for 'IllegalArgumentException'.744
ErrorsParameter type should be final.746
Errors'if' construct must use '{}'s.747
ErrorsLine is longer than 80 characters (found 94).747
Errors'if' construct must use '{}'s.749
Errors'if' construct must use '{}'s.750
Errors'if' construct must use '{}'s.751
ErrorsParameter type should be final.760
Errors'type' hides a field.760
ErrorsParameter o should be final.770
Errors'if' construct must use '{}'s.771
Errors'if' construct must use '{}'s.772
Errors'if' construct must use '{}'s.776
ErrorsLine is longer than 80 characters (found 93).776
ErrorsAvoid inline conditionals.776
ErrorsAvoid inline conditionals.787
ErrorsMissing a Javadoc comment.800
ErrorsMissing a Javadoc comment.801
ErrorsMissing a Javadoc comment.802
ErrorsMissing a Javadoc comment.803
ErrorsMissing a Javadoc comment.804
ErrorsMissing a Javadoc comment.805
ErrorsMissing a Javadoc comment.806
ErrorsMissing a Javadoc comment.807
ErrorsParameter text should be final.807
ErrorsParameter order should be final.807
Errors'{' is not preceded with whitespace.807
Errors'if' construct must use '{}'s.808
ErrorsLine is longer than 80 characters (found 82).808
ErrorsMissing a Javadoc comment.811
ErrorsParameter i should be final.811
ErrorsMissing a Javadoc comment.814
Errors'{' is not preceded with whitespace.814
ErrorsLine is longer than 80 characters (found 86).816
Errors'{' is not preceded with whitespace.816
ErrorsMethod 'getEc' is not designed for extension - needs to be abstract, final or empty.821
ErrorsMissing a Javadoc comment.821
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.824
ErrorsMissing a Javadoc comment.824
ErrorsMethod 'getCommonName' is not designed for extension - needs to be abstract, final or empty.827
ErrorsMissing a Javadoc comment.827
ErrorsMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.830
ErrorsMissing a Javadoc comment.830
ErrorsMethod 'isActive' is not designed for extension - needs to be abstract, final or empty.833
ErrorsMissing a Javadoc comment.833
Errors'{' is not preceded with whitespace.833

uk/ac/ebi/intenz/webapp/controller/SearchECCommand.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - uk.ac.ebi.intenz.domain.enzyme.*.13
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters (found 84).30
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine is longer than 80 characters (found 87).33
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters (found 96).34
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.41
ErrorsExpected @throws tag for 'ServletException'.41
ErrorsExpected @throws tag for 'IOException'.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters (found 113).49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
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 is longer than 80 characters (found 86).58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters (found 99).59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters (found 91).65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
Errorsswitch without "default" clause.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters (found 88).82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsExpected an @return tag.97
ErrorsLine is longer than 80 characters (found 81).97
ErrorsLine contains a tab character.97
ErrorsParameter paramStatus should be final.97
ErrorsParameter ec should be final.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsAvoid inline conditionals.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
ErrorsMissing a Javadoc comment.107
ErrorsParameter ec should be final.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters (found 92).118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsMissing a Javadoc comment.125
ErrorsParameter ec should be final.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.128
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 is longer than 80 characters (found 92).136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsMissing a Javadoc comment.143
ErrorsParameter ec should be final.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters (found 92).154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.161
ErrorsMissing a Javadoc comment.161
ErrorsParameter ec should be final.161
ErrorsParameter status should be final.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters (found 92).171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters (found 83).179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsMethod 'findEnzymeClass' is not designed for extension - needs to be abstract, final or empty.186
ErrorsParameter ec should be final.186
Errors'if' construct must use '{}'s.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters (found 86).191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters (found 121).193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters (found 85).199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters (found 93).202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters (found 85).206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters (found 87).210
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters (found 92).211
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
ErrorsLine contains a tab character.216
ErrorsLine is longer than 80 characters (found 104).217
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters (found 81).218
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters (found 81).219
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters (found 85).220
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters (found 92).221
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters (found 100).222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters (found 83).232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsUnused @throws tag for 'NullPointerException'.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsMethod 'findEnzymeSubclass' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter ec should be final.241
Errors'if' construct must use '{}'s.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters (found 86).246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters (found 130).248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters (found 85).254
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters (found 84).258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine is longer than 80 characters (found 91).261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters (found 87).265
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters (found 92).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
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters (found 104).272
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters (found 81).273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters (found 81).274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters (found 85).275
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters (found 92).276
ErrorsLine contains a tab character.276
ErrorsLine is longer than 80 characters (found 100).277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters (found 83).286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsUnused @throws tag for 'NullPointerException'.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine is longer than 80 characters (found 86).295
ErrorsLine contains a tab character.295
ErrorsMethod 'findEnzymeSubSubclass' is not designed for extension - needs to be abstract, final or empty.295
ErrorsParameter ec should be final.295
Errors'if' construct must use '{}'s.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.299
ErrorsLine is longer than 80 characters (found 86).300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters (found 139).302
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine is longer than 80 characters (found 86).307
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters (found 85).308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters (found 87).311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine is longer than 80 characters (found 81).314
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters (found 97).315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine is longer than 80 characters (found 104).319
ErrorsLine contains a tab character.319
ErrorsLine is longer than 80 characters (found 81).320
ErrorsLine contains a tab character.320
ErrorsLine is longer than 80 characters (found 81).321
ErrorsLine contains a tab character.321
ErrorsLine is longer than 80 characters (found 85).322
ErrorsLine contains a tab character.322
ErrorsLine is longer than 80 characters (found 92).323
ErrorsLine contains a tab character.323
ErrorsLine is longer than 80 characters (found 100).324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters (found 85).329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine is longer than 80 characters (found 100).331
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsMethod 'analyseECType' is not designed for extension - needs to be abstract, final or empty.355
ErrorsParameter ec should be final.355
ErrorsLine contains a tab character.356
ErrorsLine is longer than 80 characters (found 100).357
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.368
ErrorsLine is longer than 80 characters (found 83).369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine has trailing spaces.371
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsUnused @throws tag for 'NullPointerException'.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsMethod 'findEnzymeEntry' is not designed for extension - needs to be abstract, final or empty.380
ErrorsParameter ec should be final.380
ErrorsLine contains a tab character.381
ErrorsParameter status should be final.381
Errors'if' construct must use '{}'s.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.385
ErrorsLine is longer than 80 characters (found 86).386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine is longer than 80 characters (found 115).388
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine is longer than 80 characters (found 88).397
ErrorsLine contains a tab character.397
ErrorsName 'enzyme_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.397
ErrorsLine contains a tab character.398
Errors'if' construct must use '{}'s.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine is longer than 80 characters (found 89).401
ErrorsLine contains a tab character.401
Errors'if' construct must use '{}'s.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine is longer than 80 characters (found 87).405
ErrorsLine contains a tab character.405
ErrorsLine is longer than 80 characters (found 92).406
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 is longer than 80 characters (found 87).410
ErrorsLine contains a tab character.410
ErrorsLine is longer than 80 characters (found 92).411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters (found 104).416
ErrorsLine contains a tab character.416
ErrorsLine is longer than 80 characters (found 81).417
ErrorsLine contains a tab character.417
ErrorsLine is longer than 80 characters (found 81).418
ErrorsLine contains a tab character.418
ErrorsLine is longer than 80 characters (found 85).419
ErrorsLine contains a tab character.419
ErrorsLine is longer than 80 characters (found 92).420
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters (found 100).421
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine is longer than 80 characters (found 95).427
ErrorsLine contains a tab character.427
ErrorsLine is longer than 80 characters (found 100).428
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine is longer than 80 characters (found 88).430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsMissing a Javadoc comment.438
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsMissing a Javadoc comment.439
ErrorsLine contains a tab character.440
ErrorsMissing a Javadoc comment.440
ErrorsLine is longer than 80 characters (found 86).442
ErrorsLine contains a tab character.442
ErrorsMissing a Javadoc comment.442
ErrorsParameter ec should be final.442
Errors'ec' hides a field.442
ErrorsParameter status should be final.442
Errors'status' hides a field.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.447
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.447
ErrorsMissing a Javadoc comment.447
ErrorsParameter o should be final.447
Errors'if' construct must use '{}'s.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
Errors'if' construct must use '{}'s.450
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine is longer than 80 characters (found 128).453
ErrorsLine contains a tab character.453
Errors'if' construct must use '{}'s.455
ErrorsLine contains a tab character.455
ErrorsAvoid inline conditionals.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
Errors'if' construct must use '{}'s.458
ErrorsLine is longer than 80 characters (found 87).458
ErrorsLine contains a tab character.458
ErrorsAvoid inline conditionals.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.465
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.465
ErrorsMissing a Javadoc comment.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsAvoid inline conditionals.467
ErrorsLine is longer than 80 characters (found 88).468
ErrorsLine contains a tab character.468
Errors'29' is a magic number.468
ErrorsAvoid inline conditionals.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.472
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.472
ErrorsMissing a Javadoc comment.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482

uk/ac/ebi/intenz/webapp/controller/SearchIDCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters (found 84).24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsFirst sentence should end with a period.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.32
ErrorsExpected @throws tag for 'ServletException'.32
ErrorsExpected @throws tag for 'IOException'.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters (found 96).45
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters (found 98).46
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters (found 85).47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters (found 130).53
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.59
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters (found 83).62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'findEnzymeEntry' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter id should be final.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters (found 86).72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters (found 85).74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters (found 82).82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters (found 87).87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters (found 92).88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters (found 87).92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters (found 92).93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters (found 104).98
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters (found 81).99
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters (found 81).100
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters (found 85).101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters (found 92).102
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters (found 100).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 contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters (found 95).109
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters (found 100).110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters (found 88).112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118

uk/ac/ebi/intenz/webapp/controller/SearchPreliminaryCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 89).27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.29
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.29
ErrorsLine is longer than 80 characters (found 94).34
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.43

uk/ac/ebi/intenz/webapp/controller/SearchProposedCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsFirst sentence should end with a period.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.38
ErrorsExpected @throws tag for 'ServletException'.38
ErrorsExpected @throws tag for 'IOException'.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters (found 119).45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters (found 84).50
ErrorsLine contains a tab character.50
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 is longer than 80 characters (found 104).59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters (found 82).60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters (found 81).71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters (found 86).78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters (found 87).85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters (found 95).87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters (found 104).91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters (found 81).92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters (found 81).93
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters (found 85).94
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters (found 92).95
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters (found 100).96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters (found 87).101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters (found 92).102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsParameter id should be final.119
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters (found 86).121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters (found 93).123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters (found 82).131
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 is longer than 80 characters (found 87).136
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters (found 92).137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters (found 87).141
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters (found 92).142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters (found 104).147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters (found 81).148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters (found 81).149
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters (found 85).150
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters (found 92).151
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters (found 100).152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters (found 95).158
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters (found 100).159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters (found 88).161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167

uk/ac/ebi/intenz/webapp/controller/SitemapServlet.java

ViolationMessageLine
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
ErrorsLine is longer than 80 characters (found 81).25
ErrorsMethod 'service' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter request should be final.25
ErrorsParameter response should be final.25
Errors'{' is not preceded with whitespace.42
Errors'if' construct must use '{}'s.49

uk/ac/ebi/intenz/webapp/controller/UnknownDatabaseCommand.java

ViolationMessageLine
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.23
ErrorsExpected @throws tag for 'ServletException'.23
ErrorsExpected @throws tag for 'IOException'.23

uk/ac/ebi/intenz/webapp/exceptions/DatabaseException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 92).8
ErrorsMissing a Javadoc comment.15
ErrorsLine is longer than 80 characters (found 101).18
ErrorsParameter message should be final.23
ErrorsParameter sqlException should be final.23
Errors'sqlException' hides a field.23
ErrorsMissing a Javadoc comment.28
ErrorsParameter message should be final.28
ErrorsParameter sqlException should be final.38
Errors'sqlException' hides a field.38
ErrorsLine is longer than 80 characters (found 82).39
Errors'+' should be on a new line.39
ErrorsLine is longer than 80 characters (found 89).40
Errors'+' should be on a new line.40
ErrorsLine is longer than 80 characters (found 100).41
ErrorsMethod 'getSqlExceptionMessage' is not designed for extension - needs to be abstract, final or empty.52

uk/ac/ebi/intenz/webapp/exceptions/InvalidECException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters (found 95).4
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.13
ErrorsParameter message should be final.13

uk/ac/ebi/intenz/webapp/exceptions/InvalidLinkNameException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters (found 90).4
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.13
ErrorsParameter message should be final.13

uk/ac/ebi/intenz/webapp/exceptions/QueryException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 111).6
ErrorsComment matches to-do format 'TODO:'.8
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.17
ErrorsParameter message should be final.17

uk/ac/ebi/intenz/webapp/helper/EnzymeClassHelper.java

ViolationMessageLine
ErrorsClass EnzymeClassHelper should be declared as final.17
ErrorsLine is longer than 80 characters (found 83).19
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters (found 93).24
ErrorsMissing a Javadoc comment.24
ErrorsParameter enzymeClass should be final.24
ErrorsParameter encoding should be final.24
ErrorsLine contains a tab character.25
ErrorsParameter encodingType should be final.25
Errors'if' construct must use '{}'s.26
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters (found 109).30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters (found 126).36
ErrorsMissing a Javadoc comment.36
ErrorsParameter enzymeClass should be final.36
ErrorsParameter encoding should be final.36
ErrorsParameter encodingType should be final.36
ErrorsLine is longer than 80 characters (found 104).41
ErrorsLine is longer than 80 characters (found 92).43
ErrorsLine is longer than 80 characters (found 119).49
ErrorsLine is longer than 80 characters (found 124).50
ErrorsLine is longer than 80 characters (found 121).51
ErrorsLine is longer than 80 characters (found 115).52
ErrorsLine is longer than 80 characters (found 95).56
ErrorsLine is longer than 80 characters (found 90).57
ErrorsLine is longer than 80 characters (found 97).61
ErrorsLine is longer than 80 characters (found 91).65
ErrorsLine is longer than 80 characters (found 115).66
ErrorsLine is longer than 80 characters (found 109).67
ErrorsLine is longer than 80 characters (found 128).71
ErrorsLine is longer than 80 characters (found 126).72
ErrorsLine is longer than 80 characters (found 87).80
ErrorsLine is longer than 80 characters (found 101).82

uk/ac/ebi/intenz/webapp/helper/EnzymeEntryHelper.java

ViolationMessageLine
ErrorsClass EnzymeEntryHelper should be declared as final.49
ErrorsLine is longer than 80 characters (found 81).51
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.53
ErrorsLine is longer than 80 characters (found 109).55
ErrorsMissing a Javadoc comment.55
ErrorsParameter enzymeEntry should be final.55
ErrorsParameter encoding should be final.55
ErrorsParameter encodingType should be final.55
ErrorsParameter view should be final.56
ErrorsLine is longer than 80 characters (found 107).57
ErrorsParameter enzymeEntry should be final.73
ErrorsExpected @param tag for 'enzymeEntry'.73
ErrorsLine is longer than 80 characters (found 97).74
ErrorsLine contains a tab character.74
ErrorsParameter encoding should be final.74
ErrorsExpected @param tag for 'encoding'.74
ErrorsParameter encodingType should be final.74
ErrorsExpected @param tag for 'encodingType'.74
ErrorsParameter view should be final.74
ErrorsExpected @param tag for 'view'.74
ErrorsExpected @throws tag for 'SPTRException'.75
ErrorsLine is longer than 80 characters (found 93).77
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'{' is not preceded with whitespace.89
Errors'{' is not preceded with whitespace.91
ErrorsLine is longer than 80 characters (found 96).92
ErrorsLine contains a tab character.92
Errors'{' is not preceded with whitespace.92
ErrorsLine is longer than 80 characters (found 108).93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
Errors'}' should be on the same line.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters (found 133).98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters (found 94).100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
Errors'if' construct must use '{}'s.107
ErrorsLine is longer than 80 characters (found 107).108
Errors'==' should be on a new line.108
ErrorsLine is longer than 80 characters (found 127).109
Errors'{' is not preceded with whitespace.110
ErrorsLine is longer than 80 characters (found 81).112
ErrorsLine is longer than 80 characters (found 108).118
ErrorsMissing a Javadoc comment.118
ErrorsParameter enzymeEntry should be final.118
ErrorsParameter latestHistoryEvent should be final.118
ErrorsLine is longer than 80 characters (found 101).119
ErrorsParameter encoding should be final.119
ErrorsParameter isIubmbView should be final.119
ErrorsLine is longer than 80 characters (found 86).122
ErrorsLine contains a tab character.122
Errors'{' is not preceded with whitespace.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters (found 86).127
ErrorsLine contains a tab character.128
Errors'if' construct must use '{}'s.129
ErrorsLine contains a tab character.130
Errors'else' construct must use '{}'s.131
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters (found 90).134
ErrorsLine is longer than 80 characters (found 83).135
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters (found 85).137
ErrorsLine contains a tab character.139
Errors'if' construct must use '{}'s.144
Errors'if' construct must use '{}'s.146
ErrorsLine is longer than 80 characters (found 85).149
ErrorsLine is longer than 80 characters (found 116).150
ErrorsLine is longer than 80 characters (found 92).155
ErrorsLine is longer than 80 characters (found 102).156
Errors'if' construct must use '{}'s.157
ErrorsLine is longer than 80 characters (found 84).157
Errors'{' is not preceded with whitespace.160
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters (found 139).162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters (found 125).170
ErrorsMissing a Javadoc comment.177
ErrorsParameter ecString should be final.177
ErrorsLine is longer than 80 characters (found 93).190
ErrorsParameter enzymeEntry should be final.190
ErrorsExpected @param tag for 'enzymeEntry'.190
ErrorsParameter encoding should be final.190
ErrorsExpected @param tag for 'encoding'.190
ErrorsLine is longer than 80 characters (found 92).191
ErrorsParameter encodingType should be final.191
ErrorsExpected @param tag for 'encodingType'.191
ErrorsParameter view should be final.191
ErrorsExpected @param tag for 'view'.191
ErrorsExpected @throws tag for 'SPTRException'.192
ErrorsLine is longer than 80 characters (found 116).207
ErrorsLine contains a tab character.216
Errors'if' construct must use '{}'s.217
ErrorsLine contains a tab character.218
Errors'if' construct must use '{}'s.219
ErrorsLine contains a tab character.220
Errors'else' construct must use '{}'s.221
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters (found 87).226
ErrorsLine contains a tab character.226
ErrorsMissing a Javadoc comment.226
ErrorsParameter entry should be final.226
ErrorsParameter view should be final.226
Errors'{' is not preceded with whitespace.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters (found 105).237
ErrorsMissing a Javadoc comment.237
ErrorsParameter entry should be final.237
ErrorsParameter view should be final.237
ErrorsParameter tabView should be final.237
Errors'{' is not preceded with whitespace.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
Errors'?' is not preceded with whitespace.239
Errors'?' should be on a new line.239
ErrorsAvoid inline conditionals.239
ErrorsLine is longer than 80 characters (found 112).240
ErrorsLine contains a tab character.240
Errors'+' is not preceded with whitespace.240
Errors'+' is not followed by whitespace.240
Errors'+' is not preceded with whitespace.240
Errors'+' is not followed by whitespace.240
Errors'+' is not preceded with whitespace.240
Errors'+' is not followed by whitespace.240
Errors'+' is not preceded with whitespace.240
Errors'+' is not followed by whitespace.240
ErrorsLine contains a tab character.241
Errors'?' is not preceded with whitespace.241
Errors'?' should be on a new line.241
ErrorsAvoid inline conditionals.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
Errors'?' is not preceded with whitespace.243
Errors'?' should be on a new line.243
ErrorsAvoid inline conditionals.243
ErrorsLine contains a tab character.244
Errors'+' is not preceded with whitespace.244
Errors'+' is not followed by whitespace.244
ErrorsLine contains a tab character.245
Errors'?' is not preceded with whitespace.245
Errors'?' should be on a new line.245
ErrorsAvoid inline conditionals.245
ErrorsLine is longer than 80 characters (found 116).246
ErrorsLine contains a tab character.246
Errors'+' is not preceded with whitespace.246
Errors'+' is not followed by whitespace.246
Errors'+' is not preceded with whitespace.246
Errors'+' is not followed by whitespace.246
Errors'+' is not preceded with whitespace.246
Errors'+' is not followed by whitespace.246
Errors'+' is not preceded with whitespace.246
Errors'+' is not followed by whitespace.246
ErrorsLine contains a tab character.247
Errors'?' is not preceded with whitespace.247
Errors'?' should be on a new line.247
ErrorsAvoid inline conditionals.247
ErrorsLine contains a tab character.248
ErrorsLine is longer than 80 characters (found 83).249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters (found 118).257
ErrorsMissing a Javadoc comment.257
ErrorsParameter enzymeEntry should be final.257
ErrorsParameter encoding should be final.257
ErrorsParameter encodingType should be final.257
ErrorsLine is longer than 80 characters (found 108).271
ErrorsLine contains a tab character.282
ErrorsLine is longer than 80 characters (found 108).283
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
Errors'{' is not preceded with whitespace.288
ErrorsLine contains a tab character.289
Errors'if' construct must use '{}'s.290
ErrorsLine is longer than 80 characters (found 119).290
ErrorsLine contains a tab character.290
ErrorsLine is longer than 80 characters (found 84).291
ErrorsLine contains a tab character.291
Errors'+' is not preceded with whitespace.291
Errors'+' is not followed by whitespace.291
Errors'-' is not preceded with whitespace.291
Errors'-' is not followed by whitespace.291
Errors'else' construct must use '{}'s.292
ErrorsLine contains a tab character.292
ErrorsLine is longer than 80 characters (found 124).293
ErrorsLine contains a tab character.293
Errors'if' construct must use '{}'s.294
ErrorsLine contains a tab character.294
Errors'-' is not preceded with whitespace.294
Errors'-' is not followed by whitespace.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
Errors'{' is not preceded with whitespace.300
ErrorsLine is longer than 80 characters (found 87).301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters (found 89).304
ErrorsLine contains a tab character.304
Errors'if' construct must use '{}'s.305
ErrorsLine is longer than 80 characters (found 93).305
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
Errors'if' construct must use '{}'s.307
ErrorsLine is longer than 80 characters (found 91).307
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
Errors'if' construct must use '{}'s.309
ErrorsLine is longer than 80 characters (found 92).309
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
Errors'if' construct must use '{}'s.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.316
Errors'&&' should be on a new line.316
ErrorsLine is longer than 80 characters (found 113).317
ErrorsLine contains a tab character.317
ErrorsLine is longer than 80 characters (found 88).318
ErrorsLine contains a tab character.318
ErrorsLine is longer than 80 characters (found 96).319
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
Errors'{' is not preceded with whitespace.324
ErrorsLine is longer than 80 characters (found 82).325
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
Errors'{' is not preceded with whitespace.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters (found 118).329
ErrorsLine contains a tab character.329
Errors'if' construct must use '{}'s.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters (found 97).337
ErrorsLine contains a tab character.337
ErrorsLine is longer than 80 characters (found 124).338
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
Errors'{' is not preceded with whitespace.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
Errors'+' is not preceded with whitespace.346
Errors'+' is not followed by whitespace.346
ErrorsLine contains a tab character.347
Errors'if' construct must use '{}'s.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsMissing a Javadoc comment.359
ErrorsParameter comments should be final.359
Errors'if' construct must use '{}'s.363
Errors'if' is not followed by whitespace.363
ErrorsMissing a Javadoc comment.368
ErrorsParameter synonyms should be final.368
Errors'if' construct must use '{}'s.372
Errors'if' is not followed by whitespace.372
ErrorsLine is longer than 80 characters (found 81).377
ErrorsMissing a Javadoc comment.377
ErrorsParameter reactions should be final.377
Errors'{' is not preceded with whitespace.379
ErrorsLine contains a tab character.381
Errors'if' construct must use '{}'s.382
ErrorsLine is longer than 80 characters (found 110).382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
Errors'if' construct must use '{}'s.385
ErrorsLine is longer than 80 characters (found 87).385
ErrorsMissing a Javadoc comment.390
ErrorsParameter links should be final.390
Errors'if' construct must use '{}'s.394
Errors'if' is not followed by whitespace.394
ErrorsLine is longer than 80 characters (found 113).403
ErrorsMissing a Javadoc comment.403
ErrorsParameter enzymeEntry should be final.403
ErrorsParameter encoding should be final.403
ErrorsParameter encodingType should be final.403
ErrorsLine is longer than 80 characters (found 107).405
ErrorsLine is longer than 80 characters (found 109).419
ErrorsLine contains a tab character.426
ErrorsMissing a Javadoc comment.426
ErrorsParameter enzymeEntry should be final.426
Errors'{' is not preceded with whitespace.426
ErrorsLine contains a tab character.427
ErrorsLine is longer than 80 characters (found 87).428
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine is longer than 80 characters (found 92).441
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine is longer than 80 characters (found 91).444
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine is longer than 80 characters (found 119).451
ErrorsMissing a Javadoc comment.451
ErrorsParameter enzymeEntry should be final.451
ErrorsParameter encoding should be final.451
ErrorsParameter encodingType should be final.451
ErrorsLine is longer than 80 characters (found 84).454
ErrorsLine contains a tab character.454
Errors'{' is not preceded with whitespace.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine is longer than 80 characters (found 86).459
ErrorsLine is longer than 80 characters (found 99).460
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
ErrorsLine is longer than 80 characters (found 83).462
ErrorsLine contains a tab character.462
ErrorsLine is longer than 80 characters (found 85).464
ErrorsLine contains a tab character.466
ErrorsLine is longer than 80 characters (found 101).471
ErrorsLine is longer than 80 characters (found 83).472
Errors'if' construct must use '{}'s.475
Errors'if' construct must use '{}'s.477
Errors'if' construct must use '{}'s.479
Errors'&&' should be on a new line.479
ErrorsLine is longer than 80 characters (found 88).480
ErrorsLine is longer than 80 characters (found 83).481
ErrorsLine contains a tab character.486
ErrorsLine is longer than 80 characters (found 84).496
ErrorsLine is longer than 80 characters (found 85).510
ErrorsLine contains a tab character.521
ErrorsLine contains a tab character.522
ErrorsLine is longer than 80 characters (found 96).527
ErrorsMissing a Javadoc comment.527
ErrorsParameter commonName should be final.527
ErrorsParameter encoding should be final.527
ErrorsLine is longer than 80 characters (found 86).540
ErrorsMissing a Javadoc comment.540
ErrorsParameter synonyms should be final.540
ErrorsParameter encoding should be final.540
ErrorsLine is longer than 80 characters (found 90).552
Errors'if' construct must use '{}'s.554
Errors'if' construct must use '{}'s.556
Errors'if' construct must use '{}'s.558
Errors'if' construct must use '{}'s.560
Errors'if' construct must use '{}'s.562
ErrorsLine is longer than 80 characters (found 104).570
ErrorsMissing a Javadoc comment.570
ErrorsParameter systematicName should be final.570
ErrorsParameter encoding should be final.570
ErrorsMissing a Javadoc comment.583
ErrorsParameter reactions should be final.583
ErrorsParameter encoding should be final.584
ErrorsParameter encodingType should be final.584
ErrorsLine is longer than 80 characters (found 99).586
ErrorsLine is longer than 80 characters (found 99).588
Errors'=' is not preceded with whitespace.588
ErrorsLine contains a tab character.590
ErrorsLine is longer than 80 characters (found 111).591
ErrorsLine contains a tab character.591
Errors'{' is not preceded with whitespace.591
ErrorsLine contains a tab character.592
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
Errors'if' construct must use '{}'s.596
ErrorsLine is longer than 80 characters (found 98).600
ErrorsLine contains a tab character.600
Errors'{' is not preceded with whitespace.600
ErrorsLine is longer than 80 characters (found 106).601
ErrorsLine contains a tab character.601
ErrorsLine is longer than 80 characters (found 85).602
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine is longer than 80 characters (found 116).609
ErrorsMissing a Javadoc comment.618
ErrorsParameter cofactors should be final.618
ErrorsParameter xchars should be final.619
ErrorsParameter encodingType should be final.619
ErrorsLine is longer than 80 characters (found 103).621
ErrorsLine is longer than 80 characters (found 99).631
ErrorsLine has trailing spaces.639
ErrorsMissing a Javadoc comment.640
ErrorsParameter o should be final.640
ErrorsLine is longer than 80 characters (found 85).641
ErrorsParameter xchars should be final.641
ErrorsParameter encodingType should be final.641
ErrorsParameter useBrakets should be final.641
Errors'{' is not preceded with whitespace.641
Errors'{' is not preceded with whitespace.643
ErrorsLine is longer than 80 characters (found 91).644
Errors'{' is not preceded with whitespace.645
ErrorsLine is longer than 80 characters (found 94).646
ErrorsLine has trailing spaces.653
ErrorsMissing a Javadoc comment.654
ErrorsParameter compound should be final.654
ErrorsParameter xchars should be final.655
ErrorsParameter encodingType should be final.655
Errors'{' is not preceded with whitespace.655
ErrorsLine is longer than 80 characters (found 89).657
Errors'{' is not preceded with whitespace.659
ErrorsLine has trailing spaces.667
ErrorsMissing a Javadoc comment.668
ErrorsParameter os should be final.668
ErrorsLine is longer than 80 characters (found 85).669
ErrorsParameter xchars should be final.669
ErrorsParameter encodingType should be final.669
ErrorsParameter useBrakets should be final.669
Errors'{' is not preceded with whitespace.669
Errors'{' is not preceded with whitespace.672
Errors'{' is not preceded with whitespace.674
ErrorsLine is longer than 80 characters (found 85).676
ErrorsLine has trailing spaces.678
Errors'{' is not preceded with whitespace.680
ErrorsLine is longer than 80 characters (found 86).686
ErrorsMissing a Javadoc comment.686
ErrorsParameter comments should be final.686
ErrorsParameter encoding should be final.686
ErrorsLine is longer than 80 characters (found 99).688
ErrorsLine is longer than 80 characters (found 120).693
ErrorsMissing a Javadoc comment.701
ErrorsParameter links should be final.701
ErrorsParameter ec should be final.701
ErrorsLine is longer than 80 characters (found 90).714
ErrorsMissing a Javadoc comment.714
ErrorsParameter references should be final.714
ErrorsParameter encoding should be final.714
ErrorsLine is longer than 80 characters (found 99).716
ErrorsLine is longer than 80 characters (found 81).727
ErrorsMissing a Javadoc comment.735
ErrorsParameter ref should be final.735
Errors'{' is not preceded with whitespace.735
ErrorsLine contains a tab character.736
ErrorsLine is longer than 80 characters (found 94).737
ErrorsLine contains a tab character.737
ErrorsLine is longer than 80 characters (found 90).738
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.740
Errors'{' is not preceded with whitespace.740
ErrorsLine contains a tab character.741
ErrorsLine is longer than 80 characters (found 86).742
ErrorsLine contains a tab character.742
ErrorsLine contains a tab character.743
ErrorsLine is longer than 80 characters (found 85).744
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
Errors'{' is not preceded with whitespace.745
ErrorsLine is longer than 80 characters (found 89).746
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
Errors'{' is not preceded with whitespace.748
Errors'if' construct must use '{}'s.749
ErrorsLine contains a tab character.749
ErrorsLine contains a tab character.750
ErrorsLine contains a tab character.751
Errors'{' is not preceded with whitespace.751
ErrorsLine is longer than 80 characters (found 81).752
ErrorsLine contains a tab character.752
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine is longer than 80 characters (found 119).757
ErrorsLine contains a tab character.757
ErrorsLine is longer than 80 characters (found 89).758
ErrorsLine contains a tab character.758
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine contains a tab character.761
ErrorsLine contains a tab character.762
ErrorsLine contains a tab character.763
ErrorsLine contains a tab character.764
Errors'{' is not preceded with whitespace.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
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
Errors'{' is not preceded with whitespace.770
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine contains a tab character.773
Errors'{' is not preceded with whitespace.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
Errors'{' is not preceded with whitespace.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.779
Errors'{' is not preceded with whitespace.779
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
Errors'{' is not preceded with whitespace.782
ErrorsLine contains a tab character.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
Errors'{' is not preceded with whitespace.785
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.788
Errors'{' is not preceded with whitespace.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
Errors'{' is not preceded with whitespace.790
ErrorsLine contains a tab character.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
Errors'{' is not preceded with whitespace.795
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.798
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsMissing a Javadoc comment.803
ErrorsParameter name should be final.803

uk/ac/ebi/intenz/webapp/helper/EnzymeLinkHelper.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.3
ErrorsClass EnzymeLinkHelper should be declared as final.13
ErrorsLine is longer than 80 characters (found 83).15
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.20
ErrorsParameter links should be final.20
ErrorsParameter ec should be final.20
ErrorsMissing a Javadoc comment.43
ErrorsParameter links should be final.43
ErrorsParameter ec should be final.43
ErrorsLine is longer than 80 characters (found 111).49
Errors'if' construct must use '{}'s.50
Errors'if' construct must use '{}'s.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters (found 86).59
ErrorsLine contains a tab character.59
Errors'{' is not preceded with whitespace.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters (found 86).61
Errors'{' is not preceded with whitespace.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters (found 85).63
Errors'{' is not preceded with whitespace.63
ErrorsLine is longer than 80 characters (found 121).64
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters (found 82).65
Errors'{' is not preceded with whitespace.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters (found 85).67
Errors'{' is not preceded with whitespace.67
ErrorsLine is longer than 80 characters (found 122).68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters (found 83).69
Errors'{' is not preceded with whitespace.69
ErrorsLine is longer than 80 characters (found 103).70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters (found 82).71
Errors'{' is not preceded with whitespace.71
ErrorsLine is longer than 80 characters (found 125).72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters (found 82).73
Errors'{' is not preceded with whitespace.73
ErrorsLine is longer than 80 characters (found 101).74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters (found 85).75
Errors'{' is not preceded with whitespace.75
ErrorsLine is longer than 80 characters (found 107).76
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters (found 84).77
Errors'{' is not preceded with whitespace.77
ErrorsLine is longer than 80 characters (found 97).78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters (found 85).79
Errors'{' is not preceded with whitespace.79
ErrorsLine is longer than 80 characters (found 81).80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters (found 81).81
Errors'{' is not preceded with whitespace.81
ErrorsLine contains a tab character.82
Errors'+' is not preceded with whitespace.82
Errors'+' is not followed by whitespace.82
ErrorsLine is longer than 80 characters (found 83).83
Errors'{' is not preceded with whitespace.83
ErrorsLine is longer than 80 characters (found 126).84
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters (found 87).85
Errors'{' is not preceded with whitespace.85
ErrorsLine contains a tab character.86
Errors'{' is not preceded with whitespace.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters (found 86).92
Errors'{' is not preceded with whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.95
Errors'{' is not preceded with whitespace.99
Errors'if' construct must use '{}'s.100
Errors'if' construct must use '{}'s.102
Errors'{' is not preceded with whitespace.104
Errors'if' construct must use '{}'s.106
Errors'{' is not preceded with whitespace.109
ErrorsLine contains a tab character.110
ErrorsMissing a Javadoc comment.117
ErrorsParameter links should be final.117
ErrorsParameter ec should be final.117
Errors'if' construct must use '{}'s.119
ErrorsLine is longer than 80 characters (found 93).119
ErrorsLine is longer than 80 characters (found 97).125
ErrorsLine is longer than 80 characters (found 117).126
Errors'9' is a magic number.127
ErrorsLine is longer than 80 characters (found 161).129
ErrorsLine is longer than 80 characters (found 91).134
Errors'9' is a magic number.135
Errors'if' construct must use '{}'s.144
Errors'if' construct must use '{}'s.154
Errors'if' is not followed by whitespace.154
Errors'if' construct must use '{}'s.170
Errors'9' is a magic number.170
ErrorsLine is longer than 80 characters (found 97).179
ErrorsMissing a Javadoc comment.179
ErrorsParameter link should be final.179
ErrorsParameter ec should be final.179
ErrorsParameter isNotFirstLink should be final.179
ErrorsLine is longer than 80 characters (found 81).185
Errors'||' should be on a new line.196
Errors'||' should be on a new line.197
Errors'||' should be on a new line.198
ErrorsLine is longer than 80 characters (found 92).200
ErrorsLine is longer than 80 characters (found 94).207
Errors'if' construct must use '{}'s.211
ErrorsLine is longer than 80 characters (found 92).222
ErrorsLine is longer than 80 characters (found 92).227
ErrorsMissing a Javadoc comment.238
ErrorsParameter links should be final.238
Errors'if' construct must use '{}'s.242
ErrorsLine is longer than 80 characters (found 81).242

uk/ac/ebi/intenz/webapp/helper/EnzymeReactionHelper.java

ViolationMessageLine
ErrorsClass EnzymeReactionHelper should be declared as final.16
ErrorsLine is longer than 80 characters (found 83).18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.23
ErrorsParameter reaction should be final.23
ErrorsParameter encoding should be final.24
ErrorsParameter encodingType should be final.24
ErrorsLine is longer than 80 characters (found 91).26

uk/ac/ebi/intenz/webapp/helper/EnzymeSubSubclassHelper.java

ViolationMessageLine
ErrorsClass EnzymeSubSubclassHelper should be declared as final.20
ErrorsLine is longer than 80 characters (found 83).22
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters (found 134).27
ErrorsMissing a Javadoc comment.27
ErrorsParameter enzymeSubSubclass should be final.27
ErrorsParameter encoding should be final.27
ErrorsParameter encodingType should be final.27
ErrorsLine is longer than 80 characters (found 124).28
ErrorsLine is longer than 80 characters (found 123).31
ErrorsMissing a Javadoc comment.31
ErrorsParameter enzymeSubSubclass should be final.31
ErrorsParameter encoding should be final.31
ErrorsParameter encodingType should be final.31
ErrorsLine is longer than 80 characters (found 81).36
ErrorsLine is longer than 80 characters (found 92).38
ErrorsLine is longer than 80 characters (found 98).40
ErrorsLine is longer than 80 characters (found 92).44
ErrorsLine is longer than 80 characters (found 121).46
ErrorsLine is longer than 80 characters (found 92).48
ErrorsLine is longer than 80 characters (found 121).55
ErrorsLine is longer than 80 characters (found 126).56
ErrorsLine is longer than 80 characters (found 123).57
ErrorsLine is longer than 80 characters (found 117).58
ErrorsLine is longer than 80 characters (found 97).62
ErrorsLine is longer than 80 characters (found 104).63
ErrorsLine is longer than 80 characters (found 99).67
ErrorsLine is longer than 80 characters (found 91).72
ErrorsLine is longer than 80 characters (found 115).73
ErrorsLine is longer than 80 characters (found 109).74
ErrorsLine is longer than 80 characters (found 128).78
ErrorsLine is longer than 80 characters (found 126).79
ErrorsLine is longer than 80 characters (found 87).87
ErrorsLine is longer than 80 characters (found 101).89
ErrorsLine is longer than 80 characters (found 95).91
ErrorsLine is longer than 80 characters (found 137).92
Errors'if' construct must use '{}'s.93
Errors'if' construct must use '{}'s.96
ErrorsLine is longer than 80 characters (found 95).96
ErrorsLine is longer than 80 characters (found 106).100

uk/ac/ebi/intenz/webapp/helper/EnzymeSubclassHelper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsClass EnzymeSubclassHelper should be declared as final.17
ErrorsLine is longer than 80 characters (found 83).19
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters (found 128).24
ErrorsMissing a Javadoc comment.24
ErrorsParameter enzymeSubclass should be final.24
ErrorsParameter encoding should be final.24
ErrorsParameter encodingType should be final.24
Errors'if' construct must use '{}'s.25
ErrorsLine is longer than 80 characters (found 121).27
ErrorsLine is longer than 80 characters (found 117).30
ErrorsMissing a Javadoc comment.30
ErrorsParameter enzymeSubclass should be final.30
ErrorsParameter encoding should be final.30
ErrorsParameter encodingType should be final.30
ErrorsLine is longer than 80 characters (found 81).35
ErrorsLine is longer than 80 characters (found 92).37
ErrorsLine is longer than 80 characters (found 121).39
ErrorsLine is longer than 80 characters (found 92).41
ErrorsLine is longer than 80 characters (found 119).47
ErrorsLine is longer than 80 characters (found 124).48
ErrorsLine is longer than 80 characters (found 121).49
ErrorsLine is longer than 80 characters (found 115).50
ErrorsLine is longer than 80 characters (found 95).54
ErrorsLine is longer than 80 characters (found 96).55
ErrorsLine is longer than 80 characters (found 97).59
ErrorsLine is longer than 80 characters (found 91).63
ErrorsLine is longer than 80 characters (found 115).64
ErrorsLine is longer than 80 characters (found 109).65
ErrorsLine is longer than 80 characters (found 128).69
ErrorsLine is longer than 80 characters (found 126).70
ErrorsLine is longer than 80 characters (found 87).76
ErrorsLine is longer than 80 characters (found 87).78
ErrorsLine is longer than 80 characters (found 101).80

uk/ac/ebi/intenz/webapp/utilities/IntEnzMessenger.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUtility classes should not have a public or default constructor.19
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.25
ErrorsParameter intenzConfig should be final.25
Errors'intenzConfig' hides a field.25
ErrorsMissing a Javadoc comment.29
ErrorsParameter className should be final.29
ErrorsParameter errorMessage should be final.29
ErrorsParameter userName should be final.30