Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
65001676

Files

FilesInfosWarningsErrors
org/treetank/access/BucketReadTrx.java0091
org/treetank/access/BucketWriteTrx.java00223
org/treetank/access/Session.java0040
org/treetank/access/Storage.java0051
org/treetank/access/conf/ConstructorProps.java0018
org/treetank/access/conf/IConfigurationPath.java005
org/treetank/access/conf/ModuleSetter.java0036
org/treetank/access/conf/ResourceConfiguration.java0096
org/treetank/access/conf/SessionConfiguration.java0022
org/treetank/access/conf/StandardSettings.java0026
org/treetank/access/conf/StorageConfiguration.java0021
org/treetank/access/conf/package-info.java0013
org/treetank/access/package-info.java0024
org/treetank/api/IBucketReadTrx.java0018
org/treetank/api/IBucketWriteTrx.java0021
org/treetank/api/IData.java0010
org/treetank/api/IDataFactory.java006
org/treetank/api/IMetaEntry.java009
org/treetank/api/IMetaEntryFactory.java004
org/treetank/api/ISession.java0033
org/treetank/api/IStorage.java0032
org/treetank/api/package-info.java0019
org/treetank/bucket/BucketFactory.java0026
org/treetank/bucket/DataBucket.java0034
org/treetank/bucket/DumbDataFactory.java0035
org/treetank/bucket/DumbMetaEntryFactory.java0038
org/treetank/bucket/IConstants.java0036
org/treetank/bucket/IndirectBucket.java0017
org/treetank/bucket/MetaBucket.java0024
org/treetank/bucket/RevisionRootBucket.java0025
org/treetank/bucket/UberBucket.java0028
org/treetank/bucket/interfaces/IBucket.java0013
org/treetank/bucket/interfaces/IReferenceBucket.java009
org/treetank/bucket/package-info.java0010
org/treetank/io/IBackend.java0024
org/treetank/io/IBackendReader.java0013
org/treetank/io/IBackendWriter.java009
org/treetank/io/ILog.java0011
org/treetank/io/IOUtils.java0012
org/treetank/io/LRULog.java0038
org/treetank/io/LogKey.java0040
org/treetank/io/LogValue.java0037
org/treetank/io/MemoryLog.java0012
org/treetank/io/berkeley/BerkeleyReader.java0022
org/treetank/io/berkeley/BerkeleyStorage.java0024
org/treetank/io/berkeley/BerkeleyWriter.java0018
org/treetank/io/berkeley/package-info.java004
org/treetank/io/bytepipe/ByteHandlerPipeline.java0010
org/treetank/io/bytepipe/Encryptor.java0014
org/treetank/io/bytepipe/IByteHandler.java0014
org/treetank/io/bytepipe/Zipper.java009
org/treetank/io/combined/CombinedReader.java0011
org/treetank/io/combined/CombinedStorage.java0018
org/treetank/io/combined/CombinedWriter.java0011
org/treetank/io/jclouds/JCloudsReader.java0052
org/treetank/io/jclouds/JCloudsStorage.java0020
org/treetank/io/jclouds/JCloudsWriter.java0038
org/treetank/io/package-info.java004
org/treetank/package-info.java008
org/treetank/revisioning/Differential.java0022
org/treetank/revisioning/FullDump.java0014
org/treetank/revisioning/IRevisioning.java0010
org/treetank/revisioning/Incremental.java0018
org/treetank/revisioning/SlidingSnapshot.java0019
org/treetank/revisioning/package-info.java007

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
4Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
476Errors Error
JavadocMethod96Errors Error
JavadocType2Errors Error
JavadocVariable38Errors Error
JavadocStyle28Errors 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
UnusedImports13Errors Error
LineLength578Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter70Errors Error
WhitespaceAround15Errors Error
ModifierOrder11Errors Error
RedundantModifier25Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock2Errors Error
LeftCurly0Errors Error
NeedBraces13Errors Error
RightCurly14Errors Error
AvoidInlineConditionals5Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment1Errors Error
MagicNumber49Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression1Errors Error
SimplifyBooleanReturn2Errors Error
DesignForExtension92Errors Error
FinalClass1Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType2Errors Error
VisibilityModifier26Errors Error
ArrayTypeStyle1Errors Error
FinalParameters105Errors Error
TodoComment0Errors Error
UpperEll3Errors Error

Details

org/treetank/access/BucketReadTrx.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine has trailing spaces.67
ErrorsVariable 'mRootBucket' must be private and have accessor methods.81
ErrorsVariable 'mMetaBucket' must be private and have accessor methods.84
ErrorsFirst sentence should end with a period.86
ErrorsVariable 'mSession' must be private and have accessor methods.87
ErrorsVariable 'mCache' must be private and have accessor methods.93
ErrorsLine has trailing spaces.97
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.105
ErrorsUnused @throws tag for 'TTIOException'.108
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.112
ErrorsExpected @throws tag for 'TTException'.113
Errors'100' is a magic number.120
ErrorsLine has trailing spaces.125
ErrorsMethod 'getData' is not designed for extension - needs to be abstract, final or empty.132
ErrorsLine is longer than 80 characters.136
Errors'3' is a magic number.136
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.149
ErrorsLine has trailing spaces.161
ErrorsExpected an @return tag.165
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.165
ErrorsMethod 'getRevision' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMethod 'isClosed' is not designed for extension - needs to be abstract, final or empty.188
ErrorsMethod 'getMetaBucket' is not designed for extension - needs to be abstract, final or empty.196
ErrorsLine has trailing spaces.204
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.221
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.229
ErrorsLine is longer than 80 characters.231
ErrorsLine is longer than 80 characters.238
ErrorsLine is longer than 80 characters.241
Errors'cast' is not followed by whitespace.241
ErrorsLine is longer than 80 characters.244
ErrorsLine is longer than 80 characters.248
ErrorsLine is longer than 80 characters.251
Errors'cast' is not followed by whitespace.254
ErrorsLine is longer than 80 characters.261
ErrorsLine is longer than 80 characters.262
ErrorsLine has trailing spaces.271
ErrorsLine is longer than 80 characters.277
ErrorsLine is longer than 80 characters.280
Errors'3' is a magic number.280
Errors'3' is a magic number.280
Errors'cast' is not followed by whitespace.281
ErrorsLine has trailing spaces.286
ErrorsLine has trailing spaces.292
ErrorsLine is longer than 80 characters.296
ErrorsExpected @param tag for 'pReader'.296
ErrorsLine is longer than 80 characters.302
Errors'cast' is not followed by whitespace.308
ErrorsLine is longer than 80 characters.309
ErrorsLine is longer than 80 characters.311
ErrorsLine is longer than 80 characters.312
ErrorsLine is longer than 80 characters.324
ErrorsLine has trailing spaces.326
ErrorsLine is longer than 80 characters.327
ErrorsLine is longer than 80 characters.328
ErrorsLine has trailing spaces.329
ErrorsLine is longer than 80 characters.333
ErrorsLine is longer than 80 characters.340
ErrorsRedundant 'final' modifier.340
ErrorsLine is longer than 80 characters.341
ErrorsExpected @throws tag for 'TTIOException'.341
ErrorsLine is longer than 80 characters.347
ErrorsLine is longer than 80 characters.351
ErrorsLine is longer than 80 characters.359
Errors'cast' is not followed by whitespace.359
ErrorsLine is longer than 80 characters.360
Errors'}' is not followed by whitespace.365
ErrorsLine is longer than 80 characters.372
ErrorsLine is longer than 80 characters.374
ErrorsLine is longer than 80 characters.378
ErrorsLine is longer than 80 characters.379
ErrorsMissing a Javadoc comment.391
ErrorsRedundant 'final' modifier.391
ErrorsLine is longer than 80 characters.392
ErrorsLine is longer than 80 characters.394
ErrorsLine is longer than 80 characters.396
ErrorsLine is longer than 80 characters.398
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.406
ErrorsLine is longer than 80 characters.408

