The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
com/yahoo/ycsb/db/CassandraClient10.java | 0 | 0 | 241 |
com/yahoo/ycsb/db/CassandraClient7.java | 0 | 0 | 144 |
com/yahoo/ycsb/db/CassandraClient8.java | 0 | 0 | 140 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage | 1 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 3 | ![]() |
JavadocType
| 0 | ![]() |
JavadocStyle | 3 | ![]() |
ConstantName | 9 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 1 | ![]() |
MemberName | 15 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 2 | ![]() |
LineLength | 91 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
ParenPad | 3 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter
| 12 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 15 | ![]() |
LeftCurly | 186 | ![]() |
NeedBraces | 10 | ![]() |
RightCurly | 15 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 1 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 42 | ![]() |
ArrayTypeStyle | 0 | ![]() |
Indentation
| 116 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.UnsupportedEncodingException. | 26 |
![]() | Unused import - java.util.HashSet. | 34 |
![]() | First sentence should end with a period. | 49 |
![]() | '{' should be on the previous line. | 53 |
![]() | Variable 'random' must be private and have accessor methods. | 54 |
![]() | Name 'Ok' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Name 'emptyByteBuffer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Name 'ConnectionRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'ConnectionRetries' must be private and have accessor methods. | 59 |
![]() | Name 'OperationRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | Variable 'OperationRetries' must be private and have accessor methods. | 60 |
![]() | Name 'column_family' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'column_family' must be private and have accessor methods. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Variable 'tr' must be private and have accessor methods. | 75 |
![]() | Variable 'client' must be private and have accessor methods. | 76 |
![]() | Name '_debug' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Variable '_debug' must be private and have accessor methods. | 78 |
![]() | Name '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Variable '_table' must be private and have accessor methods. | 80 |
![]() | Variable 'errorexception' must be private and have accessor methods. | 81 |
![]() | Variable 'mutations' must be private and have accessor methods. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Variable 'mutationMap' must be private and have accessor methods. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Variable 'record' must be private and have accessor methods. | 85 |
![]() | Variable 'parent' must be private and have accessor methods. | 87 |
![]() | Variable 'readConsistency' must be private and have accessor methods. | 89 |
![]() | Variable 'writeConsistency' must be private and have accessor methods. | 90 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | if at indentation level 8 not at correct indentation, 6 | 106 |
![]() | File contains tab characters (this is the first instance). | 106 |
![]() | 'if' construct must use '{}'s. | 108 |
![]() | else at indentation level 8 not at correct indentation, 6 | 108 |
![]() | 'if' construct must use '{}'s. | 110 |
![]() | else at indentation level 8 not at correct indentation, 6 | 110 |
![]() | 'else' construct must use '{}'s. | 112 |
![]() | else at indentation level 8 not at correct indentation, 6 | 112 |
![]() | else child at indentation level 8 not at correct indentation, 6 | 115 |
![]() | 'if' construct must use '{}'s. | 118 |
![]() | if at indentation level 8 not at correct indentation, 6 | 118 |
![]() | 'if' construct must use '{}'s. | 120 |
![]() | else at indentation level 8 not at correct indentation, 6 | 120 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | else at indentation level 8 not at correct indentation, 6 | 122 |
![]() | 'else' construct must use '{}'s. | 124 |
![]() | else at indentation level 8 not at correct indentation, 6 | 124 |
![]() | else child at indentation level 8 not at correct indentation, 6 | 127 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | '{' should be on the previous line. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 152 |
![]() | '{' should be on the previous line. | 160 |
![]() | '{' should be on the previous line. | 165 |
![]() | '{' should be on the previous line. | 170 |
![]() | '{' should be on the previous line. | 174 |
![]() | '{' should be on the previous line. | 177 |
![]() | Must have at least one statement. | 177 |
![]() | '{' should be on the previous line. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 184 |
![]() | '{' should be on the previous line. | 190 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 191 |
![]() | ',' is not followed by whitespace. | 191 |
![]() | ',' is not followed by whitespace. | 191 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 192 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 193 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 194 |
![]() | try at indentation level 8 not at correct indentation, 6 | 195 |
![]() | try lcurly at indentation level 8 not at correct indentation, 6 | 196 |
![]() | '{' should be on the previous line. | 196 |
![]() | try child at indentation level 12 not at correct indentation, 8 | 197 |
![]() | try rcurly at indentation level 8 not at correct indentation, 6 | 198 |
![]() | '}' should be on the same line. | 198 |
![]() | catch at indentation level 8 not at correct indentation, 6 | 199 |
![]() | catch lcurly at indentation level 8 not at correct indentation, 6 | 200 |
![]() | '{' should be on the previous line. | 200 |
![]() | catch child at indentation level 12 not at correct indentation, 8 | 201 |
![]() | catch rcurly at indentation level 8 not at correct indentation, 6 | 202 |
![]() | '{' should be on the previous line. | 211 |
![]() | Line is longer than 80 characters. | 229 |
![]() | '{' should be on the previous line. | 233 |
![]() | '}' should be on the same line. | 236 |
![]() | '{' should be on the previous line. | 238 |
![]() | '{' should be on the previous line. | 253 |
![]() | '{' should be on the previous line. | 256 |
![]() | '{' should be on the previous line. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line is longer than 80 characters. | 263 |
![]() | '{' should be on the previous line. | 265 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | '{' should be on the previous line. | 278 |
![]() | Line is longer than 80 characters. | 282 |
![]() | if child at indentation level 16 not at correct indentation, 10 | 282 |
![]() | '{' should be on the previous line. | 290 |
![]() | Line is longer than 80 characters. | 294 |
![]() | for child at indentation level 12 not at correct indentation, 10 | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | for child at indentation level 12 not at correct indentation, 10 | 295 |
![]() | ',' is not followed by whitespace. | 297 |
![]() | Line is longer than 80 characters. | 306 |
![]() | '{' should be on the previous line. | 309 |
![]() | '{' should be on the previous line. | 315 |
![]() | '{' should be on the previous line. | 321 |
![]() | '{' should be on the previous line. | 326 |
![]() | '{' should be on the previous line. | 329 |
![]() | Must have at least one statement. | 329 |
![]() | Line is longer than 80 characters. | 355 |
![]() | '{' should be on the previous line. | 357 |
![]() | '{' should be on the previous line. | 360 |
![]() | '}' should be on the same line. | 363 |
![]() | '{' should be on the previous line. | 365 |
![]() | '{' should be on the previous line. | 373 |
![]() | '{' should be on the previous line. | 376 |
![]() | '{' should be on the previous line. | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line is longer than 80 characters. | 383 |
![]() | '{' should be on the previous line. | 385 |
![]() | for child at indentation level 14 not at correct indentation, 12 | 386 |
![]() | Line is longer than 80 characters. | 392 |
![]() | Line is longer than 80 characters. | 394 |
![]() | '{' should be on the previous line. | 397 |
![]() | '{' should be on the previous line. | 403 |
![]() | '{' should be on the previous line. | 410 |
![]() | for child at indentation level 14 not at correct indentation, 12 | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | for child at indentation level 14 not at correct indentation, 12 | 412 |
![]() | Line is longer than 80 characters. | 413 |
![]() | for child at indentation level 14 not at correct indentation, 12 | 413 |
![]() | for child at indentation level 14 not at correct indentation, 12 | 415 |
![]() | '{' should be on the previous line. | 420 |
![]() | '{' should be on the previous line. | 427 |
![]() | '{' should be on the previous line. | 434 |
![]() | '{' should be on the previous line. | 438 |
![]() | '{' should be on the previous line. | 441 |
![]() | Must have at least one statement. | 441 |
![]() | Line is longer than 80 characters. | 462 |
![]() | Line is longer than 80 characters. | 480 |
![]() | '{' should be on the previous line. | 484 |
![]() | '}' should be on the same line. | 487 |
![]() | '{' should be on the previous line. | 489 |
![]() | '{' should be on the previous line. | 503 |
![]() | '{' should be on the previous line. | 506 |
![]() | '{' should be on the previous line. | 511 |
![]() | Name 'read_delay' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 514 |
![]() | try child at indentation level 16 not at correct indentation, 8 | 520 |
![]() | ',' is not followed by whitespace. | 520 |
![]() | try child at indentation level 16 not at correct indentation, 8 | 522 |
![]() | try child at indentation level 16 not at correct indentation, 8 | 524 |
![]() | '{' should be on the previous line. | 529 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Line is longer than 80 characters. | 556 |
![]() | '{' should be on the previous line. | 574 |
![]() | '{' should be on the previous line. | 578 |
![]() | '{' should be on the previous line. | 581 |
![]() | Must have at least one statement. | 581 |
![]() | '{' should be on the previous line. | 600 |
![]() | '{' should be on the previous line. | 603 |
![]() | '}' should be on the same line. | 606 |
![]() | '{' should be on the previous line. | 608 |
![]() | '{' should be on the previous line. | 616 |
![]() | '{' should be on the previous line. | 618 |
![]() | '{' should be on the previous line. | 625 |
![]() | '{' should be on the previous line. | 631 |
![]() | '{' should be on the previous line. | 635 |
![]() | '{' should be on the previous line. | 638 |
![]() | Must have at least one statement. | 638 |
![]() | method def modifier at indentation level 4 not at correct indentation, 2 | 646 |
![]() | method def lcurly at indentation level 4 not at correct indentation, 2 | 647 |
![]() | '{' should be on the previous line. | 647 |
![]() | if at indentation level 8 not at correct indentation, 4 | 648 |
![]() | Line is longer than 80 characters. | 649 |
![]() | if child at indentation level 12 not at correct indentation, 6 | 649 |
![]() | if child at indentation level 12 not at correct indentation, 6 | 650 |
![]() | if rcurly at indentation level 8 not at correct indentation, 4 | 651 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 653 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 655 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 656 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 657 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 659 |
![]() | try at indentation level 8 not at correct indentation, 4 | 661 |
![]() | try child at indentation level 12 not at correct indentation, 6 | 662 |
![]() | try rcurly at indentation level 8 not at correct indentation, 4 | 663 |
![]() | catch child at indentation level 12 not at correct indentation, 6 | 664 |
![]() | catch child at indentation level 12 not at correct indentation, 6 | 665 |
![]() | catch rcurly at indentation level 8 not at correct indentation, 4 | 666 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 668 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 669 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 670 |
![]() | Line is longer than 80 characters. | 672 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 672 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 674 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 675 |
![]() | while at indentation level 8 not at correct indentation, 4 | 676 |
![]() | try at indentation level 12 not at correct indentation, 6 | 677 |
![]() | try child at indentation level 16 not at correct indentation, 8 | 678 |
![]() | try rcurly at indentation level 12 not at correct indentation, 6 | 679 |
![]() | catch child at indentation level 16 not at correct indentation, 8 | 680 |
![]() | catch rcurly at indentation level 12 not at correct indentation, 6 | 681 |
![]() | 'if' construct must use '{}'s. | 682 |
![]() | if at indentation level 12 not at correct indentation, 6 | 682 |
![]() | while child at indentation level 12 not at correct indentation, 6 | 684 |
![]() | while child at indentation level 12 not at correct indentation, 6 | 686 |
![]() | while child at indentation level 12 not at correct indentation, 6 | 687 |
![]() | while child at indentation level 12 not at correct indentation, 6 | 688 |
![]() | while child at indentation level 12 not at correct indentation, 6 | 690 |
![]() | 'if' construct must use '{}'s. | 692 |
![]() | if at indentation level 12 not at correct indentation, 6 | 692 |
![]() | while rcurly at indentation level 8 not at correct indentation, 4 | 694 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 696 |
![]() | method def rcurly at indentation level 4 not at correct indentation, 2 | 699 |
![]() | method def modifier at indentation level 4 not at correct indentation, 2 | 702 |
![]() | Line is longer than 80 characters. | 703 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 703 |
![]() | ',' is not followed by whitespace. | 703 |
![]() | ',' is not followed by whitespace. | 703 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 704 |
![]() | class def ident at indentation level 8 not at correct indentation, 4 | 706 |
![]() | member def type at indentation level 12 not at correct indentation, 6 | 707 |
![]() | Variable 'numLeft' must be private and have accessor methods. | 707 |
![]() | method def modifier at indentation level 12 not at correct indentation, 6 | 708 |
![]() | method def modifier at indentation level 12 not at correct indentation, 6 | 709 |
![]() | method def modifier at indentation level 12 not at correct indentation, 6 | 710 |
![]() | method def modifier at indentation level 12 not at correct indentation, 6 | 711 |
![]() | method def modifier at indentation level 12 not at correct indentation, 6 | 712 |
![]() | class def rcurly at indentation level 8 not at correct indentation, 4 | 713 |
![]() | Empty statement. | 713 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 714 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 715 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 716 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 717 |
![]() | method def rcurly at indentation level 4 not at correct indentation, 2 | 718 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 42 |
![]() | '{' should be on the previous line. | 46 |
![]() | Variable 'random' must be private and have accessor methods. | 47 |
![]() | Name 'Ok' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Name 'emptyByteBuffer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Name 'ConnectionRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'ConnectionRetries' must be private and have accessor methods. | 52 |
![]() | Name 'OperationRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'OperationRetries' must be private and have accessor methods. | 53 |
![]() | Name 'column_family' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable 'column_family' must be private and have accessor methods. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Variable 'tr' must be private and have accessor methods. | 68 |
![]() | Variable 'client' must be private and have accessor methods. | 69 |
![]() | Name '_debug' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Variable '_debug' must be private and have accessor methods. | 71 |
![]() | Name '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Variable '_table' must be private and have accessor methods. | 73 |
![]() | Variable 'errorexception' must be private and have accessor methods. | 74 |
![]() | Variable 'mutations' must be private and have accessor methods. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Variable 'mutationMap' must be private and have accessor methods. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Variable 'record' must be private and have accessor methods. | 78 |
![]() | Variable 'parent' must be private and have accessor methods. | 80 |
![]() | '{' should be on the previous line. | 87 |
![]() | '{' should be on the previous line. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 130 |
![]() | Must have at least one statement. | 130 |
![]() | '{' should be on the previous line. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | '{' should be on the previous line. | 143 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 144 |
![]() | ',' is not followed by whitespace. | 144 |
![]() | ',' is not followed by whitespace. | 144 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 145 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 146 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 147 |
![]() | try at indentation level 8 not at correct indentation, 6 | 148 |
![]() | try lcurly at indentation level 8 not at correct indentation, 6 | 149 |
![]() | '{' should be on the previous line. | 149 |
![]() | try child at indentation level 12 not at correct indentation, 8 | 150 |
![]() | try rcurly at indentation level 8 not at correct indentation, 6 | 151 |
![]() | '}' should be on the same line. | 151 |
![]() | catch at indentation level 8 not at correct indentation, 6 | 152 |
![]() | catch lcurly at indentation level 8 not at correct indentation, 6 | 153 |
![]() | '{' should be on the previous line. | 153 |
![]() | catch child at indentation level 12 not at correct indentation, 8 | 154 |
![]() | catch rcurly at indentation level 8 not at correct indentation, 6 | 155 |
![]() | '{' should be on the previous line. | 164 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '{' should be on the previous line. | 186 |
![]() | '}' should be on the same line. | 189 |
![]() | '{' should be on the previous line. | 191 |
![]() | '{' should be on the previous line. | 199 |
![]() | '{' should be on the previous line. | 202 |
![]() | '{' should be on the previous line. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '{' should be on the previous line. | 211 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '{' should be on the previous line. | 221 |
![]() | '{' should be on the previous line. | 229 |
![]() | Line is longer than 80 characters. | 232 |
![]() | for child at indentation level 16 not at correct indentation, 10 | 232 |
![]() | File contains tab characters (this is the first instance). | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | ',' is not followed by whitespace. | 235 |
![]() | '{' should be on the previous line. | 238 |
![]() | '{' should be on the previous line. | 244 |
![]() | '{' should be on the previous line. | 250 |
![]() | '{' should be on the previous line. | 255 |
![]() | '{' should be on the previous line. | 258 |
![]() | Must have at least one statement. | 258 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '{' should be on the previous line. | 286 |
![]() | '{' should be on the previous line. | 289 |
![]() | '}' should be on the same line. | 292 |
![]() | '{' should be on the previous line. | 294 |
![]() | '{' should be on the previous line. | 302 |
![]() | '{' should be on the previous line. | 305 |
![]() | '{' should be on the previous line. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line is longer than 80 characters. | 312 |
![]() | '{' should be on the previous line. | 314 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line is longer than 80 characters. | 323 |
![]() | '{' should be on the previous line. | 326 |
![]() | '{' should be on the previous line. | 332 |
![]() | '{' should be on the previous line. | 339 |
![]() | for child at indentation level 18 not at correct indentation, 12 | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | '{' should be on the previous line. | 347 |
![]() | '{' should be on the previous line. | 354 |
![]() | '{' should be on the previous line. | 361 |
![]() | '{' should be on the previous line. | 365 |
![]() | '{' should be on the previous line. | 368 |
![]() | Must have at least one statement. | 368 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line is longer than 80 characters. | 407 |
![]() | '{' should be on the previous line. | 411 |
![]() | '}' should be on the same line. | 414 |
![]() | '{' should be on the previous line. | 416 |
![]() | '{' should be on the previous line. | 424 |
![]() | '{' should be on the previous line. | 426 |
![]() | '{' should be on the previous line. | 431 |
![]() | '{' should be on the previous line. | 436 |
![]() | Line is longer than 80 characters. | 438 |
![]() | '(' is followed by whitespace. | 438 |
![]() | '(' is followed by whitespace. | 438 |
![]() | Line is longer than 80 characters. | 439 |
![]() | ')' is preceded with whitespace. | 440 |
![]() | '{' should be on the previous line. | 456 |
![]() | '{' should be on the previous line. | 460 |
![]() | '{' should be on the previous line. | 463 |
![]() | Must have at least one statement. | 463 |
![]() | '{' should be on the previous line. | 482 |
![]() | '{' should be on the previous line. | 485 |
![]() | '}' should be on the same line. | 488 |
![]() | '{' should be on the previous line. | 490 |
![]() | '{' should be on the previous line. | 498 |
![]() | '{' should be on the previous line. | 500 |
![]() | '{' should be on the previous line. | 507 |
![]() | '{' should be on the previous line. | 513 |
![]() | '{' should be on the previous line. | 517 |
![]() | '{' should be on the previous line. | 520 |
![]() | Must have at least one statement. | 520 |
![]() | '{' should be on the previous line. | 529 |
![]() | '{' should be on the previous line. | 538 |
![]() | '{' should be on the previous line. | 541 |
![]() | '{' should be on the previous line. | 561 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 42 |
![]() | '{' should be on the previous line. | 46 |
![]() | Variable 'random' must be private and have accessor methods. | 47 |
![]() | Name 'Ok' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Name 'emptyByteBuffer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Name 'ConnectionRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'ConnectionRetries' must be private and have accessor methods. | 52 |
![]() | Name 'OperationRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'OperationRetries' must be private and have accessor methods. | 53 |
![]() | Name 'column_family' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable 'column_family' must be private and have accessor methods. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Variable 'tr' must be private and have accessor methods. | 68 |
![]() | Variable 'client' must be private and have accessor methods. | 69 |
![]() | Name '_debug' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Variable '_debug' must be private and have accessor methods. | 71 |
![]() | Name '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Variable '_table' must be private and have accessor methods. | 73 |
![]() | Variable 'errorexception' must be private and have accessor methods. | 74 |
![]() | Variable 'mutations' must be private and have accessor methods. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Variable 'mutationMap' must be private and have accessor methods. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Variable 'record' must be private and have accessor methods. | 78 |
![]() | Variable 'parent' must be private and have accessor methods. | 80 |
![]() | '{' should be on the previous line. | 87 |
![]() | '{' should be on the previous line. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 130 |
![]() | Must have at least one statement. | 130 |
![]() | '{' should be on the previous line. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | '{' should be on the previous line. | 143 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 144 |
![]() | ',' is not followed by whitespace. | 144 |
![]() | ',' is not followed by whitespace. | 144 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 145 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 146 |
![]() | if child at indentation level 8 not at correct indentation, 6 | 147 |
![]() | try at indentation level 8 not at correct indentation, 6 | 148 |
![]() | try lcurly at indentation level 8 not at correct indentation, 6 | 149 |
![]() | '{' should be on the previous line. | 149 |
![]() | try child at indentation level 12 not at correct indentation, 8 | 150 |
![]() | try rcurly at indentation level 8 not at correct indentation, 6 | 151 |
![]() | '}' should be on the same line. | 151 |
![]() | catch at indentation level 8 not at correct indentation, 6 | 152 |
![]() | catch lcurly at indentation level 8 not at correct indentation, 6 | 153 |
![]() | '{' should be on the previous line. | 153 |
![]() | catch child at indentation level 12 not at correct indentation, 8 | 154 |
![]() | catch rcurly at indentation level 8 not at correct indentation, 6 | 155 |
![]() | '{' should be on the previous line. | 164 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '{' should be on the previous line. | 186 |
![]() | '}' should be on the same line. | 189 |
![]() | '{' should be on the previous line. | 191 |
![]() | '{' should be on the previous line. | 199 |
![]() | '{' should be on the previous line. | 202 |
![]() | '{' should be on the previous line. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '{' should be on the previous line. | 211 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '{' should be on the previous line. | 221 |
![]() | '{' should be on the previous line. | 229 |
![]() | Line is longer than 80 characters. | 232 |
![]() | for child at indentation level 16 not at correct indentation, 10 | 232 |
![]() | File contains tab characters (this is the first instance). | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | ',' is not followed by whitespace. | 235 |
![]() | '{' should be on the previous line. | 238 |
![]() | '{' should be on the previous line. | 244 |
![]() | '{' should be on the previous line. | 250 |
![]() | '{' should be on the previous line. | 255 |
![]() | '{' should be on the previous line. | 258 |
![]() | Must have at least one statement. | 258 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '{' should be on the previous line. | 286 |
![]() | '{' should be on the previous line. | 289 |
![]() | '}' should be on the same line. | 292 |
![]() | '{' should be on the previous line. | 294 |
![]() | '{' should be on the previous line. | 302 |
![]() | '{' should be on the previous line. | 305 |
![]() | '{' should be on the previous line. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line is longer than 80 characters. | 312 |
![]() | '{' should be on the previous line. | 314 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line is longer than 80 characters. | 323 |
![]() | '{' should be on the previous line. | 326 |
![]() | '{' should be on the previous line. | 332 |
![]() | '{' should be on the previous line. | 339 |
![]() | for child at indentation level 18 not at correct indentation, 12 | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | '{' should be on the previous line. | 347 |
![]() | '{' should be on the previous line. | 354 |
![]() | '{' should be on the previous line. | 361 |
![]() | '{' should be on the previous line. | 365 |
![]() | '{' should be on the previous line. | 368 |
![]() | Must have at least one statement. | 368 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line is longer than 80 characters. | 407 |
![]() | '{' should be on the previous line. | 411 |
![]() | '}' should be on the same line. | 414 |
![]() | '{' should be on the previous line. | 416 |
![]() | '{' should be on the previous line. | 424 |
![]() | '{' should be on the previous line. | 426 |
![]() | '{' should be on the previous line. | 431 |
![]() | '{' should be on the previous line. | 437 |
![]() | '{' should be on the previous line. | 460 |
![]() | '{' should be on the previous line. | 464 |
![]() | '{' should be on the previous line. | 467 |
![]() | Must have at least one statement. | 467 |
![]() | '{' should be on the previous line. | 486 |
![]() | '{' should be on the previous line. | 489 |
![]() | '}' should be on the same line. | 492 |
![]() | '{' should be on the previous line. | 494 |
![]() | '{' should be on the previous line. | 502 |
![]() | '{' should be on the previous line. | 504 |
![]() | '{' should be on the previous line. | 511 |
![]() | '{' should be on the previous line. | 517 |
![]() | '{' should be on the previous line. | 521 |
![]() | '{' should be on the previous line. | 524 |
![]() | Must have at least one statement. | 524 |
![]() | '{' should be on the previous line. | 533 |
![]() | '{' should be on the previous line. | 542 |
![]() | '{' should be on the previous line. | 545 |
![]() | '{' should be on the previous line. | 565 |