Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1100352

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
4Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
1Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
63Errors Error
JavadocMethod27Errors Error
JavadocType1Errors Error
JavadocVariable8Errors Error
JavadocStyle18Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
LineLength101Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter18Errors Error
WhitespaceAround3Errors Error
ModifierOrder2Errors Error
RedundantModifier10Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces11Errors Error
RightCurly0Errors Error
AvoidInlineConditionals3Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber8Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension33Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier2Errors Error
ArrayTypeStyle0Errors Error
FinalParameters35Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/treetank/access/IscsiReadTrx.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.38
ErrorsVariable 'mPageReadTrx' must be private and have accessor methods.43
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.51
Errors'cast' is not followed by whitespace.59
ErrorsMethod 'moveTo' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter pKey should be final.66
Errors'cast' is not followed by whitespace.68
ErrorsMethod 'getValueOfCurrentData' is not designed for extension - needs to be abstract, final or empty.78
Errors'if' construct must use '{}'s.80
Errors'cast' is not followed by whitespace.83
ErrorsMethod 'getCurrentData' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMethod 'isClosed' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.116

org/treetank/access/IscsiWriteTrx.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.47
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.56
ErrorsParameter pPageTrx should be final.56
ErrorsParameter pSession should be final.56
ErrorsExpected @throws tag for 'TTException'.56
ErrorsMethod 'bootstrap' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter bytes should be final.66
ErrorsLine is longer than 80 characters.67
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter val should be final.84
Errors'=' is not preceded with whitespace.86
ErrorsMethod 'commit' is not designed for extension - needs to be abstract, final or empty.94
ErrorsLine is longer than 80 characters.108
ErrorsMethod 'abort' is not designed for extension - needs to be abstract, final or empty.116
ErrorsMethod 'moveTo' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter pKey should be final.134
ErrorsMethod 'getValueOfCurrentData' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMethod 'getCurrentData' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.159
Errors'if' construct must use '{}'s.162
ErrorsMethod 'isClosed' is not designed for extension - needs to be abstract, final or empty.169
ErrorsLine has trailing spaces.177
Errors'cast' is not followed by whitespace.182

org/treetank/api/IIscsiReadTrx.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.36
ErrorsFirst sentence should end with a period.40
ErrorsLine has trailing spaces.42
ErrorsRedundant 'public' modifier.46
ErrorsExpected @param tag for 'pKey'.46
ErrorsLine has trailing spaces.50
ErrorsRedundant 'public' modifier.53
ErrorsFirst sentence should end with a period.55
ErrorsLine has trailing spaces.57
ErrorsRedundant 'public' modifier.60
ErrorsFirst sentence should end with a period.62
ErrorsLine has trailing spaces.64
ErrorsRedundant 'public' modifier.67
ErrorsExpected @throws tag for 'TTIOException'.67
ErrorsFirst sentence should end with a period.69
ErrorsLine has trailing spaces.71
ErrorsRedundant 'public' modifier.74

org/treetank/api/IIscsiWriteTrx.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.32
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.43
ErrorsRedundant 'public' modifier.46
ErrorsExpected @throws tag for 'TTException'.46
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsRedundant 'public' modifier.56
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.61
ErrorsRedundant 'public' modifier.65
ErrorsLine has trailing spaces.69
ErrorsRedundant 'public' modifier.72

org/treetank/data/BlockDataElement.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.50
ErrorsParameter data should be final.50
ErrorsParameter into should be final.50
Errors'cast' is not followed by whitespace.51
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsFirst sentence should end with a period.74
ErrorsLine has trailing spaces.76
ErrorsParameter pDataKey should be final.80
ErrorsExpected @param tag for 'pDataKey'.80
ErrorsParameter pContent should be final.80
ErrorsExpected @param tag for 'pContent'.80
ErrorsFirst sentence should end with a period.86
ErrorsLine has trailing spaces.88
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.93
ErrorsExpected @throws tag for 'TTIOException'.93
ErrorsMethod 'getDataKey' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine has trailing spaces.111
ErrorsMethod 'getVal' is not designed for extension - needs to be abstract, final or empty.114
ErrorsLine has trailing spaces.120
ErrorsMethod 'setVal' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter pVal should be final.123
ErrorsExpected @param tag for 'pVal'.123
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.130
Errors'cast' is not followed by whitespace.134
Errors'32' is a magic number.134
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter obj should be final.143
Errors'if' construct must use '{}'s.144
Errors'if' construct must use '{}'s.146
Errors'if' construct must use '{}'s.148
Errors'cast' is not followed by whitespace.150
Errors'if' construct must use '{}'s.151
Errors'if' construct must use '{}'s.153
ErrorsMethod 'getFunnel' is not designed for extension - needs to be abstract, final or empty.161