org/treetank/access/BucketWriteTrx.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.78
ErrorsFirst sentence should end with a period.113
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.119
ErrorsUnused @throws tag for 'TTIOException'.128
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.132
ErrorsExpected @throws tag for 'TTException'.132
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.138
Errors'cast' is not followed by whitespace.138
ErrorsLine is longer than 80 characters.140
Errors'cast' is not followed by whitespace.140
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.153
Errors'16384' is a magic number.153
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.165
Errors'3' is a magic number.165
Errors'cast' is not followed by whitespace.168
Errors'cast' is not followed by whitespace.169
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.183
Errors'3' is a magic number.183
ErrorsLine is longer than 80 characters.186
Errors'cast' is not followed by whitespace.186
ErrorsLine is longer than 80 characters.187
Errors'cast' is not followed by whitespace.187
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.198
Errors'3' is a magic number.198
ErrorsLine is longer than 80 characters.201
ErrorsLine is longer than 80 characters.207
Errors'cast' is not followed by whitespace.207
ErrorsLine is longer than 80 characters.208
Errors'cast' is not followed by whitespace.208
Errors'}' should be on the same line.209
Errors'}' is not followed by whitespace.209
ErrorsLine is longer than 80 characters.211
Errors'cast' is not followed by whitespace.211
Errors'}' should be on the same line.215
Errors'}' is not followed by whitespace.215
ErrorsLine is longer than 80 characters.222
Errors'cast' is not followed by whitespace.222
ErrorsLine is longer than 80 characters.223
Errors'cast' is not followed by whitespace.223
Errors'}' should be on the same line.224
Errors'}' is not followed by whitespace.224
ErrorsLine is longer than 80 characters.226
Errors'cast' is not followed by whitespace.226
Errors'}' should be on the same line.230
Errors'}' is not followed by whitespace.230
ErrorsLine is longer than 80 characters.256
ErrorsLine is longer than 80 characters.259
ErrorsLine is longer than 80 characters.263
ErrorsMissing a Javadoc comment.276
ErrorsMust have at least one statement.296
ErrorsMissing a Javadoc comment.341
ErrorsLine is longer than 80 characters.343
Errors'3' is a magic number.343
ErrorsLine is longer than 80 characters.345
ErrorsLine is longer than 80 characters.351
ErrorsLine is longer than 80 characters.355
Errors'cast' is not followed by whitespace.355
ErrorsLine is longer than 80 characters.359
ErrorsLine is longer than 80 characters.367
ErrorsLine is longer than 80 characters.371
ErrorsLine is longer than 80 characters.374
Errors'cast' is not followed by whitespace.374
ErrorsLine is longer than 80 characters.375
ErrorsLine is longer than 80 characters.377
Errors'cast' is not followed by whitespace.378
ErrorsLine is longer than 80 characters.382
ErrorsLine is longer than 80 characters.383
Errors'}' should be on the same line.386
Errors'}' is not followed by whitespace.386
ErrorsLine is longer than 80 characters.389
ErrorsLine is longer than 80 characters.394
ErrorsLine is longer than 80 characters.395
ErrorsLine is longer than 80 characters.398
ErrorsLine is longer than 80 characters.399
ErrorsLine is longer than 80 characters.402
ErrorsLine is longer than 80 characters.406
Errors'}' should be on the same line.421
Errors'}' is not followed by whitespace.421
ErrorsLine is longer than 80 characters.423
ErrorsLine is longer than 80 characters.426
Errors'cast' is not followed by whitespace.426
ErrorsLine is longer than 80 characters.427
Errors'cast' is not followed by whitespace.427
ErrorsLine is longer than 80 characters.436
ErrorsLine has trailing spaces.438
ErrorsLine is longer than 80 characters.440
ErrorsLine is longer than 80 characters.443
ErrorsLine is longer than 80 characters.444
ErrorsLine is longer than 80 characters.450
ErrorsExpected @throws tag for 'TTException'.451
ErrorsLine is longer than 80 characters.453
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.458
Errors'3' is a magic number.461
ErrorsLine is longer than 80 characters.462
Errors'}' should be on the same line.462
ErrorsLine is longer than 80 characters.470
ErrorsLine is longer than 80 characters.492
Errors'cast' is not followed by whitespace.496
Errors'}' should be on the same line.497
ErrorsLine is longer than 80 characters.502
Errors'cast' is not followed by whitespace.502
ErrorsLine is longer than 80 characters.506
ErrorsLine is longer than 80 characters.507
ErrorsLine is longer than 80 characters.508
ErrorsLine is longer than 80 characters.518
ErrorsLine is longer than 80 characters.527
Errors'}' should be on the same line.527
Errors'cast' is not followed by whitespace.529
ErrorsLine is longer than 80 characters.540
ErrorsMissing a Javadoc comment.540
ErrorsLine is longer than 80 characters.541
ErrorsLine is longer than 80 characters.544
ErrorsLine is longer than 80 characters.547
ErrorsLine is longer than 80 characters.548
ErrorsLine is longer than 80 characters.552
ErrorsLine is longer than 80 characters.556
ErrorsLine is longer than 80 characters.559
ErrorsLine is longer than 80 characters.561
ErrorsLine is longer than 80 characters.563
ErrorsLine is longer than 80 characters.566
Errors'cast' is not followed by whitespace.566
ErrorsLine is longer than 80 characters.567
Errors'cast' is not followed by whitespace.567
ErrorsLine is longer than 80 characters.572
ErrorsLine is longer than 80 characters.577
ErrorsLine is longer than 80 characters.578
ErrorsLine is longer than 80 characters.587
ErrorsMissing a Javadoc comment.591
ErrorsLine is longer than 80 characters.594
ErrorsMissing a Javadoc comment.598
ErrorsLine is longer than 80 characters.602
Errors'cast' is not followed by whitespace.603
ErrorsFirst sentence should end with a period.606
ErrorsLine has trailing spaces.608
ErrorsLine has trailing spaces.620
ErrorsLine has trailing spaces.622
ErrorsMissing a Javadoc comment.626
ErrorsVariable 'mMeta' must be private and have accessor methods.626
ErrorsMissing a Javadoc comment.627
ErrorsVariable 'mRoot' must be private and have accessor methods.627
ErrorsMissing a Javadoc comment.628
ErrorsVariable 'mUber' must be private and have accessor methods.628
ErrorsLine has trailing spaces.632
ErrorsLine is longer than 80 characters.640
ErrorsLine is longer than 80 characters.656
Errors'cast' is not followed by whitespace.656
ErrorsLine is longer than 80 characters.657
ErrorsLine is longer than 80 characters.661
ErrorsLine is longer than 80 characters.666
ErrorsLine is longer than 80 characters.672
Errors'cast' is not followed by whitespace.672
ErrorsLine is longer than 80 characters.675
Errors'cast' is not followed by whitespace.698
ErrorsLine is longer than 80 characters.699
ErrorsLine is longer than 80 characters.702
ErrorsFirst sentence should end with a period.706
ErrorsLine is longer than 80 characters.707
ErrorsLine has trailing spaces.708
ErrorsLine is longer than 80 characters.713
ErrorsExpected @throws tag for 'TTException'.713
ErrorsLine is longer than 80 characters.715
ErrorsLine is longer than 80 characters.722
ErrorsLine is longer than 80 characters.733
Errors'cast' is not followed by whitespace.735
ErrorsLine is longer than 80 characters.737
ErrorsLine is longer than 80 characters.739
ErrorsLine is longer than 80 characters.740
ErrorsLine is longer than 80 characters.742
Errors'}' should be on the same line.742
Errors'}' is not followed by whitespace.742
Errors'}' is not followed by whitespace.752
ErrorsLine is longer than 80 characters.754
ErrorsLine is longer than 80 characters.759
ErrorsLine is longer than 80 characters.761
ErrorsLine is longer than 80 characters.767
Errors'3' is a magic number.767
Errors'}' should be on the same line.772
ErrorsLine is longer than 80 characters.780
Errors'cast' is not followed by whitespace.780
ErrorsLine is longer than 80 characters.782
Errors'cast' is not followed by whitespace.782
Errors'3' is a magic number.782
Errors'3' is a magic number.782
Errors'}' should be on the same line.785
ErrorsLine is longer than 80 characters.787
ErrorsLine is longer than 80 characters.788
ErrorsLine is longer than 80 characters.792
Errors'cast' is not followed by whitespace.792
ErrorsLine is longer than 80 characters.794
Errors'cast' is not followed by whitespace.794
Errors'3' is a magic number.794
Errors'3' is a magic number.794
ErrorsLine is longer than 80 characters.795
ErrorsLine is longer than 80 characters.798
ErrorsLine is longer than 80 characters.799
ErrorsLine is longer than 80 characters.800
ErrorsLine is longer than 80 characters.802
Errors'}' should be on the same line.803
Errors'}' is not followed by whitespace.803
ErrorsLine is longer than 80 characters.816
ErrorsFirst sentence should end with a period.828
ErrorsLine has trailing spaces.830
ErrorsLine is longer than 80 characters.837
ErrorsExpected @throws tag for 'TTException'.837
ErrorsLine is longer than 80 characters.845
Errors'cast' is not followed by whitespace.845
ErrorsLine is longer than 80 characters.847
Errors'cast' is not followed by whitespace.847
Errors'3' is a magic number.847
Errors'3' is a magic number.847

