Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 4 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 476 | Error |
JavadocMethod | 96 | Error |
JavadocType | 2 | Error |
JavadocVariable | 38 | Error |
JavadocStyle | 28 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 1 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 13 | Error |
LineLength | 578 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 70 | Error |
WhitespaceAround | 15 | Error |
ModifierOrder | 11 | Error |
RedundantModifier | 25 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 2 | Error |
LeftCurly | 0 | Error |
NeedBraces | 13 | Error |
RightCurly | 14 | Error |
AvoidInlineConditionals | 5 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber | 49 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 2 | Error |
DesignForExtension | 92 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 2 | Error |
VisibilityModifier | 26 | Error |
ArrayTypeStyle | 1 | Error |
FinalParameters | 105 | Error |
TodoComment | 0 | Error |
UpperEll | 3 | Error |
Details
org/treetank/access/BucketReadTrx.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line has trailing spaces. | 67 | |
Variable 'mRootBucket' must be private and have accessor methods. | 81 | |
Variable 'mMetaBucket' must be private and have accessor methods. | 84 | |
First sentence should end with a period. | 86 | |
Variable 'mSession' must be private and have accessor methods. | 87 | |
Variable 'mCache' must be private and have accessor methods. | 93 | |
Line has trailing spaces. | 97 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 105 | |
Unused @throws tag for 'TTIOException'. | 108 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Expected @throws tag for 'TTException'. | 113 | |
'100' is a magic number. | 120 | |
Line has trailing spaces. | 125 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Line is longer than 80 characters. | 136 | |
'3' is a magic number. | 136 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 149 | |
Line has trailing spaces. | 161 | |
Expected an @return tag. | 165 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'getRevision' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'getMetaBucket' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Line has trailing spaces. | 204 | |
Line is longer than 80 characters. | 211 | |
Line has trailing spaces. | 221 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 241 | |
'cast' is not followed by whitespace. | 241 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 251 | |
'cast' is not followed by whitespace. | 254 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 262 | |
Line has trailing spaces. | 271 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 280 | |
'3' is a magic number. | 280 | |
'3' is a magic number. | 280 | |
'cast' is not followed by whitespace. | 281 | |
Line has trailing spaces. | 286 | |
Line has trailing spaces. | 292 | |
Line is longer than 80 characters. | 296 | |
Expected @param tag for 'pReader'. | 296 | |
Line is longer than 80 characters. | 302 | |
'cast' is not followed by whitespace. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 311 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 324 | |
Line has trailing spaces. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 328 | |
Line has trailing spaces. | 329 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 340 | |
Redundant 'final' modifier. | 340 | |
Line is longer than 80 characters. | 341 | |
Expected @throws tag for 'TTIOException'. | 341 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 359 | |
'cast' is not followed by whitespace. | 359 | |
Line is longer than 80 characters. | 360 | |
'}' is not followed by whitespace. | 365 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 374 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 379 | |
Missing a Javadoc comment. | 391 | |
Redundant 'final' modifier. | 391 | |
Line is longer than 80 characters. | 392 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 398 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Line is longer than 80 characters. | 408 |
org/treetank/access/BucketWriteTrx.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 78 | |
First sentence should end with a period. | 113 | |
Line has trailing spaces. | 118 | |
Line has trailing spaces. | 119 | |
Unused @throws tag for 'TTIOException'. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Expected @throws tag for 'TTException'. | 132 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 138 | |
'cast' is not followed by whitespace. | 138 | |
Line is longer than 80 characters. | 140 | |
'cast' is not followed by whitespace. | 140 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 153 | |
'16384' is a magic number. | 153 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 165 | |
'3' is a magic number. | 165 | |
'cast' is not followed by whitespace. | 168 | |
'cast' is not followed by whitespace. | 169 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 183 | |
'3' is a magic number. | 183 | |
Line is longer than 80 characters. | 186 | |
'cast' is not followed by whitespace. | 186 | |
Line is longer than 80 characters. | 187 | |
'cast' is not followed by whitespace. | 187 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 198 | |
'3' is a magic number. | 198 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 207 | |
'cast' is not followed by whitespace. | 207 | |
Line is longer than 80 characters. | 208 | |
'cast' is not followed by whitespace. | 208 | |
'}' should be on the same line. | 209 | |
'}' is not followed by whitespace. | 209 | |
Line is longer than 80 characters. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'}' should be on the same line. | 215 | |
'}' is not followed by whitespace. | 215 | |
Line is longer than 80 characters. | 222 | |
'cast' is not followed by whitespace. | 222 | |
Line is longer than 80 characters. | 223 | |
'cast' is not followed by whitespace. | 223 | |
'}' should be on the same line. | 224 | |
'}' is not followed by whitespace. | 224 | |
Line is longer than 80 characters. | 226 | |
'cast' is not followed by whitespace. | 226 | |
'}' should be on the same line. | 230 | |
'}' is not followed by whitespace. | 230 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 263 | |
Missing a Javadoc comment. | 276 | |
Must have at least one statement. | 296 | |
Missing a Javadoc comment. | 341 | |
Line is longer than 80 characters. | 343 | |
'3' is a magic number. | 343 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 355 | |
'cast' is not followed by whitespace. | 355 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 367 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 374 | |
'cast' is not followed by whitespace. | 374 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 377 | |
'cast' is not followed by whitespace. | 378 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 383 | |
'}' should be on the same line. | 386 | |
'}' is not followed by whitespace. | 386 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 406 | |
'}' should be on the same line. | 421 | |
'}' is not followed by whitespace. | 421 | |
Line is longer than 80 characters. | 423 | |
Line is longer than 80 characters. | 426 | |
'cast' is not followed by whitespace. | 426 | |
Line is longer than 80 characters. | 427 | |
'cast' is not followed by whitespace. | 427 | |
Line is longer than 80 characters. | 436 | |
Line has trailing spaces. | 438 | |
Line is longer than 80 characters. | 440 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 444 | |
Line is longer than 80 characters. | 450 | |
Expected @throws tag for 'TTException'. | 451 | |
Line is longer than 80 characters. | 453 | |
Line is longer than 80 characters. | 455 | |
Line is longer than 80 characters. | 458 | |
'3' is a magic number. | 461 | |
Line is longer than 80 characters. | 462 | |
'}' should be on the same line. | 462 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 492 | |
'cast' is not followed by whitespace. | 496 | |
'}' should be on the same line. | 497 | |
Line is longer than 80 characters. | 502 | |
'cast' is not followed by whitespace. | 502 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 507 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 518 | |
Line is longer than 80 characters. | 527 | |
'}' should be on the same line. | 527 | |
'cast' is not followed by whitespace. | 529 | |
Line is longer than 80 characters. | 540 | |
Missing a Javadoc comment. | 540 | |
Line is longer than 80 characters. | 541 | |
Line is longer than 80 characters. | 544 | |
Line is longer than 80 characters. | 547 | |
Line is longer than 80 characters. | 548 | |
Line is longer than 80 characters. | 552 | |
Line is longer than 80 characters. | 556 | |
Line is longer than 80 characters. | 559 | |
Line is longer than 80 characters. | 561 | |
Line is longer than 80 characters. | 563 | |
Line is longer than 80 characters. | 566 | |
'cast' is not followed by whitespace. | 566 | |
Line is longer than 80 characters. | 567 | |
'cast' is not followed by whitespace. | 567 | |
Line is longer than 80 characters. | 572 | |
Line is longer than 80 characters. | 577 | |
Line is longer than 80 characters. | 578 | |
Line is longer than 80 characters. | 587 | |
Missing a Javadoc comment. | 591 | |
Line is longer than 80 characters. | 594 | |
Missing a Javadoc comment. | 598 | |
Line is longer than 80 characters. | 602 | |
'cast' is not followed by whitespace. | 603 | |
First sentence should end with a period. | 606 | |
Line has trailing spaces. | 608 | |
Line has trailing spaces. | 620 | |
Line has trailing spaces. | 622 | |
Missing a Javadoc comment. | 626 | |
Variable 'mMeta' must be private and have accessor methods. | 626 | |
Missing a Javadoc comment. | 627 | |
Variable 'mRoot' must be private and have accessor methods. | 627 | |
Missing a Javadoc comment. | 628 | |
Variable 'mUber' must be private and have accessor methods. | 628 | |
Line has trailing spaces. | 632 | |
Line is longer than 80 characters. | 640 | |
Line is longer than 80 characters. | 656 | |
'cast' is not followed by whitespace. | 656 | |
Line is longer than 80 characters. | 657 | |
Line is longer than 80 characters. | 661 | |
Line is longer than 80 characters. | 666 | |
Line is longer than 80 characters. | 672 | |
'cast' is not followed by whitespace. | 672 | |
Line is longer than 80 characters. | 675 | |
'cast' is not followed by whitespace. | 698 | |
Line is longer than 80 characters. | 699 | |
Line is longer than 80 characters. | 702 | |
First sentence should end with a period. | 706 | |
Line is longer than 80 characters. | 707 | |
Line has trailing spaces. | 708 | |
Line is longer than 80 characters. | 713 | |
Expected @throws tag for 'TTException'. | 713 | |
Line is longer than 80 characters. | 715 | |
Line is longer than 80 characters. | 722 | |
Line is longer than 80 characters. | 733 | |
'cast' is not followed by whitespace. | 735 | |
Line is longer than 80 characters. | 737 | |
Line is longer than 80 characters. | 739 | |
Line is longer than 80 characters. | 740 | |
Line is longer than 80 characters. | 742 | |
'}' should be on the same line. | 742 | |
'}' is not followed by whitespace. | 742 | |
'}' is not followed by whitespace. | 752 | |
Line is longer than 80 characters. | 754 | |
Line is longer than 80 characters. | 759 | |
Line is longer than 80 characters. | 761 | |
Line is longer than 80 characters. | 767 | |
'3' is a magic number. | 767 | |
'}' should be on the same line. | 772 | |
Line is longer than 80 characters. | 780 | |
'cast' is not followed by whitespace. | 780 | |
Line is longer than 80 characters. | 782 | |
'cast' is not followed by whitespace. | 782 | |
'3' is a magic number. | 782 | |
'3' is a magic number. | 782 | |
'}' should be on the same line. | 785 | |
Line is longer than 80 characters. | 787 | |
Line is longer than 80 characters. | 788 | |
Line is longer than 80 characters. | 792 | |
'cast' is not followed by whitespace. | 792 | |
Line is longer than 80 characters. | 794 | |
'cast' is not followed by whitespace. | 794 | |
'3' is a magic number. | 794 | |
'3' is a magic number. | 794 | |
Line is longer than 80 characters. | 795 | |
Line is longer than 80 characters. | 798 | |
Line is longer than 80 characters. | 799 | |
Line is longer than 80 characters. | 800 | |
Line is longer than 80 characters. | 802 | |
'}' should be on the same line. | 803 | |
'}' is not followed by whitespace. | 803 | |
Line is longer than 80 characters. | 816 | |
First sentence should end with a period. | 828 | |
Line has trailing spaces. | 830 | |
Line is longer than 80 characters. | 837 | |
Expected @throws tag for 'TTException'. | 837 | |
Line is longer than 80 characters. | 845 | |
'cast' is not followed by whitespace. | 845 | |
Line is longer than 80 characters. | 847 | |
'cast' is not followed by whitespace. | 847 | |
'3' is a magic number. | 847 | |
'3' is a magic number. | 847 |
org/treetank/access/Session.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 63 | |
Variable 'mSessionConfig' must be private and have accessor methods. | 72 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Expected @throws tag for 'TTException'. | 107 | |
Line is longer than 80 characters. | 117 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 120 | |
'cast' is not followed by whitespace. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
'cast' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 129 | |
Missing a Javadoc comment. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 138 | |
Missing a Javadoc comment. | 138 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 145 | |
'cast' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 194 | |
First sentence should end with a period. | 200 | |
Line has trailing spaces. | 202 | |
Expected @throws tag for 'TTIOException'. | 207 | |
Line is longer than 80 characters. | 209 | |
Missing a Javadoc comment. | 213 | |
Line is longer than 80 characters. | 238 | |
Parameter pTrx should be final. | 238 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 251 | |
Parameter pRunningCommit should be final. | 276 |
org/treetank/access/Storage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 67 | |
Variable 'mSessions' must be private and have accessor methods. | 70 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 109 | |
Line has trailing spaces. | 126 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 140 | |
Line has trailing spaces. | 151 | |
Conditional logic can be removed. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 190 | |
Line has trailing spaces. | 201 | |
Line is longer than 80 characters. | 204 | |
Conditional logic can be removed. | 210 | |
Line has trailing spaces. | 231 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 274 | |
Parameter pResourceName should be final. | 306 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 318 | |
Line has trailing spaces. | 331 | |
Line is longer than 80 characters. | 338 | |
Expected @throws tag for 'TTException'. | 339 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 376 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 407 |
org/treetank/access/conf/ConstructorProps.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 6 | |
Line has trailing spaces. | 7 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Line has trailing spaces. | 21 |
org/treetank/access/conf/IConfigurationPath.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Expected an @return tag. | 13 | |
Expected an @return tag. | 16 |
org/treetank/access/conf/ModuleSetter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Unused import - org.treetank.io.berkeley.BerkeleyStorage. | 11 | |
Unused import - org.treetank.io.bytepipe.IByteHandler. | 14 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 42 | |
First sentence should end with a period. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 51 | |
Method 'setDataFacClass' is not designed for extension - needs to be abstract, final or empty. | 51 | |
First sentence should end with a period. | 56 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 63 | |
Method 'setMetaFacClass' is not designed for extension - needs to be abstract, final or empty. | 63 | |
First sentence should end with a period. | 68 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 75 | |
Method 'setRevisioningClass' is not designed for extension - needs to be abstract, final or empty. | 75 | |
First sentence should end with a period. | 80 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 87 | |
Method 'setBackendClass' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 99 | |
Method 'setIByteHandlerInstance' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Line has trailing spaces. | 106 | |
Method 'setKeyInstance' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Line has trailing spaces. | 118 | |
Method 'createModule' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 133 |
org/treetank/access/conf/ResourceConfiguration.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.access.Session. | 42 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 114 | |
Variable 'mBackend' must be private and have accessor methods. | 125 | |
Variable 'mRevision' must be private and have accessor methods. | 128 | |
Variable 'mProperties' must be private and have accessor methods. | 131 | |
Variable 'mDataFac' must be private and have accessor methods. | 134 | |
Variable 'mMetaFac' must be private and have accessor methods. | 137 | |
Line has trailing spaces. | 143 | |
Line is longer than 80 characters. | 150 | |
Parameter pProperties should be final. | 150 | |
Expected @param tag for 'pProperties'. | 150 | |
Parameter pBackend should be final. | 150 | |
Expected @param tag for 'pBackend'. | 150 | |
Line is longer than 80 characters. | 151 | |
Parameter pRevision should be final. | 151 | |
Expected @param tag for 'pRevision'. | 151 | |
Parameter pDataFac should be final. | 151 | |
Expected @param tag for 'pDataFac'. | 151 | |
Parameter pMetaFac should be final. | 151 | |
Expected @param tag for 'pMetaFac'. | 151 | |
Line is longer than 80 characters. | 153 | |
Line has trailing spaces. | 158 | |
Line is longer than 80 characters. | 165 | |
Parameter pProperties should be final. | 165 | |
Expected @param tag for 'pProperties'. | 165 | |
Parameter pStorage should be final. | 165 | |
Expected @param tag for 'pStorage'. | 165 | |
Parameter pRevisioning should be final. | 165 | |
Expected @param tag for 'pRevisioning'. | 165 | |
Parameter pDataFac should be final. | 166 | |
Expected @param tag for 'pDataFac'. | 166 | |
Parameter pMetaFac should be final. | 166 | |
Expected @param tag for 'pMetaFac'. | 166 | |
Line has trailing spaces. | 175 | |
Line is longer than 80 characters. | 176 | |
Line has trailing spaces. | 178 | |
Line has trailing spaces. | 180 | |
Redundant 'static' modifier. | 182 | |
Line has trailing spaces. | 186 | |
Line has trailing spaces. | 187 | |
Missing a Javadoc comment. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 200 | |
Missing a Javadoc comment. | 200 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 218 | |
'3' is a magic number. | 219 | |
Line is longer than 80 characters. | 226 | |
'4' is a magic number. | 226 | |
'5' is a magic number. | 227 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 243 | |
Line has trailing spaces. | 244 | |
Line is longer than 80 characters. | 250 | |
Expected @param tag for 'pResource'. | 250 | |
Expected @throws tag for 'TTIOException'. | 251 | |
Line is longer than 80 characters. | 255 | |
'3' is a magic number. | 273 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 279 | |
'cast' is not followed by whitespace. | 279 | |
Line is longer than 80 characters. | 281 | |
'cast' is not followed by whitespace. | 281 | |
Line is longer than 80 characters. | 288 | |
'4' is a magic number. | 290 | |
'5' is a magic number. | 292 | |
Line is longer than 80 characters. | 296 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 304 | |
'cast' is not followed by whitespace. | 304 | |
'cast' is not followed by whitespace. | 307 | |
'cast' is not followed by whitespace. | 310 | |
Line is longer than 80 characters. | 313 | |
'cast' is not followed by whitespace. | 313 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 317 | |
Redundant 'final' modifier. | 335 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 345 |
org/treetank/access/conf/SessionConfiguration.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.access.Session. | 34 | |
Unused import - org.treetank.access.Storage. | 35 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 59 | |
Parameter pResource should be final. | 66 | |
Parameter pKey should be final. | 66 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 81 | |
First sentence should end with a period. | 88 | |
Line has trailing spaces. | 90 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 99 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 103 | |
Redundant 'static' modifier. | 105 | |
Line has trailing spaces. | 109 |
org/treetank/access/conf/StandardSettings.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Unused import - com.google.common.io.Files. | 21 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Utility classes should not have a public or default constructor. | 29 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
'4' is a magic number. | 43 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
',' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 76 |
org/treetank/access/conf/StorageConfiguration.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 56 | |
'{' is not preceded with whitespace. | 59 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 96 | |
Variable 'mFile' must be private and have accessor methods. | 106 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 144 | |
Line is longer than 80 characters. | 149 | |
Expected @throws tag for 'TTIOException'. | 149 | |
Line is longer than 80 characters. | 152 | |
Line has trailing spaces. | 166 | |
Line is longer than 80 characters. | 172 | |
Expected @throws tag for 'TTIOException'. | 172 | |
Line is longer than 80 characters. | 174 |
org/treetank/access/conf/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 48 |
org/treetank/access/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 | |
Extra HTML tag found: </p> | 70 | |
Line has trailing spaces. | 71 |
org/treetank/api/IBucketReadTrx.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - org.treetank.exception.TTException. | 7 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 33 | |
Unused @throws tag for 'TTException'. | 37 | |
Expected @throws tag for 'TTIOException'. | 40 | |
First sentence should end with a period. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 70 |
org/treetank/api/IBucketWriteTrx.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 30 | |
Expected an @return tag. | 36 | |
Line has trailing spaces. | 40 | |
Expected @throws tag for 'TTException'. | 45 | |
Line has trailing spaces. | 49 | |
Unable to get class information for @throws tag 'if'. | 50 | |
Unused @throws tag for 'if'. | 50 | |
Expected @throws tag for 'TTException'. | 53 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
Unable to get class information for @throws tag 'if'. | 58 | |
Unused @throws tag for 'if'. | 58 | |
Expected @throws tag for 'TTException'. | 61 | |
Line has trailing spaces. | 62 |
org/treetank/api/IData.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 18 | |
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 24 | |
Expected @throws tag for 'TTIOException'. | 29 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 43 |
org/treetank/api/IDataFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 28 |
org/treetank/api/IMetaEntry.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 17 | |
First sentence should end with a period. | 21 | |
Line has trailing spaces. | 23 | |
Expected @throws tag for 'TTIOException'. | 28 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 |
org/treetank/api/IMetaEntryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 20 |
org/treetank/api/ISession.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 58 | |
Expected @throws tag for 'TTIOException'. | 63 | |
First sentence should end with a period. | 65 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 74 | |
Expected @throws tag for 'TTIOException'. | 77 | |
First sentence should end with a period. | 79 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 82 | |
Expected @throws tag for 'TTException'. | 86 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 95 | |
Expected @param tag for 'pRevToRepresent'. | 95 | |
Expected @throws tag for 'TTException'. | 95 | |
First sentence should end with a period. | 97 | |
Line has trailing spaces. | 99 | |
Expected @throws tag for 'TTException'. | 105 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 131 | |
Line has trailing spaces. | 133 | |
Line has trailing spaces. | 141 |
org/treetank/api/IStorage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.exception.TTIOException. | 35 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 74 | |
Line has trailing spaces. | 75 | |
Unused @throws tag for 'TTIOException'. | 79 | |
Line is longer than 80 characters. | 82 | |
Expected @throws tag for 'TTException'. | 82 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 98 | |
Expected an @return tag. | 104 | |
Line is longer than 80 characters. | 104 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 117 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 131 |
org/treetank/api/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 |
org/treetank/bucket/BucketFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 69 | |
Expected @param tag for 'pMetaFac'. | 69 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 82 | |
Expected @throws tag for 'TTIOException'. | 82 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 156 |
org/treetank/bucket/DataBucket.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 68 | |
Expected @param tag for 'pLastBucketKey'. | 72 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 97 | |
Line has trailing spaces. | 108 | |
First sentence should end with a period. | 118 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 166 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 173 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 177 | |
Parameter from should be final. | 177 | |
Parameter into should be final. | 177 | |
Line has trailing spaces. | 189 | |
Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 228 | |
'cast' is not followed by whitespace. | 230 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 256 | |
'cast' is not followed by whitespace. | 256 | |
'32' is a magic number. | 256 | |
'cast' is not followed by whitespace. | 258 | |
'32' is a magic number. | 258 | |
Parameter obj should be final. | 266 |
org/treetank/bucket/DumbDataFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 31 | |
Method 'deserializeData' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter pSource should be final. | 34 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Parameter from should be final. | 61 | |
Parameter into should be final. | 61 | |
'cast' is not followed by whitespace. | 62 | |
Missing a Javadoc comment. | 67 | |
Variable 'mDataKey' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 68 | |
Variable 'mValue' must be private and have accessor methods. | 68 | |
Line has trailing spaces. | 72 | |
Parameter pDataKey should be final. | 78 | |
Parameter pValue should be final. | 78 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'getDataKey' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Line has trailing spaces. | 107 | |
Method 'setDataKey' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Line is longer than 80 characters. | 120 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 127 | |
'cast' is not followed by whitespace. | 131 | |
'32' is a magic number. | 131 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Parameter obj should be final. | 140 | |
Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 147 |
org/treetank/bucket/DumbMetaEntryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 22 | |
'static' modifier out of order with the JLS suggestions. | 27 | |
'static' modifier out of order with the JLS suggestions. | 29 | |
Method 'deserializeEntry' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Parameter pData should be final. | 35 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Parameter from should be final. | 67 | |
Parameter into should be final. | 67 | |
'cast' is not followed by whitespace. | 68 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 78 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Line has trailing spaces. | 122 | |
Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Line has trailing spaces. | 134 | |
Line has trailing spaces. | 136 | |
Line has trailing spaces. | 142 | |
Line has trailing spaces. | 144 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 148 | |
Parameter from should be final. | 148 | |
Parameter into should be final. | 148 | |
'cast' is not followed by whitespace. | 149 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 159 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Method 'getFunnel' is not designed for extension - needs to be abstract, final or empty. | 206 |
org/treetank/bucket/IConstants.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 36 | |
interfaces should describe a type and hence have methods. | 40 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
'static' modifier out of order with the JLS suggestions. | 44 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
'static' modifier out of order with the JLS suggestions. | 45 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
'static' modifier out of order with the JLS suggestions. | 46 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
'static' modifier out of order with the JLS suggestions. | 47 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Redundant 'public' modifier. | 51 | |
'static' modifier out of order with the JLS suggestions. | 51 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
Missing a Javadoc comment. | 53 | |
Redundant 'public' modifier. | 53 | |
'static' modifier out of order with the JLS suggestions. | 53 | |
Redundant 'public' modifier. | 56 | |
Redundant 'public' modifier. | 59 | |
Missing a Javadoc comment. | 63 | |
Redundant 'public' modifier. | 63 | |
Missing a Javadoc comment. | 67 | |
Redundant 'public' modifier. | 67 | |
Line has trailing spaces. | 70 |
org/treetank/bucket/IndirectBucket.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 65 | |
Parameter pIndex should be final. | 116 | |
Parameter pKey should be final. | 116 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
Parameter pIndex should be final. | 142 | |
Parameter pHash should be final. | 142 | |
'cast' is not followed by whitespace. | 153 | |
'32' is a magic number. | 153 | |
Parameter obj should be final. | 165 | |
Line is longer than 80 characters. | 174 |
org/treetank/bucket/MetaBucket.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 103 | |
Line has trailing spaces. | 113 | |
First sentence should end with a period. | 121 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 164 | |
'cast' is not followed by whitespace. | 174 | |
'32' is a magic number. | 174 | |
Line is longer than 80 characters. | 175 | |
Avoid inline conditionals. | 175 | |
Parameter obj should be final. | 183 | |
'==' is not preceded with whitespace. | 184 | |
'==' is not followed by whitespace. | 184 | |
Line has trailing spaces. | 186 | |
Line is longer than 80 characters. | 192 |
org/treetank/bucket/RevisionRootBucket.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 94 | |
Expected an @return tag. | 104 | |
Line has trailing spaces. | 110 | |
Parameter pIndex should be final. | 159 | |
Parameter pKey should be final. | 159 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
Parameter pIndex should be final. | 185 | |
Parameter pHash should be final. | 185 | |
'cast' is not followed by whitespace. | 196 | |
'32' is a magic number. | 196 | |
'cast' is not followed by whitespace. | 197 | |
'32' is a magic number. | 197 | |
'cast' is not followed by whitespace. | 202 | |
'32' is a magic number. | 202 | |
Parameter obj should be final. | 210 | |
Line is longer than 80 characters. | 220 |
org/treetank/bucket/UberBucket.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 49 | |
Array brackets at illegal position. | 59 | |
First sentence should end with a period. | 70 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 126 | |
Line has trailing spaces. | 136 | |
Parameter pIndex should be final. | 155 | |
Parameter pKey should be final. | 155 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Parameter pIndex should be final. | 181 | |
Parameter pHash should be final. | 181 | |
Line is longer than 80 characters. | 192 | |
'cast' is not followed by whitespace. | 192 | |
'32' is a magic number. | 192 | |
'cast' is not followed by whitespace. | 193 | |
'32' is a magic number. | 193 | |
Line is longer than 80 characters. | 198 | |
'cast' is not followed by whitespace. | 198 | |
'32' is a magic number. | 198 | |
Parameter obj should be final. | 206 | |
Line is longer than 80 characters. | 216 |
org/treetank/bucket/interfaces/IBucket.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 48 | |
First sentence should end with a period. | 53 | |
Line has trailing spaces. | 55 | |
Expected @throws tag for 'TTIOException'. | 60 | |
Line has trailing spaces. | 64 |
org/treetank/bucket/interfaces/IReferenceBucket.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 11 | |
Redundant 'public' modifier. | 16 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 44 |
org/treetank/bucket/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 45 |
org/treetank/io/IBackend.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 49 | |
Unused @throws tag for 'TTIOException'. | 51 | |
Expected @throws tag for 'TTException'. | 54 | |
Line has trailing spaces. | 58 | |
Unused @throws tag for 'TTIOException'. | 60 | |
Expected @throws tag for 'TTException'. | 63 | |
Line has trailing spaces. | 67 | |
Unused @throws tag for 'TTIOException'. | 68 | |
Expected @throws tag for 'TTException'. | 71 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 82 | |
Expected @throws tag for 'TTIOException'. | 92 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 98 | |
Line has trailing spaces. | 100 | |
Redundant 'static' modifier. | 102 | |
Line has trailing spaces. | 106 |
org/treetank/io/IBackendReader.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.exception.TTException. | 32 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 45 | |
Unused @throws tag for 'TTException'. | 49 | |
Expected @throws tag for 'TTIOException'. | 52 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 56 | |
Expected @throws tag for 'TTIOException'. | 60 | |
Line has trailing spaces. | 64 |
org/treetank/io/IBackendWriter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 56 | |
Expected @throws tag for 'TTException'. | 60 | |
Line has trailing spaces. | 64 |
org/treetank/io/ILog.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
First sentence should end with a period. | 13 | |
Line has trailing spaces. | 15 | |
Expected @throws tag for 'TTIOException'. | 21 | |
Line has trailing spaces. | 25 | |
Expected @throws tag for 'TTIOException'. | 32 | |
Line has trailing spaces. | 36 | |
Expected @throws tag for 'TTIOException'. | 39 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 47 |
org/treetank/io/IOUtils.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Class IOUtils should be declared as final. | 15 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 32 | |
Parameter pPaths should be final. | 32 | |
Expected @throws tag for 'TTIOException'. | 33 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 66 | |
Parameter pPaths should be final. | 66 | |
Line has trailing spaces. | 79 |
org/treetank/io/LRULog.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Name 'mSelected_db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 133 | |
Expected @throws tag for 'TTIOException'. | 134 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 144 | |
'20' is a magic number. | 156 | |
'100' is a magic number. | 169 | |
Line is longer than 80 characters. | 172 | |
Parameter notification should be final. | 172 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 252 | |
Missing a Javadoc comment. | 264 | |
Parameter pKey should be final. | 264 | |
Parameter pVal should be final. | 264 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 279 | |
Line is longer than 80 characters. | 285 | |
Missing a Javadoc comment. | 296 | |
Missing a Javadoc comment. | 298 | |
Missing a Javadoc comment. | 299 | |
Missing a Javadoc comment. | 300 | |
Line has trailing spaces. | 303 | |
Line has trailing spaces. | 305 | |
Line is longer than 80 characters. | 328 | |
Expression can be simplified. | 335 | |
Inner assignments should be avoided. | 347 |
org/treetank/io/LogKey.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Line has trailing spaces. | 60 | |
Method 'getSeq' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line has trailing spaces. | 69 | |
Method 'isRootLevel' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 79 | |
'cast' is not followed by whitespace. | 83 | |
'32' is a magic number. | 83 | |
Avoid inline conditionals. | 84 | |
'1231' is a magic number. | 84 | |
'1237' is a magic number. | 84 | |
'cast' is not followed by whitespace. | 85 | |
'32' is a magic number. | 85 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter obj should be final. | 93 | |
'if' construct must use '{}'s. | 94 | |
'if' construct must use '{}'s. | 96 | |
'if' construct must use '{}'s. | 98 | |
'cast' is not followed by whitespace. | 100 | |
'if' construct must use '{}'s. | 101 | |
'if' construct must use '{}'s. | 103 | |
'if' construct must use '{}'s. | 105 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 121 | |
Line has trailing spaces. | 123 | |
Parameter arg0 should be final. | 131 | |
Line is longer than 80 characters. | 132 | |
Parameter arg0 should be final. | 140 | |
Parameter arg1 should be final. | 140 |
org/treetank/io/LogValue.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.bucket.DataBucket. | 40 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 98 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 118 | |
Missing a Javadoc comment. | 122 | |
First sentence should end with a period. | 124 | |
Line has trailing spaces. | 126 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 175 | |
Avoid inline conditionals. | 175 | |
Line is longer than 80 characters. | 176 | |
Avoid inline conditionals. | 176 | |
Parameter obj should be final. | 184 | |
'if' construct must use '{}'s. | 185 | |
'if' construct must use '{}'s. | 187 | |
'if' construct must use '{}'s. | 189 | |
'cast' is not followed by whitespace. | 191 | |
'if' construct must use '{}'s. | 193 | |
'if' construct must use '{}'s. | 195 | |
'if' construct must use '{}'s. | 198 | |
'if' construct must use '{}'s. | 200 |
org/treetank/io/MemoryLog.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Parameter pKey should be final. | 19 | |
Avoid inline conditionals. | 21 | |
Method 'put' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Parameter pKey should be final. | 25 | |
Parameter pValue should be final. | 25 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 34 |
org/treetank/io/berkeley/BerkeleyReader.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.access.Storage. | 30 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Variable 'mBucketBinding' must be private and have accessor methods. | 56 | |
Variable 'mCache' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Variable 'mEnv' must be private and have accessor methods. | 64 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 70 | |
Parameter pEnv should be final. | 76 | |
Expected @param tag for 'pEnv'. | 76 | |
'100' is a magic number. | 80 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 128 | |
Should use uppercase 'L'. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 134 | |
'cast' is not followed by whitespace. | 136 |
org/treetank/io/berkeley/BerkeleyStorage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.access.conf.SessionConfiguration. | 44 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 72 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 116 | |
Parameter pProperties should be final. | 116 | |
Parameter pDataFac should be final. | 116 | |
Line is longer than 80 characters. | 117 | |
Parameter pMetaFac should be final. | 117 | |
Parameter pByteHandler should be final. | 117 | |
Line is longer than 80 characters. | 120 | |
'20' is a magic number. | 139 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 216 | |
Line has trailing spaces. | 218 | |
'{' is not preceded with whitespace. | 220 | |
Line is longer than 80 characters. | 228 | |
Line has trailing spaces. | 249 |
org/treetank/io/berkeley/BerkeleyWriter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.treetank.access.Storage. | 30 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 69 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 95 | |
Parameter pBucket should be final. | 129 | |
Line is longer than 80 characters. | 134 | |
Should use uppercase 'L'. | 134 | |
Line is longer than 80 characters. | 137 |
org/treetank/io/berkeley/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 30 |
org/treetank/io/bytepipe/ByteHandlerPipeline.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 77 |
org/treetank/io/bytepipe/Encryptor.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 53 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 66 | |
Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter pToDeserialize should be final. | 66 | |
Line is longer than 80 characters. | 71 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 |
org/treetank/io/bytepipe/IByteHandler.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 40 | |
First sentence should end with a period. | 42 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 55 | |
First sentence should end with a period. | 57 | |
Line has trailing spaces. | 59 |
org/treetank/io/bytepipe/Zipper.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 26 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line is longer than 80 characters. | 33 | |
Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
org/treetank/io/combined/CombinedReader.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Parameter pKey should be final. | 40 | |
Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 63 |
org/treetank/io/combined/CombinedStorage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 51 | |
Parameter pProperties should be final. | 51 | |
Parameter pDataFac should be final. | 51 | |
Line is longer than 80 characters. | 52 | |
Parameter pMetaFac should be final. | 52 | |
Parameter pByteHandler should be final. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'getByteHandler' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'truncate' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 105 |
org/treetank/io/combined/CombinedWriter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 41 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line is longer than 80 characters. | 75 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'writeUberBucket' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 126 | |
'10' is a magic number. | 130 |
org/treetank/io/jclouds/JCloudsReader.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 55 | |
'static' modifier out of order with the JLS suggestions. | 55 | |
Variable 'mBlobStore' must be private and have accessor methods. | 60 | |
Variable 'mByteHandler' must be private and have accessor methods. | 66 | |
Variable 'mResourceName' must be private and have accessor methods. | 69 | |
Variable 'mCache' must be private and have accessor methods. | 72 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter pBlobStore should be final. | 84 | |
Parameter pFac should be final. | 84 | |
Parameter pByteHandler should be final. | 84 | |
Parameter pResourceName should be final. | 85 | |
'100' is a magic number. | 90 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 97 | |
Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Line is longer than 80 characters. | 108 | |
Should use uppercase 'L'. | 108 | |
Line is longer than 80 characters. | 109 | |
'cast' is not followed by whitespace. | 111 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter pKey should be final. | 123 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 139 | |
Missing a Javadoc comment. | 139 | |
Redundant 'final' modifier. | 139 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Line has trailing spaces. | 204 | |
Line has trailing spaces. | 206 | |
Variable 'mBucketId' must be private and have accessor methods. | 213 | |
Missing a Javadoc comment. | 215 | |
Line is longer than 80 characters. | 224 | |
'10' is a magic number. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 238 | |
'4' is a magic number. | 249 | |
Line is longer than 80 characters. | 250 | |
'4' is a magic number. | 250 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 259 | |
Parameter value should be final. | 276 | |
Line has trailing spaces. | 285 | |
Line has trailing spaces. | 287 | |
Parameter value should be final. | 309 |
org/treetank/io/jclouds/JCloudsStorage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 61 | |
Parameter pProperties should be final. | 61 | |
Parameter pDataFac should be final. | 61 | |
Parameter pMetaFac should be final. | 62 | |
Parameter pByteHandler should be final. | 62 | |
'cast' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 68 | |
Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Method 'getReader' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'getByteHandler' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Method 'truncate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line is longer than 80 characters. | 123 |
org/treetank/io/jclouds/JCloudsWriter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter pBlobStore should be final. | 61 | |
Parameter pFac should be final. | 61 | |
Parameter pByteHandler should be final. | 61 | |
Parameter pResourceName should be final. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 70 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter pKey should be final. | 80 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 109 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'readUber' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Method 'writeUberBucket' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter pBucket should be final. | 154 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 174 | |
Line has trailing spaces. | 176 | |
Variable 'mBucket' must be private and have accessor methods. | 182 | |
Missing a Javadoc comment. | 184 | |
Parameter pBucket should be final. | 184 | |
Line is longer than 80 characters. | 195 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 201 | |
'4' is a magic number. | 201 | |
Line is longer than 80 characters. | 206 | |
Line has trailing spaces. | 208 | |
Must have at least one statement. | 211 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 216 |
org/treetank/io/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 |
org/treetank/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 46 |
org/treetank/revisioning/Differential.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 16 | |
Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
'}' should be on the same line. | 34 | |
'}' is not followed by whitespace. | 34 | |
Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line is longer than 80 characters. | 46 | |
Parameter pRevisionsToRestore should be final. | 46 | |
Parameter pNewBucketKey should be final. | 46 | |
Parameter pBuckets should be final. | 46 | |
Parameter pFullDump should be final. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 65 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 |
org/treetank/revisioning/FullDump.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 15 | |
Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Parameter pBuckets should be final. | 23 | |
Line is longer than 80 characters. | 24 | |
Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Parameter pRevisionsToRestore should be final. | 35 | |
Parameter pNewBucketKey should be final. | 35 | |
Parameter pBuckets should be final. | 35 | |
Parameter fullDump should be final. | 36 | |
Line is longer than 80 characters. | 39 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
org/treetank/revisioning/IRevisioning.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 44 |
org/treetank/revisioning/Incremental.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 16 | |
Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 33 | |
Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Line is longer than 80 characters. | 50 | |
Parameter pRevisionsToRestore should be final. | 50 | |
Parameter pNewBucketKey should be final. | 50 | |
Parameter pBuckets should be final. | 50 | |
Parameter pFullDump should be final. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 70 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 |
org/treetank/revisioning/SlidingSnapshot.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 16 | |
Method 'combineBuckets' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 33 | |
Method 'combineBucketsForModification' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Line is longer than 80 characters. | 50 | |
Parameter pRevisionsToRestore should be final. | 50 | |
Parameter pNewBucketKey should be final. | 50 | |
Parameter pBuckets should be final. | 50 | |
Parameter pFullDump should be final. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 |