Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5200225

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
111Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
11Errors Error
JavadocMethod15Errors Error
JavadocType1Errors Error
JavadocVariable13Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName4Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength18Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad6Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad4Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter1Errors Error
WhitespaceAround15Errors Error
ModifierOrder0Errors Error
RedundantModifier1Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces3Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber1Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension6Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier3Errors Error
ArrayTypeStyle0Errors Error
FinalParameters5Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

uk/ac/ebi/intenz/tools/importer/GoLinkImporter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.35
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
ErrorsName 'EC2GO_QUERY' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
ErrorsLine is longer than 80 characters (found 84).43
ErrorsMissing a Javadoc comment.45
Errors'{' is not preceded with whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters (found 92).88
ErrorsRedundant 'final' modifier.88
ErrorsExpected @throws tag for 'SQLException'.88
Errors'{' is not preceded with whitespace.88
ErrorsLine contains a tab character.92
Errors'{' is not preceded with whitespace.93
Errors'3' is a magic number.95
Errors'{' is not preceded with whitespace.96
ErrorsMissing a Javadoc comment.109
ErrorsParameter goId should be final.109
ErrorsParameter goName should be final.109
Errors'{' is not preceded with whitespace.109
ErrorsLine is longer than 80 characters (found 105).129
ErrorsLine is longer than 80 characters (found 116).130
Errors'{' is not preceded with whitespace.133
Errors'if' construct must use '{}'s.143
Errors'if' construct must use '{}'s.149

uk/ac/ebi/intenz/tools/importer/ImportController.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.24
ErrorsMissing a Javadoc comment.26
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
ErrorsVariable 'LOGGER' must be private and have accessor methods.26
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters (found 109).41
Errors'(' is preceded with whitespace.41
ErrorsParameter args should be final.41
ErrorsExpected @throws tag for 'Exception'.41
ErrorsExpected @throws tag for 'InstantiationException'.41
ErrorsRedundant throws: 'InstantiationException' is subclass of 'Exception'.41
ErrorsExpected @throws tag for 'ClassNotFoundException'.41
ErrorsRedundant throws: 'ClassNotFoundException' is subclass of 'Exception'.41
ErrorsLine has trailing spaces.42
Errors'{' is not preceded with whitespace.43
ErrorsLine has trailing spaces.47
Errors'+' is not preceded with whitespace.50
Errors'+' is not followed by whitespace.50
Errors'{' is not preceded with whitespace.52
ErrorsLine is longer than 80 characters (found 84).54
ErrorsLine is longer than 80 characters (found 81).55
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
Errors'{' is not preceded with whitespace.60
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
Errors'+' is not preceded with whitespace.67
Errors'+' is not followed by whitespace.67

uk/ac/ebi/intenz/tools/importer/Importer.java

ViolationMessageLine
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsVariable 'importerProps' must be private and have accessor methods.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
Errors'{' is not preceded with whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
Errors'(' is preceded with whitespace.30
ErrorsExpected @throws tag for 'Exception'.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'(' is preceded with whitespace.43
ErrorsExpected @throws tag for 'Exception'.43
ErrorsFirst sentence should end with a period.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
Errors'(' is preceded with whitespace.49
ErrorsExpected @throws tag for 'Exception'.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
Errors'(' is preceded with whitespace.54
ErrorsExpected @throws tag for 'Exception'.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
Errors'(' is preceded with whitespace.59

uk/ac/ebi/intenz/tools/importer/ImporterFactory.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.15
ErrorsMissing a Javadoc comment.17
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.17
ErrorsVariable 'LOGGER' must be private and have accessor methods.17
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters (found 84).21
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.23
ErrorsParameter importer should be final.23
ErrorsLine is longer than 80 characters (found 83).24
ErrorsLine has trailing spaces.37

uk/ac/ebi/intenz/tools/importer/KrakenLinkImporter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters (found 82).33
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'setup' is not designed for extension - needs to be abstract, final or empty.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 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
ErrorsMethod 'setupKraken' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
Errors'{' is not preceded with whitespace.52
ErrorsLine is longer than 80 characters (found 83).53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsMethod 'importData' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
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.70
ErrorsMethod 'getKrakenLinks' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter ec should be final.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters (found 84).72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters (found 91).74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters (found 86).75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors'.' is followed by whitespace.77
ErrorsLine is longer than 80 characters (found 86).78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters (found 99).79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.90
ErrorsMethod 'loadData' is not designed for extension - needs to be abstract, final or empty.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
ErrorsLine is longer than 80 characters (found 121).97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters (found 125).98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.102
ErrorsMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110