org/treetank/access/Session.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsVariable 'mSessionConfig' must be private and have accessor methods.72
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsExpected @throws tag for 'TTException'.107
ErrorsLine is longer than 80 characters.117
ErrorsMissing a Javadoc comment.117
ErrorsLine is longer than 80 characters.120
Errors'cast' is not followed by whitespace.122
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.124
Errors'cast' is not followed by whitespace.126
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.129
ErrorsMissing a Javadoc comment.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.138
ErrorsMissing a Javadoc comment.138
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.145
Errors'cast' is not followed by whitespace.160
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.194
ErrorsFirst sentence should end with a period.200
ErrorsLine has trailing spaces.202
ErrorsExpected @throws tag for 'TTIOException'.207
ErrorsLine is longer than 80 characters.209
ErrorsMissing a Javadoc comment.213
ErrorsLine is longer than 80 characters.238
ErrorsParameter pTrx should be final.238
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.251
ErrorsParameter pRunningCommit should be final.276

org/treetank/access/Storage.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.67
ErrorsVariable 'mSessions' must be private and have accessor methods.70
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.109
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.140
ErrorsLine has trailing spaces.151
ErrorsConditional logic can be removed.158
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.179
ErrorsLine is longer than 80 characters.183
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.190
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 80 characters.204
ErrorsConditional logic can be removed.210
ErrorsLine has trailing spaces.231
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.239
ErrorsLine is longer than 80 characters.240
ErrorsLine is longer than 80 characters.264
ErrorsLine is longer than 80 characters.267
ErrorsLine is longer than 80 characters.272
ErrorsLine is longer than 80 characters.274
ErrorsParameter pResourceName should be final.306
ErrorsLine is longer than 80 characters.308
ErrorsLine is longer than 80 characters.318
ErrorsLine has trailing spaces.331
ErrorsLine is longer than 80 characters.338
ErrorsExpected @throws tag for 'TTException'.339
ErrorsLine is longer than 80 characters.347
ErrorsLine is longer than 80 characters.348
ErrorsLine is longer than 80 characters.365
ErrorsLine is longer than 80 characters.370
ErrorsLine is longer than 80 characters.371
ErrorsLine is longer than 80 characters.375
ErrorsLine is longer than 80 characters.376
ErrorsLine is longer than 80 characters.394
ErrorsLine is longer than 80 characters.407