org/treetank/data/BlockDataElementFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.34
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.43
ErrorsMethod 'deserializeData' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter input should be final.46

org/treetank/data/ISCSIMetaPageFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.16
ErrorsMethod 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty.20
ErrorsParameter pData should be final.21
ErrorsParameter pOutput should be final.24

org/treetank/jscsi/HybridTreetankStorageModule.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.60
Errors'static' modifier out of order with the JLS suggestions.73
ErrorsLine is longer than 80 characters.75
ErrorsMissing a Javadoc comment.75
ErrorsFirst sentence should end with a period.77
ErrorsLine has trailing spaces.80
ErrorsFirst sentence should end with a period.101
ErrorsLine is longer than 80 characters.101
ErrorsFirst sentence should end with a period.104
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.127
ErrorsLine has trailing spaces.136
ErrorsUnused @throws tag for 'IOException'.137
ErrorsExpected @throws tag for 'TTException'.141
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.169
ErrorsMethod 'checkBounds' is not designed for extension - needs to be abstract, final or empty.169
ErrorsParameter logicalBlockAddress should be final.169
ErrorsParameter transferLengthInBlocks should be final.169
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.177
ErrorsMethod 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty.187
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.195
ErrorsParameter bytes should be final.195
ErrorsParameter storageIndex should be final.195
ErrorsLine is longer than 80 characters.197
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.206
ErrorsParameter bytes should be final.206
ErrorsParameter storageIndex should be final.206
ErrorsLine is longer than 80 characters.208
ErrorsLine has trailing spaces.220
ErrorsLine has trailing spaces.222
ErrorsMissing a Javadoc comment.226
ErrorsMissing a Javadoc comment.227
ErrorsMissing a Javadoc comment.229
ErrorsParameter pBytes should be final.229
ErrorsParameter pStorageIndex should be final.229
Errors'cast' is not followed by whitespace.237
ErrorsLine is longer than 80 characters.240
Errors'cast' is not followed by whitespace.240
ErrorsLine is longer than 80 characters.243
ErrorsAvoid inline conditionals.243
ErrorsLine is longer than 80 characters.249
ErrorsLine is longer than 80 characters.255
ErrorsLine is longer than 80 characters.264
ErrorsLine is longer than 80 characters.270
ErrorsLine is longer than 80 characters.271
ErrorsMissing a Javadoc comment.292
ErrorsMissing a Javadoc comment.293
ErrorsParameter r should be final.293
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.303

org/treetank/jscsi/TreetankConfiguration.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.52
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.62
ErrorsFirst sentence should end with a period.64
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.73
ErrorsExpected @throws tag for 'IOException'.73
ErrorsFirst sentence should end with a period.78
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.92
ErrorsExpected @param tag for 'schemaLocation'.92
ErrorsExpected @param tag for 'configFile'.92
ErrorsLine is longer than 80 characters.93
ErrorsParameter session should be final.93
ErrorsExpected @param tag for 'session'.93
ErrorsExpected @throws tag for 'SAXException'.93
ErrorsExpected @throws tag for 'ParserConfigurationException'.93
ErrorsExpected @throws tag for 'IOException'.93
ErrorsExpected @throws tag for 'TTException'.93
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.101
Errors'cast' is not followed by whitespace.110
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.115
Errors'cast' is not followed by whitespace.115
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.119
Errors'cast' is not followed by whitespace.119
Errors'if' construct must use '{}'s.127
ErrorsLine is longer than 80 characters.129
Errors'else' construct must use '{}'s.130
Errors'3260' is a magic number.131
Errors'if' construct must use '{}'s.136
Errors'else' construct must use '{}'s.138
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.145
ErrorsMissing a Javadoc comment.145
ErrorsRedundant 'final' modifier.145
ErrorsParameter targetElement should be final.145
ErrorsParameter conf should be final.145
ErrorsLine is longer than 80 characters.183
ErrorsLine is longer than 80 characters.185
Errors'1024' is a magic number.185
Errors'3' is a magic number.185
ErrorsLine has trailing spaces.188
ErrorsLine is longer than 80 characters.189
ErrorsLine has trailing spaces.191
ErrorsLine is longer than 80 characters.192
ErrorsLine has trailing spaces.194

