The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage | 5 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 35 | ![]() |
JavadocType
| 3 | ![]() |
JavadocStyle | 9 | ![]() |
ConstantName | 7 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 4 | ![]() |
MemberName | 41 | ![]() |
MethodName | 3 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 16 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 1 | ![]() |
UnusedImports | 5 | ![]() |
LineLength | 1031 | ![]() |
MethodLength | 2 | ![]() |
ParameterNumber | 1 | ![]() |
EmptyForIteratorPad | 5 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
ParenPad | 20 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter
| 123 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 8 | ![]() |
LeftCurly | 353 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 61 | ![]() |
DoubleCheckedLocking | 2 | ![]() |
EmptyStatement | 1 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 2 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 4 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 116 | ![]() |
ArrayTypeStyle | 1 | ![]() |
Indentation
| 2049 | ![]() |
TodoComment | 3 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 28 |
![]() | '{' should be on the previous line. | 31 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 32 |
![]() | File contains tab characters (this is the first instance). | 32 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 33 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 35 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 36 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 39 |
![]() | Variable 'verbose' must be private and have accessor methods. | 39 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 40 |
![]() | Variable 'todelay' must be private and have accessor methods. | 40 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 42 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 43 |
![]() | '{' should be on the previous line. | 43 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 44 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 45 |
![]() | method def return type at indentation level 8 not at correct indentation, 2 | 48 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 49 |
![]() | '{' should be on the previous line. | 49 |
![]() | if at indentation level 16 not at correct indentation, 4 | 50 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 51 |
![]() | '{' should be on the previous line. | 51 |
![]() | try at indentation level 24 not at correct indentation, 6 | 52 |
![]() | try lcurly at indentation level 24 not at correct indentation, 6 | 53 |
![]() | '{' should be on the previous line. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | try child at indentation level 32 not at correct indentation, 8 | 54 |
![]() | try rcurly at indentation level 24 not at correct indentation, 6 | 55 |
![]() | '}' should be on the same line. | 55 |
![]() | catch at indentation level 24 not at correct indentation, 6 | 56 |
![]() | catch lcurly at indentation level 24 not at correct indentation, 6 | 57 |
![]() | '{' should be on the previous line. | 57 |
![]() | Must have at least one statement. | 57 |
![]() | catch rcurly at indentation level 24 not at correct indentation, 6 | 59 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 60 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 67 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 68 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 69 |
![]() | '{' should be on the previous line. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 71 |
![]() | if at indentation level 16 not at correct indentation, 4 | 73 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 74 |
![]() | '{' should be on the previous line. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 75 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 76 |
![]() | if at indentation level 24 not at correct indentation, 6 | 77 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 78 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | for at indentation level 32 not at correct indentation, 8 | 79 |
![]() | ';' is followed by whitespace. | 79 |
![]() | for lcurly at indentation level 32 not at correct indentation, 8 | 80 |
![]() | '{' should be on the previous line. | 80 |
![]() | for child at indentation level 40 not at correct indentation, 10 | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | for child at indentation level 40 not at correct indentation, 10 | 82 |
![]() | for rcurly at indentation level 32 not at correct indentation, 8 | 83 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 85 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 86 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 87 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 98 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 98 |
![]() | ',' is not followed by whitespace. | 98 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 99 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 100 |
![]() | if at indentation level 16 not at correct indentation, 4 | 102 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 103 |
![]() | '{' should be on the previous line. | 103 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 104 |
![]() | if at indentation level 24 not at correct indentation, 6 | 105 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 106 |
![]() | '{' should be on the previous line. | 106 |
![]() | for at indentation level 32 not at correct indentation, 8 | 107 |
![]() | for lcurly at indentation level 32 not at correct indentation, 8 | 108 |
![]() | '{' should be on the previous line. | 108 |
![]() | for child at indentation level 40 not at correct indentation, 10 | 109 |
![]() | for rcurly at indentation level 32 not at correct indentation, 8 | 110 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 111 |
![]() | '}' should be on the same line. | 111 |
![]() | else at indentation level 24 not at correct indentation, 6 | 112 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 113 |
![]() | '{' should be on the previous line. | 113 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 114 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 115 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 117 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 118 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 120 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 121 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 133 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 133 |
![]() | ',' is not followed by whitespace. | 133 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 134 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 135 |
![]() | if at indentation level 16 not at correct indentation, 4 | 137 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 138 |
![]() | '{' should be on the previous line. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 139 |
![]() | if at indentation level 24 not at correct indentation, 6 | 140 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 141 |
![]() | '{' should be on the previous line. | 141 |
![]() | for at indentation level 32 not at correct indentation, 8 | 142 |
![]() | for lcurly at indentation level 32 not at correct indentation, 8 | 143 |
![]() | '{' should be on the previous line. | 143 |
![]() | for child at indentation level 40 not at correct indentation, 10 | 144 |
![]() | for rcurly at indentation level 32 not at correct indentation, 8 | 145 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 146 |
![]() | '}' should be on the same line. | 146 |
![]() | else at indentation level 24 not at correct indentation, 6 | 147 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 148 |
![]() | '{' should be on the previous line. | 148 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 149 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 150 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 152 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 153 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 155 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 156 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 167 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 167 |
![]() | ',' is not followed by whitespace. | 167 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 168 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 169 |
![]() | if at indentation level 16 not at correct indentation, 4 | 171 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 172 |
![]() | '{' should be on the previous line. | 172 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 173 |
![]() | if at indentation level 24 not at correct indentation, 6 | 174 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 175 |
![]() | '{' should be on the previous line. | 175 |
![]() | for at indentation level 32 not at correct indentation, 8 | 176 |
![]() | for lcurly at indentation level 32 not at correct indentation, 8 | 177 |
![]() | '{' should be on the previous line. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | for child at indentation level 40 not at correct indentation, 10 | 178 |
![]() | for rcurly at indentation level 32 not at correct indentation, 8 | 179 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 180 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 181 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 182 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 184 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 185 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 196 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 196 |
![]() | ',' is not followed by whitespace. | 196 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 197 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 198 |
![]() | if at indentation level 16 not at correct indentation, 4 | 200 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 201 |
![]() | '{' should be on the previous line. | 201 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 202 |
![]() | if at indentation level 24 not at correct indentation, 6 | 203 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 204 |
![]() | '{' should be on the previous line. | 204 |
![]() | for at indentation level 32 not at correct indentation, 8 | 205 |
![]() | for lcurly at indentation level 32 not at correct indentation, 8 | 206 |
![]() | '{' should be on the previous line. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | for child at indentation level 40 not at correct indentation, 10 | 207 |
![]() | for rcurly at indentation level 32 not at correct indentation, 8 | 208 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 209 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 211 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 212 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 214 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 215 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 225 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 226 |
![]() | '{' should be on the previous line. | 226 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 227 |
![]() | if at indentation level 16 not at correct indentation, 4 | 229 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 230 |
![]() | '{' should be on the previous line. | 230 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 231 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 232 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 234 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 235 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 19 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 20 |
![]() | File contains tab characters (this is the first instance). | 20 |
![]() | Variable 'str' must be private and have accessor methods. | 20 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 21 |
![]() | Variable 'off' must be private and have accessor methods. | 21 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 22 |
![]() | Variable 'len' must be private and have accessor methods. | 22 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 23 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 24 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 25 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 26 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 27 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 29 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 30 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 31 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 32 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 33 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 35 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 36 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 37 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 38 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 40 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 41 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 42 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 43 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 44 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 45 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 47 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 48 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 49 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Unused import - java.util.ArrayList. | 20 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 47 |
![]() | File contains tab characters (this is the first instance). | 47 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 48 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 50 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 51 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 52 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 54 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 56 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | Name 'buf_off' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 59 |
![]() | while at indentation level 16 not at correct indentation, 4 | 60 |
![]() | while child at indentation level 24 not at correct indentation, 6 | 61 |
![]() | while child at indentation level 24 not at correct indentation, 6 | 62 |
![]() | while rcurly at indentation level 16 not at correct indentation, 4 | 63 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 64 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 65 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 67 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 69 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 70 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 71 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 75 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 76 |
![]() | while at indentation level 16 not at correct indentation, 4 | 77 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 78 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 81 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | if at indentation level 12 not at correct indentation, 4 | 83 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 84 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 85 |
![]() | while at indentation level 12 not at correct indentation, 4 | 86 |
![]() | while child at indentation level 16 not at correct indentation, 6 | 87 |
![]() | while rcurly at indentation level 12 not at correct indentation, 4 | 88 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 89 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 32 |
![]() | '{' should be on the previous line. | 38 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 39 |
![]() | File contains tab characters (this is the first instance). | 39 |
![]() | Name '_threads' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Variable '_threads' must be private and have accessor methods. | 39 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 40 |
![]() | Name '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable '_label' must be private and have accessor methods. | 40 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 41 |
![]() | Name '_standardstatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable '_standardstatus' must be private and have accessor methods. | 41 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 46 |
![]() | Name 'sleeptime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 48 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 49 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 50 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 51 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 52 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 53 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 59 |
![]() | '{' should be on the previous line. | 59 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 60 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 62 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 63 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 65 |
![]() | do..while at indentation level 16 not at correct indentation, 4 | 67 |
![]() | do..while lcurly at indentation level 16 not at correct indentation, 4 | 68 |
![]() | '{' should be on the previous line. | 68 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 69 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | for at indentation level 24 not at correct indentation, 6 | 74 |
![]() | for lcurly at indentation level 24 not at correct indentation, 6 | 75 |
![]() | '{' should be on the previous line. | 75 |
![]() | if at indentation level 32 not at correct indentation, 8 | 76 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 77 |
![]() | '{' should be on the previous line. | 77 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 78 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 79 |
![]() | for child at indentation level 32 not at correct indentation, 8 | 81 |
![]() | for child at indentation level 32 not at correct indentation, 8 | 82 |
![]() | for rcurly at indentation level 24 not at correct indentation, 6 | 83 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 85 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 90 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 92 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 93 |
![]() | do..while child at indentation level 24 not at correct indentation, 6 | 95 |
![]() | if at indentation level 24 not at correct indentation, 6 | 97 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 98 |
![]() | '{' should be on the previous line. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 99 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 100 |
![]() | '}' should be on the same line. | 100 |
![]() | else at indentation level 24 not at correct indentation, 6 | 101 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 102 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 103 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 104 |
![]() | if at indentation level 24 not at correct indentation, 6 | 106 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 107 |
![]() | '{' should be on the previous line. | 107 |
![]() | if at indentation level 24 not at correct indentation, 8 | 108 |
![]() | if lcurly at indentation level 24 not at correct indentation, 8 | 109 |
![]() | '{' should be on the previous line. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | if child at indentation level 32 not at correct indentation, 10 | 110 |
![]() | if rcurly at indentation level 24 not at correct indentation, 8 | 111 |
![]() | '}' should be on the same line. | 111 |
![]() | else at indentation level 24 not at correct indentation, 8 | 112 |
![]() | else lcurly at indentation level 24 not at correct indentation, 8 | 113 |
![]() | '{' should be on the previous line. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | else child at indentation level 32 not at correct indentation, 10 | 114 |
![]() | else rcurly at indentation level 24 not at correct indentation, 8 | 115 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 116 |
![]() | try at indentation level 24 not at correct indentation, 6 | 118 |
![]() | try lcurly at indentation level 24 not at correct indentation, 6 | 119 |
![]() | '{' should be on the previous line. | 119 |
![]() | try child at indentation level 32 not at correct indentation, 8 | 120 |
![]() | try rcurly at indentation level 24 not at correct indentation, 6 | 121 |
![]() | '}' should be on the same line. | 121 |
![]() | catch at indentation level 24 not at correct indentation, 6 | 122 |
![]() | catch lcurly at indentation level 24 not at correct indentation, 6 | 123 |
![]() | '{' should be on the previous line. | 123 |
![]() | Must have at least one statement. | 123 |
![]() | catch rcurly at indentation level 24 not at correct indentation, 6 | 125 |
![]() | do..while rcurly at indentation level 16 not at correct indentation, 4 | 127 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 129 |
![]() | '{' should be on the previous line. | 139 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 140 |
![]() | Name '_db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() | Variable '_db' must be private and have accessor methods. | 140 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 141 |
![]() | Name '_dotransactions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() | Variable '_dotransactions' must be private and have accessor methods. | 141 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 142 |
![]() | Name '_workload' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() | Variable '_workload' must be private and have accessor methods. | 142 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 143 |
![]() | Name '_opcount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() | Variable '_opcount' must be private and have accessor methods. | 143 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 144 |
![]() | Name '_target' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() | Variable '_target' must be private and have accessor methods. | 144 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 146 |
![]() | Name '_opsdone' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | Variable '_opsdone' must be private and have accessor methods. | 146 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 147 |
![]() | Name '_threadid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() | Variable '_threadid' must be private and have accessor methods. | 147 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 148 |
![]() | Name '_threadcount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() | Variable '_threadcount' must be private and have accessor methods. | 148 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 149 |
![]() | Name '_workloadstate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
![]() | Variable '_workloadstate' must be private and have accessor methods. | 149 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 150 |
![]() | Name '_props' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() | Variable '_props' must be private and have accessor methods. | 150 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 165 |
![]() | More than 7 parameters. | 165 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 166 |
![]() | Comment matches to-do format 'TODO:'. | 167 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 168 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 169 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 170 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 171 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 172 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 173 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 174 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 175 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 176 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 178 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 180 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 181 |
![]() | '{' should be on the previous line. | 181 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 182 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 183 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 185 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 186 |
![]() | '{' should be on the previous line. | 186 |
![]() | try at indentation level 16 not at correct indentation, 4 | 187 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 188 |
![]() | '{' should be on the previous line. | 188 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 189 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 190 |
![]() | '}' should be on the same line. | 190 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 191 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 192 |
![]() | '{' should be on the previous line. | 192 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 193 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 194 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 195 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 196 |
![]() | try at indentation level 16 not at correct indentation, 4 | 198 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 199 |
![]() | '{' should be on the previous line. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 200 |
![]() | ',' is not followed by whitespace. | 200 |
![]() | ',' is not followed by whitespace. | 200 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 201 |
![]() | '}' should be on the same line. | 201 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 202 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 203 |
![]() | '{' should be on the previous line. | 203 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 204 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 205 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 206 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 207 |
![]() | Line is longer than 80 characters. | 209 |
![]() | try at indentation level 16 not at correct indentation, 4 | 210 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 211 |
![]() | '{' should be on the previous line. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | if at indentation level 19 not at correct indentation, 6 | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | if lcurly at indentation level 19 not at correct indentation, 6 | 215 |
![]() | '{' should be on the previous line. | 215 |
![]() | if child at indentation level 22 not at correct indentation, 8 | 216 |
![]() | if rcurly at indentation level 19 not at correct indentation, 6 | 217 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 218 |
![]() | '}' should be on the same line. | 218 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 219 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 220 |
![]() | '{' should be on the previous line. | 220 |
![]() | Must have at least one statement. | 220 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 222 |
![]() | try at indentation level 16 not at correct indentation, 4 | 224 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 225 |
![]() | '{' should be on the previous line. | 225 |
![]() | if at indentation level 24 not at correct indentation, 6 | 226 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 227 |
![]() | '{' should be on the previous line. | 227 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 228 |
![]() | Line is longer than 80 characters. | 230 |
![]() | while at indentation level 32 not at correct indentation, 8 | 230 |
![]() | while lcurly at indentation level 32 not at correct indentation, 8 | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 243 |
![]() | if at indentation level 40 not at correct indentation, 10 | 243 |
![]() | if lcurly at indentation level 40 not at correct indentation, 10 | 244 |
![]() | '{' should be on the previous line. | 244 |
![]() | if child at indentation level 48 not at correct indentation, 12 | 245 |
![]() | if rcurly at indentation level 40 not at correct indentation, 10 | 246 |
![]() | while child at indentation level 40 not at correct indentation, 10 | 248 |
![]() | if at indentation level 40 not at correct indentation, 10 | 251 |
![]() | if lcurly at indentation level 40 not at correct indentation, 10 | 252 |
![]() | '{' should be on the previous line. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | while at indentation level 48 not at correct indentation, 12 | 257 |
![]() | while lcurly at indentation level 48 not at correct indentation, 12 | 258 |
![]() | '{' should be on the previous line. | 258 |
![]() | try at indentation level 56 not at correct indentation, 14 | 259 |
![]() | try lcurly at indentation level 56 not at correct indentation, 14 | 260 |
![]() | '{' should be on the previous line. | 260 |
![]() | try child at indentation level 64 not at correct indentation, 16 | 261 |
![]() | try rcurly at indentation level 56 not at correct indentation, 14 | 262 |
![]() | '}' should be on the same line. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | catch at indentation level 56 not at correct indentation, 14 | 263 |
![]() | catch lcurly at indentation level 56 not at correct indentation, 14 | 264 |
![]() | '{' should be on the previous line. | 264 |
![]() | Must have at least one statement. | 264 |
![]() | catch rcurly at indentation level 56 not at correct indentation, 14 | 266 |
![]() | while rcurly at indentation level 48 not at correct indentation, 12 | 268 |
![]() | if rcurly at indentation level 40 not at correct indentation, 10 | 269 |
![]() | while rcurly at indentation level 32 not at correct indentation, 8 | 270 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 271 |
![]() | '}' should be on the same line. | 271 |
![]() | else at indentation level 24 not at correct indentation, 6 | 272 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 273 |
![]() | '{' should be on the previous line. | 273 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 274 |
![]() | Line is longer than 80 characters. | 276 |
![]() | while at indentation level 32 not at correct indentation, 8 | 276 |
![]() | while lcurly at indentation level 32 not at correct indentation, 8 | 277 |
![]() | Line is longer than 80 characters. | 279 |
![]() | if at indentation level 40 not at correct indentation, 10 | 279 |
![]() | ',' is not followed by whitespace. | 279 |
![]() | if lcurly at indentation level 40 not at correct indentation, 10 | 280 |
![]() | '{' should be on the previous line. | 280 |
![]() | if child at indentation level 48 not at correct indentation, 12 | 281 |
![]() | if rcurly at indentation level 40 not at correct indentation, 10 | 282 |
![]() | while child at indentation level 40 not at correct indentation, 10 | 284 |
![]() | if at indentation level 40 not at correct indentation, 10 | 287 |
![]() | if lcurly at indentation level 40 not at correct indentation, 10 | 288 |
![]() | '{' should be on the previous line. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | while at indentation level 48 not at correct indentation, 12 | 293 |
![]() | while lcurly at indentation level 48 not at correct indentation, 12 | 294 |
![]() | '{' should be on the previous line. | 294 |
![]() | try at indentation level 56 not at correct indentation, 14 | 295 |
![]() | try lcurly at indentation level 56 not at correct indentation, 14 | 296 |
![]() | '{' should be on the previous line. | 296 |
![]() | try child at indentation level 64 not at correct indentation, 16 | 297 |
![]() | try rcurly at indentation level 56 not at correct indentation, 14 | 298 |
![]() | '}' should be on the same line. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | catch at indentation level 56 not at correct indentation, 14 | 299 |
![]() | catch lcurly at indentation level 56 not at correct indentation, 14 | 300 |
![]() | '{' should be on the previous line. | 300 |
![]() | Must have at least one statement. | 300 |
![]() | catch rcurly at indentation level 56 not at correct indentation, 14 | 302 |
![]() | while rcurly at indentation level 48 not at correct indentation, 12 | 303 |
![]() | if rcurly at indentation level 40 not at correct indentation, 10 | 304 |
![]() | while rcurly at indentation level 32 not at correct indentation, 8 | 305 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 306 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 307 |
![]() | '}' should be on the same line. | 307 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 308 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 309 |
![]() | '{' should be on the previous line. | 309 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 310 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 311 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 312 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 313 |
![]() | try at indentation level 16 not at correct indentation, 4 | 315 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 316 |
![]() | '{' should be on the previous line. | 316 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 317 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 318 |
![]() | '}' should be on the same line. | 318 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 319 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 320 |
![]() | '{' should be on the previous line. | 320 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 321 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 322 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 323 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 324 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 325 |
![]() | Utility classes should not have a public or default constructor. | 331 |
![]() | '{' should be on the previous line. | 332 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 334 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 336 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 338 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line is longer than 80 characters. | 343 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 345 |
![]() | Line is longer than 80 characters. | 350 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 354 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 355 |
![]() | '{' should be on the previous line. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 356 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line is longer than 80 characters. | 360 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 362 |
![]() | Line is longer than 80 characters. | 363 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 366 |
![]() | Line is longer than 80 characters. | 367 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 367 |
![]() | Line is longer than 80 characters. | 368 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 368 |
![]() | Line is longer than 80 characters. | 369 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 369 |
![]() | Line is longer than 80 characters. | 370 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 372 |
![]() | Line is longer than 80 characters. | 373 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 373 |
![]() | Line is longer than 80 characters. | 374 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 374 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 375 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 377 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 380 |
![]() | Line is longer than 80 characters. | 381 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 381 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 382 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 384 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 385 |
![]() | '{' should be on the previous line. | 385 |
![]() | if at indentation level 16 not at correct indentation, 4 | 386 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 387 |
![]() | '{' should be on the previous line. | 387 |
![]() | Line is longer than 80 characters. | 388 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 388 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 389 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 390 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 392 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 393 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line is longer than 80 characters. | 401 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 401 |
![]() | method def throws at indentation level 24 not at correct indentation, 4 | 402 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 403 |
![]() | '{' should be on the previous line. | 403 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 404 |
![]() | try at indentation level 16 not at correct indentation, 4 | 405 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 406 |
![]() | '{' should be on the previous line. | 406 |
![]() | Line is longer than 80 characters. | 407 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 408 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 409 |
![]() | if at indentation level 24 not at correct indentation, 6 | 410 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 411 |
![]() | '{' should be on the previous line. | 411 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 412 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 413 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 414 |
![]() | '{' should be on the previous line. | 414 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 415 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 416 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Line is longer than 80 characters. | 419 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 419 |
![]() | Line is longer than 80 characters. | 422 |
![]() | try at indentation level 24 not at correct indentation, 6 | 425 |
![]() | try lcurly at indentation level 24 not at correct indentation, 6 | 426 |
![]() | '{' should be on the previous line. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | try child at indentation level 32 not at correct indentation, 8 | 427 |
![]() | try rcurly at indentation level 24 not at correct indentation, 6 | 428 |
![]() | catch lcurly at indentation level 24 not at correct indentation, 6 | 429 |
![]() | '{' should be on the previous line. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | catch child at indentation level 32 not at correct indentation, 8 | 430 |
![]() | Line is longer than 80 characters. | 431 |
![]() | catch child at indentation level 32 not at correct indentation, 8 | 432 |
![]() | catch child at indentation level 32 not at correct indentation, 8 | 433 |
![]() | catch rcurly at indentation level 24 not at correct indentation, 6 | 434 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 437 |
![]() | Line is longer than 80 characters. | 438 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 438 |
![]() | Line is longer than 80 characters. | 440 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 440 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 441 |
![]() | finally lcurly at indentation level 16 not at correct indentation, 4 | 442 |
![]() | '{' should be on the previous line. | 442 |
![]() | if at indentation level 24 not at correct indentation, 6 | 443 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 444 |
![]() | '{' should be on the previous line. | 444 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 445 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 446 |
![]() | finally rcurly at indentation level 16 not at correct indentation, 4 | 447 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 448 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 450 |
![]() | Method length is 398 lines (max allowed is 150). | 450 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 451 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 452 |
![]() | '{' should be on the previous line. | 452 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 453 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 454 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 455 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 456 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 457 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 458 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 459 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 460 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 461 |
![]() | Line is longer than 80 characters. | 463 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 463 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 466 |
![]() | if at indentation level 16 not at correct indentation, 4 | 468 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 469 |
![]() | '{' should be on the previous line. | 469 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 470 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 471 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 472 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 473 |
![]() | while at indentation level 16 not at correct indentation, 4 | 475 |
![]() | while lcurly at indentation level 16 not at correct indentation, 4 | 476 |
![]() | '{' should be on the previous line. | 476 |
![]() | if at indentation level 24 not at correct indentation, 6 | 477 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 478 |
![]() | '{' should be on the previous line. | 478 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 479 |
![]() | if at indentation level 32 not at correct indentation, 8 | 480 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 481 |
![]() | '{' should be on the previous line. | 481 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 482 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 483 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 484 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 485 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 486 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 487 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 488 |
![]() | '}' should be on the same line. | 488 |
![]() | else at indentation level 24 not at correct indentation, 6 | 489 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 490 |
![]() | '{' should be on the previous line. | 490 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 491 |
![]() | if at indentation level 32 not at correct indentation, 8 | 492 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 493 |
![]() | '{' should be on the previous line. | 493 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 494 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 495 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 496 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 497 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 498 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 499 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 500 |
![]() | '}' should be on the same line. | 500 |
![]() | else at indentation level 24 not at correct indentation, 6 | 501 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 502 |
![]() | '{' should be on the previous line. | 502 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 503 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 504 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 505 |
![]() | '}' should be on the same line. | 505 |
![]() | else at indentation level 24 not at correct indentation, 6 | 506 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 507 |
![]() | '{' should be on the previous line. | 507 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 508 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 509 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 510 |
![]() | '}' should be on the same line. | 510 |
![]() | else at indentation level 24 not at correct indentation, 6 | 511 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 512 |
![]() | '{' should be on the previous line. | 512 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 513 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 514 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 515 |
![]() | '}' should be on the same line. | 515 |
![]() | Line is longer than 80 characters. | 516 |
![]() | else at indentation level 24 not at correct indentation, 6 | 516 |
![]() | if child at indentation level 28 not at correct indentation, 8 | 517 |
![]() | if child at indentation level 28 not at correct indentation, 8 | 519 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 528 |
![]() | '}' should be on the same line. | 528 |
![]() | else at indentation level 24 not at correct indentation, 6 | 529 |
![]() | if child at indentation level 28 not at correct indentation, 8 | 530 |
![]() | if at indentation level 32 not at correct indentation, 8 | 531 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 532 |
![]() | '{' should be on the previous line. | 532 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 533 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 534 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 535 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 536 |
![]() | ',' is not followed by whitespace. | 536 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 537 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 538 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 539 |
![]() | '}' should be on the same line. | 539 |
![]() | else at indentation level 24 not at correct indentation, 6 | 540 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 541 |
![]() | '{' should be on the previous line. | 541 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 542 |
![]() | if at indentation level 32 not at correct indentation, 8 | 543 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 544 |
![]() | '{' should be on the previous line. | 544 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 545 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 546 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 547 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 548 |
![]() | ',' is not followed by whitespace. | 548 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 550 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 551 |
![]() | '}' should be on the same line. | 551 |
![]() | else at indentation level 24 not at correct indentation, 6 | 552 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 553 |
![]() | '{' should be on the previous line. | 553 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 554 |
![]() | if at indentation level 32 not at correct indentation, 8 | 555 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 556 |
![]() | '{' should be on the previous line. | 556 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 557 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 558 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 559 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 560 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 561 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 562 |
![]() | '}' should be on the same line. | 562 |
![]() | else at indentation level 24 not at correct indentation, 6 | 563 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 564 |
![]() | '{' should be on the previous line. | 564 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 565 |
![]() | if at indentation level 32 not at correct indentation, 8 | 566 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 567 |
![]() | '{' should be on the previous line. | 567 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 568 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 569 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 570 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 571 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 572 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 574 |
![]() | try at indentation level 32 not at correct indentation, 8 | 575 |
![]() | try lcurly at indentation level 32 not at correct indentation, 8 | 576 |
![]() | '{' should be on the previous line. | 576 |
![]() | Line is longer than 80 characters. | 577 |
![]() | try child at indentation level 40 not at correct indentation, 10 | 577 |
![]() | try rcurly at indentation level 32 not at correct indentation, 8 | 578 |
![]() | '}' should be on the same line. | 578 |
![]() | catch at indentation level 32 not at correct indentation, 8 | 579 |
![]() | catch lcurly at indentation level 32 not at correct indentation, 8 | 580 |
![]() | '{' should be on the previous line. | 580 |
![]() | catch child at indentation level 40 not at correct indentation, 10 | 581 |
![]() | catch child at indentation level 40 not at correct indentation, 10 | 582 |
![]() | catch rcurly at indentation level 32 not at correct indentation, 8 | 583 |
![]() | Line is longer than 80 characters. | 585 |
![]() | Line is longer than 80 characters. | 586 |
![]() | for at indentation level 32 not at correct indentation, 8 | 586 |
![]() | ';' is followed by whitespace. | 586 |
![]() | for lcurly at indentation level 32 not at correct indentation, 8 | 587 |
![]() | '{' should be on the previous line. | 587 |
![]() | for child at indentation level 35 not at correct indentation, 10 | 588 |
![]() | Line is longer than 80 characters. | 590 |
![]() | for child at indentation level 35 not at correct indentation, 10 | 590 |
![]() | ',' is not followed by whitespace. | 590 |
![]() | for rcurly at indentation level 32 not at correct indentation, 8 | 591 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 593 |
![]() | '}' should be on the same line. | 593 |
![]() | else at indentation level 24 not at correct indentation, 6 | 594 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 595 |
![]() | '{' should be on the previous line. | 595 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 596 |
![]() | if at indentation level 32 not at correct indentation, 8 | 597 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 598 |
![]() | '{' should be on the previous line. | 598 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 599 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 600 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 601 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 602 |
![]() | if at indentation level 32 not at correct indentation, 8 | 603 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 604 |
![]() | '{' should be on the previous line. | 604 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 605 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 606 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 607 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 609 |
![]() | ',' is not followed by whitespace. | 609 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 610 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 611 |
![]() | ',' is not followed by whitespace. | 611 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 613 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 614 |
![]() | '}' should be on the same line. | 614 |
![]() | else at indentation level 24 not at correct indentation, 6 | 615 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 616 |
![]() | '{' should be on the previous line. | 616 |
![]() | Line is longer than 80 characters. | 617 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 617 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 618 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 619 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 620 |
![]() | if at indentation level 24 not at correct indentation, 6 | 622 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 623 |
![]() | '{' should be on the previous line. | 623 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 624 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 625 |
![]() | while rcurly at indentation level 16 not at correct indentation, 4 | 626 |
![]() | if at indentation level 16 not at correct indentation, 4 | 628 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 629 |
![]() | '{' should be on the previous line. | 629 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 630 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 631 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 632 |
![]() | Line is longer than 80 characters. | 637 |
![]() | Line is longer than 80 characters. | 639 |
![]() | for at indentation level 16 not at correct indentation, 4 | 640 |
![]() | ';' is followed by whitespace. | 640 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 641 |
![]() | '{' should be on the previous line. | 641 |
![]() | for child at indentation level 19 not at correct indentation, 6 | 642 |
![]() | for child at indentation level 19 not at correct indentation, 6 | 644 |
![]() | ',' is not followed by whitespace. | 644 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 645 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 647 |
![]() | if at indentation level 16 not at correct indentation, 4 | 649 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 650 |
![]() | '{' should be on the previous line. | 650 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 651 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 652 |
![]() | Line is longer than 80 characters. | 654 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 654 |
![]() | Line is longer than 80 characters. | 657 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 657 |
![]() | ',' is not followed by whitespace. | 657 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 658 |
![]() | ',' is not followed by whitespace. | 658 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 659 |
![]() | ',' is not followed by whitespace. | 659 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 662 |
![]() | if at indentation level 16 not at correct indentation, 4 | 663 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 664 |
![]() | '{' should be on the previous line. | 664 |
![]() | Line is longer than 80 characters. | 665 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 665 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 666 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 667 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 669 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 670 |
![]() | for at indentation level 16 not at correct indentation, 4 | 671 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 672 |
![]() | '{' should be on the previous line. | 672 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 673 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 674 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 675 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 676 |
![]() | Line is longer than 80 characters. | 678 |
![]() | Line is longer than 80 characters. | 680 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 681 |
![]() | method def modifier at indentation level 24 not at correct indentation, 18 | 683 |
![]() | method def lcurly at indentation level 24 not at correct indentation, 18 | 684 |
![]() | '{' should be on the previous line. | 684 |
![]() | try at indentation level 32 not at correct indentation, 20 | 685 |
![]() | try lcurly at indentation level 32 not at correct indentation, 20 | 686 |
![]() | '{' should be on the previous line. | 686 |
![]() | try child at indentation level 40 not at correct indentation, 22 | 687 |
![]() | try rcurly at indentation level 32 not at correct indentation, 20 | 688 |
![]() | '}' should be on the same line. | 688 |
![]() | catch at indentation level 32 not at correct indentation, 20 | 689 |
![]() | catch lcurly at indentation level 32 not at correct indentation, 20 | 690 |
![]() | '{' should be on the previous line. | 690 |
![]() | catch child at indentation level 40 not at correct indentation, 22 | 691 |
![]() | catch rcurly at indentation level 32 not at correct indentation, 20 | 692 |
![]() | Line is longer than 80 characters. | 693 |
![]() | method def child at indentation level 32 not at correct indentation, 20 | 693 |
![]() | method def rcurly at indentation level 24 not at correct indentation, 18 | 694 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 697 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 700 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 703 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 705 |
![]() | try at indentation level 16 not at correct indentation, 4 | 707 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 708 |
![]() | '{' should be on the previous line. | 708 |
![]() | Line is longer than 80 characters. | 709 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 709 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 711 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 712 |
![]() | '}' should be on the same line. | 712 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 713 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 714 |
![]() | '{' should be on the previous line. | 714 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 715 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 716 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 717 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 718 |
![]() | try at indentation level 16 not at correct indentation, 4 | 720 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 721 |
![]() | '{' should be on the previous line. | 721 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 722 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 723 |
![]() | '}' should be on the same line. | 723 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 724 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 725 |
![]() | '{' should be on the previous line. | 725 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 726 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 727 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 728 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 729 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 731 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 735 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 737 |
![]() | if at indentation level 16 not at correct indentation, 4 | 738 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 739 |
![]() | '{' should be on the previous line. | 739 |
![]() | Line is longer than 80 characters. | 740 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 740 |
![]() | ',' is not followed by whitespace. | 740 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 741 |
![]() | '}' should be on the same line. | 741 |
![]() | else at indentation level 16 not at correct indentation, 4 | 742 |
![]() | else lcurly at indentation level 16 not at correct indentation, 4 | 743 |
![]() | '{' should be on the previous line. | 743 |
![]() | if at indentation level 24 not at correct indentation, 6 | 744 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 745 |
![]() | '{' should be on the previous line. | 745 |
![]() | Line is longer than 80 characters. | 746 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 746 |
![]() | ',' is not followed by whitespace. | 746 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 747 |
![]() | '}' should be on the same line. | 747 |
![]() | else at indentation level 24 not at correct indentation, 6 | 748 |
![]() | else lcurly at indentation level 24 not at correct indentation, 6 | 749 |
![]() | '{' should be on the previous line. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | else child at indentation level 32 not at correct indentation, 8 | 750 |
![]() | ',' is not followed by whitespace. | 750 |
![]() | else rcurly at indentation level 24 not at correct indentation, 6 | 751 |
![]() | else rcurly at indentation level 16 not at correct indentation, 4 | 752 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 754 |
![]() | for at indentation level 16 not at correct indentation, 4 | 756 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 757 |
![]() | '{' should be on the previous line. | 757 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 758 |
![]() | try at indentation level 24 not at correct indentation, 6 | 759 |
![]() | try lcurly at indentation level 24 not at correct indentation, 6 | 760 |
![]() | '{' should be on the previous line. | 760 |
![]() | try child at indentation level 32 not at correct indentation, 8 | 761 |
![]() | ',' is not followed by whitespace. | 761 |
![]() | try rcurly at indentation level 24 not at correct indentation, 6 | 762 |
![]() | '}' should be on the same line. | 762 |
![]() | catch at indentation level 24 not at correct indentation, 6 | 763 |
![]() | catch lcurly at indentation level 24 not at correct indentation, 6 | 764 |
![]() | '{' should be on the previous line. | 764 |
![]() | catch child at indentation level 32 not at correct indentation, 8 | 765 |
![]() | catch child at indentation level 32 not at correct indentation, 8 | 766 |
![]() | catch rcurly at indentation level 24 not at correct indentation, 6 | 767 |
![]() | Line is longer than 80 characters. | 769 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | ',' is not followed by whitespace. | 769 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 771 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 773 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 775 |
![]() | if at indentation level 16 not at correct indentation, 4 | 777 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 778 |
![]() | '{' should be on the previous line. | 778 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 779 |
![]() | Line is longer than 80 characters. | 780 |
![]() | if at indentation level 24 not at correct indentation, 6 | 780 |
![]() | ',' is not followed by whitespace. | 780 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 781 |
![]() | '{' should be on the previous line. | 781 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 782 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 783 |
![]() | Line is longer than 80 characters. | 784 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 784 |
![]() | ',' is not followed by whitespace. | 784 |
![]() | ',' is not followed by whitespace. | 784 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 785 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 786 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 788 |
![]() | for at indentation level 16 not at correct indentation, 4 | 790 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 791 |
![]() | '{' should be on the previous line. | 791 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 792 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 793 |
![]() | for at indentation level 16 not at correct indentation, 4 | 804 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 805 |
![]() | '{' should be on the previous line. | 805 |
![]() | try at indentation level 24 not at correct indentation, 6 | 806 |
![]() | try lcurly at indentation level 24 not at correct indentation, 6 | 807 |
![]() | '{' should be on the previous line. | 807 |
![]() | try child at indentation level 32 not at correct indentation, 8 | 808 |
![]() | try child at indentation level 32 not at correct indentation, 8 | 809 |
![]() | try rcurly at indentation level 24 not at correct indentation, 6 | 810 |
![]() | '}' should be on the same line. | 810 |
![]() | catch at indentation level 24 not at correct indentation, 6 | 811 |
![]() | catch lcurly at indentation level 24 not at correct indentation, 6 | 812 |
![]() | '{' should be on the previous line. | 812 |
![]() | Must have at least one statement. | 812 |
![]() | catch rcurly at indentation level 24 not at correct indentation, 6 | 813 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 814 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 816 |
![]() | if at indentation level 16 not at correct indentation, 4 | 818 |
![]() | if at indentation level 16 not at correct indentation, 4 | 822 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 823 |
![]() | '{' should be on the previous line. | 823 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 824 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 825 |
![]() | try at indentation level 16 not at correct indentation, 4 | 827 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 828 |
![]() | '{' should be on the previous line. | 828 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 829 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 830 |
![]() | '}' should be on the same line. | 830 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 831 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 832 |
![]() | '{' should be on the previous line. | 832 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 833 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 834 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 835 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 836 |
![]() | try at indentation level 16 not at correct indentation, 4 | 838 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 839 |
![]() | '{' should be on the previous line. | 839 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 840 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 841 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 842 |
![]() | '{' should be on the previous line. | 842 |
![]() | Line is longer than 80 characters. | 843 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 843 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 844 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 845 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 846 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 848 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 849 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | member def modifier at indentation level 6 not at correct indentation, 2 | 39 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 41 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 42 |
![]() | '{' should be on the previous line. | 42 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 43 |
![]() | File contains tab characters (this is the first instance). | 43 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 44 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 45 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 46 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 49 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 50 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 51 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 53 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 54 |
![]() | '{' should be on the previous line. | 54 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 55 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 59 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 61 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 62 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 63 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 65 |
![]() | Method length is 343 lines (max allowed is 150). | 65 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 66 |
![]() | '{' should be on the previous line. | 66 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 67 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 69 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 70 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 71 |
![]() | while at indentation level 9 not at correct indentation, 4 | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | while lcurly at indentation level 9 not at correct indentation, 4 | 74 |
![]() | '{' should be on the previous line. | 74 |
![]() | if at indentation level 12 not at correct indentation, 6 | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 79 |
![]() | '{' should be on the previous line. | 79 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 80 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 81 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 82 |
![]() | if at indentation level 12 not at correct indentation, 6 | 84 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 85 |
![]() | '{' should be on the previous line. | 85 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 86 |
![]() | if at indentation level 15 not at correct indentation, 8 | 87 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 88 |
![]() | '{' should be on the previous line. | 88 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 89 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 90 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 91 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 92 |
![]() | ',' is not followed by whitespace. | 92 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 93 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 94 |
![]() | '}' should be on the same line. | 94 |
![]() | else at indentation level 12 not at correct indentation, 6 | 95 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 96 |
![]() | '{' should be on the previous line. | 96 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 97 |
![]() | if at indentation level 15 not at correct indentation, 8 | 98 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 99 |
![]() | '{' should be on the previous line. | 99 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 100 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 101 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 102 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 103 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 104 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 106 |
![]() | try at indentation level 15 not at correct indentation, 8 | 107 |
![]() | try lcurly at indentation level 15 not at correct indentation, 8 | 108 |
![]() | '{' should be on the previous line. | 108 |
![]() | try child at indentation level 18 not at correct indentation, 10 | 109 |
![]() | try rcurly at indentation level 15 not at correct indentation, 8 | 110 |
![]() | '}' should be on the same line. | 110 |
![]() | catch at indentation level 15 not at correct indentation, 8 | 111 |
![]() | catch lcurly at indentation level 15 not at correct indentation, 8 | 112 |
![]() | '{' should be on the previous line. | 112 |
![]() | catch child at indentation level 18 not at correct indentation, 10 | 113 |
![]() | catch child at indentation level 18 not at correct indentation, 10 | 114 |
![]() | catch rcurly at indentation level 15 not at correct indentation, 8 | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | for at indentation level 15 not at correct indentation, 8 | 117 |
![]() | ';' is followed by whitespace. | 117 |
![]() | for lcurly at indentation level 15 not at correct indentation, 8 | 118 |
![]() | '{' should be on the previous line. | 118 |
![]() | for child at indentation level 18 not at correct indentation, 10 | 119 |
![]() | for child at indentation level 18 not at correct indentation, 10 | 121 |
![]() | ',' is not followed by whitespace. | 121 |
![]() | for rcurly at indentation level 15 not at correct indentation, 8 | 122 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 124 |
![]() | '}' should be on the same line. | 124 |
![]() | else at indentation level 12 not at correct indentation, 6 | 125 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 126 |
![]() | '{' should be on the previous line. | 126 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 127 |
![]() | if at indentation level 15 not at correct indentation, 8 | 128 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 129 |
![]() | '{' should be on the previous line. | 129 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 130 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 131 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 132 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 133 |
![]() | if at indentation level 15 not at correct indentation, 8 | 134 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 135 |
![]() | '{' should be on the previous line. | 135 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 136 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 137 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 138 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 140 |
![]() | ',' is not followed by whitespace. | 140 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 141 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 142 |
![]() | ',' is not followed by whitespace. | 142 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 144 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 145 |
![]() | '}' should be on the same line. | 145 |
![]() | else at indentation level 12 not at correct indentation, 6 | 146 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 147 |
![]() | '{' should be on the previous line. | 147 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 148 |
![]() | if at indentation level 15 not at correct indentation, 8 | 149 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 150 |
![]() | '{' should be on the previous line. | 150 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 151 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 152 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 153 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 154 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 155 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 156 |
![]() | '}' should be on the same line. | 156 |
![]() | else at indentation level 12 not at correct indentation, 6 | 157 |
![]() | else lcurly at indentation level 12 not at correct indentation, 6 | 158 |
![]() | '{' should be on the previous line. | 158 |
![]() | else child at indentation level 15 not at correct indentation, 8 | 159 |
![]() | else child at indentation level 15 not at correct indentation, 8 | 160 |
![]() | else child at indentation level 15 not at correct indentation, 8 | 161 |
![]() | else rcurly at indentation level 12 not at correct indentation, 6 | 162 |
![]() | if at indentation level 12 not at correct indentation, 6 | 164 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 165 |
![]() | '{' should be on the previous line. | 165 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 166 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 167 |
![]() | while rcurly at indentation level 9 not at correct indentation, 4 | 168 |
![]() | if at indentation level 9 not at correct indentation, 4 | 170 |
![]() | if lcurly at indentation level 9 not at correct indentation, 4 | 171 |
![]() | '{' should be on the previous line. | 171 |
![]() | if child at indentation level 12 not at correct indentation, 6 | 172 |
![]() | if child at indentation level 12 not at correct indentation, 6 | 173 |
![]() | if rcurly at indentation level 9 not at correct indentation, 4 | 174 |
![]() | for at indentation level 9 not at correct indentation, 4 | 176 |
![]() | ';' is followed by whitespace. | 176 |
![]() | for lcurly at indentation level 9 not at correct indentation, 4 | 177 |
![]() | '{' should be on the previous line. | 177 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 178 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 180 |
![]() | ',' is not followed by whitespace. | 180 |
![]() | for rcurly at indentation level 9 not at correct indentation, 4 | 181 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 183 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 185 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 186 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 187 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 190 |
![]() | ',' is not followed by whitespace. | 190 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 192 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 194 |
![]() | try at indentation level 9 not at correct indentation, 4 | 196 |
![]() | try lcurly at indentation level 9 not at correct indentation, 4 | 197 |
![]() | '{' should be on the previous line. | 197 |
![]() | try child at indentation level 12 not at correct indentation, 6 | 198 |
![]() | try child at indentation level 12 not at correct indentation, 6 | 199 |
![]() | try rcurly at indentation level 9 not at correct indentation, 4 | 200 |
![]() | '}' should be on the same line. | 200 |
![]() | catch at indentation level 9 not at correct indentation, 4 | 201 |
![]() | catch lcurly at indentation level 9 not at correct indentation, 4 | 202 |
![]() | '{' should be on the previous line. | 202 |
![]() | catch child at indentation level 12 not at correct indentation, 6 | 203 |
![]() | catch child at indentation level 12 not at correct indentation, 6 | 204 |
![]() | catch rcurly at indentation level 9 not at correct indentation, 4 | 205 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 207 |
![]() | try at indentation level 9 not at correct indentation, 4 | 208 |
![]() | try lcurly at indentation level 9 not at correct indentation, 4 | 209 |
![]() | '{' should be on the previous line. | 209 |
![]() | try child at indentation level 12 not at correct indentation, 6 | 210 |
![]() | try rcurly at indentation level 9 not at correct indentation, 4 | 211 |
![]() | '}' should be on the same line. | 211 |
![]() | catch at indentation level 9 not at correct indentation, 4 | 212 |
![]() | catch lcurly at indentation level 9 not at correct indentation, 4 | 213 |
![]() | '{' should be on the previous line. | 213 |
![]() | catch child at indentation level 12 not at correct indentation, 6 | 214 |
![]() | catch child at indentation level 12 not at correct indentation, 6 | 215 |
![]() | catch rcurly at indentation level 9 not at correct indentation, 4 | 216 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 218 |
![]() | Line is longer than 80 characters. | 221 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 221 |
![]() | for at indentation level 9 not at correct indentation, 4 | 223 |
![]() | for lcurly at indentation level 9 not at correct indentation, 4 | 224 |
![]() | '{' should be on the previous line. | 224 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 226 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 228 |
![]() | try at indentation level 12 not at correct indentation, 6 | 230 |
![]() | try lcurly at indentation level 12 not at correct indentation, 6 | 231 |
![]() | '{' should be on the previous line. | 231 |
![]() | try child at indentation level 15 not at correct indentation, 8 | 232 |
![]() | try rcurly at indentation level 12 not at correct indentation, 6 | 233 |
![]() | '}' should be on the same line. | 233 |
![]() | catch at indentation level 12 not at correct indentation, 6 | 234 |
![]() | catch lcurly at indentation level 12 not at correct indentation, 6 | 235 |
![]() | '{' should be on the previous line. | 235 |
![]() | catch child at indentation level 15 not at correct indentation, 8 | 236 |
![]() | catch child at indentation level 15 not at correct indentation, 8 | 237 |
![]() | catch rcurly at indentation level 12 not at correct indentation, 6 | 238 |
![]() | if at indentation level 12 not at correct indentation, 6 | 240 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 241 |
![]() | '{' should be on the previous line. | 241 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 242 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 243 |
![]() | if at indentation level 12 not at correct indentation, 6 | 245 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 246 |
![]() | '{' should be on the previous line. | 246 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 247 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 248 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 249 |
![]() | if at indentation level 12 not at correct indentation, 6 | 251 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 252 |
![]() | '{' should be on the previous line. | 252 |
![]() | if child at indentation level 15 not at correct indentation, 8 | 253 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 254 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 256 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 258 |
![]() | if at indentation level 12 not at correct indentation, 6 | 260 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 261 |
![]() | '{' should be on the previous line. | 261 |
![]() | if at indentation level 15 not at correct indentation, 8 | 262 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 263 |
![]() | '{' should be on the previous line. | 263 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 264 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 265 |
![]() | '}' should be on the same line. | 265 |
![]() | else at indentation level 15 not at correct indentation, 8 | 266 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 267 |
![]() | '{' should be on the previous line. | 267 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 268 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 269 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 270 |
![]() | '}' should be on the same line. | 270 |
![]() | else at indentation level 15 not at correct indentation, 8 | 271 |
![]() | else lcurly at indentation level 15 not at correct indentation, 8 | 272 |
![]() | '{' should be on the previous line. | 272 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 273 |
![]() | else rcurly at indentation level 15 not at correct indentation, 8 | 274 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 275 |
![]() | '}' should be on the same line. | 275 |
![]() | else at indentation level 12 not at correct indentation, 6 | 276 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 277 |
![]() | '{' should be on the previous line. | 277 |
![]() | if at indentation level 15 not at correct indentation, 8 | 278 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 279 |
![]() | '{' should be on the previous line. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 280 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 281 |
![]() | '}' should be on the same line. | 281 |
![]() | else at indentation level 15 not at correct indentation, 8 | 282 |
![]() | else lcurly at indentation level 15 not at correct indentation, 8 | 283 |
![]() | '{' should be on the previous line. | 283 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 284 |
![]() | if at indentation level 18 not at correct indentation, 10 | 286 |
![]() | if lcurly at indentation level 18 not at correct indentation, 10 | 287 |
![]() | '{' should be on the previous line. | 287 |
![]() | if child at indentation level 21 not at correct indentation, 12 | 288 |
![]() | for at indentation level 21 not at correct indentation, 12 | 290 |
![]() | for lcurly at indentation level 21 not at correct indentation, 12 | 291 |
![]() | '{' should be on the previous line. | 291 |
![]() | for child at indentation level 24 not at correct indentation, 14 | 292 |
![]() | for rcurly at indentation level 21 not at correct indentation, 12 | 293 |
![]() | if rcurly at indentation level 18 not at correct indentation, 10 | 294 |
![]() | Line is longer than 80 characters. | 296 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 296 |
![]() | ',' is not followed by whitespace. | 296 |
![]() | ',' is not followed by whitespace. | 296 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 297 |
![]() | ',' is not followed by whitespace. | 297 |
![]() | ',' is not followed by whitespace. | 297 |
![]() | ',' is not followed by whitespace. | 297 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 298 |
![]() | for at indentation level 18 not at correct indentation, 10 | 299 |
![]() | ',' is not followed by whitespace. | 299 |
![]() | for lcurly at indentation level 18 not at correct indentation, 10 | 300 |
![]() | '{' should be on the previous line. | 300 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 301 |
![]() | for rcurly at indentation level 18 not at correct indentation, 10 | 302 |
![]() | else rcurly at indentation level 15 not at correct indentation, 8 | 303 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 304 |
![]() | '}' should be on the same line. | 304 |
![]() | else at indentation level 12 not at correct indentation, 6 | 305 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 306 |
![]() | '{' should be on the previous line. | 306 |
![]() | if at indentation level 15 not at correct indentation, 8 | 307 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 308 |
![]() | '{' should be on the previous line. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 309 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 310 |
![]() | '}' should be on the same line. | 310 |
![]() | else at indentation level 15 not at correct indentation, 8 | 311 |
![]() | else lcurly at indentation level 15 not at correct indentation, 8 | 312 |
![]() | '{' should be on the previous line. | 312 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 313 |
![]() | if at indentation level 18 not at correct indentation, 10 | 315 |
![]() | if lcurly at indentation level 18 not at correct indentation, 10 | 316 |
![]() | '{' should be on the previous line. | 316 |
![]() | if child at indentation level 21 not at correct indentation, 12 | 317 |
![]() | for at indentation level 21 not at correct indentation, 12 | 319 |
![]() | for lcurly at indentation level 21 not at correct indentation, 12 | 320 |
![]() | '{' should be on the previous line. | 320 |
![]() | for child at indentation level 24 not at correct indentation, 14 | 321 |
![]() | for rcurly at indentation level 21 not at correct indentation, 12 | 322 |
![]() | if rcurly at indentation level 18 not at correct indentation, 10 | 323 |
![]() | Line is longer than 80 characters. | 325 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 325 |
![]() | ',' is not followed by whitespace. | 325 |
![]() | ',' is not followed by whitespace. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 326 |
![]() | ',' is not followed by whitespace. | 326 |
![]() | ',' is not followed by whitespace. | 326 |
![]() | ',' is not followed by whitespace. | 326 |
![]() | ',' is not followed by whitespace. | 326 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 327 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 328 |
![]() | if at indentation level 18 not at correct indentation, 10 | 329 |
![]() | if lcurly at indentation level 18 not at correct indentation, 10 | 330 |
![]() | '{' should be on the previous line. | 330 |
![]() | if child at indentation level 21 not at correct indentation, 12 | 331 |
![]() | if rcurly at indentation level 18 not at correct indentation, 10 | 332 |
![]() | '}' should be on the same line. | 332 |
![]() | else at indentation level 18 not at correct indentation, 10 | 333 |
![]() | else lcurly at indentation level 18 not at correct indentation, 10 | 334 |
![]() | '{' should be on the previous line. | 334 |
![]() | else child at indentation level 21 not at correct indentation, 12 | 335 |
![]() | else rcurly at indentation level 18 not at correct indentation, 10 | 336 |
![]() | for at indentation level 18 not at correct indentation, 10 | 337 |
![]() | ',' is not followed by whitespace. | 337 |
![]() | for lcurly at indentation level 18 not at correct indentation, 10 | 338 |
![]() | '{' should be on the previous line. | 338 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 339 |
![]() | Line is longer than 80 characters. | 340 |
![]() | for at indentation level 21 not at correct indentation, 12 | 340 |
![]() | ',' is not followed by whitespace. | 340 |
![]() | for lcurly at indentation level 21 not at correct indentation, 12 | 341 |
![]() | '{' should be on the previous line. | 341 |
![]() | for child at indentation level 24 not at correct indentation, 14 | 342 |
![]() | for rcurly at indentation level 21 not at correct indentation, 12 | 343 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 344 |
![]() | for rcurly at indentation level 18 not at correct indentation, 10 | 345 |
![]() | else rcurly at indentation level 15 not at correct indentation, 8 | 346 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 347 |
![]() | '}' should be on the same line. | 347 |
![]() | else at indentation level 12 not at correct indentation, 6 | 348 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 349 |
![]() | '{' should be on the previous line. | 349 |
![]() | if at indentation level 15 not at correct indentation, 8 | 350 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 351 |
![]() | '{' should be on the previous line. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 352 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 353 |
![]() | '}' should be on the same line. | 353 |
![]() | else at indentation level 15 not at correct indentation, 8 | 354 |
![]() | else lcurly at indentation level 15 not at correct indentation, 8 | 355 |
![]() | '{' should be on the previous line. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 356 |
![]() | ',' is not followed by whitespace. | 356 |
![]() | ',' is not followed by whitespace. | 356 |
![]() | for at indentation level 18 not at correct indentation, 10 | 358 |
![]() | for lcurly at indentation level 18 not at correct indentation, 10 | 359 |
![]() | '{' should be on the previous line. | 359 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 360 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 361 |
![]() | ',' is not followed by whitespace. | 361 |
![]() | for rcurly at indentation level 18 not at correct indentation, 10 | 362 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 364 |
![]() | ',' is not followed by whitespace. | 364 |
![]() | ',' is not followed by whitespace. | 364 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 365 |
![]() | else rcurly at indentation level 15 not at correct indentation, 8 | 366 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 367 |
![]() | '}' should be on the same line. | 367 |
![]() | else at indentation level 12 not at correct indentation, 6 | 368 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 369 |
![]() | '{' should be on the previous line. | 369 |
![]() | if at indentation level 15 not at correct indentation, 8 | 370 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 371 |
![]() | '{' should be on the previous line. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 372 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 373 |
![]() | '}' should be on the same line. | 373 |
![]() | else at indentation level 15 not at correct indentation, 8 | 374 |
![]() | else lcurly at indentation level 15 not at correct indentation, 8 | 375 |
![]() | '{' should be on the previous line. | 375 |
![]() | Line is longer than 80 characters. | 376 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 376 |
![]() | ',' is not followed by whitespace. | 376 |
![]() | ',' is not followed by whitespace. | 376 |
![]() | for at indentation level 18 not at correct indentation, 10 | 378 |
![]() | for lcurly at indentation level 18 not at correct indentation, 10 | 379 |
![]() | '{' should be on the previous line. | 379 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 380 |
![]() | for child at indentation level 21 not at correct indentation, 12 | 381 |
![]() | ',' is not followed by whitespace. | 381 |
![]() | for rcurly at indentation level 18 not at correct indentation, 10 | 382 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 384 |
![]() | ',' is not followed by whitespace. | 384 |
![]() | ',' is not followed by whitespace. | 384 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 385 |
![]() | else rcurly at indentation level 15 not at correct indentation, 8 | 386 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 387 |
![]() | '}' should be on the same line. | 387 |
![]() | else at indentation level 12 not at correct indentation, 6 | 388 |
![]() | if lcurly at indentation level 12 not at correct indentation, 6 | 389 |
![]() | '{' should be on the previous line. | 389 |
![]() | if at indentation level 15 not at correct indentation, 8 | 390 |
![]() | if lcurly at indentation level 15 not at correct indentation, 8 | 391 |
![]() | '{' should be on the previous line. | 391 |
![]() | if child at indentation level 18 not at correct indentation, 10 | 392 |
![]() | if rcurly at indentation level 15 not at correct indentation, 8 | 393 |
![]() | '}' should be on the same line. | 393 |
![]() | else at indentation level 15 not at correct indentation, 8 | 394 |
![]() | else lcurly at indentation level 15 not at correct indentation, 8 | 395 |
![]() | '{' should be on the previous line. | 395 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 396 |
![]() | ',' is not followed by whitespace. | 396 |
![]() | else child at indentation level 18 not at correct indentation, 10 | 397 |
![]() | else rcurly at indentation level 15 not at correct indentation, 8 | 398 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 399 |
![]() | '}' should be on the same line. | 399 |
![]() | else at indentation level 12 not at correct indentation, 6 | 400 |
![]() | else lcurly at indentation level 12 not at correct indentation, 6 | 401 |
![]() | '{' should be on the previous line. | 401 |
![]() | else child at indentation level 15 not at correct indentation, 8 | 402 |
![]() | else rcurly at indentation level 12 not at correct indentation, 6 | 403 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 405 |
![]() | for rcurly at indentation level 9 not at correct indentation, 4 | 407 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 408 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for DBException. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | '{' should be on the previous line. | 45 |
![]() | File contains tab characters (this is the first instance). | 46 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 49 |
![]() | Name '_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() | Variable '_p' must be private and have accessor methods. | 49 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 54 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 55 |
![]() | '{' should be on the previous line. | 55 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 56 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 58 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 63 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 64 |
![]() | '{' should be on the previous line. | 64 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 65 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 66 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 24 |
![]() | File contains tab characters (this is the first instance). | 26 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 28 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 30 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 31 |
![]() | '{' should be on the previous line. | 31 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 33 |
![]() | ctor def modifier at indentation level 6 not at correct indentation, 2 | 35 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 36 |
![]() | '{' should be on the previous line. | 36 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 38 |
![]() | ctor def modifier at indentation level 6 not at correct indentation, 2 | 40 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 41 |
![]() | '{' should be on the previous line. | 41 |
![]() | ',' is not followed by whitespace. | 42 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 43 |
![]() | ctor def modifier at indentation level 6 not at correct indentation, 2 | 45 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 46 |
![]() | '{' should be on the previous line. | 46 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 48 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for UnknownDBException. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | File contains tab characters (this is the first instance). | 28 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for DBException. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 34 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 35 |
![]() | File contains tab characters (this is the first instance). | 35 |
![]() | Name '_db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Variable '_db' must be private and have accessor methods. | 35 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 36 |
![]() | Name '_measurements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Variable '_measurements' must be private and have accessor methods. | 36 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 38 |
![]() | Variable 'fstream' must be private and have accessor methods. | 38 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 39 |
![]() | Variable 'out' must be private and have accessor methods. | 39 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 40 |
![]() | Variable 'obj' must be private and have accessor methods. | 40 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 41 |
![]() | Variable 'numThreads' must be private and have accessor methods. | 41 |
![]() | static initialization at indentation level 8 not at correct indentation, 2 | 43 |
![]() | static initialization child at indentation level 12 not at correct indentation, 4 | 44 |
![]() | static initialization child at indentation level 12 not at correct indentation, 4 | 45 |
![]() | static initialization rcurly at indentation level 8 not at correct indentation, 2 | 46 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 51 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 52 |
![]() | '{' should be on the previous line. | 52 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 53 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 54 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 55 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 60 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 61 |
![]() | '{' should be on the previous line. | 61 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 62 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 63 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 68 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 69 |
![]() | '{' should be on the previous line. | 69 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 70 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 71 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line is longer than 80 characters. | 370 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 21 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 22 |
![]() | File contains tab characters (this is the first instance). | 22 |
![]() | Variable 'len' must be private and have accessor methods. | 22 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 23 |
![]() | Variable 'ins' must be private and have accessor methods. | 23 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 24 |
![]() | Variable 'off' must be private and have accessor methods. | 24 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 26 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 27 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 28 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 29 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 30 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 32 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 33 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 34 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 35 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 37 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 38 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 39 |
![]() | try at indentation level 16 not at correct indentation, 4 | 40 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 41 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 42 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 43 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 44 |
![]() | if at indentation level 16 not at correct indentation, 4 | 45 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 46 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 47 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 48 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 50 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 51 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 52 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Must have at least one statement. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 23 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 24 |
![]() | File contains tab characters (this is the first instance). | 24 |
![]() | Variable 'str' must be private and have accessor methods. | 24 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 25 |
![]() | Variable 'off' must be private and have accessor methods. | 25 |
![]() | Line is longer than 80 characters. | 31 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | for at indentation level 15 not at correct indentation, 4 | 32 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 33 |
![]() | Line is longer than 80 characters. | 39 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 39 |
![]() | for at indentation level 15 not at correct indentation, 4 | 40 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 41 |
![]() | Line is longer than 80 characters. | 47 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 47 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 48 |
![]() | ',' is not followed by whitespace. | 49 |
![]() | for at indentation level 16 not at correct indentation, 4 | 51 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 52 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 53 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 54 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 55 |
![]() | Line is longer than 80 characters. | 61 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 61 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 62 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | for at indentation level 16 not at correct indentation, 4 | 64 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 65 |
![]() | Empty statement. | 65 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 66 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 67 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 68 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 70 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 71 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 72 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 73 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 74 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 75 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 76 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 77 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 79 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 80 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 81 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 82 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 83 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 84 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 86 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 87 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 88 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 89 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 100 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 101 |
![]() | if at indentation level 16 not at correct indentation, 4 | 102 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 103 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 104 |
![]() | else child at indentation level 24 not at correct indentation, 6 | 105 |
![]() | else rcurly at indentation level 16 not at correct indentation, 4 | 106 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 107 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Must have at least one statement. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 24 |
![]() | File contains tab characters (this is the first instance). | 26 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 28 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 30 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 31 |
![]() | '{' should be on the previous line. | 31 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 33 |
![]() | ctor def modifier at indentation level 6 not at correct indentation, 2 | 35 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 36 |
![]() | '{' should be on the previous line. | 36 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 38 |
![]() | ctor def modifier at indentation level 6 not at correct indentation, 2 | 40 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 41 |
![]() | '{' should be on the previous line. | 41 |
![]() | ',' is not followed by whitespace. | 42 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 43 |
![]() | ctor def modifier at indentation level 6 not at correct indentation, 2 | 45 |
![]() | ctor def lcurly at indentation level 6 not at correct indentation, 2 | 46 |
![]() | '{' should be on the previous line. | 46 |
![]() | ctor def rcurly at indentation level 6 not at correct indentation, 2 | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Name 'rand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Name 'rng' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 41 |
![]() | Name 'ASCIIString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 42 |
![]() | '{' should be on the previous line. | 42 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 43 |
![]() | File contains tab characters (this is the first instance). | 43 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 45 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 46 |
![]() | for at indentation level 8 not at correct indentation, 4 | 47 |
![]() | if at indentation level 10 not at correct indentation, 6 | 48 |
![]() | if child at indentation level 12 not at correct indentation, 8 | 49 |
![]() | if rcurly at indentation level 10 not at correct indentation, 6 | 50 |
![]() | else child at indentation level 12 not at correct indentation, 8 | 51 |
![]() | else rcurly at indentation level 10 not at correct indentation, 6 | 52 |
![]() | for rcurly at indentation level 8 not at correct indentation, 4 | 53 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 54 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 55 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 60 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 61 |
![]() | '{' should be on the previous line. | 61 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 62 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 63 |
![]() | member def modifier at indentation level 6 not at correct indentation, 2 | 65 |
![]() | Name 'FNV_offset_basis_32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | member def modifier at indentation level 6 not at correct indentation, 2 | 66 |
![]() | Name 'FNV_prime_32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 74 |
![]() | Name 'FNVhash32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 75 |
![]() | '{' should be on the previous line. | 75 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 77 |
![]() | for at indentation level 9 not at correct indentation, 4 | 79 |
![]() | for lcurly at indentation level 9 not at correct indentation, 4 | 80 |
![]() | '{' should be on the previous line. | 80 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 81 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 82 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 84 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 85 |
![]() | for rcurly at indentation level 9 not at correct indentation, 4 | 87 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 88 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 89 |
![]() | member def modifier at indentation level 6 not at correct indentation, 2 | 91 |
![]() | Name 'FNV_offset_basis_64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() | member def modifier at indentation level 6 not at correct indentation, 2 | 92 |
![]() | Name 'FNV_prime_64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() | Line is longer than 80 characters. | 95 |
![]() | method def modifier at indentation level 6 not at correct indentation, 2 | 100 |
![]() | Name 'FNVhash64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() | method def lcurly at indentation level 6 not at correct indentation, 2 | 101 |
![]() | '{' should be on the previous line. | 101 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 103 |
![]() | for at indentation level 9 not at correct indentation, 4 | 105 |
![]() | for lcurly at indentation level 9 not at correct indentation, 4 | 106 |
![]() | '{' should be on the previous line. | 106 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 107 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 108 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 110 |
![]() | for child at indentation level 12 not at correct indentation, 6 | 111 |
![]() | for rcurly at indentation level 9 not at correct indentation, 4 | 113 |
![]() | method def child at indentation level 9 not at correct indentation, 4 | 114 |
![]() | method def rcurly at indentation level 6 not at correct indentation, 2 | 115 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | '{' should be on the previous line. | 38 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 39 |
![]() | File contains tab characters (this is the first instance). | 39 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 41 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 24 |
![]() | File contains tab characters (this is the first instance). | 25 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 28 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 30 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 31 |
![]() | '{' should be on the previous line. | 31 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 33 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 35 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 36 |
![]() | '{' should be on the previous line. | 36 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 38 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 40 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 41 |
![]() | '{' should be on the previous line. | 41 |
![]() | ',' is not followed by whitespace. | 42 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 43 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 45 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 46 |
![]() | '{' should be on the previous line. | 46 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 26 |
![]() | File contains tab characters (this is the first instance). | 26 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 30 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 31 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 32 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 34 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 35 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 36 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 37 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 39 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 40 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 41 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 26 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 27 |
![]() | File contains tab characters (this is the first instance). | 27 |
![]() | Variable 'counter' must be private and have accessor methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 32 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 33 |
![]() | '{' should be on the previous line. | 33 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 34 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 35 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 42 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 43 |
![]() | '{' should be on the previous line. | 43 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 44 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 45 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 46 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 47 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 48 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 49 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 50 |
![]() | '{' should be on the previous line. | 50 |
![]() | method def child at indentation level 24 not at correct indentation, 4 | 51 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 52 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 53 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 55 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 56 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 30 |
![]() | class def ident at indentation level 8 not at correct indentation, 2 | 31 |
![]() | File contains tab characters (this is the first instance). | 31 |
![]() | class def lcurly at indentation level 8 not at correct indentation, 2 | 32 |
![]() | '{' should be on the previous line. | 32 |
![]() | member def modifier at indentation level 16 not at correct indentation, 4 | 33 |
![]() | Name '_weight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Variable '_weight' must be private and have accessor methods. | 33 |
![]() | member def modifier at indentation level 16 not at correct indentation, 4 | 34 |
![]() | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Variable '_value' must be private and have accessor methods. | 34 |
![]() | ctor def at indentation level 16 not at correct indentation, 4 | 36 |
![]() | ctor def lcurly at indentation level 16 not at correct indentation, 4 | 37 |
![]() | '{' should be on the previous line. | 37 |
![]() | ctor def child at indentation level 24 not at correct indentation, 6 | 38 |
![]() | ctor def child at indentation level 24 not at correct indentation, 6 | 39 |
![]() | ctor def rcurly at indentation level 16 not at correct indentation, 4 | 40 |
![]() | class def rcurly at indentation level 8 not at correct indentation, 2 | 41 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 43 |
![]() | Name '_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Variable '_values' must be private and have accessor methods. | 43 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 44 |
![]() | Name '_lastvalue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() | Variable '_lastvalue' must be private and have accessor methods. | 44 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 46 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 47 |
![]() | '{' should be on the previous line. | 47 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 48 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 49 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 50 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 55 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 56 |
![]() | '{' should be on the previous line. | 56 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 57 |
![]() | for at indentation level 16 not at correct indentation, 4 | 59 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 60 |
![]() | '{' should be on the previous line. | 60 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 61 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 62 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 64 |
![]() | for at indentation level 16 not at correct indentation, 4 | 66 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 67 |
![]() | '{' should be on the previous line. | 67 |
![]() | if at indentation level 24 not at correct indentation, 6 | 68 |
![]() | if lcurly at indentation level 24 not at correct indentation, 6 | 69 |
![]() | '{' should be on the previous line. | 69 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 70 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 71 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 73 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 74 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 77 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 79 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 81 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 82 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Unused import - java.util.Random. | 20 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | member def modifier at indentation level 4 not at correct indentation, 2 | 36 |
![]() | member def modifier at indentation level 4 not at correct indentation, 2 | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | member def modifier at indentation level 4 not at correct indentation, 2 | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | member def modifier at indentation level 4 not at correct indentation, 2 | 41 |
![]() | File contains tab characters (this is the first instance). | 43 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 46 |
![]() | Name '_gamma' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Variable '_gamma' must be private and have accessor methods. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 54 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 55 |
![]() | '{' should be on the previous line. | 55 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 56 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 57 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 59 |
![]() | '{' should be on the previous line. | 59 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 60 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 71 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 72 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 73 |
![]() | '{' should be on the previous line. | 73 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 74 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 75 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 83 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 84 |
![]() | '{' should be on the previous line. | 84 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 85 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 86 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 88 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 89 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 90 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 91 |
![]() | method def modifier at indentation level 4 not at correct indentation, 2 | 92 |
![]() | Array brackets at illegal position. | 92 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 93 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 94 |
![]() | for at indentation level 8 not at correct indentation, 4 | 95 |
![]() | if at indentation level 12 not at correct indentation, 6 | 96 |
![]() | if child at indentation level 16 not at correct indentation, 8 | 97 |
![]() | if rcurly at indentation level 12 not at correct indentation, 6 | 98 |
![]() | for rcurly at indentation level 8 not at correct indentation, 4 | 99 |
![]() | method def child at indentation level 8 not at correct indentation, 4 | 100 |
![]() | method def rcurly at indentation level 4 not at correct indentation, 2 | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '{' should be on the previous line. | 28 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 29 |
![]() | File contains tab characters (this is the first instance). | 29 |
![]() | Variable 'filename' must be private and have accessor methods. | 29 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 30 |
![]() | Variable 'current' must be private and have accessor methods. | 30 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 31 |
![]() | Variable 'reader' must be private and have accessor methods. | 31 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 37 |
![]() | Name '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 38 |
![]() | '{' should be on the previous line. | 38 |
![]() | try at indentation level 16 not at correct indentation, 4 | 39 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 40 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 41 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 42 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 43 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 44 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 45 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 46 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 47 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 52 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 53 |
![]() | '{' should be on the previous line. | 53 |
![]() | try at indentation level 16 not at correct indentation, 4 | 54 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 55 |
![]() | Inner assignments should be avoided. | 55 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 57 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 58 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 59 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 60 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 61 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 62 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 63 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 68 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 69 |
![]() | '{' should be on the previous line. | 69 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 70 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 71 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 76 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 77 |
![]() | '{' should be on the previous line. | 77 |
![]() | try at indentation level 16 not at correct indentation, 4 | 78 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 79 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 80 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 81 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 82 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 83 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 84 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 85 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 86 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | First sentence should end with a period. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | '{' should be on the previous line. | 24 |
![]() | File contains tab characters (this is the first instance). | 25 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 28 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Unused import - java.util.Random. | 22 |
![]() | Redundant import from the same package - com.yahoo.ycsb.generator.IntegerGenerator. | 25 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 43 |
![]() | File contains tab characters (this is the first instance). | 43 |
![]() | Name 'block_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Variable 'block_size' must be private and have accessor methods. | 43 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 44 |
![]() | Variable 'buckets' must be private and have accessor methods. | 44 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 45 |
![]() | Variable 'area' must be private and have accessor methods. | 45 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 46 |
![]() | Name 'weighted_area' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Variable 'weighted_area' must be private and have accessor methods. | 46 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 47 |
![]() | Name 'mean_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Variable 'mean_size' must be private and have accessor methods. | 47 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 49 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 50 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 51 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 52 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 54 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 56 |
![]() | if at indentation level 8 not at correct indentation, 4 | 57 |
![]() | if child at indentation level 16 not at correct indentation, 6 | 58 |
![]() | if rcurly at indentation level 8 not at correct indentation, 4 | 59 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 60 |
![]() | if at indentation level 8 not at correct indentation, 4 | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | if child at indentation level 16 not at correct indentation, 6 | 62 |
![]() | if rcurly at indentation level 8 not at correct indentation, 4 | 63 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 64 |
![]() | while at indentation level 8 not at correct indentation, 4 | 66 |
![]() | while child at indentation level 16 not at correct indentation, 6 | 68 |
![]() | while child at indentation level 16 not at correct indentation, 6 | 70 |
![]() | while rcurly at indentation level 8 not at correct indentation, 4 | 71 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 72 |
![]() | for at indentation level 8 not at correct indentation, 4 | 73 |
![]() | for child at indentation level 16 not at correct indentation, 6 | 74 |
![]() | for rcurly at indentation level 8 not at correct indentation, 4 | 75 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 77 |
![]() | ctor def child at indentation level 8 not at correct indentation, 4 | 78 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 79 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 81 |
![]() | Name 'block_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 82 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 83 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 84 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 85 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 86 |
![]() | for at indentation level 16 not at correct indentation, 4 | 87 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 88 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 89 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 92 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 93 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 95 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 96 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 97 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 98 |
![]() | for at indentation level 16 not at correct indentation, 4 | 100 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 101 |
![]() | if at indentation level 24 not at correct indentation, 6 | 102 |
![]() | if child at indentation level 32 not at correct indentation, 8 | 103 |
![]() | if rcurly at indentation level 24 not at correct indentation, 6 | 104 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 105 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 107 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 108 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 110 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 111 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 112 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 113 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Variable 'zipkeychooser' must be private and have accessor methods. | 42 |
![]() | Line is longer than 80 characters. | 64 |
![]() | File contains tab characters (this is the first instance). | 65 |
![]() | Line is longer than 80 characters. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | First sentence should end with a period. | 20 |
![]() | '{' should be on the previous line. | 27 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 28 |
![]() | File contains tab characters (this is the first instance). | 28 |
![]() | Variable 'lastint' must be private and have accessor methods. | 28 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 34 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 35 |
![]() | '{' should be on the previous line. | 35 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 36 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 42 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 47 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 48 |
![]() | '{' should be on the previous line. | 48 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 49 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 50 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 57 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 59 |
![]() | '{' should be on the previous line. | 59 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 60 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 67 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 68 |
![]() | '{' should be on the previous line. | 68 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 69 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '{' should be on the previous line. | 32 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 33 |
![]() | File contains tab characters (this is the first instance). | 33 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 34 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 35 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 37 |
![]() | Variable 'gen' must be private and have accessor methods. | 37 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 38 |
![]() | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable '_min' must be private and have accessor methods. | 38 |
![]() | ',' is not followed by whitespace. | 38 |
![]() | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable '_max' must be private and have accessor methods. | 38 |
![]() | ',' is not followed by whitespace. | 38 |
![]() | Name '_itemcount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable '_itemcount' must be private and have accessor methods. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 46 |
![]() | Name '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 47 |
![]() | '{' should be on the previous line. | 47 |
![]() | ',' is not followed by whitespace. | 48 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 49 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 56 |
![]() | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 57 |
![]() | '{' should be on the previous line. | 57 |
![]() | ',' is not followed by whitespace. | 58 |
![]() | ',' is not followed by whitespace. | 58 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 82 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 82 |
![]() | Name '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 83 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 84 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 85 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 86 |
![]() | if at indentation level 16 not at correct indentation, 4 | 87 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 88 |
![]() | '{' should be on the previous line. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | if child at indentation level 20 not at correct indentation, 6 | 89 |
![]() | ',' is not followed by whitespace. | 89 |
![]() | ',' is not followed by whitespace. | 89 |
![]() | ',' is not followed by whitespace. | 89 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 90 |
![]() | else child at indentation level 20 not at correct indentation, 6 | 91 |
![]() | ',' is not followed by whitespace. | 91 |
![]() | ',' is not followed by whitespace. | 91 |
![]() | else rcurly at indentation level 16 not at correct indentation, 4 | 92 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 93 |
![]() | Line is longer than 80 characters. | 95 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 100 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 101 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 102 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 103 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 108 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 109 |
![]() | '{' should be on the previous line. | 109 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 110 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 111 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 112 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 113 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 114 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 116 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 117 |
![]() | '{' should be on the previous line. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 118 |
![]() | ',' is not followed by whitespace. | 118 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 119 |
![]() | method def child at indentation level 12 not at correct indentation, 4 | 120 |
![]() | Line is longer than 80 characters. | 122 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 122 |
![]() | for at indentation level 16 not at correct indentation, 4 | 124 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 125 |
![]() | '{' should be on the previous line. | 125 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 126 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 127 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 128 |
![]() | Line is longer than 80 characters. | 131 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 133 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 134 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 135 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 136 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 21 |
![]() | '{' should be on the previous line. | 24 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 25 |
![]() | File contains tab characters (this is the first instance). | 25 |
![]() | Name '_basis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Variable '_basis' must be private and have accessor methods. | 25 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 26 |
![]() | Name '_zipfian' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Variable '_zipfian' must be private and have accessor methods. | 26 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 28 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 29 |
![]() | '{' should be on the previous line. | 29 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 30 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 31 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 32 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 38 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 39 |
![]() | '{' should be on the previous line. | 39 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 40 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 41 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 42 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 43 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 44 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 46 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 47 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 48 |
![]() | for at indentation level 16 not at correct indentation, 4 | 49 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 50 |
![]() | '{' should be on the previous line. | 50 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 51 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 52 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 54 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 56 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 58 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | First sentence should end with a period. | 22 |
![]() | '{' should be on the previous line. | 26 |
![]() | File contains tab characters (this is the first instance). | 27 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 28 |
![]() | Name '_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Variable '_values' must be private and have accessor methods. | 28 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 29 |
![]() | Name '_laststring' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable '_laststring' must be private and have accessor methods. | 29 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 30 |
![]() | Name '_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable '_gen' must be private and have accessor methods. | 30 |
![]() | First sentence should end with a period. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 37 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 38 |
![]() | '{' should be on the previous line. | 38 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 39 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 40 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 42 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 47 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 48 |
![]() | '{' should be on the previous line. | 48 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 49 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 50 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 51 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 59 |
![]() | '{' should be on the previous line. | 59 |
![]() | if at indentation level 16 not at correct indentation, 4 | 60 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 61 |
![]() | '{' should be on the previous line. | 61 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 62 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 63 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 64 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Unused import - java.util.Random. | 20 |
![]() | '{' should be on the previous line. | 28 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 29 |
![]() | File contains tab characters (this is the first instance). | 29 |
![]() | Name '_lb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable '_lb' must be private and have accessor methods. | 29 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | Name '_ub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable '_ub' must be private and have accessor methods. | 29 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | Name '_interval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable '_interval' must be private and have accessor methods. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 37 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 38 |
![]() | '{' should be on the previous line. | 38 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 39 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 40 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 41 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 42 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 44 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 45 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 46 |
![]() | '{' should be on the previous line. | 46 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 47 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 48 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 50 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 51 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 53 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 54 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 55 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 56 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Unused import - java.util.Random. | 20 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | 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. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | '{' should be on the previous line. | 43 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 44 |
![]() | File contains tab characters (this is the first instance). | 44 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 49 |
![]() | Variable 'items' must be private and have accessor methods. | 49 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 54 |
![]() | Variable 'base' must be private and have accessor methods. | 54 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 59 |
![]() | Variable 'zipfianconstant' must be private and have accessor methods. | 59 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 64 |
![]() | Variable 'alpha' must be private and have accessor methods. | 64 |
![]() | ',' is not followed by whitespace. | 64 |
![]() | Variable 'zetan' must be private and have accessor methods. | 64 |
![]() | ',' is not followed by whitespace. | 64 |
![]() | Variable 'eta' must be private and have accessor methods. | 64 |
![]() | ',' is not followed by whitespace. | 64 |
![]() | Variable 'theta' must be private and have accessor methods. | 64 |
![]() | ',' is not followed by whitespace. | 64 |
![]() | Variable 'zeta2theta' must be private and have accessor methods. | 64 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 69 |
![]() | Variable 'countforzeta' must be private and have accessor methods. | 69 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 79 |
![]() | Variable 'allowitemcountdecrease' must be private and have accessor methods. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 87 |
![]() | Name '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 88 |
![]() | '{' should be on the previous line. | 88 |
![]() | ',' is not followed by whitespace. | 89 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 90 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 97 |
![]() | Name '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() | Name '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 98 |
![]() | '{' should be on the previous line. | 98 |
![]() | ',' is not followed by whitespace. | 99 |
![]() | ',' is not followed by whitespace. | 99 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 108 |
![]() | Name '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | Name '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 109 |
![]() | '{' should be on the previous line. | 109 |
![]() | ',' is not followed by whitespace. | 110 |
![]() | ',' is not followed by whitespace. | 110 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 119 |
![]() | Name '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 120 |
![]() | '{' should be on the previous line. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | ',' is not followed by whitespace. | 121 |
![]() | ',' is not followed by whitespace. | 121 |
![]() | ',' is not followed by whitespace. | 121 |
![]() | ',' is not followed by whitespace. | 121 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 122 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 132 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 132 |
![]() | Name '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | Name '_zetan' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 133 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 135 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 136 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 137 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 139 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 141 |
![]() | ',' is not followed by whitespace. | 141 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 144 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 146 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 147 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 148 |
![]() | ',' is not followed by whitespace. | 148 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 151 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | method def return type at indentation level 8 not at correct indentation, 2 | 164 |
![]() | 'theta' hides a field. | 164 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 165 |
![]() | '{' should be on the previous line. | 165 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 166 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 167 |
![]() | ',' is not followed by whitespace. | 167 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 168 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 176 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 177 |
![]() | '{' should be on the previous line. | 177 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 179 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | method def return type at indentation level 8 not at correct indentation, 2 | 191 |
![]() | 'theta' hides a field. | 191 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 192 |
![]() | '{' should be on the previous line. | 192 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 193 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 194 |
![]() | ',' is not followed by whitespace. | 194 |
![]() | ',' is not followed by whitespace. | 194 |
![]() | ',' is not followed by whitespace. | 194 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 195 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 206 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 206 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 207 |
![]() | '{' should be on the previous line. | 207 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 208 |
![]() | for at indentation level 16 not at correct indentation, 4 | 209 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 210 |
![]() | '{' should be on the previous line. | 210 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 212 |
![]() | ',' is not followed by whitespace. | 212 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 213 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 217 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 218 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 223 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 228 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 229 |
![]() | '{' should be on the previous line. | 229 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 230 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 231 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 239 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 240 |
![]() | '{' should be on the previous line. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | if at indentation level 16 not at correct indentation, 4 | 243 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 244 |
![]() | '{' should be on the previous line. | 244 |
![]() | Line is longer than 80 characters. | 246 |
![]() | block lcurly at indentation level 24 not at correct indentation, 6 | 248 |
![]() | '{' should be on the previous line. | 248 |
![]() | if at indentation level 32 not at correct indentation, 8 | 249 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 250 |
![]() | '{' should be on the previous line. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 254 |
![]() | ',' is not followed by whitespace. | 254 |
![]() | ',' is not followed by whitespace. | 254 |
![]() | ',' is not followed by whitespace. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 255 |
![]() | ',' is not followed by whitespace. | 255 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 256 |
![]() | '}' should be on the same line. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | else at indentation level 32 not at correct indentation, 8 | 257 |
![]() | '(' is followed by whitespace. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 258 |
![]() | '{' should be on the previous line. | 258 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Comment matches to-do format 'TODO:'. | 262 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line is longer than 80 characters. | 266 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 266 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 268 |
![]() | ',' is not followed by whitespace. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 269 |
![]() | ',' is not followed by whitespace. | 269 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 270 |
![]() | block rcurly at indentation level 24 not at correct indentation, 6 | 271 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 272 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 274 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 275 |
![]() | if at indentation level 16 not at correct indentation, 4 | 277 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 278 |
![]() | '{' should be on the previous line. | 278 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 279 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 280 |
![]() | if at indentation level 16 not at correct indentation, 4 | 282 |
![]() | ',' is not followed by whitespace. | 282 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 283 |
![]() | '{' should be on the previous line. | 283 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 284 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 285 |
![]() | Line is longer than 80 characters. | 287 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 287 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 288 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 289 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 290 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 297 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 298 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 299 |
![]() | '{' should be on the previous line. | 299 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 300 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 301 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 308 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 309 |
![]() | '{' should be on the previous line. | 309 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 310 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 311 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 313 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 314 |
![]() | '{' should be on the previous line. | 314 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 315 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 316 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 321 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 323 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 324 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 33 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 34 |
![]() | File contains tab characters (this is the first instance). | 34 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 36 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 38 |
![]() | Variable 'singleton' must be private and have accessor methods. | 38 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 40 |
![]() | Variable 'measurementproperties' must be private and have accessor methods. | 40 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 42 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 43 |
![]() | '{' should be on the previous line. | 43 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 44 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 45 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 51 |
![]() | '{' should be on the previous line. | 51 |
![]() | if at indentation level 16 not at correct indentation, 4 | 52 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 53 |
![]() | '{' should be on the previous line. | 53 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 54 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 55 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 56 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 57 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 59 |
![]() | ',' is not followed by whitespace. | 59 |
![]() | Variable 'data' must be private and have accessor methods. | 59 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 60 |
![]() | Variable 'histogram' must be private and have accessor methods. | 60 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 62 |
![]() | Name '_props' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 67 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 68 |
![]() | '{' should be on the previous line. | 68 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 69 |
![]() | ',' is not followed by whitespace. | 69 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | if at indentation level 16 not at correct indentation, 4 | 73 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 74 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 75 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 76 |
![]() | '}' should be on the same line. | 76 |
![]() | else at indentation level 16 not at correct indentation, 4 | 77 |
![]() | else lcurly at indentation level 16 not at correct indentation, 4 | 78 |
![]() | '{' should be on the previous line. | 78 |
![]() | else child at indentation level 24 not at correct indentation, 6 | 79 |
![]() | else rcurly at indentation level 16 not at correct indentation, 4 | 80 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 81 |
![]() | method def return type at indentation level 8 not at correct indentation, 2 | 83 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 84 |
![]() | '{' should be on the previous line. | 84 |
![]() | if at indentation level 16 not at correct indentation, 4 | 85 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 86 |
![]() | '{' should be on the previous line. | 86 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 87 |
![]() | ',' is not followed by whitespace. | 87 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 88 |
![]() | '}' should be on the same line. | 88 |
![]() | else at indentation level 16 not at correct indentation, 4 | 89 |
![]() | else lcurly at indentation level 16 not at correct indentation, 4 | 90 |
![]() | '{' should be on the previous line. | 90 |
![]() | else child at indentation level 24 not at correct indentation, 6 | 91 |
![]() | ',' is not followed by whitespace. | 91 |
![]() | else rcurly at indentation level 16 not at correct indentation, 4 | 92 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 98 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 99 |
![]() | '{' should be on the previous line. | 99 |
![]() | if at indentation level 16 not at correct indentation, 4 | 100 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 101 |
![]() | '{' should be on the previous line. | 101 |
![]() | block lcurly at indentation level 24 not at correct indentation, 6 | 103 |
![]() | '{' should be on the previous line. | 103 |
![]() | if at indentation level 32 not at correct indentation, 8 | 104 |
![]() | The double-checked locking idiom is broken and should be avoided. | 104 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 105 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 106 |
![]() | ',' is not followed by whitespace. | 106 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 107 |
![]() | block rcurly at indentation level 24 not at correct indentation, 6 | 108 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 109 |
![]() | try at indentation level 16 not at correct indentation, 4 | 110 |
![]() | try lcurly at indentation level 16 not at correct indentation, 4 | 111 |
![]() | '{' should be on the previous line. | 111 |
![]() | try child at indentation level 24 not at correct indentation, 6 | 112 |
![]() | try rcurly at indentation level 16 not at correct indentation, 4 | 113 |
![]() | '}' should be on the same line. | 113 |
![]() | catch at indentation level 16 not at correct indentation, 4 | 114 |
![]() | catch lcurly at indentation level 16 not at correct indentation, 4 | 115 |
![]() | '{' should be on the previous line. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 116 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 117 |
![]() | catch child at indentation level 24 not at correct indentation, 6 | 118 |
![]() | catch rcurly at indentation level 16 not at correct indentation, 4 | 119 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 120 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 125 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 126 |
![]() | '{' should be on the previous line. | 126 |
![]() | if at indentation level 16 not at correct indentation, 4 | 127 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 128 |
![]() | '{' should be on the previous line. | 128 |
![]() | block lcurly at indentation level 24 not at correct indentation, 6 | 130 |
![]() | '{' should be on the previous line. | 130 |
![]() | if at indentation level 32 not at correct indentation, 8 | 131 |
![]() | The double-checked locking idiom is broken and should be avoided. | 131 |
![]() | if lcurly at indentation level 32 not at correct indentation, 8 | 132 |
![]() | '{' should be on the previous line. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | if child at indentation level 40 not at correct indentation, 10 | 133 |
![]() | ',' is not followed by whitespace. | 133 |
![]() | if rcurly at indentation level 32 not at correct indentation, 8 | 134 |
![]() | block rcurly at indentation level 24 not at correct indentation, 6 | 135 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 136 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 137 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 138 |
![]() | Line is longer than 80 characters. | 146 |
![]() | '{' should be on the previous line. | 149 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 157 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 158 |
![]() | '{' should be on the previous line. | 158 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 159 |
![]() | for at indentation level 16 not at correct indentation, 4 | 160 |
![]() | for lcurly at indentation level 16 not at correct indentation, 4 | 161 |
![]() | '{' should be on the previous line. | 161 |
![]() | for child at indentation level 24 not at correct indentation, 6 | 162 |
![]() | for rcurly at indentation level 16 not at correct indentation, 4 | 163 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 165 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 166 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | First sentence should end with a period. | 24 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 29 |
![]() | File contains tab characters (this is the first instance). | 29 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable '_name' must be private and have accessor methods. | 29 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 31 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 32 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 33 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 38 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 39 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 40 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 42 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 44 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 46 |
![]() | Line is longer than 80 characters. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '{' should be on the previous line. | 35 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 36 |
![]() | File contains tab characters (this is the first instance). | 36 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 37 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 39 |
![]() | Name '_buckets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Variable '_buckets' must be private and have accessor methods. | 39 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 40 |
![]() | Variable 'histogram' must be private and have accessor methods. | 40 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 41 |
![]() | Variable 'histogramoverflow' must be private and have accessor methods. | 41 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 42 |
![]() | Variable 'operations' must be private and have accessor methods. | 42 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 43 |
![]() | Variable 'totallatency' must be private and have accessor methods. | 43 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 46 |
![]() | Variable 'windowoperations' must be private and have accessor methods. | 46 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 47 |
![]() | Variable 'windowtotallatency' must be private and have accessor methods. | 47 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 49 |
![]() | Variable 'min' must be private and have accessor methods. | 49 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 50 |
![]() | Variable 'max' must be private and have accessor methods. | 50 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 51 |
![]() | ',' is not followed by whitespace. | 51 |
![]() | Variable 'returncodes' must be private and have accessor methods. | 51 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 53 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 54 |
![]() | '{' should be on the previous line. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 56 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 57 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 58 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 59 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 60 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 61 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 62 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 63 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 64 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 65 |
![]() | ',' is not followed by whitespace. | 65 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 66 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 71 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 72 |
![]() | '{' should be on the previous line. | 72 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 73 |
![]() | Name 'Icode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | if at indentation level 16 not at correct indentation, 4 | 74 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 75 |
![]() | '{' should be on the previous line. | 75 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 76 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 77 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 78 |
![]() | ',' is not followed by whitespace. | 78 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 79 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 80 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 81 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 87 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 88 |
![]() | '{' should be on the previous line. | 88 |
![]() | if at indentation level 16 not at correct indentation, 4 | 89 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 90 |
![]() | '{' should be on the previous line. | 90 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 91 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 92 |
![]() | '}' should be on the same line. | 92 |
![]() | else at indentation level 16 not at correct indentation, 4 | 93 |
![]() | else lcurly at indentation level 16 not at correct indentation, 4 | 94 |
![]() | '{' should be on the previous line. | 94 |
![]() | else child at indentation level 24 not at correct indentation, 6 | 95 |
![]() | else rcurly at indentation level 16 not at correct indentation, 4 | 96 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 97 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 98 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 99 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 100 |
![]() | if at indentation level 16 not at correct indentation, 4 | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 103 |
![]() | '{' should be on the previous line. | 103 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 104 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 105 |
![]() | if at indentation level 16 not at correct indentation, 4 | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 108 |
![]() | '{' should be on the previous line. | 108 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 109 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 110 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 111 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 118 |
![]() | '{' should be on the previous line. | 125 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | '{' should be on the previous line. | 133 |
![]() | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | '{' should be on the previous line. | 146 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 152 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 153 |
![]() | if at indentation level 16 not at correct indentation, 4 | 154 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 155 |
![]() | '{' should be on the previous line. | 155 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 156 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 157 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 159 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 160 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 162 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 163 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 29 |
![]() | File contains tab characters (this is the first instance). | 30 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 34 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 35 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 36 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 37 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 38 |
![]() | Variable 'time' must be private and have accessor methods. | 38 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 39 |
![]() | Variable 'average' must be private and have accessor methods. | 39 |
![]() | '{' should be on the previous line. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 50 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 52 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 54 |
![]() | Name '_granularity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable '_granularity' must be private and have accessor methods. | 54 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 55 |
![]() | Name '_measurements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | Variable '_measurements' must be private and have accessor methods. | 55 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 57 |
![]() | Variable 'start' must be private and have accessor methods. | 57 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 58 |
![]() | Variable 'currentunit' must be private and have accessor methods. | 58 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 59 |
![]() | Variable 'count' must be private and have accessor methods. | 59 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 60 |
![]() | Variable 'sum' must be private and have accessor methods. | 60 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 61 |
![]() | Variable 'operations' must be private and have accessor methods. | 61 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 62 |
![]() | Variable 'totallatency' must be private and have accessor methods. | 62 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 65 |
![]() | Variable 'windowoperations' must be private and have accessor methods. | 65 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 66 |
![]() | Variable 'windowtotallatency' must be private and have accessor methods. | 66 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 68 |
![]() | Variable 'min' must be private and have accessor methods. | 68 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 69 |
![]() | Variable 'max' must be private and have accessor methods. | 69 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 71 |
![]() | ctor def modifier at indentation level 8 not at correct indentation, 2 | 73 |
![]() | ctor def lcurly at indentation level 8 not at correct indentation, 2 | 74 |
![]() | '{' should be on the previous line. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 76 |
![]() | ',' is not followed by whitespace. | 76 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 77 |
![]() | ctor def child at indentation level 16 not at correct indentation, 4 | 78 |
![]() | ',' is not followed by whitespace. | 78 |
![]() | ctor def rcurly at indentation level 8 not at correct indentation, 2 | 79 |
![]() | method def return type at indentation level 8 not at correct indentation, 2 | 81 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 82 |
![]() | '{' should be on the previous line. | 82 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 83 |
![]() | if at indentation level 16 not at correct indentation, 4 | 85 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 86 |
![]() | '{' should be on the previous line. | 86 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 87 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 88 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 89 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 91 |
![]() | if at indentation level 16 not at correct indentation, 4 | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 94 |
![]() | '{' should be on the previous line. | 94 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 95 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 96 |
![]() | ',' is not followed by whitespace. | 96 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 98 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 100 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 101 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 102 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 103 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 105 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 106 |
![]() | method def lcurly at indentation level 8 not at correct indentation, 2 | 107 |
![]() | '{' should be on the previous line. | 107 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 108 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 110 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 111 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 112 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 113 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 114 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 115 |
![]() | if at indentation level 16 not at correct indentation, 4 | 117 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 118 |
![]() | '{' should be on the previous line. | 118 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 119 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 120 |
![]() | if at indentation level 16 not at correct indentation, 4 | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 123 |
![]() | '{' should be on the previous line. | 123 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 124 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 125 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 126 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Comment matches to-do format 'TODO:'. | 139 |
![]() | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 148 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 153 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 154 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 155 |
![]() | Name 'Icode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() | if at indentation level 16 not at correct indentation, 4 | 156 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 157 |
![]() | '{' should be on the previous line. | 157 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 158 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 159 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 160 |
![]() | ',' is not followed by whitespace. | 160 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 161 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 162 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 164 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 166 |
![]() | method def modifier at indentation level 8 not at correct indentation, 2 | 167 |
![]() | if at indentation level 16 not at correct indentation, 4 | 168 |
![]() | if lcurly at indentation level 16 not at correct indentation, 4 | 169 |
![]() | '{' should be on the previous line. | 169 |
![]() | if child at indentation level 24 not at correct indentation, 6 | 170 |
![]() | if rcurly at indentation level 16 not at correct indentation, 4 | 171 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 173 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 174 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | method def child at indentation level 16 not at correct indentation, 4 | 176 |
![]() | method def rcurly at indentation level 8 not at correct indentation, 2 | 177 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '{' should be on the previous line. | 64 |
![]() | '{' should be on the previous line. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | '{' should be on the previous line. | 28 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters. | 43 |
![]() | '{' should be on the previous line. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 48 |
![]() | File contains tab characters (this is the first instance). | 48 |
![]() | Variable 'disksize' must be private and have accessor methods. | 48 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 49 |
![]() | Variable 'storageages' must be private and have accessor methods. | 49 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 50 |
![]() | Variable 'objectsizes' must be private and have accessor methods. | 50 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 51 |
![]() | Variable 'occupancy' must be private and have accessor methods. | 51 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 53 |
![]() | Name 'object_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'object_count' must be private and have accessor methods. | 53 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 55 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 56 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 59 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 61 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 62 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException. | 0 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '{' should be on the previous line. | 68 |
![]() | File contains tab characters (this is the first instance). | 71 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 74 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 79 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 81 |
![]() | Variable 'table' must be private and have accessor methods. | 81 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 87 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 92 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 94 |
![]() | Variable 'fieldcount' must be private and have accessor methods. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 102 |
![]() | Line is longer than 80 characters. | 106 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 106 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 111 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 115 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 120 |
![]() | Line is longer than 80 characters. | 124 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 124 |
![]() | Line is longer than 80 characters. | 127 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 129 |
![]() | Variable 'fieldlengthgenerator' must be private and have accessor methods. | 129 |
![]() | Line is longer than 80 characters. | 132 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 134 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 139 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 141 |
![]() | Variable 'readallfields' must be private and have accessor methods. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 146 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 151 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 153 |
![]() | Variable 'writeallfields' must be private and have accessor methods. | 153 |
![]() | Line is longer than 80 characters. | 157 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 159 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 164 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 169 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 169 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 174 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 179 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 179 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 184 |
![]() | Line is longer than 80 characters. | 187 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 189 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 194 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 199 |
![]() | Line is longer than 80 characters. | 204 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 204 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 209 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 209 |
![]() | First sentence should end with a period. | 211 |
![]() | Line is longer than 80 characters. | 214 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 214 |
![]() | First sentence should end with a period. | 216 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 219 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 224 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line is longer than 80 characters. | 229 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 229 |
![]() | Line is longer than 80 characters. | 234 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 234 |
![]() | Line is longer than 80 characters. | 237 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 239 |
![]() | member def modifier at indentation level 8 not at correct indentation, 2 | 244 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 269 |
![]() | Variable 'keysequence' must be private and have accessor methods. | 269 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 271 |
![]() | Variable 'operationchooser' must be private and have accessor methods. | 271 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 273 |
![]() | Variable 'keychooser' must be private and have accessor methods. | 273 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 275 |
![]() | Variable 'fieldchooser' must be private and have accessor methods. | 275 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 277 |
![]() | Variable 'transactioninsertkeysequence' must be private and have accessor methods. | 277 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 279 |
![]() | Variable 'scanlength' must be private and have accessor methods. | 279 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 281 |
![]() | Variable 'orderedinserts' must be private and have accessor methods. | 281 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 283 |
![]() | Variable 'recordcount' must be private and have accessor methods. | 283 |
![]() | member def type at indentation level 8 not at correct indentation, 2 | 285 |
![]() | Variable 'gen' must be private and have accessor methods. | 285 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line is longer than 80 characters. | 388 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Line is longer than 80 characters. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Line is longer than 80 characters. | 408 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Line is longer than 80 characters. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line is longer than 80 characters. | 455 |
![]() | Line is longer than 80 characters. | 460 |
![]() | Line is longer than 80 characters. | 471 |
![]() | Line is longer than 80 characters. | 478 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Line is longer than 80 characters. | 485 |
![]() | Line is longer than 80 characters. | 486 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Line is longer than 80 characters. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line is longer than 80 characters. | 541 |
![]() | Line is longer than 80 characters. | 584 |
![]() | Line is longer than 80 characters. | 626 |
![]() | Line is longer than 80 characters. | 632 |
![]() | Line is longer than 80 characters. | 656 |
![]() | Line is longer than 80 characters. | 682 |
![]() | Line is longer than 80 characters. | 683 |
![]() | Line is longer than 80 characters. | 685 |
![]() | Line is longer than 80 characters. | 703 |
![]() | Line is longer than 80 characters. | 704 |
![]() | Line is longer than 80 characters. | 706 |