org/treetank/access/conf/ConstructorProps.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
Errorsinterfaces should describe a type and hence have methods.10
ErrorsMissing a Javadoc comment.12
ErrorsRedundant 'public' modifier.12
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.14
ErrorsRedundant 'public' modifier.14
ErrorsLine has trailing spaces.15
ErrorsMissing a Javadoc comment.16
ErrorsRedundant 'public' modifier.16
ErrorsMissing a Javadoc comment.18
ErrorsRedundant 'public' modifier.18
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.20
ErrorsRedundant 'public' modifier.20
ErrorsLine has trailing spaces.21

org/treetank/access/conf/IConfigurationPath.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsExpected an @return tag.13
ErrorsExpected an @return tag.16

org/treetank/access/conf/ModuleSetter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUnused import - org.treetank.io.berkeley.BerkeleyStorage.11
ErrorsUnused import - org.treetank.io.bytepipe.IByteHandler.14
ErrorsFirst sentence should end with a period.23
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.42
ErrorsFirst sentence should end with a period.44
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.51
ErrorsMethod 'setDataFacClass' is not designed for extension - needs to be abstract, final or empty.51
ErrorsFirst sentence should end with a period.56
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.63
ErrorsMethod 'setMetaFacClass' is not designed for extension - needs to be abstract, final or empty.63
ErrorsFirst sentence should end with a period.68
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'setRevisioningClass' is not designed for extension - needs to be abstract, final or empty.75
ErrorsFirst sentence should end with a period.80
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.87
ErrorsMethod 'setBackendClass' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.99
ErrorsMethod 'setIByteHandlerInstance' is not designed for extension - needs to be abstract, final or empty.99
ErrorsLine has trailing spaces.106
ErrorsMethod 'setKeyInstance' is not designed for extension - needs to be abstract, final or empty.111
ErrorsLine has trailing spaces.118
ErrorsMethod 'createModule' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.133

org/treetank/access/conf/ResourceConfiguration.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.access.Session.42
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.114
ErrorsVariable 'mBackend' must be private and have accessor methods.125
ErrorsVariable 'mRevision' must be private and have accessor methods.128
ErrorsVariable 'mProperties' must be private and have accessor methods.131
ErrorsVariable 'mDataFac' must be private and have accessor methods.134
ErrorsVariable 'mMetaFac' must be private and have accessor methods.137
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.150
ErrorsParameter pProperties should be final.150
ErrorsExpected @param tag for 'pProperties'.150
ErrorsParameter pBackend should be final.150
ErrorsExpected @param tag for 'pBackend'.150
ErrorsLine is longer than 80 characters.151
ErrorsParameter pRevision should be final.151
ErrorsExpected @param tag for 'pRevision'.151
ErrorsParameter pDataFac should be final.151
ErrorsExpected @param tag for 'pDataFac'.151
ErrorsParameter pMetaFac should be final.151
ErrorsExpected @param tag for 'pMetaFac'.151
ErrorsLine is longer than 80 characters.153
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.165
ErrorsParameter pProperties should be final.165
ErrorsExpected @param tag for 'pProperties'.165
ErrorsParameter pStorage should be final.165
ErrorsExpected @param tag for 'pStorage'.165
ErrorsParameter pRevisioning should be final.165
ErrorsExpected @param tag for 'pRevisioning'.165
ErrorsParameter pDataFac should be final.166
ErrorsExpected @param tag for 'pDataFac'.166
ErrorsParameter pMetaFac should be final.166
ErrorsExpected @param tag for 'pMetaFac'.166
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.176
ErrorsLine has trailing spaces.178
ErrorsLine has trailing spaces.180
ErrorsRedundant 'static' modifier.182
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.187
ErrorsMissing a Javadoc comment.195
ErrorsLine is longer than 80 characters.196
ErrorsLine is longer than 80 characters.200
ErrorsMissing a Javadoc comment.200
ErrorsLine is longer than 80 characters.204
ErrorsLine is longer than 80 characters.205
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.212
ErrorsLine is longer than 80 characters.214
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.218
Errors'3' is a magic number.219
ErrorsLine is longer than 80 characters.226
Errors'4' is a magic number.226
Errors'5' is a magic number.227
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.242
ErrorsLine is longer than 80 characters.243
ErrorsLine has trailing spaces.244
ErrorsLine is longer than 80 characters.250
ErrorsExpected @param tag for 'pResource'.250
ErrorsExpected @throws tag for 'TTIOException'.251
ErrorsLine is longer than 80 characters.255
Errors'3' is a magic number.273
ErrorsLine is longer than 80 characters.276
ErrorsLine is longer than 80 characters.277
ErrorsLine is longer than 80 characters.278
ErrorsLine is longer than 80 characters.279
Errors'cast' is not followed by whitespace.279
ErrorsLine is longer than 80 characters.281
Errors'cast' is not followed by whitespace.281
ErrorsLine is longer than 80 characters.288
Errors'4' is a magic number.290
Errors'5' is a magic number.292
ErrorsLine is longer than 80 characters.296
ErrorsLine is longer than 80 characters.303
ErrorsLine is longer than 80 characters.304
Errors'cast' is not followed by whitespace.304
Errors'cast' is not followed by whitespace.307
Errors'cast' is not followed by whitespace.310
ErrorsLine is longer than 80 characters.313
Errors'cast' is not followed by whitespace.313
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.317
ErrorsRedundant 'final' modifier.335
ErrorsLine is longer than 80 characters.344
ErrorsLine is longer than 80 characters.345