org/treetank/jscsi/TreetankStorageModule.java

ViolationMessageLine
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
Errors'static' modifier out of order with the JLS suggestions.70
ErrorsLine is longer than 80 characters.72
ErrorsMissing a Javadoc comment.72
ErrorsFirst sentence should end with a period.74
ErrorsLine is longer than 80 characters.75
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.94
ErrorsMissing a Javadoc comment.98
ErrorsVariable 'mPrefetchedBuckets' must be private and have accessor methods.98
ErrorsMissing a Javadoc comment.99
ErrorsName 'BUCKETS_TO_PREFETCH' must match pattern '^[a-z][a-zA-Z0-9]*$'.99
Errors'3' is a magic number.99
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.116
ErrorsLine has trailing spaces.129
ErrorsUnused @throws tag for 'IOException'.130
ErrorsLine is longer than 80 characters.131
ErrorsExpected @throws tag for 'TTException'.133
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.157
ErrorsMethod 'checkBounds' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter logicalBlockAddress should be final.157
ErrorsParameter transferLengthInBlocks should be final.157
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.164
ErrorsMethod 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty.174
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.182
ErrorsParameter bytes should be final.182
ErrorsParameter storageIndex should be final.182
ErrorsLine is longer than 80 characters.183
Errors'cast' is not followed by whitespace.187
Errors'cast' is not followed by whitespace.191
ErrorsLine is longer than 80 characters.199
ErrorsAvoid inline conditionals.199
ErrorsLine is longer than 80 characters.225
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.232
ErrorsParameter bytes should be final.232
ErrorsParameter storageIndex should be final.232
ErrorsLine is longer than 80 characters.233
Errors'cast' is not followed by whitespace.237
Errors'cast' is not followed by whitespace.240
ErrorsLine is longer than 80 characters.243
ErrorsAvoid inline conditionals.243
ErrorsLine is longer than 80 characters.281
ErrorsLine is longer than 80 characters.300
ErrorsFirst sentence should end with a period.307
ErrorsParameter storageIndex should be final.310
ErrorsExpected @param tag for 'storageIndex'.310
Errors'128' is a magic number.313
Errors'128' is a magic number.321
Errors'128' is a magic number.326
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.333

org/treetank/jscsi/TreetankTargetServer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.43
ErrorsUnused import - org.treetank.io.berkeley.BerkeleyStorage.53
ErrorsUnused import - com.google.common.io.Files.58
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsUtility classes should not have a public or default constructor.68
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.87
ErrorsParameter args should be final.91
ErrorsExpected @throws tag for 'Exception'.91
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.163
ErrorsLine is longer than 80 characters.173
Errors'cast' is not followed by whitespace.173
ErrorsLine is longer than 80 characters.180
Errors'cast' is not followed by whitespace.180
ErrorsLine has trailing spaces.184
Errors'=' is not preceded with whitespace.188
Errors'=' is not followed by whitespace.188
ErrorsLine has trailing spaces.189
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.205
ErrorsMissing a Javadoc comment.211
ErrorsLine is longer than 80 characters.224
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.235
ErrorsLine is longer than 80 characters.240
ErrorsLine is longer than 80 characters.243