org/treetank/access/conf/SessionConfiguration.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.access.Session.34
ErrorsUnused import - org.treetank.access.Storage.35
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.59
ErrorsParameter pResource should be final.66
ErrorsParameter pKey should be final.66
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.81
ErrorsFirst sentence should end with a period.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsRedundant 'static' modifier.105
ErrorsLine has trailing spaces.109

org/treetank/access/conf/StandardSettings.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsUnused import - com.google.common.io.Files.21
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.27
ErrorsUtility classes should not have a public or default constructor.29
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters.37
ErrorsMissing a Javadoc comment.37
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
Errors'4' is a magic number.43
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.49
Errors',' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.63
ErrorsMissing a Javadoc comment.74
ErrorsLine is longer than 80 characters.76

org/treetank/access/conf/StorageConfiguration.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.56
Errors'{' is not preceded with whitespace.59
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.96
ErrorsVariable 'mFile' must be private and have accessor methods.106
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.149
ErrorsExpected @throws tag for 'TTIOException'.149
ErrorsLine is longer than 80 characters.152
ErrorsLine has trailing spaces.166
ErrorsLine is longer than 80 characters.172
ErrorsExpected @throws tag for 'TTIOException'.172
ErrorsLine is longer than 80 characters.174

org/treetank/access/conf/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.48

org/treetank/access/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.69
ErrorsExtra HTML tag found: </p>70
ErrorsLine has trailing spaces.71

org/treetank/api/IBucketReadTrx.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsUnused import - org.treetank.exception.TTException.7
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.33
ErrorsUnused @throws tag for 'TTException'.37
ErrorsExpected @throws tag for 'TTIOException'.40
ErrorsFirst sentence should end with a period.42
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.70

org/treetank/api/IBucketWriteTrx.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.11
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.30
ErrorsExpected an @return tag.36
ErrorsLine has trailing spaces.40
ErrorsExpected @throws tag for 'TTException'.45
ErrorsLine has trailing spaces.49
ErrorsUnable to get class information for @throws tag 'if'.50
ErrorsUnused @throws tag for 'if'.50
ErrorsExpected @throws tag for 'TTException'.53
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.57
ErrorsUnable to get class information for @throws tag 'if'.58
ErrorsUnused @throws tag for 'if'.58
ErrorsExpected @throws tag for 'TTException'.61
ErrorsLine has trailing spaces.62

org/treetank/api/IData.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.18
ErrorsFirst sentence should end with a period.22
ErrorsLine has trailing spaces.24
ErrorsExpected @throws tag for 'TTIOException'.29
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.43

org/treetank/api/IDataFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.19
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.28

org/treetank/api/IMetaEntry.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.17
ErrorsFirst sentence should end with a period.21
ErrorsLine has trailing spaces.23
ErrorsExpected @throws tag for 'TTIOException'.28
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.32

org/treetank/api/IMetaEntryFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.20

org/treetank/api/ISession.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.58
ErrorsExpected @throws tag for 'TTIOException'.63
ErrorsFirst sentence should end with a period.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.74
ErrorsExpected @throws tag for 'TTIOException'.77
ErrorsFirst sentence should end with a period.79
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.82
ErrorsExpected @throws tag for 'TTException'.86
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.95
ErrorsExpected @param tag for 'pRevToRepresent'.95
ErrorsExpected @throws tag for 'TTException'.95
ErrorsFirst sentence should end with a period.97
ErrorsLine has trailing spaces.99
ErrorsExpected @throws tag for 'TTException'.105
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.121
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.141

org/treetank/api/IStorage.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.exception.TTIOException.35
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.75
ErrorsUnused @throws tag for 'TTIOException'.79
ErrorsLine is longer than 80 characters.82
ErrorsExpected @throws tag for 'TTException'.82
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.98
ErrorsExpected an @return tag.104
ErrorsLine is longer than 80 characters.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.131

org/treetank/api/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52

org/treetank/bucket/BucketFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.69
ErrorsExpected @param tag for 'pMetaFac'.69
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.82
ErrorsExpected @throws tag for 'TTIOException'.82
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.156

org/treetank/bucket/DataBucket.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.68
ErrorsExpected @param tag for 'pLastBucketKey'.72
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.108
ErrorsFirst sentence should end with a period.118
ErrorsLine has trailing spaces.120
ErrorsLine is longer than 80 characters.158
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsMissing a Javadoc comment.176
ErrorsMissing a Javadoc comment.177
ErrorsParameter from should be final.177
ErrorsParameter into should be final.177
ErrorsLine has trailing spaces.189
ErrorsMethod 'getDataKey' is not designed for extension - needs to be abstract, final or empty.200
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.208
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.220
ErrorsMethod 'getFunnel' is not designed for extension - needs to be abstract, final or empty.228
Errors'cast' is not followed by whitespace.230
ErrorsLine is longer than 80 characters.240
ErrorsLine is longer than 80 characters.256
Errors'cast' is not followed by whitespace.256
Errors'32' is a magic number.256
Errors'cast' is not followed by whitespace.258
Errors'32' is a magic number.258
ErrorsParameter obj should be final.266

org/treetank/bucket/DumbDataFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.31
ErrorsMethod 'deserializeData' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter pSource should be final.34
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.57
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsParameter from should be final.61
ErrorsParameter into should be final.61
Errors'cast' is not followed by whitespace.62
ErrorsMissing a Javadoc comment.67
ErrorsVariable 'mDataKey' must be private and have accessor methods.67
ErrorsMissing a Javadoc comment.68
ErrorsVariable 'mValue' must be private and have accessor methods.68
ErrorsLine has trailing spaces.72
ErrorsParameter pDataKey should be final.78
ErrorsParameter pValue should be final.78
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMethod 'getDataKey' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine has trailing spaces.107
ErrorsMethod 'setDataKey' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine is longer than 80 characters.120
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.127
Errors'cast' is not followed by whitespace.131
Errors'32' is a magic number.131
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter obj should be final.140
ErrorsMethod 'getFunnel' is not designed for extension - needs to be abstract, final or empty.147

org/treetank/bucket/DumbMetaEntryFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.22
Errors'static' modifier out of order with the JLS suggestions.27
Errors'static' modifier out of order with the JLS suggestions.29
ErrorsMethod 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty.34
ErrorsParameter pData should be final.35
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsParameter from should be final.67
ErrorsParameter into should be final.67
Errors'cast' is not followed by whitespace.68
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.78
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine has trailing spaces.122
ErrorsMethod 'getFunnel' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsMissing a Javadoc comment.147
ErrorsMissing a Javadoc comment.148
ErrorsParameter from should be final.148
ErrorsParameter into should be final.148
Errors'cast' is not followed by whitespace.149
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.159
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.199
ErrorsMethod 'getFunnel' is not designed for extension - needs to be abstract, final or empty.206

org/treetank/bucket/IConstants.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.36
Errorsinterfaces should describe a type and hence have methods.40
ErrorsMissing a Javadoc comment.44
ErrorsRedundant 'public' modifier.44
Errors'static' modifier out of order with the JLS suggestions.44
ErrorsMissing a Javadoc comment.45
ErrorsRedundant 'public' modifier.45
Errors'static' modifier out of order with the JLS suggestions.45
ErrorsMissing a Javadoc comment.46
ErrorsRedundant 'public' modifier.46
Errors'static' modifier out of order with the JLS suggestions.46
ErrorsMissing a Javadoc comment.47
ErrorsRedundant 'public' modifier.47
Errors'static' modifier out of order with the JLS suggestions.47
ErrorsMissing a Javadoc comment.48
ErrorsRedundant 'public' modifier.48
Errors'static' modifier out of order with the JLS suggestions.48
ErrorsRedundant 'public' modifier.51
Errors'static' modifier out of order with the JLS suggestions.51
ErrorsMissing a Javadoc comment.52
ErrorsRedundant 'public' modifier.52
Errors'static' modifier out of order with the JLS suggestions.52
ErrorsMissing a Javadoc comment.53
ErrorsRedundant 'public' modifier.53
Errors'static' modifier out of order with the JLS suggestions.53
ErrorsRedundant 'public' modifier.56
ErrorsRedundant 'public' modifier.59
ErrorsMissing a Javadoc comment.63
ErrorsRedundant 'public' modifier.63
ErrorsMissing a Javadoc comment.67
ErrorsRedundant 'public' modifier.67
ErrorsLine has trailing spaces.70

org/treetank/bucket/IndirectBucket.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.49
ErrorsMissing a Javadoc comment.58
ErrorsLine has trailing spaces.65
ErrorsParameter pIndex should be final.116
ErrorsParameter pKey should be final.116
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.126
ErrorsParameter pIndex should be final.142
ErrorsParameter pHash should be final.142
Errors'cast' is not followed by whitespace.153
Errors'32' is a magic number.153
ErrorsParameter obj should be final.165
ErrorsLine is longer than 80 characters.174

org/treetank/bucket/MetaBucket.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.113
ErrorsFirst sentence should end with a period.121
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.164
Errors'cast' is not followed by whitespace.174
Errors'32' is a magic number.174
ErrorsLine is longer than 80 characters.175
ErrorsAvoid inline conditionals.175
ErrorsParameter obj should be final.183
Errors'==' is not preceded with whitespace.184
Errors'==' is not followed by whitespace.184
ErrorsLine has trailing spaces.186
ErrorsLine is longer than 80 characters.192

org/treetank/bucket/RevisionRootBucket.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.94
ErrorsExpected an @return tag.104
ErrorsLine has trailing spaces.110
ErrorsParameter pIndex should be final.159
ErrorsParameter pKey should be final.159
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.169
ErrorsParameter pIndex should be final.185
ErrorsParameter pHash should be final.185
Errors'cast' is not followed by whitespace.196
Errors'32' is a magic number.196
Errors'cast' is not followed by whitespace.197
Errors'32' is a magic number.197
Errors'cast' is not followed by whitespace.202
Errors'32' is a magic number.202
ErrorsParameter obj should be final.210
ErrorsLine is longer than 80 characters.220

org/treetank/bucket/UberBucket.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.49
ErrorsArray brackets at illegal position.59
ErrorsFirst sentence should end with a period.70
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.136
ErrorsParameter pIndex should be final.155
ErrorsParameter pKey should be final.155
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.165
ErrorsParameter pIndex should be final.181
ErrorsParameter pHash should be final.181
ErrorsLine is longer than 80 characters.192
Errors'cast' is not followed by whitespace.192
Errors'32' is a magic number.192
Errors'cast' is not followed by whitespace.193
Errors'32' is a magic number.193
ErrorsLine is longer than 80 characters.198
Errors'cast' is not followed by whitespace.198
Errors'32' is a magic number.198
ErrorsParameter obj should be final.206
ErrorsLine is longer than 80 characters.216

org/treetank/bucket/interfaces/IBucket.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 is longer than 80 characters.37
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.48
ErrorsFirst sentence should end with a period.53
ErrorsLine has trailing spaces.55
ErrorsExpected @throws tag for 'TTIOException'.60
ErrorsLine has trailing spaces.64

org/treetank/bucket/interfaces/IReferenceBucket.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.11
ErrorsRedundant 'public' modifier.16
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.44

org/treetank/bucket/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.45

org/treetank/io/IBackend.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.49
ErrorsUnused @throws tag for 'TTIOException'.51
ErrorsExpected @throws tag for 'TTException'.54
ErrorsLine has trailing spaces.58
ErrorsUnused @throws tag for 'TTIOException'.60
ErrorsExpected @throws tag for 'TTException'.63
ErrorsLine has trailing spaces.67
ErrorsUnused @throws tag for 'TTIOException'.68
ErrorsExpected @throws tag for 'TTException'.71
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.82
ErrorsExpected @throws tag for 'TTIOException'.92
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsRedundant 'static' modifier.102
ErrorsLine has trailing spaces.106

org/treetank/io/IBackendReader.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.exception.TTException.32
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.45
ErrorsUnused @throws tag for 'TTException'.49
ErrorsExpected @throws tag for 'TTIOException'.52
ErrorsFirst sentence should end with a period.54
ErrorsLine has trailing spaces.56
ErrorsExpected @throws tag for 'TTIOException'.60
ErrorsLine has trailing spaces.64

org/treetank/io/IBackendWriter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.56
ErrorsExpected @throws tag for 'TTException'.60
ErrorsLine has trailing spaces.64

org/treetank/io/ILog.java

ViolationMessageLine
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.13
ErrorsLine has trailing spaces.15
ErrorsExpected @throws tag for 'TTIOException'.21
ErrorsLine has trailing spaces.25
ErrorsExpected @throws tag for 'TTIOException'.32
ErrorsLine has trailing spaces.36
ErrorsExpected @throws tag for 'TTIOException'.39
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47

org/treetank/io/IOUtils.java

ViolationMessageLine
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsClass IOUtils should be declared as final.15
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.32
ErrorsParameter pPaths should be final.32
ErrorsExpected @throws tag for 'TTIOException'.33
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.66
ErrorsParameter pPaths should be final.66
ErrorsLine has trailing spaces.79

org/treetank/io/LRULog.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsName 'mSelected_db' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.129
ErrorsLine has trailing spaces.131
ErrorsLine is longer than 80 characters.133
ErrorsExpected @throws tag for 'TTIOException'.134
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.144
Errors'20' is a magic number.156
Errors'100' is a magic number.169
ErrorsLine is longer than 80 characters.172
ErrorsParameter notification should be final.172
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.194
ErrorsLine is longer than 80 characters.214
ErrorsLine has trailing spaces.252
ErrorsMissing a Javadoc comment.264
ErrorsParameter pKey should be final.264
ErrorsParameter pVal should be final.264
ErrorsLine is longer than 80 characters.274
ErrorsLine is longer than 80 characters.279
ErrorsLine is longer than 80 characters.285
ErrorsMissing a Javadoc comment.296
ErrorsMissing a Javadoc comment.298
ErrorsMissing a Javadoc comment.299
ErrorsMissing a Javadoc comment.300
ErrorsLine has trailing spaces.303
ErrorsLine has trailing spaces.305
ErrorsLine is longer than 80 characters.328
ErrorsExpression can be simplified.335
ErrorsInner assignments should be avoided.347

org/treetank/io/LogKey.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.51
ErrorsMethod 'getLevel' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine has trailing spaces.60
ErrorsMethod 'getSeq' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine has trailing spaces.69
ErrorsMethod 'isRootLevel' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.79
Errors'cast' is not followed by whitespace.83
Errors'32' is a magic number.83
ErrorsAvoid inline conditionals.84
Errors'1231' is a magic number.84
Errors'1237' is a magic number.84
Errors'cast' is not followed by whitespace.85
Errors'32' is a magic number.85
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter obj should be final.93
Errors'if' construct must use '{}'s.94
Errors'if' construct must use '{}'s.96
Errors'if' construct must use '{}'s.98
Errors'cast' is not followed by whitespace.100
Errors'if' construct must use '{}'s.101
Errors'if' construct must use '{}'s.103
Errors'if' construct must use '{}'s.105
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine is longer than 80 characters.115
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsParameter arg0 should be final.131
ErrorsLine is longer than 80 characters.132
ErrorsParameter arg0 should be final.140
ErrorsParameter arg1 should be final.140

org/treetank/io/LogValue.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.bucket.DataBucket.40
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsMissing a Javadoc comment.70
ErrorsMissing a Javadoc comment.72
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.111
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsMissing a Javadoc comment.122
ErrorsFirst sentence should end with a period.124
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.175
ErrorsAvoid inline conditionals.175
ErrorsLine is longer than 80 characters.176
ErrorsAvoid inline conditionals.176
ErrorsParameter obj should be final.184
Errors'if' construct must use '{}'s.185
Errors'if' construct must use '{}'s.187
Errors'if' construct must use '{}'s.189
Errors'cast' is not followed by whitespace.191
Errors'if' construct must use '{}'s.193
Errors'if' construct must use '{}'s.195
Errors'if' construct must use '{}'s.198
Errors'if' construct must use '{}'s.200

org/treetank/io/MemoryLog.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.8
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.18
ErrorsParameter pKey should be final.19
ErrorsAvoid inline conditionals.21
ErrorsMethod 'put' is not designed for extension - needs to be abstract, final or empty.24
ErrorsParameter pKey should be final.25
ErrorsParameter pValue should be final.25
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMethod 'isClosed' is not designed for extension - needs to be abstract, final or empty.34

org/treetank/io/berkeley/BerkeleyReader.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.access.Storage.30
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.51
ErrorsVariable 'mBucketBinding' must be private and have accessor methods.56
ErrorsVariable 'mCache' must be private and have accessor methods.62
ErrorsMissing a Javadoc comment.64
ErrorsVariable 'mEnv' must be private and have accessor methods.64
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsParameter pEnv should be final.76
ErrorsExpected @param tag for 'pEnv'.76
Errors'100' is a magic number.80
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.128
ErrorsShould use uppercase 'L'.128
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.134
Errors'cast' is not followed by whitespace.136

org/treetank/io/berkeley/BerkeleyStorage.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.access.conf.SessionConfiguration.44
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.116
ErrorsParameter pProperties should be final.116
ErrorsParameter pDataFac should be final.116
ErrorsLine is longer than 80 characters.117
ErrorsParameter pMetaFac should be final.117
ErrorsParameter pByteHandler should be final.117
ErrorsLine is longer than 80 characters.120
Errors'20' is a magic number.139
ErrorsLine is longer than 80 characters.210
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.218
Errors'{' is not preceded with whitespace.220
ErrorsLine is longer than 80 characters.228
ErrorsLine has trailing spaces.249

org/treetank/io/berkeley/BerkeleyWriter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.treetank.access.Storage.30
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.95
ErrorsParameter pBucket should be final.129
ErrorsLine is longer than 80 characters.134
ErrorsShould use uppercase 'L'.134
ErrorsLine is longer than 80 characters.137

org/treetank/io/berkeley/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.30

org/treetank/io/bytepipe/ByteHandlerPipeline.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.77

org/treetank/io/bytepipe/Encryptor.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.53
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.53
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.66
ErrorsMethod 'deserialize' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter pToDeserialize should be final.66
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.88

org/treetank/io/bytepipe/IByteHandler.java

ViolationMessageLine
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.40
ErrorsFirst sentence should end with a period.42
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.55
ErrorsFirst sentence should end with a period.57
ErrorsLine has trailing spaces.59

org/treetank/io/bytepipe/Zipper.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.26
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine is longer than 80 characters.33
ErrorsMethod 'deserialize' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.48

org/treetank/io/combined/CombinedReader.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.31
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter pKey should be final.40
ErrorsMethod 'readUber' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.63

org/treetank/io/combined/CombinedStorage.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.51
ErrorsParameter pProperties should be final.51
ErrorsParameter pDataFac should be final.51
ErrorsLine is longer than 80 characters.52
ErrorsParameter pMetaFac should be final.52
ErrorsParameter pByteHandler should be final.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'getWriter' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMethod 'getReader' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMethod 'getByteHandler' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMethod 'truncate' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.105

org/treetank/io/combined/CombinedWriter.java

ViolationMessageLine
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.41
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMethod 'readUber' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMethod 'writeUberBucket' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.126
Errors'10' is a magic number.130

org/treetank/io/jclouds/JCloudsReader.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.39
ErrorsMissing a Javadoc comment.55
Errors'static' modifier out of order with the JLS suggestions.55
ErrorsVariable 'mBlobStore' must be private and have accessor methods.60
ErrorsVariable 'mByteHandler' must be private and have accessor methods.66
ErrorsVariable 'mResourceName' must be private and have accessor methods.69
ErrorsVariable 'mCache' must be private and have accessor methods.72
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.84
ErrorsMissing a Javadoc comment.84
ErrorsParameter pBlobStore should be final.84
ErrorsParameter pFac should be final.84
ErrorsParameter pByteHandler should be final.84
ErrorsParameter pResourceName should be final.85
Errors'100' is a magic number.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.97
ErrorsMethod 'readUber' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine is longer than 80 characters.108
ErrorsShould use uppercase 'L'.108
ErrorsLine is longer than 80 characters.109
Errors'cast' is not followed by whitespace.111
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter pKey should be final.123
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.139
ErrorsMissing a Javadoc comment.139
ErrorsRedundant 'final' modifier.139
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.166
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.206
ErrorsVariable 'mBucketId' must be private and have accessor methods.213
ErrorsMissing a Javadoc comment.215
ErrorsLine is longer than 80 characters.224
Errors'10' is a magic number.227
ErrorsLine is longer than 80 characters.228
ErrorsLine is longer than 80 characters.238
Errors'4' is a magic number.249
ErrorsLine is longer than 80 characters.250
Errors'4' is a magic number.250
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.259
ErrorsParameter value should be final.276
ErrorsLine has trailing spaces.285
ErrorsLine has trailing spaces.287
ErrorsParameter value should be final.309

org/treetank/io/jclouds/JCloudsStorage.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.61
ErrorsParameter pProperties should be final.61
ErrorsParameter pDataFac should be final.61
ErrorsParameter pMetaFac should be final.62
ErrorsParameter pByteHandler should be final.62
Errors'cast' is not followed by whitespace.65
ErrorsLine is longer than 80 characters.68
ErrorsMethod 'getWriter' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMethod 'getReader' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMethod 'getByteHandler' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMethod 'truncate' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.120
ErrorsLine is longer than 80 characters.123

org/treetank/io/jclouds/JCloudsWriter.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter pBlobStore should be final.61
ErrorsParameter pFac should be final.61
ErrorsParameter pByteHandler should be final.61
ErrorsParameter pResourceName should be final.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.70
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter pKey should be final.80
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.99
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.109
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMethod 'readUber' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMethod 'writeUberBucket' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter pBucket should be final.154
ErrorsLine is longer than 80 characters.158
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsVariable 'mBucket' must be private and have accessor methods.182
ErrorsMissing a Javadoc comment.184
ErrorsParameter pBucket should be final.184
ErrorsLine is longer than 80 characters.195
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.201
Errors'4' is a magic number.201
ErrorsLine is longer than 80 characters.206
ErrorsLine has trailing spaces.208
ErrorsMust have at least one statement.211
ErrorsLine is longer than 80 characters.214
ErrorsLine is longer than 80 characters.216

org/treetank/io/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31

org/treetank/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.46

org/treetank/revisioning/Differential.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.16
ErrorsMethod 'combineBuckets' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.28
Errors'}' should be on the same line.34
Errors'}' is not followed by whitespace.34
ErrorsMethod 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty.45
ErrorsLine is longer than 80 characters.46
ErrorsParameter pRevisionsToRestore should be final.46
ErrorsParameter pNewBucketKey should be final.46
ErrorsParameter pBuckets should be final.46
ErrorsParameter pFullDump should be final.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.65
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.80

org/treetank/revisioning/FullDump.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.15
ErrorsMethod 'combineBuckets' is not designed for extension - needs to be abstract, final or empty.22
ErrorsParameter pBuckets should be final.23
ErrorsLine is longer than 80 characters.24
ErrorsMethod 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine is longer than 80 characters.35
ErrorsParameter pRevisionsToRestore should be final.35
ErrorsParameter pNewBucketKey should be final.35
ErrorsParameter pBuckets should be final.35
ErrorsParameter fullDump should be final.36
ErrorsLine is longer than 80 characters.39
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.55

org/treetank/revisioning/IRevisioning.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.44

org/treetank/revisioning/Incremental.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.16
ErrorsMethod 'combineBuckets' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.33
ErrorsMethod 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine is longer than 80 characters.50
ErrorsParameter pRevisionsToRestore should be final.50
ErrorsParameter pNewBucketKey should be final.50
ErrorsParameter pBuckets should be final.50
ErrorsParameter pFullDump should be final.51
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.70
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.84

org/treetank/revisioning/SlidingSnapshot.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.16
ErrorsMethod 'combineBuckets' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.33
ErrorsMethod 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine is longer than 80 characters.50
ErrorsParameter pRevisionsToRestore should be final.50
ErrorsParameter pNewBucketKey should be final.50
ErrorsParameter pBuckets should be final.50
ErrorsParameter pFullDump should be final.51
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.84

org/treetank/revisioning/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.36