The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | Warning |
ConstantName | 180 | Warning |
DoubleCheckedLocking | 0 | Warning |
EmptyBlock
|
2 | Warning |
EqualsHashCode | 0 | Warning |
HiddenField | 8 | Warning |
IllegalImport | 0 | Error |
IllegalInstantiation | 0 | Error |
Indentation
|
3909 | Warning |
InnerAssignment | 0 | Warning |
JavadocType
|
2 | Warning |
JavadocMethod
|
5 | Warning |
JavadocVariable
|
510 | Warning |
LineLength
|
422 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName
|
148 | Warning |
MethodLength | 4 | Warning |
MethodName | 121 | Warning |
NeedBraces | 41 | Warning |
ModifierOrder | 179 | Warning |
NoWhitespaceAfter | 1 | Warning |
NoWhitespaceBefore | 3 | Warning |
NoWhitespaceBefore
|
3 | Warning |
OperatorWrap | 23 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
ParameterNumber | 0 | Warning |
RedundantImport | 0 | Warning |
SimplifyBooleanExpression | 5 | Warning |
SimplifyBooleanReturn | 1 | Warning |
StaticVariableName | 69 | Warning |
TypeName | 0 | Warning |
UnusedImports | 3 | Warning |
UpperEll | 0 | Warning |
VisibilityModifier
|
233 | Warning |
WhitespaceAfter | 74 | Warning |
WhitespaceAround
|
143 | Warning |
Translation | 0 | Warning |
FileLength | 1 | Warning |
SuppressionCommentFilter | 0 | Warning |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 372 | |
',' is not followed by whitespace. | 372 | |
',' is not followed by whitespace. | 372 | |
',' is not followed by whitespace. | 372 | |
Line is longer than 80 characters. | 376 | |
',' is not followed by whitespace. | 376 | |
',' is not followed by whitespace. | 376 | |
',' is not followed by whitespace. | 376 | |
for at indentation level 16 not at correct indentation, 12 | 377 | |
Line is longer than 80 characters. | 378 | |
for child at indentation level 20 not at correct indentation, 16 | 378 | |
',' is not followed by whitespace. | 378 | |
',' is not followed by whitespace. | 378 | |
',' is not followed by whitespace. | 378 | |
for rcurly at indentation level 16 not at correct indentation, 12 | 379 | |
if child at indentation level 16 not at correct indentation, 12 | 380 | |
Method length is 156 lines (max allowed is 150). | 595 | |
Line is longer than 80 characters. | 610 | |
',' is not followed by whitespace. | 610 | |
',' is not followed by whitespace. | 610 | |
',' is not followed by whitespace. | 610 | |
Line is longer than 80 characters. | 611 | |
',' is not followed by whitespace. | 611 | |
',' is not followed by whitespace. | 611 | |
',' is not followed by whitespace. | 611 | |
for child at indentation level 16 not at correct indentation, 12 | 704 | |
'if' is not followed by whitespace. | 844 | |
if at indentation level 24 not at correct indentation, 20 | 846 | |
Line is longer than 80 characters. | 855 | |
if child at indentation level 28 not at correct indentation, 24 | 860 | |
if child at indentation level 28 not at correct indentation, 24 | 861 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 862 | |
else child at indentation level 28 not at correct indentation, 24 | 863 | |
else rcurly at indentation level 24 not at correct indentation, 20 | 864 | |
if child at indentation level 16 not at correct indentation, 20 | 865 | |
method call child at indentation level 16 not at correct indentation, 20 | 865 | |
Line is longer than 80 characters. | 971 | |
',' is not followed by whitespace. | 971 | |
Line is longer than 80 characters. | 973 | |
',' is not followed by whitespace. | 973 | |
',' is not followed by whitespace. | 976 | |
Line is longer than 80 characters. | 1010 | |
Expected @param tag for 'elements'. | 1784 | |
Expected @param tag for 'deps'. | 1784 | |
Expected @param tag for 'elements'. | 1810 | |
Expected @param tag for 'path'. | 1810 | |
Expected @param tag for 'deps'. | 1811 |
Violation | Message | Line |
---|---|---|
Name 'TAG_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Name 'TAG_INTERFACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Name 'TAG_NS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Name 'TAG_GEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Name 'TAG_EXTEND' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Name 'TAG_OP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
Name 'TAG_STEREOTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
'settings' hides a field. | 80 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 382 | |
'if' construct must use '{}'s. | 512 | |
Line is longer than 80 characters. | 525 | |
Line is longer than 80 characters. | 526 | |
Line is longer than 80 characters. | 677 | |
Line is longer than 80 characters. | 678 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 |
Violation | Message | Line |
---|---|---|
Unused import - java.io.IOException. | 48 | |
Line is longer than 80 characters. | 74 | |
method def throws at indentation level 12 not at correct indentation, 8 | 75 | |
Line is longer than 80 characters. | 90 | |
'cast' is not followed by whitespace. | 102 | |
Line is longer than 80 characters. | 118 | |
'=' is not preceded with whitespace. | 122 | |
'=' is not followed by whitespace. | 122 | |
',' is not followed by whitespace. | 122 | |
',' is not followed by whitespace. | 123 | |
',' is not followed by whitespace. | 123 | |
Line is longer than 80 characters. | 137 | |
method def throws at indentation level 12 not at correct indentation, 8 | 141 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 153 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
Missing a Javadoc comment. | 163 | |
case child at indentation level 12 not at correct indentation, 8 | 192 | |
block child at indentation level 16 not at correct indentation, 12 | 193 | |
case child at indentation level 12 not at correct indentation, 8 | 194 | |
block child at indentation level 16 not at correct indentation, 12 | 195 | |
case child at indentation level 12 not at correct indentation, 8 | 196 | |
block child at indentation level 16 not at correct indentation, 12 | 197 | |
case child at indentation level 12 not at correct indentation, 8 | 198 | |
block child at indentation level 16 not at correct indentation, 12 | 199 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 9 | |
'=' is not preceded with whitespace. | 10 | |
'=' is not followed by whitespace. | 10 | |
'if' is not followed by whitespace. | 11 | |
'>' is not followed by whitespace. | 11 | |
'{' is not preceded with whitespace. | 11 | |
'if' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'>' is not followed by whitespace. | 14 | |
'{' is not preceded with whitespace. | 14 | |
'if' is not followed by whitespace. | 17 | |
'>' is not preceded with whitespace. | 17 | |
'>' is not followed by whitespace. | 17 | |
'{' is not preceded with whitespace. | 17 | |
'if' is not followed by whitespace. | 20 | |
'&' is not followed by whitespace. | 20 | |
'>' is not preceded with whitespace. | 20 | |
'>' is not followed by whitespace. | 20 | |
'{' is not preceded with whitespace. | 20 | |
'if' is not followed by whitespace. | 23 | |
'>' is not preceded with whitespace. | 23 | |
'>' is not followed by whitespace. | 23 | |
'{' is not preceded with whitespace. | 23 | |
'else' is not followed by whitespace. | 26 | |
'{' is not preceded with whitespace. | 26 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
'for' is not followed by whitespace. | 24 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 15 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
for at indentation level 12 not at correct indentation, 8 | 19 | |
'for' is not followed by whitespace. | 19 | |
for lcurly at indentation level 12 not at correct indentation, 8 | 20 | |
for child at indentation level 16 not at correct indentation, 12 | 21 | |
'=' is not preceded with whitespace. | 21 | |
'=' is not followed by whitespace. | 21 | |
'cast' is not followed by whitespace. | 21 | |
for child at indentation level 16 not at correct indentation, 12 | 22 | |
for rcurly at indentation level 12 not at correct indentation, 8 | 23 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 24 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.List. | 5 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 15 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
for at indentation level 24 not at correct indentation, 8 | 20 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 21 | |
Line is longer than 80 characters. | 22 | |
for child at indentation level 32 not at correct indentation, 12 | 22 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 25 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 26 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 28 | |
Variable 'temp' must be private and have accessor methods. | 33 | |
method def child at indentation level 4 not at correct indentation, 8 | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
method call child at indentation level 4 not at correct indentation, 8 | 49 | |
method def child at indentation level 4 not at correct indentation, 8 | 49 | |
'if' construct must use '{}'s. | 87 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 14 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 16 | |
method def child at indentation level 24 not at correct indentation, 8 | 17 | |
for at indentation level 24 not at correct indentation, 8 | 19 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 20 | |
for child at indentation level 32 not at correct indentation, 12 | 21 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 25 |
Violation | Message | Line |
---|---|---|
enum def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
enum def rcurly at indentation level 8 not at correct indentation, 0 | 21 |
Violation | Message | Line |
---|---|---|
member def modifier at indentation level 8 not at correct indentation, 4 | 12 | |
Missing a Javadoc comment. | 12 | |
Name 'Empty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
Variable 'Empty' must be private and have accessor methods. | 12 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'New' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
Variable 'New' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'Public' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Variable 'Public' must be private and have accessor methods. | 14 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'Protected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
Variable 'Protected' must be private and have accessor methods. | 15 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Internal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable 'Internal' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Private' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Variable 'Private' must be private and have accessor methods. | 17 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'Abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Variable 'Abstract' must be private and have accessor methods. | 18 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Name 'Sealed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
Variable 'Sealed' must be private and have accessor methods. | 19 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Name 'Partial' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
Variable 'Partial' must be private and have accessor methods. | 20 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 22 | |
Missing a Javadoc comment. | 22 | |
Name 'Static' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
Variable 'Static' must be private and have accessor methods. | 22 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
Name 'Virtual' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Variable 'Virtual' must be private and have accessor methods. | 23 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Missing a Javadoc comment. | 24 | |
Name 'Override' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Variable 'Override' must be private and have accessor methods. | 24 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'Extern' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Variable 'Extern' must be private and have accessor methods. | 25 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 26 | |
Missing a Javadoc comment. | 26 | |
Name 'Readonly' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
Variable 'Readonly' must be private and have accessor methods. | 26 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'Volatile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Variable 'Volatile' must be private and have accessor methods. | 27 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'Ref' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Variable 'Ref' must be private and have accessor methods. | 29 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'Out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
Variable 'Out' must be private and have accessor methods. | 30 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
Variable 'Params' must be private and have accessor methods. | 31 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 33 | |
Missing a Javadoc comment. | 33 | |
Name 'Assembly' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
Variable 'Assembly' must be private and have accessor methods. | 33 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 34 | |
Missing a Javadoc comment. | 34 | |
Name 'Field' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Variable 'Field' must be private and have accessor methods. | 34 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 35 | |
Missing a Javadoc comment. | 35 | |
Name 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
Variable 'Event' must be private and have accessor methods. | 35 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'Method' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Variable 'Method' must be private and have accessor methods. | 36 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 37 | |
Missing a Javadoc comment. | 37 | |
Name 'Param' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Variable 'Param' must be private and have accessor methods. | 37 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 38 | |
Missing a Javadoc comment. | 38 | |
Name 'Property' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Variable 'Property' must be private and have accessor methods. | 38 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 39 | |
Missing a Javadoc comment. | 39 | |
Name 'Return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable 'Return' must be private and have accessor methods. | 39 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 40 | |
Missing a Javadoc comment. | 40 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
Variable 'Type' must be private and have accessor methods. | 40 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 41 | |
Missing a Javadoc comment. | 41 | |
Name 'Module' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Variable 'Module' must be private and have accessor methods. | 41 | |
Line is longer than 80 characters. | 43 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 43 | |
Missing a Javadoc comment. | 43 | |
Name 'ClassMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'ClassMods' must be private and have accessor methods. | 43 | |
Line is longer than 80 characters. | 44 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 44 | |
Missing a Javadoc comment. | 44 | |
Name 'ConstantMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Variable 'ConstantMods' must be private and have accessor methods. | 44 | |
Line is longer than 80 characters. | 45 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'FieldMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'FieldMods' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 46 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 46 | |
Missing a Javadoc comment. | 46 | |
Name 'MethodMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Variable 'MethodMods' must be private and have accessor methods. | 46 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 47 | |
Missing a Javadoc comment. | 47 | |
Name 'ParamMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Variable 'ParamMods' must be private and have accessor methods. | 47 | |
Line is longer than 80 characters. | 48 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 48 | |
Missing a Javadoc comment. | 48 | |
Name 'PropertyMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Variable 'PropertyMods' must be private and have accessor methods. | 48 | |
Line is longer than 80 characters. | 49 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 49 | |
Missing a Javadoc comment. | 49 | |
Name 'EventMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'EventMods' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 50 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 50 | |
Missing a Javadoc comment. | 50 | |
Name 'IndexerMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Variable 'IndexerMods' must be private and have accessor methods. | 50 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 51 | |
Missing a Javadoc comment. | 51 | |
Name 'OperatorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Variable 'OperatorMods' must be private and have accessor methods. | 51 | |
Line is longer than 80 characters. | 52 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 52 | |
Missing a Javadoc comment. | 52 | |
Name 'ConstructorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'ConstructorMods' must be private and have accessor methods. | 52 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 53 | |
Missing a Javadoc comment. | 53 | |
Name 'DestructorMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Variable 'DestructorMods' must be private and have accessor methods. | 53 | |
Line is longer than 80 characters. | 54 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 54 | |
Missing a Javadoc comment. | 54 | |
Name 'StructMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Variable 'StructMods' must be private and have accessor methods. | 54 | |
Line is longer than 80 characters. | 55 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 55 | |
Missing a Javadoc comment. | 55 | |
Name 'InterfaceMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
Variable 'InterfaceMods' must be private and have accessor methods. | 55 | |
Line is longer than 80 characters. | 56 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 56 | |
Missing a Javadoc comment. | 56 | |
Name 'EnumMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Variable 'EnumMods' must be private and have accessor methods. | 56 | |
Line is longer than 80 characters. | 57 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 57 | |
Missing a Javadoc comment. | 57 | |
Name 'DelegateMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable 'DelegateMods' must be private and have accessor methods. | 57 | |
Line is longer than 80 characters. | 58 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 58 | |
Missing a Javadoc comment. | 58 | |
Name 'AttributeMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'AttributeMods' must be private and have accessor methods. | 58 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 59 | |
Missing a Javadoc comment. | 59 | |
Name 'GlobalAttributeMods' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Variable 'GlobalAttributeMods' must be private and have accessor methods. | 59 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
class def ident at indentation level 4 not at correct indentation, 0 | 12 | |
class def modifier at indentation level 4 not at correct indentation, 0 | 12 | |
class def lcurly at indentation level 4 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'None' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable 'None' must be private and have accessor methods. | 16 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
member def at indentation level 8 not at correct indentation, 4 | 22 | |
Name 'AllowLeadingWhite' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
Variable 'AllowLeadingWhite' must be private and have accessor methods. | 22 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
member def at indentation level 8 not at correct indentation, 4 | 28 | |
Name 'AllowTrailingWhite' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Variable 'AllowTrailingWhite' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
member def at indentation level 8 not at correct indentation, 4 | 34 | |
Name 'AllowLeadingSign' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Variable 'AllowLeadingSign' must be private and have accessor methods. | 34 | |
Line is longer than 80 characters. | 37 | |
member def at indentation level 8 not at correct indentation, 4 | 39 | |
Name 'Integer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable 'Integer' must be private and have accessor methods. | 39 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
member def at indentation level 8 not at correct indentation, 4 | 45 | |
Name 'AllowTrailingSign' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'AllowTrailingSign' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 48 | |
member def at indentation level 8 not at correct indentation, 4 | 50 | |
Name 'AllowParentheses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Variable 'AllowParentheses' must be private and have accessor methods. | 50 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
member def at indentation level 8 not at correct indentation, 4 | 57 | |
Name 'AllowDecimalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable 'AllowDecimalPoint' must be private and have accessor methods. | 57 | |
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 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
member def at indentation level 8 not at correct indentation, 4 | 68 | |
Name 'AllowThousands' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Variable 'AllowThousands' must be private and have accessor methods. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
member def at indentation level 8 not at correct indentation, 4 | 74 | |
Name 'Number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Variable 'Number' must be private and have accessor methods. | 74 | |
member def at indentation level 8 not at correct indentation, 4 | 78 | |
Name 'AllowExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
Variable 'AllowExponent' must be private and have accessor methods. | 78 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
member def at indentation level 8 not at correct indentation, 4 | 84 | |
Name 'Float' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
Variable 'Float' must be private and have accessor methods. | 84 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
member def at indentation level 8 not at correct indentation, 4 | 91 | |
Name 'AllowCurrencySymbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
Variable 'AllowCurrencySymbol' must be private and have accessor methods. | 91 | |
Line is longer than 80 characters. | 94 | |
member def at indentation level 8 not at correct indentation, 4 | 96 | |
Name 'Currency' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
Variable 'Currency' must be private and have accessor methods. | 96 | |
Line is longer than 80 characters. | 99 | |
member def at indentation level 8 not at correct indentation, 4 | 101 | |
Name 'Any' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Variable 'Any' must be private and have accessor methods. | 101 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
member def at indentation level 8 not at correct indentation, 4 | 108 | |
Name 'AllowHexSpecifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Variable 'AllowHexSpecifier' must be private and have accessor methods. | 108 | |
Line is longer than 80 characters. | 111 | |
member def at indentation level 8 not at correct indentation, 4 | 113 | |
Name 'HexNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
Variable 'HexNumber' must be private and have accessor methods. | 113 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 114 |
Violation | Message | Line |
---|---|---|
enum def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 125 | |
enum def rcurly at indentation level 8 not at correct indentation, 0 | 126 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 12 | |
Missing a Javadoc comment. | 12 | |
'static' modifier out of order with the JLS suggestions. | 12 | |
Name 'Empty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
'static' modifier out of order with the JLS suggestions. | 13 | |
Name 'Define' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
'static' modifier out of order with the JLS suggestions. | 14 | |
Name 'Undef' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
'static' modifier out of order with the JLS suggestions. | 15 | |
Name 'If' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
'static' modifier out of order with the JLS suggestions. | 16 | |
Name 'Elif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
'static' modifier out of order with the JLS suggestions. | 17 | |
Name 'Else' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
'static' modifier out of order with the JLS suggestions. | 18 | |
Name 'Endif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
'static' modifier out of order with the JLS suggestions. | 19 | |
Name 'Line' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
'static' modifier out of order with the JLS suggestions. | 20 | |
Name 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
'static' modifier out of order with the JLS suggestions. | 21 | |
Name 'Warning' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Missing a Javadoc comment. | 22 | |
'static' modifier out of order with the JLS suggestions. | 22 | |
Name 'Region' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
'static' modifier out of order with the JLS suggestions. | 23 | |
Name 'Endregion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 24 | |
Missing a Javadoc comment. | 24 | |
'static' modifier out of order with the JLS suggestions. | 24 | |
Name 'Pragma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 25 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 12 | |
Missing a Javadoc comment. | 12 | |
'static' modifier out of order with the JLS suggestions. | 12 | |
Name 'Whitespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
'static' modifier out of order with the JLS suggestions. | 13 | |
Name 'Newline' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
'static' modifier out of order with the JLS suggestions. | 14 | |
Name 'SingleComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 | |
member def modifier at indentation level 12 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
'static' modifier out of order with the JLS suggestions. | 15 | |
Name 'MultiComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
'static' modifier out of order with the JLS suggestions. | 16 | |
Name 'DocComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
'static' modifier out of order with the JLS suggestions. | 18 | |
Name 'Ident' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
'static' modifier out of order with the JLS suggestions. | 19 | |
Name 'TrueLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
'static' modifier out of order with the JLS suggestions. | 20 | |
Name 'FalseLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
'static' modifier out of order with the JLS suggestions. | 21 | |
Name 'NullLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Missing a Javadoc comment. | 24 | |
'static' modifier out of order with the JLS suggestions. | 24 | |
Name 'Partial' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 30 | |
Missing a Javadoc comment. | 30 | |
'static' modifier out of order with the JLS suggestions. | 30 | |
Name 'HexLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 31 | |
Missing a Javadoc comment. | 31 | |
'static' modifier out of order with the JLS suggestions. | 31 | |
Name 'IntLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 32 | |
Missing a Javadoc comment. | 32 | |
'static' modifier out of order with the JLS suggestions. | 32 | |
Name 'UIntLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 33 | |
Missing a Javadoc comment. | 33 | |
'static' modifier out of order with the JLS suggestions. | 33 | |
Name 'LongLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 34 | |
Missing a Javadoc comment. | 34 | |
'static' modifier out of order with the JLS suggestions. | 34 | |
Name 'ULongLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 36 | |
Missing a Javadoc comment. | 36 | |
'static' modifier out of order with the JLS suggestions. | 36 | |
Name 'DecimalLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 37 | |
Missing a Javadoc comment. | 37 | |
'static' modifier out of order with the JLS suggestions. | 37 | |
Name 'RealLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 39 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Name 'CharLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 40 | |
Missing a Javadoc comment. | 40 | |
'static' modifier out of order with the JLS suggestions. | 40 | |
Name 'StringLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 42 | |
Missing a Javadoc comment. | 42 | |
'static' modifier out of order with the JLS suggestions. | 42 | |
Name 'ColonColon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 43 | |
Missing a Javadoc comment. | 43 | |
'static' modifier out of order with the JLS suggestions. | 43 | |
Name 'QuestionQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
'=' is not preceded with whitespace. | 43 | |
Line is longer than 80 characters. | 45 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 45 | |
Missing a Javadoc comment. | 45 | |
'static' modifier out of order with the JLS suggestions. | 45 | |
Name 'Not' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
'cast' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 46 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 46 | |
Missing a Javadoc comment. | 46 | |
'static' modifier out of order with the JLS suggestions. | 46 | |
Name 'Quote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
'cast' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 47 | |
Missing a Javadoc comment. | 47 | |
'static' modifier out of order with the JLS suggestions. | 47 | |
Name 'Hash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
'cast' is not followed by whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 48 | |
Missing a Javadoc comment. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Name 'Dollar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
'cast' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 49 | |
Missing a Javadoc comment. | 49 | |
'static' modifier out of order with the JLS suggestions. | 49 | |
Name 'Percent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
'cast' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 50 | |
Missing a Javadoc comment. | 50 | |
'static' modifier out of order with the JLS suggestions. | 50 | |
Name 'BAnd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
'cast' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 51 | |
Missing a Javadoc comment. | 51 | |
'static' modifier out of order with the JLS suggestions. | 51 | |
Name 'SQuote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
'cast' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 52 | |
Missing a Javadoc comment. | 52 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
Name 'LParen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
'cast' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 53 | |
Missing a Javadoc comment. | 53 | |
'static' modifier out of order with the JLS suggestions. | 53 | |
Name 'RParen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
'cast' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 54 | |
Missing a Javadoc comment. | 54 | |
'static' modifier out of order with the JLS suggestions. | 54 | |
Name 'Star' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
'cast' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 55 | |
Missing a Javadoc comment. | 55 | |
'static' modifier out of order with the JLS suggestions. | 55 | |
Name 'Plus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
'cast' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 56 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 56 | |
Missing a Javadoc comment. | 56 | |
'static' modifier out of order with the JLS suggestions. | 56 | |
Name 'Comma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
'cast' is not followed by whitespace. | 56 | |
Line is longer than 80 characters. | 57 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 57 | |
Missing a Javadoc comment. | 57 | |
'static' modifier out of order with the JLS suggestions. | 57 | |
Name 'Minus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
'cast' is not followed by whitespace. | 57 | |
Line is longer than 80 characters. | 58 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 58 | |
Missing a Javadoc comment. | 58 | |
'static' modifier out of order with the JLS suggestions. | 58 | |
Name 'Dot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
'cast' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 59 | |
Missing a Javadoc comment. | 59 | |
'static' modifier out of order with the JLS suggestions. | 59 | |
Name 'Slash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
'cast' is not followed by whitespace. | 59 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 61 | |
Missing a Javadoc comment. | 61 | |
'static' modifier out of order with the JLS suggestions. | 61 | |
Name 'PlusPlus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 62 | |
Missing a Javadoc comment. | 62 | |
'static' modifier out of order with the JLS suggestions. | 62 | |
Name 'MinusMinus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
Line is longer than 80 characters. | 63 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 63 | |
Missing a Javadoc comment. | 63 | |
'static' modifier out of order with the JLS suggestions. | 63 | |
Name 'And' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
Line is longer than 80 characters. | 64 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 64 | |
Missing a Javadoc comment. | 64 | |
'static' modifier out of order with the JLS suggestions. | 64 | |
Name 'Or' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 65 | |
Missing a Javadoc comment. | 65 | |
'static' modifier out of order with the JLS suggestions. | 65 | |
Name 'MinusGreater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 66 | |
Missing a Javadoc comment. | 66 | |
'static' modifier out of order with the JLS suggestions. | 66 | |
Name 'EqualEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 67 | |
Missing a Javadoc comment. | 67 | |
'static' modifier out of order with the JLS suggestions. | 67 | |
Name 'NotEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 68 | |
Missing a Javadoc comment. | 68 | |
'static' modifier out of order with the JLS suggestions. | 68 | |
Name 'LessEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 69 | |
Missing a Javadoc comment. | 69 | |
'static' modifier out of order with the JLS suggestions. | 69 | |
Name 'GreaterEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 70 | |
Missing a Javadoc comment. | 70 | |
'static' modifier out of order with the JLS suggestions. | 70 | |
Name 'PlusEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
Line is longer than 80 characters. | 72 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 72 | |
Missing a Javadoc comment. | 72 | |
'static' modifier out of order with the JLS suggestions. | 72 | |
Name 'Colon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
'cast' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 73 | |
Missing a Javadoc comment. | 73 | |
'static' modifier out of order with the JLS suggestions. | 73 | |
Name 'Semi' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
'cast' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 74 | |
Missing a Javadoc comment. | 74 | |
'static' modifier out of order with the JLS suggestions. | 74 | |
Name 'Less' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
'cast' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 75 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 75 | |
Missing a Javadoc comment. | 75 | |
'static' modifier out of order with the JLS suggestions. | 75 | |
Name 'Equal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 | |
'cast' is not followed by whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 76 | |
Missing a Javadoc comment. | 76 | |
'static' modifier out of order with the JLS suggestions. | 76 | |
Name 'Greater' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
'cast' is not followed by whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 77 | |
Missing a Javadoc comment. | 77 | |
'static' modifier out of order with the JLS suggestions. | 77 | |
Name 'Question' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
'cast' is not followed by whitespace. | 77 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 80 | |
Missing a Javadoc comment. | 80 | |
'static' modifier out of order with the JLS suggestions. | 80 | |
Name 'MinusEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 81 | |
Missing a Javadoc comment. | 81 | |
'static' modifier out of order with the JLS suggestions. | 81 | |
Name 'StarEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 82 | |
Missing a Javadoc comment. | 82 | |
'static' modifier out of order with the JLS suggestions. | 82 | |
Name 'SlashEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 83 | |
Missing a Javadoc comment. | 83 | |
'static' modifier out of order with the JLS suggestions. | 83 | |
Name 'PercentEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 84 | |
Missing a Javadoc comment. | 84 | |
'static' modifier out of order with the JLS suggestions. | 84 | |
Name 'BAndEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 85 | |
Missing a Javadoc comment. | 85 | |
'static' modifier out of order with the JLS suggestions. | 85 | |
Name 'BOrEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 86 | |
Missing a Javadoc comment. | 86 | |
'static' modifier out of order with the JLS suggestions. | 86 | |
Name 'BXorEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 87 | |
Missing a Javadoc comment. | 87 | |
'static' modifier out of order with the JLS suggestions. | 87 | |
Name 'ShiftLeft' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 88 | |
Missing a Javadoc comment. | 88 | |
'static' modifier out of order with the JLS suggestions. | 88 | |
Name 'ShiftLeftEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 89 | |
Missing a Javadoc comment. | 89 | |
'static' modifier out of order with the JLS suggestions. | 89 | |
Name 'ShiftRight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 90 | |
Missing a Javadoc comment. | 90 | |
'static' modifier out of order with the JLS suggestions. | 90 | |
Name 'ShiftRightEqual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 | |
Line is longer than 80 characters. | 92 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 92 | |
Missing a Javadoc comment. | 92 | |
'static' modifier out of order with the JLS suggestions. | 92 | |
Name 'Byte' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 | |
Line is longer than 80 characters. | 93 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 93 | |
Missing a Javadoc comment. | 93 | |
'static' modifier out of order with the JLS suggestions. | 93 | |
Name 'Bool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 | |
Line is longer than 80 characters. | 94 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 94 | |
Missing a Javadoc comment. | 94 | |
'static' modifier out of order with the JLS suggestions. | 94 | |
Name 'Char' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 | |
Line is longer than 80 characters. | 95 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 95 | |
Missing a Javadoc comment. | 95 | |
'static' modifier out of order with the JLS suggestions. | 95 | |
Name 'Double' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 | |
Line is longer than 80 characters. | 96 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 96 | |
Missing a Javadoc comment. | 96 | |
'static' modifier out of order with the JLS suggestions. | 96 | |
Name 'Decimal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 | |
Line is longer than 80 characters. | 97 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 97 | |
Missing a Javadoc comment. | 97 | |
'static' modifier out of order with the JLS suggestions. | 97 | |
Name 'Float' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 | |
Line is longer than 80 characters. | 98 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 98 | |
Missing a Javadoc comment. | 98 | |
'static' modifier out of order with the JLS suggestions. | 98 | |
Name 'Int' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 | |
Line is longer than 80 characters. | 99 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 99 | |
Missing a Javadoc comment. | 99 | |
'static' modifier out of order with the JLS suggestions. | 99 | |
Name 'Long' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 | |
Line is longer than 80 characters. | 100 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 100 | |
Missing a Javadoc comment. | 100 | |
'static' modifier out of order with the JLS suggestions. | 100 | |
Name 'Object' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 | |
Line is longer than 80 characters. | 101 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 101 | |
Missing a Javadoc comment. | 101 | |
'static' modifier out of order with the JLS suggestions. | 101 | |
Name 'SByte' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
Line is longer than 80 characters. | 102 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 102 | |
Missing a Javadoc comment. | 102 | |
'static' modifier out of order with the JLS suggestions. | 102 | |
Name 'String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 | |
Line is longer than 80 characters. | 103 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 103 | |
Missing a Javadoc comment. | 103 | |
'static' modifier out of order with the JLS suggestions. | 103 | |
Name 'Short' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 | |
Line is longer than 80 characters. | 104 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 104 | |
Missing a Javadoc comment. | 104 | |
'static' modifier out of order with the JLS suggestions. | 104 | |
Name 'UShort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 | |
Line is longer than 80 characters. | 105 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 105 | |
Missing a Javadoc comment. | 105 | |
'static' modifier out of order with the JLS suggestions. | 105 | |
Name 'ULong' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 | |
Line is longer than 80 characters. | 106 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 106 | |
Missing a Javadoc comment. | 106 | |
'static' modifier out of order with the JLS suggestions. | 106 | |
Name 'UInt' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 | |
Line is longer than 80 characters. | 108 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 108 | |
Missing a Javadoc comment. | 108 | |
'static' modifier out of order with the JLS suggestions. | 108 | |
Name 'LBracket' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 | |
'cast' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 109 | |
Missing a Javadoc comment. | 109 | |
'static' modifier out of order with the JLS suggestions. | 109 | |
Name 'BSlash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 | |
'cast' is not followed by whitespace. | 109 | |
Line is longer than 80 characters. | 110 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 110 | |
Missing a Javadoc comment. | 110 | |
'static' modifier out of order with the JLS suggestions. | 110 | |
Name 'RBracket' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 | |
'cast' is not followed by whitespace. | 110 | |
Line is longer than 80 characters. | 111 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 111 | |
Missing a Javadoc comment. | 111 | |
'static' modifier out of order with the JLS suggestions. | 111 | |
Name 'BXor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 | |
'cast' is not followed by whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 113 | |
Missing a Javadoc comment. | 113 | |
'static' modifier out of order with the JLS suggestions. | 113 | |
Name 'BSQuote' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 | |
'cast' is not followed by whitespace. | 113 | |
Line is longer than 80 characters. | 115 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 115 | |
Missing a Javadoc comment. | 115 | |
'static' modifier out of order with the JLS suggestions. | 115 | |
Name 'Abstract' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 | |
Line is longer than 80 characters. | 116 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 116 | |
Missing a Javadoc comment. | 116 | |
'static' modifier out of order with the JLS suggestions. | 116 | |
Name 'Const' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 | |
Line is longer than 80 characters. | 117 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 117 | |
Missing a Javadoc comment. | 117 | |
'static' modifier out of order with the JLS suggestions. | 117 | |
Name 'Extern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 | |
Line is longer than 80 characters. | 118 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 118 | |
Missing a Javadoc comment. | 118 | |
'static' modifier out of order with the JLS suggestions. | 118 | |
Name 'Explicit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 | |
Line is longer than 80 characters. | 119 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 119 | |
Missing a Javadoc comment. | 119 | |
'static' modifier out of order with the JLS suggestions. | 119 | |
Name 'Implicit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 | |
Line is longer than 80 characters. | 120 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 120 | |
Missing a Javadoc comment. | 120 | |
'static' modifier out of order with the JLS suggestions. | 120 | |
Name 'Internal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 | |
Line is longer than 80 characters. | 121 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 121 | |
Missing a Javadoc comment. | 121 | |
'static' modifier out of order with the JLS suggestions. | 121 | |
Name 'New' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 121 | |
Line is longer than 80 characters. | 122 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 122 | |
Missing a Javadoc comment. | 122 | |
'static' modifier out of order with the JLS suggestions. | 122 | |
Name 'Out' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 | |
Line is longer than 80 characters. | 123 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 123 | |
Missing a Javadoc comment. | 123 | |
'static' modifier out of order with the JLS suggestions. | 123 | |
Name 'Override' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 | |
Line is longer than 80 characters. | 124 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 124 | |
Missing a Javadoc comment. | 124 | |
'static' modifier out of order with the JLS suggestions. | 124 | |
Name 'Private' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 | |
Line is longer than 80 characters. | 125 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 125 | |
Missing a Javadoc comment. | 125 | |
'static' modifier out of order with the JLS suggestions. | 125 | |
Name 'Public' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 | |
Line is longer than 80 characters. | 126 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 126 | |
Missing a Javadoc comment. | 126 | |
'static' modifier out of order with the JLS suggestions. | 126 | |
Name 'Protected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 | |
Line is longer than 80 characters. | 127 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 127 | |
Missing a Javadoc comment. | 127 | |
'static' modifier out of order with the JLS suggestions. | 127 | |
Name 'Ref' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 127 | |
Line is longer than 80 characters. | 128 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 128 | |
Missing a Javadoc comment. | 128 | |
'static' modifier out of order with the JLS suggestions. | 128 | |
Name 'Readonly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 | |
Line is longer than 80 characters. | 129 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 129 | |
Missing a Javadoc comment. | 129 | |
'static' modifier out of order with the JLS suggestions. | 129 | |
Name 'Static' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 129 | |
Line is longer than 80 characters. | 130 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 130 | |
Missing a Javadoc comment. | 130 | |
'static' modifier out of order with the JLS suggestions. | 130 | |
Name 'Sealed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 130 | |
Line is longer than 80 characters. | 131 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 131 | |
Missing a Javadoc comment. | 131 | |
'static' modifier out of order with the JLS suggestions. | 131 | |
Name 'Volatile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 | |
Line is longer than 80 characters. | 132 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 132 | |
Missing a Javadoc comment. | 132 | |
'static' modifier out of order with the JLS suggestions. | 132 | |
Name 'Virtual' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 132 | |
Line is longer than 80 characters. | 133 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 133 | |
Missing a Javadoc comment. | 133 | |
'static' modifier out of order with the JLS suggestions. | 133 | |
Name 'Class' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 133 | |
Line is longer than 80 characters. | 134 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 134 | |
Missing a Javadoc comment. | 134 | |
'static' modifier out of order with the JLS suggestions. | 134 | |
Name 'Delegate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
Line is longer than 80 characters. | 135 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 135 | |
Missing a Javadoc comment. | 135 | |
'static' modifier out of order with the JLS suggestions. | 135 | |
Name 'Enum' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 | |
Line is longer than 80 characters. | 136 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 136 | |
Missing a Javadoc comment. | 136 | |
'static' modifier out of order with the JLS suggestions. | 136 | |
Name 'Interface' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 | |
Line is longer than 80 characters. | 137 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 137 | |
Missing a Javadoc comment. | 137 | |
'static' modifier out of order with the JLS suggestions. | 137 | |
Name 'Struct' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 | |
Line is longer than 80 characters. | 138 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 138 | |
Missing a Javadoc comment. | 138 | |
'static' modifier out of order with the JLS suggestions. | 138 | |
Name 'As' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 138 | |
Line is longer than 80 characters. | 139 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 139 | |
Missing a Javadoc comment. | 139 | |
'static' modifier out of order with the JLS suggestions. | 139 | |
Name 'Base' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 139 | |
Line is longer than 80 characters. | 140 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 140 | |
Missing a Javadoc comment. | 140 | |
'static' modifier out of order with the JLS suggestions. | 140 | |
Name 'Break' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 | |
Line is longer than 80 characters. | 142 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 142 | |
Missing a Javadoc comment. | 142 | |
'static' modifier out of order with the JLS suggestions. | 142 | |
Name 'LCurly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 142 | |
'cast' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 143 | |
Missing a Javadoc comment. | 143 | |
'static' modifier out of order with the JLS suggestions. | 143 | |
Name 'BOr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 | |
'cast' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 144 | |
Missing a Javadoc comment. | 144 | |
'static' modifier out of order with the JLS suggestions. | 144 | |
Name 'RCurly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 144 | |
'cast' is not followed by whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 145 | |
Missing a Javadoc comment. | 145 | |
'static' modifier out of order with the JLS suggestions. | 145 | |
Name 'Tilde' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 145 | |
'cast' is not followed by whitespace. | 145 | |
Line is longer than 80 characters. | 147 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 147 | |
Missing a Javadoc comment. | 147 | |
'static' modifier out of order with the JLS suggestions. | 147 | |
Name 'Catch' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 147 | |
Line is longer than 80 characters. | 148 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 148 | |
Missing a Javadoc comment. | 148 | |
'static' modifier out of order with the JLS suggestions. | 148 | |
Name 'Continue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 148 | |
Line is longer than 80 characters. | 149 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 149 | |
Missing a Javadoc comment. | 149 | |
'static' modifier out of order with the JLS suggestions. | 149 | |
Name 'Case' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 | |
Line is longer than 80 characters. | 150 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 150 | |
Missing a Javadoc comment. | 150 | |
'static' modifier out of order with the JLS suggestions. | 150 | |
Name 'Do' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 150 | |
Line is longer than 80 characters. | 151 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 151 | |
Missing a Javadoc comment. | 151 | |
'static' modifier out of order with the JLS suggestions. | 151 | |
Name 'Default' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 151 | |
Line is longer than 80 characters. | 152 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 152 | |
Missing a Javadoc comment. | 152 | |
'static' modifier out of order with the JLS suggestions. | 152 | |
Name 'Else' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 152 | |
Line is longer than 80 characters. | 153 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 153 | |
Missing a Javadoc comment. | 153 | |
'static' modifier out of order with the JLS suggestions. | 153 | |
Name 'For' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 153 | |
Line is longer than 80 characters. | 154 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 154 | |
Missing a Javadoc comment. | 154 | |
'static' modifier out of order with the JLS suggestions. | 154 | |
Name 'Foreach' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 154 | |
Line is longer than 80 characters. | 155 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 155 | |
Missing a Javadoc comment. | 155 | |
'static' modifier out of order with the JLS suggestions. | 155 | |
Name 'Finally' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 155 | |
Line is longer than 80 characters. | 156 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 156 | |
Missing a Javadoc comment. | 156 | |
'static' modifier out of order with the JLS suggestions. | 156 | |
Name 'Fixed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 156 | |
Line is longer than 80 characters. | 157 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 157 | |
Missing a Javadoc comment. | 157 | |
'static' modifier out of order with the JLS suggestions. | 157 | |
Name 'Goto' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 157 | |
Line is longer than 80 characters. | 158 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 158 | |
Missing a Javadoc comment. | 158 | |
'static' modifier out of order with the JLS suggestions. | 158 | |
Name 'If' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 158 | |
Line is longer than 80 characters. | 159 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 159 | |
Missing a Javadoc comment. | 159 | |
'static' modifier out of order with the JLS suggestions. | 159 | |
Name 'In' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 159 | |
Line is longer than 80 characters. | 160 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 160 | |
Missing a Javadoc comment. | 160 | |
'static' modifier out of order with the JLS suggestions. | 160 | |
Name 'Is' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 160 | |
Line is longer than 80 characters. | 161 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 161 | |
Missing a Javadoc comment. | 161 | |
'static' modifier out of order with the JLS suggestions. | 161 | |
Name 'Lock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 161 | |
Line is longer than 80 characters. | 162 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 162 | |
Missing a Javadoc comment. | 162 | |
'static' modifier out of order with the JLS suggestions. | 162 | |
Name 'Return' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 162 | |
Line is longer than 80 characters. | 163 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 163 | |
Missing a Javadoc comment. | 163 | |
'static' modifier out of order with the JLS suggestions. | 163 | |
Name 'Stackalloc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 163 | |
Line is longer than 80 characters. | 164 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 164 | |
Missing a Javadoc comment. | 164 | |
'static' modifier out of order with the JLS suggestions. | 164 | |
Name 'Switch' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 164 | |
Line is longer than 80 characters. | 165 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 165 | |
Missing a Javadoc comment. | 165 | |
'static' modifier out of order with the JLS suggestions. | 165 | |
Name 'Sizeof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 165 | |
Line is longer than 80 characters. | 166 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 166 | |
Missing a Javadoc comment. | 166 | |
'static' modifier out of order with the JLS suggestions. | 166 | |
Name 'Throw' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 166 | |
Line is longer than 80 characters. | 167 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 167 | |
Missing a Javadoc comment. | 167 | |
'static' modifier out of order with the JLS suggestions. | 167 | |
Name 'Try' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 167 | |
Line is longer than 80 characters. | 168 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 168 | |
Missing a Javadoc comment. | 168 | |
'static' modifier out of order with the JLS suggestions. | 168 | |
Name 'Typeof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 168 | |
Line is longer than 80 characters. | 169 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 169 | |
Missing a Javadoc comment. | 169 | |
'static' modifier out of order with the JLS suggestions. | 169 | |
Name 'This' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 169 | |
Line is longer than 80 characters. | 170 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 170 | |
Missing a Javadoc comment. | 170 | |
'static' modifier out of order with the JLS suggestions. | 170 | |
Name 'Void' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 170 | |
Line is longer than 80 characters. | 171 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 171 | |
Missing a Javadoc comment. | 171 | |
'static' modifier out of order with the JLS suggestions. | 171 | |
Name 'While' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 171 | |
Line is longer than 80 characters. | 172 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 172 | |
Missing a Javadoc comment. | 172 | |
'static' modifier out of order with the JLS suggestions. | 172 | |
Name 'Checked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 172 | |
Line is longer than 80 characters. | 173 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 173 | |
Missing a Javadoc comment. | 173 | |
'static' modifier out of order with the JLS suggestions. | 173 | |
Name 'Event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 173 | |
Line is longer than 80 characters. | 174 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 174 | |
Missing a Javadoc comment. | 174 | |
'static' modifier out of order with the JLS suggestions. | 174 | |
Name 'Namespace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 174 | |
Line is longer than 80 characters. | 175 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 175 | |
Missing a Javadoc comment. | 175 | |
'static' modifier out of order with the JLS suggestions. | 175 | |
Name 'Operator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 175 | |
Line is longer than 80 characters. | 176 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 176 | |
Missing a Javadoc comment. | 176 | |
'static' modifier out of order with the JLS suggestions. | 176 | |
Name 'Params' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 176 | |
Line is longer than 80 characters. | 177 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 177 | |
Missing a Javadoc comment. | 177 | |
'static' modifier out of order with the JLS suggestions. | 177 | |
Name 'Unsafe' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 177 | |
Line is longer than 80 characters. | 178 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 178 | |
Missing a Javadoc comment. | 178 | |
'static' modifier out of order with the JLS suggestions. | 178 | |
Name 'Unchecked' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 178 | |
Line is longer than 80 characters. | 179 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 179 | |
Missing a Javadoc comment. | 179 | |
'static' modifier out of order with the JLS suggestions. | 179 | |
Name 'Using' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 179 | |
Line is longer than 80 characters. | 183 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 183 | |
Missing a Javadoc comment. | 183 | |
'static' modifier out of order with the JLS suggestions. | 183 | |
Name 'Assembly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 183 | |
Line is longer than 80 characters. | 184 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 184 | |
Missing a Javadoc comment. | 184 | |
'static' modifier out of order with the JLS suggestions. | 184 | |
Name 'Property' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 184 | |
Line is longer than 80 characters. | 185 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 185 | |
Missing a Javadoc comment. | 185 | |
'static' modifier out of order with the JLS suggestions. | 185 | |
Name 'Method' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 185 | |
Line is longer than 80 characters. | 186 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 186 | |
Missing a Javadoc comment. | 186 | |
'static' modifier out of order with the JLS suggestions. | 186 | |
Name 'Field' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 186 | |
Line is longer than 80 characters. | 187 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 187 | |
Missing a Javadoc comment. | 187 | |
'static' modifier out of order with the JLS suggestions. | 187 | |
Name 'Param' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 187 | |
Line is longer than 80 characters. | 188 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 188 | |
Missing a Javadoc comment. | 188 | |
'static' modifier out of order with the JLS suggestions. | 188 | |
Name 'Type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 188 | |
Line is longer than 80 characters. | 190 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 190 | |
Missing a Javadoc comment. | 190 | |
'static' modifier out of order with the JLS suggestions. | 190 | |
Name 'PpDefine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 190 | |
Line is longer than 80 characters. | 191 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 191 | |
Missing a Javadoc comment. | 191 | |
'static' modifier out of order with the JLS suggestions. | 191 | |
Name 'PpUndefine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 191 | |
Line is longer than 80 characters. | 192 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 192 | |
Missing a Javadoc comment. | 192 | |
'static' modifier out of order with the JLS suggestions. | 192 | |
Name 'PpIf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 192 | |
Line is longer than 80 characters. | 193 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 193 | |
Missing a Javadoc comment. | 193 | |
'static' modifier out of order with the JLS suggestions. | 193 | |
Name 'PpElif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 193 | |
Line is longer than 80 characters. | 194 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 194 | |
Missing a Javadoc comment. | 194 | |
'static' modifier out of order with the JLS suggestions. | 194 | |
Name 'PpElse' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 194 | |
Line is longer than 80 characters. | 195 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 195 | |
Missing a Javadoc comment. | 195 | |
'static' modifier out of order with the JLS suggestions. | 195 | |
Name 'PpEndif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 195 | |
Line is longer than 80 characters. | 196 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 196 | |
Missing a Javadoc comment. | 196 | |
'static' modifier out of order with the JLS suggestions. | 196 | |
Name 'PpLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 196 | |
Line is longer than 80 characters. | 197 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 197 | |
Missing a Javadoc comment. | 197 | |
'static' modifier out of order with the JLS suggestions. | 197 | |
Name 'PpError' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 197 | |
Line is longer than 80 characters. | 198 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 198 | |
Missing a Javadoc comment. | 198 | |
'static' modifier out of order with the JLS suggestions. | 198 | |
Name 'PpWarning' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 198 | |
Line is longer than 80 characters. | 199 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 199 | |
Missing a Javadoc comment. | 199 | |
'static' modifier out of order with the JLS suggestions. | 199 | |
Name 'PpRegion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 199 | |
Line is longer than 80 characters. | 200 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 200 | |
Missing a Javadoc comment. | 200 | |
'static' modifier out of order with the JLS suggestions. | 200 | |
Name 'PpEndregion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 200 | |
Line is longer than 80 characters. | 201 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 201 | |
Missing a Javadoc comment. | 201 | |
'static' modifier out of order with the JLS suggestions. | 201 | |
Name 'PpPragma' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 201 | |
Line is longer than 80 characters. | 203 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 203 | |
Missing a Javadoc comment. | 203 | |
'static' modifier out of order with the JLS suggestions. | 203 | |
Name 'Eof' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 203 | |
Line is longer than 80 characters. | 204 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 204 | |
Missing a Javadoc comment. | 204 | |
'static' modifier out of order with the JLS suggestions. | 204 | |
Name 'Invalid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 204 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 208 | |
'{' is not preceded with whitespace. | 208 | |
method def child at indentation level 12 not at correct indentation, 8 | 209 | |
'=' is not preceded with whitespace. | 209 | |
'=' is not followed by whitespace. | 209 | |
switch at indentation level 12 not at correct indentation, 8 | 210 | |
'{' is not preceded with whitespace. | 210 | |
case child at indentation level 16 not at correct indentation, 8 | 211 | |
block child at indentation level 20 not at correct indentation, 12 | 212 | |
'=' is not preceded with whitespace. | 212 | |
block child at indentation level 20 not at correct indentation, 12 | 213 | |
case child at indentation level 16 not at correct indentation, 8 | 214 | |
block child at indentation level 20 not at correct indentation, 12 | 215 | |
'=' is not preceded with whitespace. | 215 | |
block child at indentation level 20 not at correct indentation, 12 | 216 | |
case child at indentation level 16 not at correct indentation, 8 | 217 | |
block child at indentation level 20 not at correct indentation, 12 | 218 | |
'=' is not preceded with whitespace. | 218 | |
block child at indentation level 20 not at correct indentation, 12 | 219 | |
case child at indentation level 16 not at correct indentation, 8 | 220 | |
block child at indentation level 20 not at correct indentation, 12 | 221 | |
'=' is not preceded with whitespace. | 221 | |
block child at indentation level 20 not at correct indentation, 12 | 222 | |
case child at indentation level 16 not at correct indentation, 8 | 223 | |
block child at indentation level 20 not at correct indentation, 12 | 224 | |
'=' is not preceded with whitespace. | 224 | |
block child at indentation level 20 not at correct indentation, 12 | 225 | |
case child at indentation level 16 not at correct indentation, 8 | 226 | |
block child at indentation level 20 not at correct indentation, 12 | 227 | |
'=' is not preceded with whitespace. | 227 | |
block child at indentation level 20 not at correct indentation, 12 | 228 | |
case child at indentation level 16 not at correct indentation, 8 | 229 | |
block child at indentation level 20 not at correct indentation, 12 | 230 | |
'=' is not preceded with whitespace. | 230 | |
block child at indentation level 20 not at correct indentation, 12 | 231 | |
case child at indentation level 16 not at correct indentation, 8 | 232 | |
block child at indentation level 20 not at correct indentation, 12 | 233 | |
'=' is not preceded with whitespace. | 233 | |
block child at indentation level 20 not at correct indentation, 12 | 234 | |
case child at indentation level 16 not at correct indentation, 8 | 235 | |
block child at indentation level 20 not at correct indentation, 12 | 236 | |
'=' is not preceded with whitespace. | 236 | |
block child at indentation level 20 not at correct indentation, 12 | 237 | |
case child at indentation level 16 not at correct indentation, 8 | 238 | |
block child at indentation level 20 not at correct indentation, 12 | 239 | |
'=' is not preceded with whitespace. | 239 | |
block child at indentation level 20 not at correct indentation, 12 | 240 | |
case child at indentation level 16 not at correct indentation, 8 | 241 | |
block child at indentation level 20 not at correct indentation, 12 | 242 | |
'=' is not preceded with whitespace. | 242 | |
block child at indentation level 20 not at correct indentation, 12 | 243 | |
case child at indentation level 16 not at correct indentation, 8 | 244 | |
block child at indentation level 20 not at correct indentation, 12 | 245 | |
'=' is not preceded with whitespace. | 245 | |
block child at indentation level 20 not at correct indentation, 12 | 246 | |
case child at indentation level 16 not at correct indentation, 8 | 247 | |
block child at indentation level 20 not at correct indentation, 12 | 248 | |
'=' is not preceded with whitespace. | 248 | |
block child at indentation level 20 not at correct indentation, 12 | 249 | |
case child at indentation level 16 not at correct indentation, 8 | 250 | |
block child at indentation level 20 not at correct indentation, 12 | 251 | |
'=' is not preceded with whitespace. | 251 | |
block child at indentation level 20 not at correct indentation, 12 | 252 | |
case child at indentation level 16 not at correct indentation, 8 | 253 | |
block child at indentation level 20 not at correct indentation, 12 | 254 | |
'=' is not preceded with whitespace. | 254 | |
block child at indentation level 20 not at correct indentation, 12 | 255 | |
case child at indentation level 16 not at correct indentation, 8 | 256 | |
block child at indentation level 20 not at correct indentation, 12 | 257 | |
'=' is not preceded with whitespace. | 257 | |
block child at indentation level 20 not at correct indentation, 12 | 258 | |
case child at indentation level 16 not at correct indentation, 8 | 259 | |
block child at indentation level 20 not at correct indentation, 12 | 260 | |
'=' is not preceded with whitespace. | 260 | |
block child at indentation level 20 not at correct indentation, 12 | 261 | |
case child at indentation level 16 not at correct indentation, 8 | 262 | |
block child at indentation level 20 not at correct indentation, 12 | 263 | |
'=' is not preceded with whitespace. | 263 | |
block child at indentation level 20 not at correct indentation, 12 | 264 | |
case child at indentation level 16 not at correct indentation, 8 | 265 | |
block child at indentation level 20 not at correct indentation, 12 | 266 | |
'=' is not preceded with whitespace. | 266 | |
block child at indentation level 20 not at correct indentation, 12 | 267 | |
case child at indentation level 16 not at correct indentation, 8 | 268 | |
block child at indentation level 20 not at correct indentation, 12 | 269 | |
'=' is not preceded with whitespace. | 269 | |
block child at indentation level 20 not at correct indentation, 12 | 270 | |
case child at indentation level 16 not at correct indentation, 8 | 271 | |
block child at indentation level 20 not at correct indentation, 12 | 272 | |
switch rcurly at indentation level 12 not at correct indentation, 8 | 273 | |
method def child at indentation level 12 not at correct indentation, 8 | 275 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 276 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 278 |
Violation | Message | Line |
---|---|---|
interface def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
interface def rcurly at indentation level 8 not at correct indentation, 0 | 12 |
Violation | Message | Line |
---|---|---|
interface def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
Line is longer than 80 characters. | 15 | |
method def return type at indentation level 16 not at correct indentation, 4 | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
interface def rcurly at indentation level 8 not at correct indentation, 0 | 17 |
Violation | Message | Line |
---|---|---|
interface def lcurly at indentation level 4 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'rankSpecifiers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
'=' is not followed by whitespace. | 15 | |
method def return type at indentation level 8 not at correct indentation, 4 | 17 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
interface def rcurly at indentation level 4 not at correct indentation, 0 | 18 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 8 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'keywords' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'c' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'curLine' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 23 | |
Variable 'tokens' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 24 | |
Variable 'src' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 25 | |
Name 'StringLiterals' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
Variable 'StringLiterals' must be private and have accessor methods. | 25 | |
Missing a Javadoc comment. | 27 | |
Variable 'brokenInnerLoop' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'brokenInnerLoop1' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'brokenInnerLoop2' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'file' must be private and have accessor methods. | 31 | |
Line is longer than 80 characters. | 33 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 44 | |
'=' is not preceded with whitespace. | 146 | |
'=' is not followed by whitespace. | 146 | |
'+' is not preceded with whitespace. | 146 | |
'+' is not followed by whitespace. | 146 | |
Empty if block. | 155 | |
Empty if block. | 184 | |
Line is longer than 80 characters. | 197 | |
Method length is 855 lines (max allowed is 150). | 197 | |
label child at indentation level 8 not at correct indentation, 4 | 204 | |
case child at indentation level 16 not at correct indentation, 12 | 207 | |
block child at indentation level 20 not at correct indentation, 16 | 208 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 209 | |
case child at indentation level 16 not at correct indentation, 12 | 211 | |
block child at indentation level 20 not at correct indentation, 16 | 213 | |
while at indentation level 20 not at correct indentation, 16 | 214 | |
while child at indentation level 24 not at correct indentation, 20 | 215 | |
while rcurly at indentation level 20 not at correct indentation, 16 | 216 | |
block child at indentation level 20 not at correct indentation, 16 | 217 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 218 | |
case child at indentation level 16 not at correct indentation, 12 | 219 | |
block child at indentation level 20 not at correct indentation, 16 | 221 | |
while at indentation level 20 not at correct indentation, 16 | 222 | |
while child at indentation level 24 not at correct indentation, 20 | 223 | |
while rcurly at indentation level 20 not at correct indentation, 16 | 224 | |
'}' is not followed by whitespace. | 224 | |
block child at indentation level 20 not at correct indentation, 16 | 225 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 226 | |
case child at indentation level 16 not at correct indentation, 12 | 227 | |
block child at indentation level 20 not at correct indentation, 16 | 228 | |
'if' construct must use '{}'s. | 229 | |
if at indentation level 20 not at correct indentation, 16 | 229 | |
block child at indentation level 20 not at correct indentation, 16 | 231 | |
block child at indentation level 20 not at correct indentation, 16 | 232 | |
block child at indentation level 20 not at correct indentation, 16 | 233 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 234 | |
case child at indentation level 16 not at correct indentation, 12 | 235 | |
block child at indentation level 20 not at correct indentation, 16 | 236 | |
block child at indentation level 20 not at correct indentation, 16 | 237 | |
block child at indentation level 20 not at correct indentation, 16 | 238 | |
block child at indentation level 20 not at correct indentation, 16 | 239 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 240 | |
case child at indentation level 16 not at correct indentation, 12 | 242 | |
case child at indentation level 16 not at correct indentation, 12 | 243 | |
case child at indentation level 16 not at correct indentation, 12 | 244 | |
block child at indentation level 20 not at correct indentation, 16 | 245 | |
if at indentation level 20 not at correct indentation, 16 | 246 | |
if child at indentation level 24 not at correct indentation, 20 | 247 | |
if child at indentation level 24 not at correct indentation, 20 | 248 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 249 | |
block child at indentation level 20 not at correct indentation, 16 | 250 | |
block child at indentation level 20 not at correct indentation, 16 | 251 | |
block child at indentation level 20 not at correct indentation, 16 | 252 | |
block child at indentation level 20 not at correct indentation, 16 | 253 | |
while at indentation level 20 not at correct indentation, 16 | 254 | |
Line is longer than 80 characters. | 255 | |
if at indentation level 24 not at correct indentation, 20 | 255 | |
if lcurly at indentation level 24 not at correct indentation, 20 | 256 | |
if child at indentation level 28 not at correct indentation, 24 | 257 | |
switch at indentation level 28 not at correct indentation, 24 | 258 | |
case child at indentation level 32 not at correct indentation, 24 | 260 | |
block child at indentation level 36 not at correct indentation, 28 | 261 | |
block child at indentation level 36 not at correct indentation, 28 | 262 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 263 | |
case child at indentation level 32 not at correct indentation, 24 | 264 | |
block child at indentation level 36 not at correct indentation, 28 | 265 | |
block child at indentation level 36 not at correct indentation, 28 | 266 | |
block child at indentation level 36 not at correct indentation, 28 | 267 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 268 | |
case child at indentation level 32 not at correct indentation, 24 | 274 | |
block child at indentation level 36 not at correct indentation, 28 | 275 | |
block child at indentation level 36 not at correct indentation, 28 | 276 | |
block child at indentation level 36 not at correct indentation, 28 | 277 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 278 | |
case child at indentation level 32 not at correct indentation, 24 | 279 | |
block child at indentation level 36 not at correct indentation, 28 | 280 | |
block child at indentation level 36 not at correct indentation, 28 | 281 | |
block child at indentation level 36 not at correct indentation, 28 | 282 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 283 | |
case child at indentation level 32 not at correct indentation, 24 | 284 | |
block child at indentation level 36 not at correct indentation, 28 | 285 | |
block child at indentation level 36 not at correct indentation, 28 | 286 | |
block child at indentation level 36 not at correct indentation, 28 | 287 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 288 | |
case child at indentation level 32 not at correct indentation, 24 | 289 | |
block child at indentation level 36 not at correct indentation, 28 | 290 | |
block child at indentation level 36 not at correct indentation, 28 | 291 | |
block child at indentation level 36 not at correct indentation, 28 | 292 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 293 | |
case child at indentation level 32 not at correct indentation, 24 | 294 | |
block child at indentation level 36 not at correct indentation, 28 | 295 | |
block child at indentation level 36 not at correct indentation, 28 | 296 | |
block child at indentation level 36 not at correct indentation, 28 | 297 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 298 | |
case child at indentation level 32 not at correct indentation, 24 | 304 | |
block child at indentation level 36 not at correct indentation, 28 | 305 | |
block child at indentation level 36 not at correct indentation, 28 | 306 | |
block child at indentation level 36 not at correct indentation, 28 | 307 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 308 | |
case child at indentation level 32 not at correct indentation, 24 | 309 | |
block child at indentation level 36 not at correct indentation, 28 | 310 | |
block child at indentation level 36 not at correct indentation, 28 | 311 | |
block child at indentation level 36 not at correct indentation, 28 | 312 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 313 | |
case child at indentation level 32 not at correct indentation, 24 | 314 | |
Line is longer than 80 characters. | 315 | |
block child at indentation level 36 not at correct indentation, 28 | 316 | |
block child at indentation level 36 not at correct indentation, 28 | 317 | |
block child at indentation level 36 not at correct indentation, 28 | 318 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 319 | |
case child at indentation level 32 not at correct indentation, 24 | 320 | |
block child at indentation level 36 not at correct indentation, 28 | 321 | |
block child at indentation level 36 not at correct indentation, 28 | 322 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 323 | |
switch rcurly at indentation level 28 not at correct indentation, 24 | 324 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 325 | |
if child at indentation level 28 not at correct indentation, 24 | 326 | |
Line is longer than 80 characters. | 327 | |
if at indentation level 28 not at correct indentation, 24 | 328 | |
if lcurly at indentation level 28 not at correct indentation, 24 | 329 | |
if child at indentation level 32 not at correct indentation, 28 | 330 | |
if child at indentation level 32 not at correct indentation, 28 | 331 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 332 | |
if child at indentation level 32 not at correct indentation, 28 | 333 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 334 | |
else child at indentation level 32 not at correct indentation, 28 | 335 | |
else rcurly at indentation level 28 not at correct indentation, 24 | 336 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 337 | |
else lcurly at indentation level 24 not at correct indentation, 20 | 338 | |
if at indentation level 28 not at correct indentation, 24 | 339 | |
if child at indentation level 32 not at correct indentation, 28 | 340 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 341 | |
else child at indentation level 28 not at correct indentation, 24 | 342 | |
else child at indentation level 28 not at correct indentation, 24 | 343 | |
else rcurly at indentation level 24 not at correct indentation, 20 | 344 | |
if at indentation level 24 not at correct indentation, 20 | 346 | |
if child at indentation level 28 not at correct indentation, 24 | 347 | |
if child at indentation level 28 not at correct indentation, 24 | 348 | |
if child at indentation level 28 not at correct indentation, 24 | 349 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 350 | |
while rcurly at indentation level 20 not at correct indentation, 16 | 351 | |
if at indentation level 20 not at correct indentation, 16 | 352 | |
if child at indentation level 24 not at correct indentation, 20 | 353 | |
if child at indentation level 24 not at correct indentation, 20 | 354 | |
if child at indentation level 24 not at correct indentation, 20 | 355 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 356 | |
if at indentation level 20 not at correct indentation, 16 | 358 | |
if at indentation level 24 not at correct indentation, 20 | 359 | |
if child at indentation level 28 not at correct indentation, 24 | 360 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 361 | |
if child at indentation level 24 not at correct indentation, 20 | 363 | |
if child at indentation level 24 not at correct indentation, 20 | 364 | |
'if' construct must use '{}'s. | 365 | |
if at indentation level 24 not at correct indentation, 20 | 365 | |
'else' construct must use '{}'s. | 367 | |
else at indentation level 24 not at correct indentation, 20 | 367 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 369 | |
block child at indentation level 20 not at correct indentation, 16 | 370 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 371 | |
case child at indentation level 16 not at correct indentation, 12 | 373 | |
block child at indentation level 20 not at correct indentation, 16 | 374 | |
if at indentation level 20 not at correct indentation, 16 | 375 | |
if child at indentation level 24 not at correct indentation, 20 | 376 | |
if child at indentation level 24 not at correct indentation, 20 | 377 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 378 | |
else child at indentation level 24 not at correct indentation, 20 | 379 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 380 | |
block child at indentation level 20 not at correct indentation, 16 | 381 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 382 | |
case child at indentation level 16 not at correct indentation, 12 | 383 | |
block child at indentation level 20 not at correct indentation, 16 | 385 | |
block child at indentation level 20 not at correct indentation, 16 | 386 | |
block child at indentation level 20 not at correct indentation, 16 | 387 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 388 | |
case child at indentation level 16 not at correct indentation, 12 | 389 | |
Line is longer than 80 characters. | 390 | |
block child at indentation level 20 not at correct indentation, 16 | 390 | |
block child at indentation level 20 not at correct indentation, 16 | 391 | |
block child at indentation level 20 not at correct indentation, 16 | 392 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 393 | |
case child at indentation level 16 not at correct indentation, 12 | 394 | |
block child at indentation level 20 not at correct indentation, 16 | 395 | |
if at indentation level 20 not at correct indentation, 16 | 396 | |
if child at indentation level 24 not at correct indentation, 20 | 397 | |
if child at indentation level 24 not at correct indentation, 20 | 398 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 399 | |
else child at indentation level 24 not at correct indentation, 20 | 400 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 401 | |
block child at indentation level 20 not at correct indentation, 16 | 402 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 403 | |
case child at indentation level 16 not at correct indentation, 12 | 404 | |
block child at indentation level 20 not at correct indentation, 16 | 405 | |
if at indentation level 20 not at correct indentation, 16 | 406 | |
if child at indentation level 24 not at correct indentation, 20 | 407 | |
if child at indentation level 24 not at correct indentation, 20 | 408 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 409 | |
if child at indentation level 24 not at correct indentation, 20 | 410 | |
if child at indentation level 24 not at correct indentation, 20 | 411 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 412 | |
else child at indentation level 24 not at correct indentation, 20 | 413 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 414 | |
block child at indentation level 20 not at correct indentation, 16 | 415 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 416 | |
case child at indentation level 16 not at correct indentation, 12 | 417 | |
block child at indentation level 20 not at correct indentation, 16 | 418 | |
block child at indentation level 20 not at correct indentation, 16 | 419 | |
block child at indentation level 20 not at correct indentation, 16 | 420 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 421 | |
case child at indentation level 16 not at correct indentation, 12 | 422 | |
block child at indentation level 20 not at correct indentation, 16 | 423 | |
block child at indentation level 20 not at correct indentation, 16 | 424 | |
block child at indentation level 20 not at correct indentation, 16 | 425 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 426 | |
case child at indentation level 16 not at correct indentation, 12 | 427 | |
block child at indentation level 20 not at correct indentation, 16 | 428 | |
if at indentation level 20 not at correct indentation, 16 | 429 | |
if child at indentation level 24 not at correct indentation, 20 | 430 | |
if child at indentation level 24 not at correct indentation, 20 | 431 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 432 | |
else child at indentation level 24 not at correct indentation, 20 | 433 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 434 | |
block child at indentation level 20 not at correct indentation, 16 | 435 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 436 | |
case child at indentation level 16 not at correct indentation, 12 | 437 | |
block child at indentation level 20 not at correct indentation, 16 | 438 | |
if at indentation level 20 not at correct indentation, 16 | 439 | |
if child at indentation level 24 not at correct indentation, 20 | 440 | |
if child at indentation level 24 not at correct indentation, 20 | 441 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 442 | |
if child at indentation level 24 not at correct indentation, 20 | 443 | |
if child at indentation level 24 not at correct indentation, 20 | 444 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 445 | |
else child at indentation level 24 not at correct indentation, 20 | 446 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 447 | |
block child at indentation level 20 not at correct indentation, 16 | 448 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 449 | |
case child at indentation level 16 not at correct indentation, 12 | 450 | |
block child at indentation level 20 not at correct indentation, 16 | 451 | |
block child at indentation level 20 not at correct indentation, 16 | 452 | |
block child at indentation level 20 not at correct indentation, 16 | 453 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 454 | |
case child at indentation level 16 not at correct indentation, 12 | 455 | |
block child at indentation level 20 not at correct indentation, 16 | 456 | |
if at indentation level 20 not at correct indentation, 16 | 457 | |
if child at indentation level 24 not at correct indentation, 20 | 458 | |
if child at indentation level 24 not at correct indentation, 20 | 459 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 460 | |
if child at indentation level 24 not at correct indentation, 20 | 461 | |
if child at indentation level 24 not at correct indentation, 20 | 462 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 463 | |
if child at indentation level 24 not at correct indentation, 20 | 464 | |
if child at indentation level 24 not at correct indentation, 20 | 465 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 466 | |
else child at indentation level 24 not at correct indentation, 20 | 467 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 468 | |
block child at indentation level 20 not at correct indentation, 16 | 469 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 470 | |
case child at indentation level 16 not at correct indentation, 12 | 471 | |
block child at indentation level 20 not at correct indentation, 16 | 472 | |
if at indentation level 20 not at correct indentation, 16 | 473 | |
if child at indentation level 24 not at correct indentation, 20 | 474 | |
if child at indentation level 24 not at correct indentation, 20 | 475 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 476 | |
if child at indentation level 24 not at correct indentation, 20 | 477 | |
if child at indentation level 24 not at correct indentation, 20 | 478 | |
while at indentation level 24 not at correct indentation, 20 | 479 | |
while child at indentation level 28 not at correct indentation, 24 | 480 | |
while child at indentation level 28 not at correct indentation, 24 | 481 | |
while rcurly at indentation level 24 not at correct indentation, 20 | 482 | |
if child at indentation level 24 not at correct indentation, 20 | 483 | |
if child at indentation level 24 not at correct indentation, 20 | 484 | |
if child at indentation level 24 not at correct indentation, 20 | 485 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 486 | |
if child at indentation level 24 not at correct indentation, 20 | 487 | |
if child at indentation level 24 not at correct indentation, 20 | 488 | |
for at indentation level 24 not at correct indentation, 20 | 489 | |
';' is preceded with whitespace. | 489 | |
if at indentation level 28 not at correct indentation, 24 | 490 | |
if child at indentation level 32 not at correct indentation, 28 | 491 | |
if at indentation level 32 not at correct indentation, 28 | 492 | |
if child at indentation level 36 not at correct indentation, 32 | 493 | |
if child at indentation level 36 not at correct indentation, 32 | 494 | |
if rcurly at indentation level 32 not at correct indentation, 28 | 495 | |
else child at indentation level 36 not at correct indentation, 32 | 496 | |
else child at indentation level 36 not at correct indentation, 32 | 497 | |
else child at indentation level 36 not at correct indentation, 32 | 498 | |
else rcurly at indentation level 32 not at correct indentation, 28 | 499 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 500 | |
if child at indentation level 32 not at correct indentation, 28 | 501 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 502 | |
else child at indentation level 32 not at correct indentation, 28 | 503 | |
else child at indentation level 32 not at correct indentation, 28 | 504 | |
else rcurly at indentation level 28 not at correct indentation, 24 | 505 | |
for rcurly at indentation level 24 not at correct indentation, 20 | 506 | |
if child at indentation level 24 not at correct indentation, 20 | 507 | |
if child at indentation level 24 not at correct indentation, 20 | 508 | |
if child at indentation level 24 not at correct indentation, 20 | 509 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 510 | |
else child at indentation level 24 not at correct indentation, 20 | 511 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 512 | |
block child at indentation level 20 not at correct indentation, 16 | 513 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 514 | |
case child at indentation level 16 not at correct indentation, 12 | 516 | |
block child at indentation level 20 not at correct indentation, 16 | 517 | |
if at indentation level 20 not at correct indentation, 16 | 518 | |
if child at indentation level 24 not at correct indentation, 20 | 519 | |
if child at indentation level 24 not at correct indentation, 20 | 520 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 521 | |
else child at indentation level 24 not at correct indentation, 20 | 522 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 523 | |
block child at indentation level 20 not at correct indentation, 16 | 524 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 525 | |
case child at indentation level 16 not at correct indentation, 12 | 526 | |
block child at indentation level 20 not at correct indentation, 16 | 527 | |
block child at indentation level 20 not at correct indentation, 16 | 528 | |
block child at indentation level 20 not at correct indentation, 16 | 529 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 530 | |
case child at indentation level 16 not at correct indentation, 12 | 531 | |
block child at indentation level 20 not at correct indentation, 16 | 532 | |
if at indentation level 20 not at correct indentation, 16 | 533 | |
if child at indentation level 24 not at correct indentation, 20 | 534 | |
if child at indentation level 24 not at correct indentation, 20 | 535 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 536 | |
if child at indentation level 24 not at correct indentation, 20 | 537 | |
if at indentation level 24 not at correct indentation, 20 | 538 | |
if child at indentation level 28 not at correct indentation, 24 | 539 | |
if child at indentation level 28 not at correct indentation, 24 | 540 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 541 | |
else child at indentation level 28 not at correct indentation, 24 | 542 | |
else rcurly at indentation level 24 not at correct indentation, 20 | 543 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 544 | |
else child at indentation level 24 not at correct indentation, 20 | 545 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 546 | |
block child at indentation level 20 not at correct indentation, 16 | 547 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 548 | |
case child at indentation level 16 not at correct indentation, 12 | 549 | |
block child at indentation level 20 not at correct indentation, 16 | 550 | |
if at indentation level 20 not at correct indentation, 16 | 551 | |
if child at indentation level 24 not at correct indentation, 20 | 552 | |
if child at indentation level 24 not at correct indentation, 20 | 553 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 554 | |
else child at indentation level 24 not at correct indentation, 20 | 555 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 556 | |
block child at indentation level 20 not at correct indentation, 16 | 557 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 558 | |
case child at indentation level 16 not at correct indentation, 12 | 559 | |
block child at indentation level 20 not at correct indentation, 16 | 560 | |
if at indentation level 20 not at correct indentation, 16 | 561 | |
if child at indentation level 24 not at correct indentation, 20 | 562 | |
if child at indentation level 24 not at correct indentation, 20 | 563 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 564 | |
if child at indentation level 24 not at correct indentation, 20 | 565 | |
if at indentation level 24 not at correct indentation, 20 | 566 | |
if child at indentation level 28 not at correct indentation, 24 | 567 | |
if child at indentation level 28 not at correct indentation, 24 | 568 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 569 | |
else child at indentation level 28 not at correct indentation, 24 | 570 | |
else rcurly at indentation level 24 not at correct indentation, 20 | 571 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 572 | |
else child at indentation level 24 not at correct indentation, 20 | 573 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 574 | |
block child at indentation level 20 not at correct indentation, 16 | 575 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 576 | |
case child at indentation level 16 not at correct indentation, 12 | 577 | |
block child at indentation level 20 not at correct indentation, 16 | 578 | |
if at indentation level 20 not at correct indentation, 16 | 579 | |
if child at indentation level 24 not at correct indentation, 20 | 580 | |
if child at indentation level 24 not at correct indentation, 20 | 581 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 582 | |
else child at indentation level 24 not at correct indentation, 20 | 583 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 584 | |
block child at indentation level 20 not at correct indentation, 16 | 585 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 586 | |
case child at indentation level 16 not at correct indentation, 12 | 588 | |
block child at indentation level 20 not at correct indentation, 16 | 589 | |
block child at indentation level 20 not at correct indentation, 16 | 590 | |
block child at indentation level 20 not at correct indentation, 16 | 591 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 592 | |
case child at indentation level 16 not at correct indentation, 12 | 593 | |
block child at indentation level 20 not at correct indentation, 16 | 594 | |
block child at indentation level 20 not at correct indentation, 16 | 595 | |
block child at indentation level 20 not at correct indentation, 16 | 596 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 597 | |
case child at indentation level 16 not at correct indentation, 12 | 598 | |
block child at indentation level 20 not at correct indentation, 16 | 599 | |
block child at indentation level 20 not at correct indentation, 16 | 600 | |
block child at indentation level 20 not at correct indentation, 16 | 601 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 602 | |
case child at indentation level 16 not at correct indentation, 12 | 603 | |
block child at indentation level 20 not at correct indentation, 16 | 604 | |
if at indentation level 20 not at correct indentation, 16 | 605 | |
if child at indentation level 24 not at correct indentation, 20 | 606 | |
if child at indentation level 24 not at correct indentation, 20 | 607 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 608 | |
else child at indentation level 24 not at correct indentation, 20 | 609 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 610 | |
block child at indentation level 20 not at correct indentation, 16 | 611 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 612 | |
case child at indentation level 16 not at correct indentation, 12 | 613 | |
block child at indentation level 20 not at correct indentation, 16 | 614 | |
block child at indentation level 20 not at correct indentation, 16 | 615 | |
block child at indentation level 20 not at correct indentation, 16 | 616 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 617 | |
case child at indentation level 16 not at correct indentation, 12 | 618 | |
block child at indentation level 20 not at correct indentation, 16 | 619 | |
block child at indentation level 20 not at correct indentation, 16 | 620 | |
block child at indentation level 20 not at correct indentation, 16 | 621 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 622 | |
case child at indentation level 16 not at correct indentation, 12 | 623 | |
block child at indentation level 20 not at correct indentation, 16 | 624 | |
if at indentation level 20 not at correct indentation, 16 | 625 | |
if child at indentation level 24 not at correct indentation, 20 | 626 | |
if child at indentation level 24 not at correct indentation, 20 | 627 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 628 | |
if child at indentation level 24 not at correct indentation, 20 | 629 | |
if child at indentation level 24 not at correct indentation, 20 | 630 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 631 | |
else child at indentation level 24 not at correct indentation, 20 | 632 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 633 | |
block child at indentation level 20 not at correct indentation, 16 | 634 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 635 | |
case child at indentation level 16 not at correct indentation, 12 | 636 | |
block child at indentation level 20 not at correct indentation, 16 | 637 | |
block child at indentation level 20 not at correct indentation, 16 | 638 | |
block child at indentation level 20 not at correct indentation, 16 | 639 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 640 | |
case child at indentation level 16 not at correct indentation, 12 | 641 | |
block child at indentation level 20 not at correct indentation, 16 | 642 | |
block child at indentation level 20 not at correct indentation, 16 | 643 | |
block child at indentation level 20 not at correct indentation, 16 | 644 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 645 | |
case child at indentation level 16 not at correct indentation, 12 | 647 | |
case child at indentation level 16 not at correct indentation, 12 | 648 | |
case child at indentation level 16 not at correct indentation, 12 | 649 | |
case child at indentation level 16 not at correct indentation, 12 | 650 | |
case child at indentation level 16 not at correct indentation, 12 | 651 | |
case child at indentation level 16 not at correct indentation, 12 | 652 | |
case child at indentation level 16 not at correct indentation, 12 | 653 | |
case child at indentation level 16 not at correct indentation, 12 | 654 | |
case child at indentation level 16 not at correct indentation, 12 | 655 | |
case child at indentation level 16 not at correct indentation, 12 | 656 | |
case child at indentation level 16 not at correct indentation, 12 | 657 | |
block child at indentation level 20 not at correct indentation, 16 | 658 | |
block child at indentation level 20 not at correct indentation, 16 | 659 | |
block child at indentation level 20 not at correct indentation, 16 | 660 | |
if at indentation level 20 not at correct indentation, 16 | 663 | |
if child at indentation level 24 not at correct indentation, 20 | 664 | |
if at indentation level 24 not at correct indentation, 20 | 665 | |
if child at indentation level 28 not at correct indentation, 24 | 666 | |
if child at indentation level 28 not at correct indentation, 24 | 667 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 668 | |
else child at indentation level 28 not at correct indentation, 24 | 669 | |
else child at indentation level 28 not at correct indentation, 24 | 670 | |
else child at indentation level 28 not at correct indentation, 24 | 671 | |
else rcurly at indentation level 24 not at correct indentation, 20 | 672 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 673 | |
block child at indentation level 20 not at correct indentation, 16 | 674 | |
if at indentation level 20 not at correct indentation, 16 | 675 | |
if child at indentation level 24 not at correct indentation, 20 | 676 | |
if child at indentation level 24 not at correct indentation, 20 | 677 | |
if at indentation level 24 not at correct indentation, 20 | 678 | |
if child at indentation level 28 not at correct indentation, 24 | 679 | |
if child at indentation level 28 not at correct indentation, 24 | 680 | |
while at indentation level 28 not at correct indentation, 24 | 681 | |
while child at indentation level 32 not at correct indentation, 28 | 682 | |
switch at indentation level 32 not at correct indentation, 28 | 683 | |
case child at indentation level 36 not at correct indentation, 28 | 684 | |
case child at indentation level 36 not at correct indentation, 28 | 685 | |
case child at indentation level 36 not at correct indentation, 28 | 686 | |
case child at indentation level 36 not at correct indentation, 28 | 687 | |
case child at indentation level 36 not at correct indentation, 28 | 688 | |
case child at indentation level 36 not at correct indentation, 28 | 689 | |
case child at indentation level 36 not at correct indentation, 28 | 690 | |
case child at indentation level 36 not at correct indentation, 28 | 691 | |
case child at indentation level 36 not at correct indentation, 28 | 692 | |
case child at indentation level 36 not at correct indentation, 28 | 693 | |
case child at indentation level 36 not at correct indentation, 28 | 694 | |
case child at indentation level 36 not at correct indentation, 28 | 695 | |
case child at indentation level 36 not at correct indentation, 28 | 696 | |
case child at indentation level 36 not at correct indentation, 28 | 697 | |
case child at indentation level 36 not at correct indentation, 28 | 698 | |
case child at indentation level 36 not at correct indentation, 28 | 699 | |
case child at indentation level 36 not at correct indentation, 28 | 700 | |
case child at indentation level 36 not at correct indentation, 28 | 701 | |
case child at indentation level 36 not at correct indentation, 28 | 702 | |
case child at indentation level 36 not at correct indentation, 28 | 703 | |
case child at indentation level 36 not at correct indentation, 28 | 704 | |
case child at indentation level 36 not at correct indentation, 28 | 705 | |
block child at indentation level 40 not at correct indentation, 32 | 706 | |
block child at indentation level 40 not at correct indentation, 32 | 707 | |
block rcurly at indentation level 36 not at correct indentation, 28 | 708 | |
case child at indentation level 36 not at correct indentation, 28 | 709 | |
block child at indentation level 40 not at correct indentation, 32 | 710 | |
block child at indentation level 40 not at correct indentation, 32 | 711 | |
block rcurly at indentation level 36 not at correct indentation, 28 | 712 | |
switch rcurly at indentation level 32 not at correct indentation, 28 | 713 | |
while rcurly at indentation level 28 not at correct indentation, 24 | 714 | |
if at indentation level 28 not at correct indentation, 24 | 716 | |
if child at indentation level 32 not at correct indentation, 28 | 717 | |
if child at indentation level 32 not at correct indentation, 28 | 718 | |
if child at indentation level 32 not at correct indentation, 28 | 719 | |
if at indentation level 32 not at correct indentation, 28 | 720 | |
if child at indentation level 36 not at correct indentation, 32 | 721 | |
if child at indentation level 36 not at correct indentation, 32 | 722 | |
if child at indentation level 36 not at correct indentation, 32 | 723 | |
if rcurly at indentation level 32 not at correct indentation, 28 | 724 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 725 | |
if child at indentation level 32 not at correct indentation, 28 | 726 | |
if child at indentation level 32 not at correct indentation, 28 | 727 | |
if child at indentation level 32 not at correct indentation, 28 | 728 | |
if at indentation level 32 not at correct indentation, 28 | 729 | |
if child at indentation level 36 not at correct indentation, 32 | 730 | |
if child at indentation level 36 not at correct indentation, 32 | 731 | |
if child at indentation level 36 not at correct indentation, 32 | 732 | |
if rcurly at indentation level 32 not at correct indentation, 28 | 733 | |
if rcurly at indentation level 28 not at correct indentation, 24 | 734 | |
if child at indentation level 28 not at correct indentation, 24 | 736 | |
if child at indentation level 28 not at correct indentation, 24 | 737 | |
if child at indentation level 28 not at correct indentation, 24 | 738 | |
if child at indentation level 28 not at correct indentation, 24 | 739 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 740 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 741 | |
block child at indentation level 20 not at correct indentation, 16 | 746 | |
while at indentation level 20 not at correct indentation, 16 | 747 | |
switch at indentation level 24 not at correct indentation, 20 | 748 | |
case child at indentation level 28 not at correct indentation, 20 | 749 | |
case child at indentation level 28 not at correct indentation, 20 | 750 | |
case child at indentation level 28 not at correct indentation, 20 | 751 | |
case child at indentation level 28 not at correct indentation, 20 | 752 | |
case child at indentation level 28 not at correct indentation, 20 | 753 | |
case child at indentation level 28 not at correct indentation, 20 | 754 | |
case child at indentation level 28 not at correct indentation, 20 | 755 | |
case child at indentation level 28 not at correct indentation, 20 | 756 | |
case child at indentation level 28 not at correct indentation, 20 | 757 | |
case child at indentation level 28 not at correct indentation, 20 | 758 | |
block child at indentation level 32 not at correct indentation, 24 | 759 | |
block child at indentation level 32 not at correct indentation, 24 | 760 | |
block child at indentation level 32 not at correct indentation, 24 | 761 | |
block rcurly at indentation level 28 not at correct indentation, 20 | 762 | |
case child at indentation level 28 not at correct indentation, 20 | 763 | |
if at indentation level 32 not at correct indentation, 24 | 764 | |
if lcurly at indentation level 32 not at correct indentation, 24 | 765 | |
if child at indentation level 36 not at correct indentation, 28 | 766 | |
if child at indentation level 36 not at correct indentation, 28 | 767 | |
if child at indentation level 36 not at correct indentation, 28 | 768 | |
if child at indentation level 36 not at correct indentation, 28 | 769 | |
if child at indentation level 36 not at correct indentation, 28 | 770 | |
';' is not followed by whitespace. | 770 | |
if child at indentation level 36 not at correct indentation, 28 | 771 | |
if rcurly at indentation level 32 not at correct indentation, 24 | 773 | |
block child at indentation level 32 not at correct indentation, 24 | 776 | |
if at indentation level 32 not at correct indentation, 24 | 777 | |
if child at indentation level 36 not at correct indentation, 28 | 778 | |
if child at indentation level 36 not at correct indentation, 28 | 779 | |
if child at indentation level 36 not at correct indentation, 28 | 780 | |
if child at indentation level 36 not at correct indentation, 28 | 781 | |
';' is not followed by whitespace. | 781 | |
if child at indentation level 36 not at correct indentation, 28 | 782 | |
if rcurly at indentation level 32 not at correct indentation, 24 | 784 | |
else child at indentation level 36 not at correct indentation, 28 | 785 | |
else child at indentation level 36 not at correct indentation, 28 | 786 | |
else child at indentation level 36 not at correct indentation, 28 | 787 | |
else child at indentation level 36 not at correct indentation, 28 | 788 | |
else rcurly at indentation level 32 not at correct indentation, 24 | 789 | |
block child at indentation level 32 not at correct indentation, 24 | 790 | |
block child at indentation level 32 not at correct indentation, 24 | 791 | |
block rcurly at indentation level 28 not at correct indentation, 20 | 792 | |
case child at indentation level 28 not at correct indentation, 20 | 793 | |
block child at indentation level 32 not at correct indentation, 24 | 794 | |
block child at indentation level 32 not at correct indentation, 24 | 795 | |
block rcurly at indentation level 28 not at correct indentation, 20 | 796 | |
switch rcurly at indentation level 24 not at correct indentation, 20 | 797 | |
if at indentation level 24 not at correct indentation, 20 | 798 | |
if child at indentation level 28 not at correct indentation, 24 | 799 | |
if child at indentation level 28 not at correct indentation, 24 | 800 | |
if child at indentation level 28 not at correct indentation, 24 | 801 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 802 | |
while rcurly at indentation level 20 not at correct indentation, 16 | 803 | |
if at indentation level 20 not at correct indentation, 16 | 804 | |
if child at indentation level 24 not at correct indentation, 20 | 805 | |
if child at indentation level 24 not at correct indentation, 20 | 806 | |
if child at indentation level 24 not at correct indentation, 20 | 807 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 808 | |
if at indentation level 20 not at correct indentation, 16 | 812 | |
if child at indentation level 24 not at correct indentation, 20 | 813 | |
if child at indentation level 24 not at correct indentation, 20 | 814 | |
if child at indentation level 24 not at correct indentation, 20 | 815 | |
if at indentation level 24 not at correct indentation, 20 | 816 | |
if child at indentation level 28 not at correct indentation, 24 | 817 | |
if child at indentation level 28 not at correct indentation, 24 | 818 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 819 | |
if child at indentation level 24 not at correct indentation, 20 | 821 | |
while at indentation level 24 not at correct indentation, 20 | 822 | |
switch at indentation level 28 not at correct indentation, 24 | 823 | |
case child at indentation level 32 not at correct indentation, 24 | 824 | |
case child at indentation level 32 not at correct indentation, 24 | 825 | |
case child at indentation level 32 not at correct indentation, 24 | 826 | |
case child at indentation level 32 not at correct indentation, 24 | 827 | |
case child at indentation level 32 not at correct indentation, 24 | 828 | |
case child at indentation level 32 not at correct indentation, 24 | 829 | |
case child at indentation level 32 not at correct indentation, 24 | 830 | |
case child at indentation level 32 not at correct indentation, 24 | 831 | |
case child at indentation level 32 not at correct indentation, 24 | 832 | |
case child at indentation level 32 not at correct indentation, 24 | 833 | |
block child at indentation level 36 not at correct indentation, 28 | 834 | |
block child at indentation level 36 not at correct indentation, 28 | 835 | |
block child at indentation level 36 not at correct indentation, 28 | 836 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 837 | |
case child at indentation level 32 not at correct indentation, 24 | 838 | |
block child at indentation level 36 not at correct indentation, 28 | 839 | |
block child at indentation level 36 not at correct indentation, 28 | 840 | |
block rcurly at indentation level 32 not at correct indentation, 24 | 841 | |
switch rcurly at indentation level 28 not at correct indentation, 24 | 842 | |
while rcurly at indentation level 24 not at correct indentation, 20 | 843 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 844 | |
'||' should be on a new line. | 844 | |
'||' should be on a new line. | 845 | |
if child at indentation level 24 not at correct indentation, 20 | 847 | |
if child at indentation level 24 not at correct indentation, 20 | 848 | |
if child at indentation level 24 not at correct indentation, 20 | 849 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 850 | |
else at indentation level 20 not at correct indentation, 16 | 852 | |
if child at indentation level 24 not at correct indentation, 20 | 853 | |
if child at indentation level 24 not at correct indentation, 20 | 854 | |
if child at indentation level 24 not at correct indentation, 20 | 855 | |
if at indentation level 24 not at correct indentation, 20 | 856 | |
if child at indentation level 28 not at correct indentation, 24 | 857 | |
if child at indentation level 28 not at correct indentation, 24 | 858 | |
if child at indentation level 28 not at correct indentation, 24 | 859 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 860 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 861 | |
if child at indentation level 24 not at correct indentation, 20 | 862 | |
if child at indentation level 24 not at correct indentation, 20 | 863 | |
if child at indentation level 24 not at correct indentation, 20 | 864 | |
if at indentation level 24 not at correct indentation, 20 | 865 | |
if child at indentation level 28 not at correct indentation, 24 | 866 | |
if child at indentation level 28 not at correct indentation, 24 | 867 | |
if child at indentation level 28 not at correct indentation, 24 | 868 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 869 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 870 | |
block child at indentation level 20 not at correct indentation, 16 | 872 | |
block child at indentation level 20 not at correct indentation, 16 | 873 | |
block child at indentation level 20 not at correct indentation, 16 | 874 | |
block child at indentation level 20 not at correct indentation, 16 | 875 | |
block child at indentation level 20 not at correct indentation, 16 | 876 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 877 | |
case child at indentation level 16 not at correct indentation, 12 | 879 | |
switch at indentation level 20 not at correct indentation, 16 | 882 | |
case child at indentation level 24 not at correct indentation, 16 | 883 | |
case child at indentation level 24 not at correct indentation, 16 | 884 | |
case child at indentation level 24 not at correct indentation, 16 | 885 | |
case child at indentation level 24 not at correct indentation, 16 | 886 | |
case child at indentation level 24 not at correct indentation, 16 | 887 | |
case child at indentation level 24 not at correct indentation, 16 | 888 | |
case child at indentation level 24 not at correct indentation, 16 | 889 | |
case child at indentation level 24 not at correct indentation, 16 | 890 | |
case child at indentation level 24 not at correct indentation, 16 | 891 | |
case child at indentation level 24 not at correct indentation, 16 | 892 | |
case child at indentation level 24 not at correct indentation, 16 | 893 | |
case child at indentation level 24 not at correct indentation, 16 | 894 | |
case child at indentation level 24 not at correct indentation, 16 | 895 | |
case child at indentation level 24 not at correct indentation, 16 | 896 | |
case child at indentation level 24 not at correct indentation, 16 | 897 | |
case child at indentation level 24 not at correct indentation, 16 | 898 | |
case child at indentation level 24 not at correct indentation, 16 | 899 | |
case child at indentation level 24 not at correct indentation, 16 | 900 | |
case child at indentation level 24 not at correct indentation, 16 | 901 | |
case child at indentation level 24 not at correct indentation, 16 | 902 | |
case child at indentation level 24 not at correct indentation, 16 | 903 | |
case child at indentation level 24 not at correct indentation, 16 | 904 | |
case child at indentation level 24 not at correct indentation, 16 | 905 | |
case child at indentation level 24 not at correct indentation, 16 | 906 | |
case child at indentation level 24 not at correct indentation, 16 | 907 | |
case child at indentation level 24 not at correct indentation, 16 | 908 | |
case child at indentation level 24 not at correct indentation, 16 | 909 | |
case child at indentation level 24 not at correct indentation, 16 | 910 | |
case child at indentation level 24 not at correct indentation, 16 | 911 | |
case child at indentation level 24 not at correct indentation, 16 | 912 | |
case child at indentation level 24 not at correct indentation, 16 | 913 | |
case child at indentation level 24 not at correct indentation, 16 | 914 | |
case child at indentation level 24 not at correct indentation, 16 | 915 | |
case child at indentation level 24 not at correct indentation, 16 | 916 | |
case child at indentation level 24 not at correct indentation, 16 | 917 | |
case child at indentation level 24 not at correct indentation, 16 | 918 | |
case child at indentation level 24 not at correct indentation, 16 | 919 | |
case child at indentation level 24 not at correct indentation, 16 | 920 | |
case child at indentation level 24 not at correct indentation, 16 | 921 | |
case child at indentation level 24 not at correct indentation, 16 | 922 | |
case child at indentation level 24 not at correct indentation, 16 | 923 | |
case child at indentation level 24 not at correct indentation, 16 | 924 | |
case child at indentation level 24 not at correct indentation, 16 | 925 | |
case child at indentation level 24 not at correct indentation, 16 | 926 | |
case child at indentation level 24 not at correct indentation, 16 | 927 | |
case child at indentation level 24 not at correct indentation, 16 | 928 | |
case child at indentation level 24 not at correct indentation, 16 | 929 | |
case child at indentation level 24 not at correct indentation, 16 | 930 | |
case child at indentation level 24 not at correct indentation, 16 | 931 | |
case child at indentation level 24 not at correct indentation, 16 | 932 | |
case child at indentation level 24 not at correct indentation, 16 | 933 | |
case child at indentation level 24 not at correct indentation, 16 | 934 | |
case child at indentation level 24 not at correct indentation, 16 | 935 | |
block child at indentation level 28 not at correct indentation, 20 | 936 | |
block child at indentation level 28 not at correct indentation, 20 | 937 | |
block child at indentation level 28 not at correct indentation, 20 | 938 | |
block child at indentation level 28 not at correct indentation, 20 | 939 | |
block child at indentation level 28 not at correct indentation, 20 | 940 | |
while at indentation level 28 not at correct indentation, 20 | 942 | |
switch at indentation level 32 not at correct indentation, 24 | 943 | |
case child at indentation level 36 not at correct indentation, 24 | 944 | |
case child at indentation level 36 not at correct indentation, 24 | 945 | |
case child at indentation level 36 not at correct indentation, 24 | 946 | |
case child at indentation level 36 not at correct indentation, 24 | 947 | |
case child at indentation level 36 not at correct indentation, 24 | 948 | |
case child at indentation level 36 not at correct indentation, 24 | 949 | |
case child at indentation level 36 not at correct indentation, 24 | 950 | |
case child at indentation level 36 not at correct indentation, 24 | 951 | |
case child at indentation level 36 not at correct indentation, 24 | 952 | |
case child at indentation level 36 not at correct indentation, 24 | 953 | |
case child at indentation level 36 not at correct indentation, 24 | 954 | |
case child at indentation level 36 not at correct indentation, 24 | 955 | |
case child at indentation level 36 not at correct indentation, 24 | 956 | |
case child at indentation level 36 not at correct indentation, 24 | 957 | |
case child at indentation level 36 not at correct indentation, 24 | 958 | |
case child at indentation level 36 not at correct indentation, 24 | 959 | |
case child at indentation level 36 not at correct indentation, 24 | 960 | |
case child at indentation level 36 not at correct indentation, 24 | 961 | |
case child at indentation level 36 not at correct indentation, 24 | 962 | |
case child at indentation level 36 not at correct indentation, 24 | 963 | |
case child at indentation level 36 not at correct indentation, 24 | 964 | |
case child at indentation level 36 not at correct indentation, 24 | 965 | |
case child at indentation level 36 not at correct indentation, 24 | 966 | |
case child at indentation level 36 not at correct indentation, 24 | 967 | |
case child at indentation level 36 not at correct indentation, 24 | 968 | |
case child at indentation level 36 not at correct indentation, 24 | 969 | |
block child at indentation level 40 not at correct indentation, 28 | 970 | |
block child at indentation level 40 not at correct indentation, 28 | 971 | |
block child at indentation level 40 not at correct indentation, 28 | 972 | |
block rcurly at indentation level 36 not at correct indentation, 24 | 973 | |
case child at indentation level 36 not at correct indentation, 24 | 974 | |
case child at indentation level 36 not at correct indentation, 24 | 975 | |
case child at indentation level 36 not at correct indentation, 24 | 976 | |
case child at indentation level 36 not at correct indentation, 24 | 977 | |
case child at indentation level 36 not at correct indentation, 24 | 978 | |
case child at indentation level 36 not at correct indentation, 24 | 979 | |
case child at indentation level 36 not at correct indentation, 24 | 980 | |
case child at indentation level 36 not at correct indentation, 24 | 981 | |
case child at indentation level 36 not at correct indentation, 24 | 982 | |
case child at indentation level 36 not at correct indentation, 24 | 983 | |
case child at indentation level 36 not at correct indentation, 24 | 984 | |
case child at indentation level 36 not at correct indentation, 24 | 985 | |
case child at indentation level 36 not at correct indentation, 24 | 986 | |
case child at indentation level 36 not at correct indentation, 24 | 987 | |
case child at indentation level 36 not at correct indentation, 24 | 988 | |
case child at indentation level 36 not at correct indentation, 24 | 989 | |
case child at indentation level 36 not at correct indentation, 24 | 990 | |
case child at indentation level 36 not at correct indentation, 24 | 991 | |
case child at indentation level 36 not at correct indentation, 24 | 992 | |
case child at indentation level 36 not at correct indentation, 24 | 993 | |
case child at indentation level 36 not at correct indentation, 24 | 994 | |
case child at indentation level 36 not at correct indentation, 24 | 995 | |
case child at indentation level 36 not at correct indentation, 24 | 996 | |
case child at indentation level 36 not at correct indentation, 24 | 997 | |
case child at indentation level 36 not at correct indentation, 24 | 998 | |
case child at indentation level 36 not at correct indentation, 24 | 999 | |
case child at indentation level 36 not at correct indentation, 24 | 1000 | |
case child at indentation level 36 not at correct indentation, 24 | 1001 | |
case child at indentation level 36 not at correct indentation, 24 | 1002 | |
case child at indentation level 36 not at correct indentation, 24 | 1003 | |
case child at indentation level 36 not at correct indentation, 24 | 1004 | |
case child at indentation level 36 not at correct indentation, 24 | 1005 | |
case child at indentation level 36 not at correct indentation, 24 | 1006 | |
case child at indentation level 36 not at correct indentation, 24 | 1007 | |
case child at indentation level 36 not at correct indentation, 24 | 1008 | |
case child at indentation level 36 not at correct indentation, 24 | 1009 | |
case child at indentation level 36 not at correct indentation, 24 | 1010 | |
block child at indentation level 40 not at correct indentation, 28 | 1011 | |
block child at indentation level 40 not at correct indentation, 28 | 1012 | |
block child at indentation level 40 not at correct indentation, 28 | 1013 | |
block child at indentation level 40 not at correct indentation, 28 | 1014 | |
block rcurly at indentation level 36 not at correct indentation, 24 | 1015 | |
case child at indentation level 36 not at correct indentation, 24 | 1016 | |
block child at indentation level 40 not at correct indentation, 28 | 1017 | |
block child at indentation level 40 not at correct indentation, 28 | 1018 | |
block rcurly at indentation level 36 not at correct indentation, 24 | 1019 | |
switch rcurly at indentation level 32 not at correct indentation, 24 | 1020 | |
while rcurly at indentation level 28 not at correct indentation, 20 | 1021 | |
block child at indentation level 28 not at correct indentation, 20 | 1022 | |
Line is longer than 80 characters. | 1023 | |
block child at indentation level 28 not at correct indentation, 20 | 1023 | |
if at indentation level 28 not at correct indentation, 20 | 1024 | |
if child at indentation level 32 not at correct indentation, 24 | 1025 | |
if rcurly at indentation level 28 not at correct indentation, 20 | 1026 | |
else child at indentation level 32 not at correct indentation, 24 | 1027 | |
else child at indentation level 32 not at correct indentation, 24 | 1028 | |
else child at indentation level 32 not at correct indentation, 24 | 1029 | |
else rcurly at indentation level 28 not at correct indentation, 20 | 1030 | |
block child at indentation level 28 not at correct indentation, 20 | 1031 | |
block rcurly at indentation level 24 not at correct indentation, 16 | 1032 | |
case child at indentation level 24 not at correct indentation, 16 | 1033 | |
block child at indentation level 28 not at correct indentation, 20 | 1037 | |
block child at indentation level 28 not at correct indentation, 20 | 1038 | |
block child at indentation level 28 not at correct indentation, 20 | 1039 | |
block rcurly at indentation level 24 not at correct indentation, 16 | 1040 | |
switch rcurly at indentation level 20 not at correct indentation, 16 | 1041 | |
block child at indentation level 20 not at correct indentation, 16 | 1042 | |
block rcurly at indentation level 16 not at correct indentation, 12 | 1043 | |
'=' is not preceded with whitespace. | 1057 | |
'=' is not followed by whitespace. | 1057 | |
'else' is not followed by whitespace. | 1066 | |
'{' is not preceded with whitespace. | 1066 | |
'if' is not followed by whitespace. | 1067 | |
'{' is not preceded with whitespace. | 1067 | |
'if' is not followed by whitespace. | 1068 | |
'==' is not preceded with whitespace. | 1068 | |
'==' is not followed by whitespace. | 1068 | |
'{' is not preceded with whitespace. | 1068 | |
Line is longer than 80 characters. | 1069 | |
'+' is not preceded with whitespace. | 1069 | |
'+' is not followed by whitespace. | 1069 | |
'+' is not preceded with whitespace. | 1069 | |
'+' is not followed by whitespace. | 1069 | |
'else' is not followed by whitespace. | 1073 | |
'{' is not preceded with whitespace. | 1073 | |
'if' is not followed by whitespace. | 1075 | |
'>' is not preceded with whitespace. | 1075 | |
'>' is not followed by whitespace. | 1075 | |
'{' is not preceded with whitespace. | 1075 | |
'=' is not preceded with whitespace. | 1076 | |
'=' is not followed by whitespace. | 1076 |
Violation | Message | Line |
---|---|---|
File length is 3,009 lines (max allowed is 2,000). | 1 | |
Variable 'success' must be private and have accessor methods. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'EOF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Variable 'EOF' must be private and have accessor methods. | 36 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 49 | |
Name 'CurrentState' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 49 | |
Variable 'CurrentState' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 131 | |
'tokens' hides a field. | 131 | |
'strings' hides a field. | 131 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 165 | |
case child at indentation level 16 not at correct indentation, 12 | 167 | |
block child at indentation level 20 not at correct indentation, 16 | 169 | |
block child at indentation level 20 not at correct indentation, 16 | 170 | |
case child at indentation level 16 not at correct indentation, 12 | 172 | |
case child at indentation level 16 not at correct indentation, 12 | 173 | |
case child at indentation level 16 not at correct indentation, 12 | 174 | |
case child at indentation level 16 not at correct indentation, 12 | 175 | |
case child at indentation level 16 not at correct indentation, 12 | 176 | |
case child at indentation level 16 not at correct indentation, 12 | 177 | |
case child at indentation level 16 not at correct indentation, 12 | 178 | |
case child at indentation level 16 not at correct indentation, 12 | 179 | |
case child at indentation level 16 not at correct indentation, 12 | 180 | |
block child at indentation level 20 not at correct indentation, 16 | 182 | |
block child at indentation level 20 not at correct indentation, 16 | 183 | |
block child at indentation level 20 not at correct indentation, 16 | 184 | |
case child at indentation level 16 not at correct indentation, 12 | 186 | |
block child at indentation level 20 not at correct indentation, 16 | 187 | |
block child at indentation level 20 not at correct indentation, 16 | 188 | |
case child at indentation level 16 not at correct indentation, 12 | 190 | |
block child at indentation level 20 not at correct indentation, 16 | 191 | |
block child at indentation level 20 not at correct indentation, 16 | 192 | |
case child at indentation level 16 not at correct indentation, 12 | 194 | |
block child at indentation level 20 not at correct indentation, 16 | 195 | |
block child at indentation level 20 not at correct indentation, 16 | 196 | |
case child at indentation level 16 not at correct indentation, 12 | 198 | |
block child at indentation level 20 not at correct indentation, 16 | 199 | |
block child at indentation level 20 not at correct indentation, 16 | 200 | |
case child at indentation level 16 not at correct indentation, 12 | 202 | |
block child at indentation level 20 not at correct indentation, 16 | 203 | |
block child at indentation level 20 not at correct indentation, 16 | 204 | |
case child at indentation level 16 not at correct indentation, 12 | 206 | |
block child at indentation level 20 not at correct indentation, 16 | 207 | |
block child at indentation level 20 not at correct indentation, 16 | 208 | |
case child at indentation level 16 not at correct indentation, 12 | 210 | |
block child at indentation level 20 not at correct indentation, 16 | 211 | |
block child at indentation level 20 not at correct indentation, 16 | 212 | |
case child at indentation level 16 not at correct indentation, 12 | 214 | |
block child at indentation level 20 not at correct indentation, 16 | 215 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 255 | |
case child at indentation level 12 not at correct indentation, 8 | 259 | |
block child at indentation level 16 not at correct indentation, 12 | 261 | |
if at indentation level 16 not at correct indentation, 12 | 262 | |
if child at indentation level 20 not at correct indentation, 16 | 263 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 264 | |
block child at indentation level 16 not at correct indentation, 12 | 265 | |
block child at indentation level 16 not at correct indentation, 12 | 266 | |
case child at indentation level 12 not at correct indentation, 8 | 267 | |
block child at indentation level 16 not at correct indentation, 12 | 269 | |
if at indentation level 16 not at correct indentation, 12 | 270 | |
if child at indentation level 20 not at correct indentation, 16 | 271 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 272 | |
block child at indentation level 16 not at correct indentation, 12 | 273 | |
block child at indentation level 16 not at correct indentation, 12 | 274 | |
case child at indentation level 12 not at correct indentation, 8 | 275 | |
if at indentation level 16 not at correct indentation, 12 | 277 | |
if child at indentation level 20 not at correct indentation, 16 | 278 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 279 | |
block child at indentation level 16 not at correct indentation, 12 | 280 | |
block child at indentation level 16 not at correct indentation, 12 | 281 | |
block child at indentation level 16 not at correct indentation, 12 | 284 | |
if at indentation level 16 not at correct indentation, 12 | 285 | |
if child at indentation level 20 not at correct indentation, 16 | 286 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 287 | |
if at indentation level 16 not at correct indentation, 12 | 289 | |
if child at indentation level 20 not at correct indentation, 16 | 290 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 291 | |
if at indentation level 16 not at correct indentation, 12 | 292 | |
Expression can be simplified. | 292 | |
if child at indentation level 20 not at correct indentation, 16 | 294 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 295 | |
block child at indentation level 16 not at correct indentation, 12 | 296 | |
case child at indentation level 12 not at correct indentation, 8 | 297 | |
block child at indentation level 16 not at correct indentation, 12 | 299 | |
block child at indentation level 16 not at correct indentation, 12 | 300 | |
case child at indentation level 12 not at correct indentation, 8 | 301 | |
if at indentation level 16 not at correct indentation, 12 | 303 | |
Expression can be simplified. | 303 | |
if child at indentation level 20 not at correct indentation, 16 | 305 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 306 | |
block child at indentation level 16 not at correct indentation, 12 | 307 | |
case child at indentation level 12 not at correct indentation, 8 | 308 | |
block child at indentation level 16 not at correct indentation, 12 | 310 | |
block child at indentation level 16 not at correct indentation, 12 | 311 | |
block child at indentation level 16 not at correct indentation, 12 | 312 | |
case child at indentation level 12 not at correct indentation, 8 | 313 | |
block child at indentation level 16 not at correct indentation, 12 | 315 | |
block child at indentation level 16 not at correct indentation, 12 | 316 | |
case child at indentation level 12 not at correct indentation, 8 | 317 | |
block child at indentation level 16 not at correct indentation, 12 | 319 | |
block child at indentation level 16 not at correct indentation, 12 | 320 | |
case child at indentation level 12 not at correct indentation, 8 | 321 | |
block child at indentation level 16 not at correct indentation, 12 | 323 | |
block child at indentation level 16 not at correct indentation, 12 | 324 | |
case child at indentation level 12 not at correct indentation, 8 | 325 | |
block child at indentation level 16 not at correct indentation, 12 | 327 | |
block child at indentation level 16 not at correct indentation, 12 | 328 | |
case child at indentation level 12 not at correct indentation, 8 | 329 | |
block child at indentation level 16 not at correct indentation, 12 | 331 | |
block child at indentation level 16 not at correct indentation, 12 | 332 | |
case child at indentation level 12 not at correct indentation, 8 | 333 | |
block child at indentation level 16 not at correct indentation, 12 | 335 | |
block child at indentation level 16 not at correct indentation, 12 | 336 | |
case child at indentation level 12 not at correct indentation, 8 | 337 | |
block child at indentation level 16 not at correct indentation, 12 | 338 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 351 | |
'if' construct must use '{}'s. | 354 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 379 | |
'&&' should be on a new line. | 381 | |
'&&' should be on a new line. | 382 | |
'&&' should be on a new line. | 396 | |
'&&' should be on a new line. | 397 | |
'if' construct must use '{}'s. | 415 | |
Line is longer than 80 characters. | 419 | |
'if' construct must use '{}'s. | 440 | |
'if' construct must use '{}'s. | 487 | |
'if' construct must use '{}'s. | 529 | |
Line is longer than 80 characters. | 566 | |
'if' construct must use '{}'s. | 575 | |
'if' construct must use '{}'s. | 612 | |
Line is longer than 80 characters. | 628 | |
case child at indentation level 12 not at correct indentation, 8 | 632 | |
block child at indentation level 16 not at correct indentation, 12 | 633 | |
block child at indentation level 16 not at correct indentation, 12 | 634 | |
case child at indentation level 12 not at correct indentation, 8 | 636 | |
block child at indentation level 16 not at correct indentation, 12 | 637 | |
block child at indentation level 16 not at correct indentation, 12 | 638 | |
case child at indentation level 12 not at correct indentation, 8 | 640 | |
block child at indentation level 16 not at correct indentation, 12 | 641 | |
block child at indentation level 16 not at correct indentation, 12 | 642 | |
case child at indentation level 12 not at correct indentation, 8 | 644 | |
block child at indentation level 16 not at correct indentation, 12 | 645 | |
block child at indentation level 16 not at correct indentation, 12 | 646 | |
case child at indentation level 12 not at correct indentation, 8 | 648 | |
block child at indentation level 16 not at correct indentation, 12 | 649 | |
block child at indentation level 16 not at correct indentation, 12 | 650 | |
case child at indentation level 12 not at correct indentation, 8 | 652 | |
block child at indentation level 16 not at correct indentation, 12 | 653 | |
block child at indentation level 16 not at correct indentation, 12 | 654 | |
case child at indentation level 12 not at correct indentation, 8 | 656 | |
block child at indentation level 16 not at correct indentation, 12 | 657 | |
block child at indentation level 16 not at correct indentation, 12 | 658 | |
case child at indentation level 12 not at correct indentation, 8 | 660 | |
block child at indentation level 16 not at correct indentation, 12 | 661 | |
block child at indentation level 16 not at correct indentation, 12 | 662 | |
case child at indentation level 12 not at correct indentation, 8 | 664 | |
case child at indentation level 12 not at correct indentation, 8 | 665 | |
block child at indentation level 16 not at correct indentation, 12 | 666 | |
block child at indentation level 16 not at correct indentation, 12 | 667 | |
case child at indentation level 12 not at correct indentation, 8 | 669 | |
block child at indentation level 16 not at correct indentation, 12 | 670 | |
if at indentation level 16 not at correct indentation, 12 | 671 | |
if child at indentation level 20 not at correct indentation, 16 | 672 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 673 | |
switch at indentation level 16 not at correct indentation, 12 | 674 | |
case child at indentation level 20 not at correct indentation, 12 | 675 | |
block child at indentation level 24 not at correct indentation, 16 | 676 | |
block child at indentation level 24 not at correct indentation, 16 | 677 | |
case child at indentation level 20 not at correct indentation, 12 | 678 | |
block child at indentation level 24 not at correct indentation, 16 | 679 | |
block child at indentation level 24 not at correct indentation, 16 | 680 | |
case child at indentation level 20 not at correct indentation, 12 | 681 | |
block child at indentation level 24 not at correct indentation, 16 | 682 | |
block child at indentation level 24 not at correct indentation, 16 | 683 | |
case child at indentation level 20 not at correct indentation, 12 | 684 | |
block child at indentation level 24 not at correct indentation, 16 | 685 | |
if at indentation level 24 not at correct indentation, 16 | 686 | |
Line is longer than 80 characters. | 687 | |
if child at indentation level 28 not at correct indentation, 20 | 687 | |
if rcurly at indentation level 24 not at correct indentation, 16 | 688 | |
switch at indentation level 24 not at correct indentation, 16 | 689 | |
case child at indentation level 28 not at correct indentation, 16 | 690 | |
block child at indentation level 32 not at correct indentation, 20 | 691 | |
block child at indentation level 32 not at correct indentation, 20 | 692 | |
case child at indentation level 28 not at correct indentation, 16 | 693 | |
case child at indentation level 28 not at correct indentation, 16 | 694 | |
case child at indentation level 28 not at correct indentation, 16 | 695 | |
block child at indentation level 32 not at correct indentation, 20 | 696 | |
block child at indentation level 32 not at correct indentation, 20 | 697 | |
case child at indentation level 28 not at correct indentation, 16 | 698 | |
block child at indentation level 32 not at correct indentation, 20 | 699 | |
block child at indentation level 32 not at correct indentation, 20 | 700 | |
case child at indentation level 28 not at correct indentation, 16 | 701 | |
block child at indentation level 32 not at correct indentation, 20 | 702 | |
block child at indentation level 32 not at correct indentation, 20 | 703 | |
case child at indentation level 28 not at correct indentation, 16 | 704 | |
block child at indentation level 32 not at correct indentation, 20 | 705 | |
block child at indentation level 32 not at correct indentation, 20 | 706 | |
switch rcurly at indentation level 24 not at correct indentation, 16 | 707 | |
block child at indentation level 24 not at correct indentation, 16 | 708 | |
switch rcurly at indentation level 16 not at correct indentation, 12 | 709 | |
block child at indentation level 16 not at correct indentation, 12 | 710 | |
case child at indentation level 12 not at correct indentation, 8 | 719 | |
block child at indentation level 16 not at correct indentation, 12 | 721 | |
block child at indentation level 16 not at correct indentation, 12 | 722 | |
if at indentation level 16 not at correct indentation, 12 | 724 | |
if child at indentation level 20 not at correct indentation, 16 | 725 | |
if child at indentation level 20 not at correct indentation, 16 | 726 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 727 | |
block child at indentation level 16 not at correct indentation, 12 | 729 | |
block child at indentation level 16 not at correct indentation, 12 | 730 | |
block child at indentation level 16 not at correct indentation, 12 | 731 | |
block child at indentation level 16 not at correct indentation, 12 | 732 | |
block child at indentation level 16 not at correct indentation, 12 | 733 | |
block child at indentation level 16 not at correct indentation, 12 | 734 | |
block child at indentation level 16 not at correct indentation, 12 | 736 | |
case child at indentation level 12 not at correct indentation, 8 | 737 | |
block child at indentation level 16 not at correct indentation, 12 | 738 | |
if at indentation level 16 not at correct indentation, 12 | 739 | |
Line is longer than 80 characters. | 740 | |
if child at indentation level 20 not at correct indentation, 16 | 740 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 741 | |
switch at indentation level 16 not at correct indentation, 12 | 742 | |
case child at indentation level 20 not at correct indentation, 12 | 743 | |
Line is longer than 80 characters. | 745 | |
block child at indentation level 24 not at correct indentation, 16 | 745 | |
if at indentation level 24 not at correct indentation, 16 | 746 | |
if child at indentation level 28 not at correct indentation, 20 | 747 | |
if child at indentation level 28 not at correct indentation, 20 | 748 | |
if rcurly at indentation level 24 not at correct indentation, 16 | 749 | |
block child at indentation level 24 not at correct indentation, 16 | 750 | |
block child at indentation level 24 not at correct indentation, 16 | 751 | |
Line is longer than 80 characters. | 752 | |
block child at indentation level 24 not at correct indentation, 16 | 752 | |
block child at indentation level 24 not at correct indentation, 16 | 756 | |
block child at indentation level 24 not at correct indentation, 16 | 758 | |
block child at indentation level 24 not at correct indentation, 16 | 759 | |
block child at indentation level 24 not at correct indentation, 16 | 760 | |
block child at indentation level 24 not at correct indentation, 16 | 761 | |
case child at indentation level 20 not at correct indentation, 12 | 763 | |
block child at indentation level 24 not at correct indentation, 16 | 764 | |
if at indentation level 24 not at correct indentation, 16 | 765 | |
Line is longer than 80 characters. | 766 | |
if child at indentation level 28 not at correct indentation, 20 | 766 | |
if rcurly at indentation level 24 not at correct indentation, 16 | 767 | |
switch at indentation level 24 not at correct indentation, 16 | 768 | |
case child at indentation level 28 not at correct indentation, 16 | 769 | |
Line is longer than 80 characters. | 771 | |
block child at indentation level 32 not at correct indentation, 20 | 771 | |
block child at indentation level 32 not at correct indentation, 20 | 772 | |
if at indentation level 32 not at correct indentation, 20 | 774 | |
if child at indentation level 36 not at correct indentation, 24 | 775 | |
Line is longer than 80 characters. | 776 | |
if child at indentation level 36 not at correct indentation, 24 | 776 | |
if rcurly at indentation level 32 not at correct indentation, 20 | 777 | |
block child at indentation level 32 not at correct indentation, 20 | 779 | |
block child at indentation level 32 not at correct indentation, 20 | 780 | |
block child at indentation level 32 not at correct indentation, 20 | 782 | |
block child at indentation level 32 not at correct indentation, 20 | 783 | |
block child at indentation level 32 not at correct indentation, 20 | 784 | |
block child at indentation level 32 not at correct indentation, 20 | 786 | |
block child at indentation level 32 not at correct indentation, 20 | 787 | |
case child at indentation level 28 not at correct indentation, 16 | 789 | |
Line is longer than 80 characters. | 791 | |
block child at indentation level 32 not at correct indentation, 20 | 791 | |
block child at indentation level 32 not at correct indentation, 20 | 792 | |
if at indentation level 32 not at correct indentation, 20 | 795 | |
if child at indentation level 36 not at correct indentation, 24 | 796 | |
Line is longer than 80 characters. | 797 | |
if child at indentation level 36 not at correct indentation, 24 | 797 | |
if rcurly at indentation level 32 not at correct indentation, 20 | 798 | |
block child at indentation level 32 not at correct indentation, 20 | 800 | |
block child at indentation level 32 not at correct indentation, 20 | 801 | |
block child at indentation level 32 not at correct indentation, 20 | 803 | |
block child at indentation level 32 not at correct indentation, 20 | 804 | |
block child at indentation level 32 not at correct indentation, 20 | 806 | |
block child at indentation level 32 not at correct indentation, 20 | 808 | |
block child at indentation level 32 not at correct indentation, 20 | 810 | |
block child at indentation level 32 not at correct indentation, 20 | 811 | |
block child at indentation level 32 not at correct indentation, 20 | 812 | |
if at indentation level 32 not at correct indentation, 20 | 814 | |
if child at indentation level 36 not at correct indentation, 24 | 815 | |
if rcurly at indentation level 32 not at correct indentation, 20 | 816 | |
block child at indentation level 32 not at correct indentation, 20 | 817 | |
case child at indentation level 28 not at correct indentation, 16 | 819 | |
block child at indentation level 32 not at correct indentation, 20 | 820 | |
block child at indentation level 32 not at correct indentation, 20 | 821 | |
switch rcurly at indentation level 24 not at correct indentation, 16 | 822 | |
block child at indentation level 24 not at correct indentation, 16 | 823 | |
switch rcurly at indentation level 16 not at correct indentation, 12 | 824 | |
block child at indentation level 16 not at correct indentation, 12 | 825 | |
'if' construct must use '{}'s. | 842 | |
Line is longer than 80 characters. | 868 | |
'if' construct must use '{}'s. | 884 | |
Line is longer than 80 characters. | 903 | |
'if' construct must use '{}'s. | 912 | |
Line is longer than 80 characters. | 935 | |
Line is longer than 80 characters. | 944 | |
'if' construct must use '{}'s. | 954 | |
Line is longer than 80 characters. | 972 | |
Line is longer than 80 characters. | 979 | |
Line is longer than 80 characters. | 983 | |
Line is longer than 80 characters. | 989 | |
'if' construct must use '{}'s. | 991 | |
Line is longer than 80 characters. | 1015 | |
'if' construct must use '{}'s. | 1017 | |
Line is longer than 80 characters. | 1069 | |
'if' construct must use '{}'s. | 1071 | |
Line is longer than 80 characters. | 1100 | |
Line is longer than 80 characters. | 1117 | |
Line is longer than 80 characters. | 1130 | |
'if' construct must use '{}'s. | 1139 | |
'if' construct must use '{}'s. | 1157 | |
Line is longer than 80 characters. | 1173 | |
Line is longer than 80 characters. | 1181 | |
'if' construct must use '{}'s. | 1199 | |
Line is longer than 80 characters. | 1270 | |
Line is longer than 80 characters. | 1275 | |
Line is longer than 80 characters. | 1281 | |
Line is longer than 80 characters. | 1349 | |
Line is longer than 80 characters. | 1356 | |
Line is longer than 80 characters. | 1397 | |
Line is longer than 80 characters. | 1411 | |
case child at indentation level 16 not at correct indentation, 12 | 1421 | |
case child at indentation level 16 not at correct indentation, 12 | 1422 | |
case child at indentation level 16 not at correct indentation, 12 | 1423 | |
case child at indentation level 16 not at correct indentation, 12 | 1424 | |
case child at indentation level 16 not at correct indentation, 12 | 1425 | |
case child at indentation level 16 not at correct indentation, 12 | 1426 | |
case child at indentation level 16 not at correct indentation, 12 | 1427 | |
case child at indentation level 16 not at correct indentation, 12 | 1428 | |
case child at indentation level 16 not at correct indentation, 12 | 1429 | |
case child at indentation level 16 not at correct indentation, 12 | 1430 | |
case child at indentation level 16 not at correct indentation, 12 | 1431 | |
case child at indentation level 16 not at correct indentation, 12 | 1432 | |
case child at indentation level 16 not at correct indentation, 12 | 1433 | |
case child at indentation level 16 not at correct indentation, 12 | 1434 | |
case child at indentation level 16 not at correct indentation, 12 | 1435 | |
case child at indentation level 16 not at correct indentation, 12 | 1437 | |
block child at indentation level 20 not at correct indentation, 16 | 1447 | |
if at indentation level 20 not at correct indentation, 16 | 1448 | |
if child at indentation level 24 not at correct indentation, 20 | 1449 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1450 | |
block child at indentation level 20 not at correct indentation, 16 | 1451 | |
block child at indentation level 20 not at correct indentation, 16 | 1452 | |
block child at indentation level 20 not at correct indentation, 16 | 1453 | |
case child at indentation level 16 not at correct indentation, 12 | 1456 | |
block child at indentation level 20 not at correct indentation, 16 | 1457 | |
case child at indentation level 16 not at correct indentation, 12 | 1468 | |
block child at indentation level 20 not at correct indentation, 16 | 1469 | |
if at indentation level 20 not at correct indentation, 16 | 1471 | |
if child at indentation level 24 not at correct indentation, 20 | 1472 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1473 | |
if child at indentation level 24 not at correct indentation, 20 | 1474 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1475 | |
if child at indentation level 24 not at correct indentation, 20 | 1476 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1477 | |
if child at indentation level 24 not at correct indentation, 20 | 1478 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1479 | |
if child at indentation level 24 not at correct indentation, 20 | 1480 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1481 | |
if child at indentation level 24 not at correct indentation, 20 | 1482 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1483 | |
if child at indentation level 24 not at correct indentation, 20 | 1484 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 1485 | |
else child at indentation level 24 not at correct indentation, 20 | 1486 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 1487 | |
block child at indentation level 20 not at correct indentation, 16 | 1488 | |
Line is longer than 80 characters. | 1493 | |
Line is longer than 80 characters. | 1497 | |
Line is longer than 80 characters. | 1501 | |
Line is longer than 80 characters. | 1505 | |
Line is longer than 80 characters. | 1509 | |
Line is longer than 80 characters. | 1513 | |
Line is longer than 80 characters. | 1517 | |
block child at indentation level 20 not at correct indentation, 16 | 1524 | |
case child at indentation level 16 not at correct indentation, 12 | 1526 | |
block child at indentation level 20 not at correct indentation, 16 | 1527 | |
block child at indentation level 20 not at correct indentation, 16 | 1528 | |
block child at indentation level 20 not at correct indentation, 16 | 1529 | |
case child at indentation level 16 not at correct indentation, 12 | 1531 | |
block child at indentation level 20 not at correct indentation, 16 | 1532 | |
block child at indentation level 20 not at correct indentation, 16 | 1533 | |
block child at indentation level 20 not at correct indentation, 16 | 1534 | |
case child at indentation level 16 not at correct indentation, 12 | 1536 | |
block child at indentation level 20 not at correct indentation, 16 | 1537 | |
block child at indentation level 20 not at correct indentation, 16 | 1538 | |
'&&' should be on a new line. | 1551 | |
'&&' should be on a new line. | 1552 | |
Line is longer than 80 characters. | 1570 | |
case child at indentation level 12 not at correct indentation, 8 | 1574 | |
block child at indentation level 16 not at correct indentation, 12 | 1575 | |
block child at indentation level 16 not at correct indentation, 12 | 1576 | |
block child at indentation level 16 not at correct indentation, 12 | 1577 | |
case child at indentation level 12 not at correct indentation, 8 | 1579 | |
case child at indentation level 12 not at correct indentation, 8 | 1580 | |
case child at indentation level 12 not at correct indentation, 8 | 1581 | |
case child at indentation level 12 not at correct indentation, 8 | 1582 | |
case child at indentation level 12 not at correct indentation, 8 | 1583 | |
case child at indentation level 12 not at correct indentation, 8 | 1584 | |
case child at indentation level 12 not at correct indentation, 8 | 1585 | |
case child at indentation level 12 not at correct indentation, 8 | 1586 | |
case child at indentation level 12 not at correct indentation, 8 | 1587 | |
case child at indentation level 12 not at correct indentation, 8 | 1588 | |
case child at indentation level 12 not at correct indentation, 8 | 1589 | |
case child at indentation level 12 not at correct indentation, 8 | 1590 | |
case child at indentation level 12 not at correct indentation, 8 | 1591 | |
case child at indentation level 12 not at correct indentation, 8 | 1592 | |
case child at indentation level 12 not at correct indentation, 8 | 1593 | |
case child at indentation level 12 not at correct indentation, 8 | 1594 | |
case child at indentation level 12 not at correct indentation, 8 | 1595 | |
case child at indentation level 12 not at correct indentation, 8 | 1596 | |
Line is longer than 80 characters. | 1598 | |
block child at indentation level 16 not at correct indentation, 12 | 1599 | |
block child at indentation level 16 not at correct indentation, 12 | 1600 | |
block child at indentation level 16 not at correct indentation, 12 | 1601 | |
block child at indentation level 16 not at correct indentation, 12 | 1602 | |
case child at indentation level 12 not at correct indentation, 8 | 1604 | |
block child at indentation level 16 not at correct indentation, 12 | 1605 | |
block child at indentation level 16 not at correct indentation, 12 | 1606 | |
Line is longer than 80 characters. | 1615 | |
Line is longer than 80 characters. | 1621 | |
Line is longer than 80 characters. | 1627 | |
case child at indentation level 12 not at correct indentation, 8 | 1630 | |
block child at indentation level 16 not at correct indentation, 12 | 1631 | |
block child at indentation level 16 not at correct indentation, 12 | 1632 | |
block child at indentation level 16 not at correct indentation, 12 | 1633 | |
case child at indentation level 12 not at correct indentation, 8 | 1635 | |
case child at indentation level 12 not at correct indentation, 8 | 1636 | |
case child at indentation level 12 not at correct indentation, 8 | 1637 | |
case child at indentation level 12 not at correct indentation, 8 | 1638 | |
case child at indentation level 12 not at correct indentation, 8 | 1639 | |
case child at indentation level 12 not at correct indentation, 8 | 1640 | |
case child at indentation level 12 not at correct indentation, 8 | 1641 | |
case child at indentation level 12 not at correct indentation, 8 | 1642 | |
case child at indentation level 12 not at correct indentation, 8 | 1643 | |
case child at indentation level 12 not at correct indentation, 8 | 1644 | |
case child at indentation level 12 not at correct indentation, 8 | 1645 | |
case child at indentation level 12 not at correct indentation, 8 | 1646 | |
case child at indentation level 12 not at correct indentation, 8 | 1647 | |
case child at indentation level 12 not at correct indentation, 8 | 1648 | |
case child at indentation level 12 not at correct indentation, 8 | 1649 | |
case child at indentation level 12 not at correct indentation, 8 | 1650 | |
case child at indentation level 12 not at correct indentation, 8 | 1651 | |
case child at indentation level 12 not at correct indentation, 8 | 1652 | |
case child at indentation level 12 not at correct indentation, 8 | 1653 | |
case child at indentation level 12 not at correct indentation, 8 | 1654 | |
Line is longer than 80 characters. | 1655 | |
block child at indentation level 16 not at correct indentation, 12 | 1655 | |
';' is not followed by whitespace. | 1655 | |
block child at indentation level 16 not at correct indentation, 12 | 1656 | |
block child at indentation level 16 not at correct indentation, 12 | 1657 | |
block child at indentation level 16 not at correct indentation, 12 | 1658 | |
block child at indentation level 16 not at correct indentation, 12 | 1659 | |
case child at indentation level 12 not at correct indentation, 8 | 1661 | |
block child at indentation level 16 not at correct indentation, 12 | 1662 | |
block child at indentation level 16 not at correct indentation, 12 | 1663 | |
Line is longer than 80 characters. | 1668 | |
Line is longer than 80 characters. | 1674 | |
Line is longer than 80 characters. | 1690 | |
Line is longer than 80 characters. | 1693 | |
Line is longer than 80 characters. | 1708 | |
Line is longer than 80 characters. | 1712 | |
Line is longer than 80 characters. | 1719 | |
Method length is 170 lines (max allowed is 150). | 1719 | |
case child at indentation level 12 not at correct indentation, 8 | 1753 | |
block child at indentation level 16 not at correct indentation, 12 | 1754 | |
block child at indentation level 16 not at correct indentation, 12 | 1755 | |
block child at indentation level 16 not at correct indentation, 12 | 1756 | |
block child at indentation level 16 not at correct indentation, 12 | 1757 | |
case child at indentation level 12 not at correct indentation, 8 | 1758 | |
block child at indentation level 16 not at correct indentation, 12 | 1759 | |
block child at indentation level 16 not at correct indentation, 12 | 1760 | |
block child at indentation level 16 not at correct indentation, 12 | 1761 | |
case child at indentation level 12 not at correct indentation, 8 | 1762 | |
block child at indentation level 16 not at correct indentation, 12 | 1763 | |
block child at indentation level 16 not at correct indentation, 12 | 1764 | |
case child at indentation level 12 not at correct indentation, 8 | 1765 | |
block child at indentation level 16 not at correct indentation, 12 | 1766 | |
block child at indentation level 16 not at correct indentation, 12 | 1767 | |
case child at indentation level 12 not at correct indentation, 8 | 1768 | |
block child at indentation level 16 not at correct indentation, 12 | 1769 | |
block child at indentation level 16 not at correct indentation, 12 | 1770 | |
case child at indentation level 12 not at correct indentation, 8 | 1771 | |
block child at indentation level 16 not at correct indentation, 12 | 1772 | |
block child at indentation level 16 not at correct indentation, 12 | 1773 | |
case child at indentation level 12 not at correct indentation, 8 | 1774 | |
block child at indentation level 16 not at correct indentation, 12 | 1775 | |
block child at indentation level 16 not at correct indentation, 12 | 1776 | |
case child at indentation level 12 not at correct indentation, 8 | 1777 | |
block child at indentation level 16 not at correct indentation, 12 | 1778 | |
block child at indentation level 16 not at correct indentation, 12 | 1779 | |
case child at indentation level 12 not at correct indentation, 8 | 1780 | |
block child at indentation level 16 not at correct indentation, 12 | 1781 | |
block child at indentation level 16 not at correct indentation, 12 | 1782 | |
case child at indentation level 12 not at correct indentation, 8 | 1783 | |
block child at indentation level 16 not at correct indentation, 12 | 1784 | |
block child at indentation level 16 not at correct indentation, 12 | 1785 | |
case child at indentation level 12 not at correct indentation, 8 | 1786 | |
block child at indentation level 16 not at correct indentation, 12 | 1787 | |
block child at indentation level 16 not at correct indentation, 12 | 1788 | |
case child at indentation level 12 not at correct indentation, 8 | 1789 | |
block child at indentation level 16 not at correct indentation, 12 | 1790 | |
block child at indentation level 16 not at correct indentation, 12 | 1791 | |
case child at indentation level 12 not at correct indentation, 8 | 1792 | |
block child at indentation level 16 not at correct indentation, 12 | 1793 | |
block child at indentation level 16 not at correct indentation, 12 | 1794 | |
case child at indentation level 12 not at correct indentation, 8 | 1795 | |
block child at indentation level 16 not at correct indentation, 12 | 1796 | |
block child at indentation level 16 not at correct indentation, 12 | 1797 | |
case child at indentation level 12 not at correct indentation, 8 | 1798 | |
block child at indentation level 16 not at correct indentation, 12 | 1799 | |
block child at indentation level 16 not at correct indentation, 12 | 1800 | |
case child at indentation level 12 not at correct indentation, 8 | 1801 | |
block child at indentation level 16 not at correct indentation, 12 | 1802 | |
block child at indentation level 16 not at correct indentation, 12 | 1803 | |
case child at indentation level 12 not at correct indentation, 8 | 1804 | |
block child at indentation level 16 not at correct indentation, 12 | 1805 | |
block child at indentation level 16 not at correct indentation, 12 | 1806 | |
case child at indentation level 12 not at correct indentation, 8 | 1807 | |
block child at indentation level 16 not at correct indentation, 12 | 1808 | |
block child at indentation level 16 not at correct indentation, 12 | 1809 | |
case child at indentation level 12 not at correct indentation, 8 | 1811 | |
block child at indentation level 16 not at correct indentation, 12 | 1812 | |
block child at indentation level 16 not at correct indentation, 12 | 1813 | |
block child at indentation level 16 not at correct indentation, 12 | 1814 | |
case child at indentation level 12 not at correct indentation, 8 | 1816 | |
case child at indentation level 12 not at correct indentation, 8 | 1817 | |
case child at indentation level 12 not at correct indentation, 8 | 1818 | |
case child at indentation level 12 not at correct indentation, 8 | 1819 | |
case child at indentation level 12 not at correct indentation, 8 | 1820 | |
case child at indentation level 12 not at correct indentation, 8 | 1821 | |
case child at indentation level 12 not at correct indentation, 8 | 1822 | |
case child at indentation level 12 not at correct indentation, 8 | 1823 | |
case child at indentation level 12 not at correct indentation, 8 | 1824 | |
case child at indentation level 12 not at correct indentation, 8 | 1825 | |
case child at indentation level 12 not at correct indentation, 8 | 1826 | |
case child at indentation level 12 not at correct indentation, 8 | 1827 | |
case child at indentation level 12 not at correct indentation, 8 | 1828 | |
case child at indentation level 12 not at correct indentation, 8 | 1829 | |
case child at indentation level 12 not at correct indentation, 8 | 1830 | |
case child at indentation level 12 not at correct indentation, 8 | 1832 | |
case child at indentation level 12 not at correct indentation, 8 | 1833 | |
case child at indentation level 12 not at correct indentation, 8 | 1834 | |
case child at indentation level 12 not at correct indentation, 8 | 1835 | |
case child at indentation level 12 not at correct indentation, 8 | 1836 | |
case child at indentation level 12 not at correct indentation, 8 | 1837 | |
case child at indentation level 12 not at correct indentation, 8 | 1838 | |
case child at indentation level 12 not at correct indentation, 8 | 1839 | |
case child at indentation level 12 not at correct indentation, 8 | 1840 | |
case child at indentation level 12 not at correct indentation, 8 | 1841 | |
case child at indentation level 12 not at correct indentation, 8 | 1842 | |
case child at indentation level 12 not at correct indentation, 8 | 1843 | |
case child at indentation level 12 not at correct indentation, 8 | 1844 | |
case child at indentation level 12 not at correct indentation, 8 | 1845 | |
case child at indentation level 12 not at correct indentation, 8 | 1846 | |
case child at indentation level 12 not at correct indentation, 8 | 1847 | |
case child at indentation level 12 not at correct indentation, 8 | 1848 | |
case child at indentation level 12 not at correct indentation, 8 | 1849 | |
Line is longer than 80 characters. | 1850 | |
block child at indentation level 16 not at correct indentation, 12 | 1850 | |
block child at indentation level 16 not at correct indentation, 12 | 1851 | |
if at indentation level 16 not at correct indentation, 12 | 1852 | |
if child at indentation level 20 not at correct indentation, 16 | 1853 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 1854 | |
block child at indentation level 16 not at correct indentation, 12 | 1855 | |
case child at indentation level 12 not at correct indentation, 8 | 1857 | |
Line is longer than 80 characters. | 1858 | |
if at indentation level 16 not at correct indentation, 12 | 1858 | |
if child at indentation level 20 not at correct indentation, 16 | 1859 | |
if child at indentation level 20 not at correct indentation, 16 | 1860 | |
if child at indentation level 20 not at correct indentation, 16 | 1861 | |
if child at indentation level 20 not at correct indentation, 16 | 1862 | |
if child at indentation level 20 not at correct indentation, 16 | 1863 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 1864 | |
Line is longer than 80 characters. | 1865 | |
else child at indentation level 20 not at correct indentation, 16 | 1865 | |
else child at indentation level 20 not at correct indentation, 16 | 1866 | |
else rcurly at indentation level 16 not at correct indentation, 12 | 1867 | |
if at indentation level 16 not at correct indentation, 12 | 1868 | |
if child at indentation level 20 not at correct indentation, 16 | 1869 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 1870 | |
block child at indentation level 16 not at correct indentation, 12 | 1871 | |
case child at indentation level 12 not at correct indentation, 8 | 1873 | |
block child at indentation level 16 not at correct indentation, 12 | 1875 | |
block child at indentation level 16 not at correct indentation, 12 | 1876 | |
case child at indentation level 12 not at correct indentation, 8 | 1878 | |
Line is longer than 80 characters. | 1879 | |
block child at indentation level 16 not at correct indentation, 12 | 1879 | |
Line is longer than 80 characters. | 1881 | |
block child at indentation level 16 not at correct indentation, 12 | 1881 | |
block child at indentation level 16 not at correct indentation, 12 | 1882 | |
if at indentation level 16 not at correct indentation, 12 | 1883 | |
if child at indentation level 20 not at correct indentation, 16 | 1884 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 1885 | |
block child at indentation level 16 not at correct indentation, 12 | 1886 | |
Line is longer than 80 characters. | 1890 | |
Line is longer than 80 characters. | 1894 | |
Line is longer than 80 characters. | 1904 | |
Line is longer than 80 characters. | 1906 | |
Line is longer than 80 characters. | 1924 | |
'if' construct must use '{}'s. | 1952 | |
'if' construct must use '{}'s. | 1972 | |
'if' construct must use '{}'s. | 2017 | |
Line is longer than 80 characters. | 2079 | |
'if' construct must use '{}'s. | 2091 | |
'if' construct must use '{}'s. | 2100 | |
Line is longer than 80 characters. | 2105 | |
'if' construct must use '{}'s. | 2109 | |
'if' construct must use '{}'s. | 2152 | |
Line is longer than 80 characters. | 2171 | |
Line is longer than 80 characters. | 2178 | |
Line is longer than 80 characters. | 2194 | |
'if' construct must use '{}'s. | 2198 | |
Line is longer than 80 characters. | 2203 | |
'if' construct must use '{}'s. | 2207 | |
'if' construct must use '{}'s. | 2221 | |
Name 'ParseUsing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2226 | |
'if' construct must use '{}'s. | 2235 | |
Name 'ParseUnsafeCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2240 | |
Line is longer than 80 characters. | 2261 | |
Name 'ParseExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2261 | |
'&&' should be on a new line. | 2263 | |
'&&' should be on a new line. | 2264 | |
Line is longer than 80 characters. | 2272 | |
Name 'ParseExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2272 | |
'&&' should be on a new line. | 2274 | |
'&&' should be on a new line. | 2275 | |
Method length is 287 lines (max allowed is 150). | 2283 | |
Name 'ParseExpressionSegment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2283 | |
case child at indentation level 12 not at correct indentation, 8 | 2305 | |
block child at indentation level 16 not at correct indentation, 12 | 2306 | |
block child at indentation level 16 not at correct indentation, 12 | 2307 | |
block child at indentation level 16 not at correct indentation, 12 | 2308 | |
case child at indentation level 12 not at correct indentation, 8 | 2310 | |
block child at indentation level 16 not at correct indentation, 12 | 2311 | |
block child at indentation level 16 not at correct indentation, 12 | 2312 | |
block child at indentation level 16 not at correct indentation, 12 | 2313 | |
block child at indentation level 16 not at correct indentation, 12 | 2314 | |
case child at indentation level 12 not at correct indentation, 8 | 2316 | |
block child at indentation level 16 not at correct indentation, 12 | 2317 | |
block child at indentation level 16 not at correct indentation, 12 | 2318 | |
block child at indentation level 16 not at correct indentation, 12 | 2319 | |
block child at indentation level 16 not at correct indentation, 12 | 2320 | |
case child at indentation level 12 not at correct indentation, 8 | 2322 | |
Line is longer than 80 characters. | 2323 | |
block child at indentation level 16 not at correct indentation, 12 | 2323 | |
block child at indentation level 16 not at correct indentation, 12 | 2324 | |
block child at indentation level 16 not at correct indentation, 12 | 2325 | |
block child at indentation level 16 not at correct indentation, 12 | 2326 | |
case child at indentation level 12 not at correct indentation, 8 | 2327 | |
Line is longer than 80 characters. | 2328 | |
block child at indentation level 16 not at correct indentation, 12 | 2328 | |
block child at indentation level 16 not at correct indentation, 12 | 2329 | |
block child at indentation level 16 not at correct indentation, 12 | 2330 | |
block child at indentation level 16 not at correct indentation, 12 | 2331 | |
case child at indentation level 12 not at correct indentation, 8 | 2332 | |
Line is longer than 80 characters. | 2333 | |
block child at indentation level 16 not at correct indentation, 12 | 2333 | |
block child at indentation level 16 not at correct indentation, 12 | 2334 | |
block child at indentation level 16 not at correct indentation, 12 | 2335 | |
block child at indentation level 16 not at correct indentation, 12 | 2336 | |
case child at indentation level 12 not at correct indentation, 8 | 2337 | |
Line is longer than 80 characters. | 2338 | |
block child at indentation level 16 not at correct indentation, 12 | 2338 | |
block child at indentation level 16 not at correct indentation, 12 | 2339 | |
block child at indentation level 16 not at correct indentation, 12 | 2340 | |
block child at indentation level 16 not at correct indentation, 12 | 2341 | |
case child at indentation level 12 not at correct indentation, 8 | 2343 | |
block child at indentation level 16 not at correct indentation, 12 | 2344 | |
block child at indentation level 16 not at correct indentation, 12 | 2345 | |
block child at indentation level 16 not at correct indentation, 12 | 2346 | |
block child at indentation level 16 not at correct indentation, 12 | 2347 | |
case child at indentation level 12 not at correct indentation, 8 | 2349 | |
block child at indentation level 16 not at correct indentation, 12 | 2350 | |
block child at indentation level 16 not at correct indentation, 12 | 2351 | |
block child at indentation level 16 not at correct indentation, 12 | 2352 | |
block child at indentation level 16 not at correct indentation, 12 | 2353 | |
case child at indentation level 12 not at correct indentation, 8 | 2355 | |
block child at indentation level 16 not at correct indentation, 12 | 2356 | |
block child at indentation level 16 not at correct indentation, 12 | 2357 | |
block child at indentation level 16 not at correct indentation, 12 | 2358 | |
block child at indentation level 16 not at correct indentation, 12 | 2359 | |
block child at indentation level 16 not at correct indentation, 12 | 2360 | |
case child at indentation level 12 not at correct indentation, 8 | 2362 | |
case child at indentation level 12 not at correct indentation, 8 | 2363 | |
case child at indentation level 12 not at correct indentation, 8 | 2364 | |
case child at indentation level 12 not at correct indentation, 8 | 2365 | |
case child at indentation level 12 not at correct indentation, 8 | 2366 | |
case child at indentation level 12 not at correct indentation, 8 | 2367 | |
case child at indentation level 12 not at correct indentation, 8 | 2368 | |
case child at indentation level 12 not at correct indentation, 8 | 2369 | |
case child at indentation level 12 not at correct indentation, 8 | 2370 | |
case child at indentation level 12 not at correct indentation, 8 | 2371 | |
case child at indentation level 12 not at correct indentation, 8 | 2372 | |
case child at indentation level 12 not at correct indentation, 8 | 2373 | |
case child at indentation level 12 not at correct indentation, 8 | 2374 | |
case child at indentation level 12 not at correct indentation, 8 | 2375 | |
case child at indentation level 12 not at correct indentation, 8 | 2376 | |
block child at indentation level 16 not at correct indentation, 12 | 2377 | |
block child at indentation level 16 not at correct indentation, 12 | 2378 | |
block child at indentation level 16 not at correct indentation, 12 | 2379 | |
block child at indentation level 16 not at correct indentation, 12 | 2380 | |
case child at indentation level 12 not at correct indentation, 8 | 2382 | |
block child at indentation level 16 not at correct indentation, 12 | 2383 | |
if at indentation level 16 not at correct indentation, 12 | 2384 | |
Line is longer than 80 characters. | 2385 | |
if child at indentation level 20 not at correct indentation, 16 | 2385 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2386 | |
block child at indentation level 16 not at correct indentation, 12 | 2387 | |
case child at indentation level 12 not at correct indentation, 8 | 2388 | |
block child at indentation level 16 not at correct indentation, 12 | 2389 | |
if at indentation level 16 not at correct indentation, 12 | 2390 | |
Line is longer than 80 characters. | 2391 | |
if child at indentation level 20 not at correct indentation, 16 | 2391 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2392 | |
block child at indentation level 16 not at correct indentation, 12 | 2393 | |
case child at indentation level 12 not at correct indentation, 8 | 2395 | |
case child at indentation level 12 not at correct indentation, 8 | 2396 | |
case child at indentation level 12 not at correct indentation, 8 | 2397 | |
case child at indentation level 12 not at correct indentation, 8 | 2398 | |
case child at indentation level 12 not at correct indentation, 8 | 2399 | |
case child at indentation level 12 not at correct indentation, 8 | 2400 | |
case child at indentation level 12 not at correct indentation, 8 | 2401 | |
case child at indentation level 12 not at correct indentation, 8 | 2402 | |
case child at indentation level 12 not at correct indentation, 8 | 2403 | |
case child at indentation level 12 not at correct indentation, 8 | 2404 | |
case child at indentation level 12 not at correct indentation, 8 | 2405 | |
case child at indentation level 12 not at correct indentation, 8 | 2406 | |
case child at indentation level 12 not at correct indentation, 8 | 2407 | |
case child at indentation level 12 not at correct indentation, 8 | 2408 | |
case child at indentation level 12 not at correct indentation, 8 | 2409 | |
case child at indentation level 12 not at correct indentation, 8 | 2410 | |
case child at indentation level 12 not at correct indentation, 8 | 2411 | |
case child at indentation level 12 not at correct indentation, 8 | 2412 | |
block child at indentation level 16 not at correct indentation, 12 | 2413 | |
block child at indentation level 16 not at correct indentation, 12 | 2414 | |
case child at indentation level 12 not at correct indentation, 8 | 2417 | |
case child at indentation level 12 not at correct indentation, 8 | 2418 | |
case child at indentation level 12 not at correct indentation, 8 | 2419 | |
case child at indentation level 12 not at correct indentation, 8 | 2420 | |
block child at indentation level 16 not at correct indentation, 12 | 2421 | |
block child at indentation level 16 not at correct indentation, 12 | 2422 | |
case child at indentation level 12 not at correct indentation, 8 | 2424 | |
block child at indentation level 16 not at correct indentation, 12 | 2425 | |
block child at indentation level 16 not at correct indentation, 12 | 2426 | |
block child at indentation level 16 not at correct indentation, 12 | 2427 | |
block child at indentation level 16 not at correct indentation, 12 | 2428 | |
block child at indentation level 16 not at correct indentation, 12 | 2429 | |
Line is longer than 80 characters. | 2431 | |
block child at indentation level 16 not at correct indentation, 12 | 2431 | |
block child at indentation level 16 not at correct indentation, 12 | 2432 | |
case child at indentation level 12 not at correct indentation, 8 | 2434 | |
block child at indentation level 16 not at correct indentation, 12 | 2435 | |
block child at indentation level 16 not at correct indentation, 12 | 2436 | |
block child at indentation level 16 not at correct indentation, 12 | 2437 | |
block child at indentation level 16 not at correct indentation, 12 | 2438 | |
case child at indentation level 12 not at correct indentation, 8 | 2440 | |
block child at indentation level 16 not at correct indentation, 12 | 2441 | |
block child at indentation level 16 not at correct indentation, 12 | 2442 | |
block child at indentation level 16 not at correct indentation, 12 | 2443 | |
block child at indentation level 16 not at correct indentation, 12 | 2444 | |
case child at indentation level 12 not at correct indentation, 8 | 2446 | |
block child at indentation level 16 not at correct indentation, 12 | 2447 | |
block child at indentation level 16 not at correct indentation, 12 | 2448 | |
block child at indentation level 16 not at correct indentation, 12 | 2449 | |
case child at indentation level 12 not at correct indentation, 8 | 2451 | |
block child at indentation level 16 not at correct indentation, 12 | 2453 | |
block child at indentation level 16 not at correct indentation, 12 | 2454 | |
block child at indentation level 16 not at correct indentation, 12 | 2455 | |
case child at indentation level 12 not at correct indentation, 8 | 2457 | |
block child at indentation level 16 not at correct indentation, 12 | 2458 | |
block child at indentation level 16 not at correct indentation, 12 | 2459 | |
if at indentation level 16 not at correct indentation, 12 | 2460 | |
if child at indentation level 20 not at correct indentation, 16 | 2461 | |
if child at indentation level 20 not at correct indentation, 16 | 2462 | |
Line is longer than 80 characters. | 2463 | |
if child at indentation level 20 not at correct indentation, 16 | 2463 | |
if child at indentation level 20 not at correct indentation, 16 | 2464 | |
if child at indentation level 20 not at correct indentation, 16 | 2465 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2467 | |
if child at indentation level 20 not at correct indentation, 16 | 2468 | |
if child at indentation level 20 not at correct indentation, 16 | 2469 | |
if child at indentation level 20 not at correct indentation, 16 | 2470 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2471 | |
block child at indentation level 16 not at correct indentation, 12 | 2472 | |
block child at indentation level 16 not at correct indentation, 12 | 2473 | |
case child at indentation level 12 not at correct indentation, 8 | 2475 | |
block child at indentation level 16 not at correct indentation, 12 | 2476 | |
block child at indentation level 16 not at correct indentation, 12 | 2477 | |
Line is longer than 80 characters. | 2478 | |
block child at indentation level 16 not at correct indentation, 12 | 2478 | |
block child at indentation level 16 not at correct indentation, 12 | 2479 | |
block child at indentation level 16 not at correct indentation, 12 | 2480 | |
block child at indentation level 16 not at correct indentation, 12 | 2481 | |
case child at indentation level 12 not at correct indentation, 8 | 2483 | |
block child at indentation level 16 not at correct indentation, 12 | 2484 | |
block child at indentation level 16 not at correct indentation, 12 | 2485 | |
block child at indentation level 16 not at correct indentation, 12 | 2486 | |
block child at indentation level 16 not at correct indentation, 12 | 2487 | |
block child at indentation level 16 not at correct indentation, 12 | 2488 | |
block child at indentation level 16 not at correct indentation, 12 | 2489 | |
block child at indentation level 16 not at correct indentation, 12 | 2490 | |
case child at indentation level 12 not at correct indentation, 8 | 2492 | |
block child at indentation level 16 not at correct indentation, 12 | 2493 | |
block child at indentation level 16 not at correct indentation, 12 | 2494 | |
block child at indentation level 16 not at correct indentation, 12 | 2495 | |
block child at indentation level 16 not at correct indentation, 12 | 2496 | |
block child at indentation level 16 not at correct indentation, 12 | 2497 | |
block child at indentation level 16 not at correct indentation, 12 | 2498 | |
block child at indentation level 16 not at correct indentation, 12 | 2499 | |
case child at indentation level 12 not at correct indentation, 8 | 2501 | |
case child at indentation level 12 not at correct indentation, 8 | 2502 | |
case child at indentation level 12 not at correct indentation, 8 | 2503 | |
case child at indentation level 12 not at correct indentation, 8 | 2504 | |
case child at indentation level 12 not at correct indentation, 8 | 2505 | |
case child at indentation level 12 not at correct indentation, 8 | 2506 | |
case child at indentation level 12 not at correct indentation, 8 | 2507 | |
case child at indentation level 12 not at correct indentation, 8 | 2508 | |
case child at indentation level 12 not at correct indentation, 8 | 2509 | |
case child at indentation level 12 not at correct indentation, 8 | 2510 | |
case child at indentation level 12 not at correct indentation, 8 | 2511 | |
block child at indentation level 16 not at correct indentation, 12 | 2512 | |
block child at indentation level 16 not at correct indentation, 12 | 2513 | |
Line is longer than 80 characters. | 2516 | |
if at indentation level 16 not at correct indentation, 12 | 2516 | |
Line is longer than 80 characters. | 2517 | |
if child at indentation level 20 not at correct indentation, 16 | 2517 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2518 | |
block child at indentation level 16 not at correct indentation, 12 | 2519 | |
block child at indentation level 16 not at correct indentation, 12 | 2520 | |
Line is longer than 80 characters. | 2521 | |
block child at indentation level 16 not at correct indentation, 12 | 2521 | |
block child at indentation level 16 not at correct indentation, 12 | 2522 | |
case child at indentation level 12 not at correct indentation, 8 | 2525 | |
block child at indentation level 16 not at correct indentation, 12 | 2526 | |
Line is longer than 80 characters. | 2527 | |
block child at indentation level 16 not at correct indentation, 12 | 2527 | |
block child at indentation level 16 not at correct indentation, 12 | 2528 | |
block child at indentation level 16 not at correct indentation, 12 | 2529 | |
block child at indentation level 16 not at correct indentation, 12 | 2530 | |
case child at indentation level 12 not at correct indentation, 8 | 2532 | |
block child at indentation level 16 not at correct indentation, 12 | 2533 | |
block child at indentation level 16 not at correct indentation, 12 | 2535 | |
if at indentation level 16 not at correct indentation, 12 | 2536 | |
if child at indentation level 20 not at correct indentation, 16 | 2537 | |
Line is longer than 80 characters. | 2538 | |
if child at indentation level 20 not at correct indentation, 16 | 2538 | |
Line is longer than 80 characters. | 2539 | |
if child at indentation level 20 not at correct indentation, 16 | 2539 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2540 | |
if child at indentation level 20 not at correct indentation, 16 | 2541 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2542 | |
block child at indentation level 16 not at correct indentation, 12 | 2543 | |
block child at indentation level 16 not at correct indentation, 12 | 2544 | |
case child at indentation level 12 not at correct indentation, 8 | 2546 | |
block child at indentation level 16 not at correct indentation, 12 | 2549 | |
if at indentation level 16 not at correct indentation, 12 | 2550 | |
if child at indentation level 20 not at correct indentation, 16 | 2551 | |
if rcurly at indentation level 16 not at correct indentation, 12 | 2552 | |
else child at indentation level 20 not at correct indentation, 16 | 2553 | |
else child at indentation level 20 not at correct indentation, 16 | 2554 | |
else rcurly at indentation level 16 not at correct indentation, 12 | 2555 | |
block child at indentation level 16 not at correct indentation, 12 | 2556 | |
case child at indentation level 12 not at correct indentation, 8 | 2558 | |
block child at indentation level 16 not at correct indentation, 12 | 2559 | |
block child at indentation level 16 not at correct indentation, 12 | 2560 | |
block child at indentation level 16 not at correct indentation, 12 | 2561 | |
case child at indentation level 12 not at correct indentation, 8 | 2563 | |
block child at indentation level 16 not at correct indentation, 12 | 2565 | |
Line is longer than 80 characters. | 2566 | |
block child at indentation level 16 not at correct indentation, 12 | 2567 | |
Name 'ConsumeUnary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2571 | |
Line is longer than 80 characters. | 2582 | |
Name 'ConsumeBinary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2582 | |
Line is longer than 80 characters. | 2584 | |
Line is longer than 80 characters. | 2611 | |
Line is longer than 80 characters. | 2615 | |
if at indentation level 12 not at correct indentation, 16 | 2615 | |
if lcurly at indentation level 12 not at correct indentation, 16 | 2616 | |
if child at indentation level 16 not at correct indentation, 20 | 2617 | |
if rcurly at indentation level 12 not at correct indentation, 16 | 2618 | |
Line is longer than 80 characters. | 2623 | |
Name 'ParseExpressionList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2623 | |
Name 'ParseLocalDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2644 | |
Line is longer than 80 characters. | 2656 | |
Line is longer than 80 characters. | 2657 | |
Name 'ParseCastOrGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2677 | |
Line is longer than 80 characters. | 2683 | |
'||' should be on a new line. | 2684 | |
'||' should be on a new line. | 2685 | |
'||' should be on a new line. | 2686 | |
'||' should be on a new line. | 2687 | |
'||' should be on a new line. | 2688 | |
Line is longer than 80 characters. | 2702 | |
Line is longer than 80 characters. | 2718 | |
Name 'ParseArrayCreation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2718 | |
Line is longer than 80 characters. | 2728 | |
Line is longer than 80 characters. | 2746 | |
Name 'ParseContinuingPrimary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2750 | |
Line is longer than 80 characters. | 2751 | |
case child at indentation level 16 not at correct indentation, 12 | 2754 | |
block child at indentation level 20 not at correct indentation, 16 | 2755 | |
block child at indentation level 20 not at correct indentation, 16 | 2756 | |
case child at indentation level 16 not at correct indentation, 12 | 2757 | |
block child at indentation level 20 not at correct indentation, 16 | 2758 | |
block child at indentation level 20 not at correct indentation, 16 | 2759 | |
case child at indentation level 16 not at correct indentation, 12 | 2760 | |
block child at indentation level 20 not at correct indentation, 16 | 2761 | |
block child at indentation level 20 not at correct indentation, 16 | 2762 | |
case child at indentation level 16 not at correct indentation, 12 | 2763 | |
block child at indentation level 20 not at correct indentation, 16 | 2764 | |
block child at indentation level 20 not at correct indentation, 16 | 2765 | |
Line is longer than 80 characters. | 2768 | |
Name 'ParseMemberAccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2781 | |
Line is longer than 80 characters. | 2787 | |
Line is longer than 80 characters. | 2791 | |
Name 'ParseInvocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2795 | |
Name 'ParseElementAccess' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2803 | |
Line is longer than 80 characters. | 2806 | |
Line is longer than 80 characters. | 2808 | |
Line is longer than 80 characters. | 2809 | |
Line is longer than 80 characters. | 2826 | |
Line is longer than 80 characters. | 2833 | |
Name 'ParseArrayRank' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2833 | |
Name 'RecoverFromError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2852 | |
Line is longer than 80 characters. | 2856 | |
Name 'RecoverFromError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2856 | |
'if' construct must use '{}'s. | 2858 | |
Name 'ReportError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2871 | |
Line is longer than 80 characters. | 2872 | |
Name 'AssertAndAdvance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2875 | |
case child at indentation level 16 not at correct indentation, 12 | 2894 | |
block child at indentation level 20 not at correct indentation, 16 | 2895 | |
case child at indentation level 16 not at correct indentation, 12 | 2896 | |
block child at indentation level 20 not at correct indentation, 16 | 2897 | |
block child at indentation level 20 not at correct indentation, 16 | 2898 | |
block child at indentation level 20 not at correct indentation, 16 | 2899 | |
case child at indentation level 16 not at correct indentation, 12 | 2901 | |
block child at indentation level 20 not at correct indentation, 16 | 2902 | |
block child at indentation level 20 not at correct indentation, 16 | 2903 | |
case child at indentation level 16 not at correct indentation, 12 | 2905 | |
if at indentation level 20 not at correct indentation, 16 | 2907 | |
if child at indentation level 24 not at correct indentation, 20 | 2908 | |
if at indentation level 24 not at correct indentation, 20 | 2909 | |
'&&' should be on a new line. | 2909 | |
'&&' should be on a new line. | 2910 | |
'&&' should be on a new line. | 2911 | |
if child at indentation level 28 not at correct indentation, 24 | 2913 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 2914 | |
if child at indentation level 28 not at correct indentation, 24 | 2915 | |
if rcurly at indentation level 24 not at correct indentation, 20 | 2916 | |
if rcurly at indentation level 20 not at correct indentation, 16 | 2917 | |
else child at indentation level 24 not at correct indentation, 20 | 2918 | |
else rcurly at indentation level 20 not at correct indentation, 16 | 2919 | |
block child at indentation level 20 not at correct indentation, 16 | 2920 | |
case child at indentation level 16 not at correct indentation, 12 | 2922 | |
block child at indentation level 20 not at correct indentation, 16 | 2923 | |
block child at indentation level 20 not at correct indentation, 16 | 2924 | |
Name 'SkipToEOL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2930 | |
Name 'SkipToNextHash' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2951 | |
Name 'SkipToElseOrEndIf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2970 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 33 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 |
Violation | Message | Line |
---|---|---|
member def modifier at indentation level 16 not at correct indentation, 4 | 10 | |
Missing a Javadoc comment. | 10 | |
Variable 'id' must be private and have accessor methods. | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'data' must be private and have accessor methods. | 11 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
'id' hides a field. | 13 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
'id' hides a field. | 18 | |
'data' hides a field. | 18 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 19 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 20 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 21 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 22 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 24 | |
Name 'ToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 27 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Variable 'kind' must be private and have accessor methods. | 12 | |
Missing a Javadoc comment. | 15 | |
Variable 'isAbstractOrInterface' must be private and have accessor methods. | 15 | |
Missing a Javadoc comment. | 17 | |
Variable 'statementBlock' must be private and have accessor methods. | 17 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 10 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 11 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
if at indentation level 24 not at correct indentation, 8 | 13 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 14 | |
if child at indentation level 32 not at correct indentation, 12 | 15 | |
if child at indentation level 32 not at correct indentation, 12 | 16 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
method def child at indentation level 24 not at correct indentation, 8 | 19 | |
method def child at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
for at indentation level 24 not at correct indentation, 8 | 25 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 26 | |
for child at indentation level 32 not at correct indentation, 12 | 27 | |
for child at indentation level 32 not at correct indentation, 12 | 28 | |
for child at indentation level 32 not at correct indentation, 12 | 29 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 30 | |
if at indentation level 24 not at correct indentation, 8 | 32 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 33 | |
if child at indentation level 32 not at correct indentation, 12 | 34 | |
if child at indentation level 32 not at correct indentation, 12 | 35 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 36 | |
method def child at indentation level 24 not at correct indentation, 8 | 38 | |
method def child at indentation level 24 not at correct indentation, 8 | 39 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 41 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 42 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Variable 'hasThis' must be private and have accessor methods. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'hasBase' must be private and have accessor methods. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'thisBaseArgs' must be private and have accessor methods. | 21 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
Variable 'params' must be private and have accessor methods. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Variable 'statementBlock' must be private and have accessor methods. | 25 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 28 | |
Missing a Javadoc comment. | 28 | |
Variable 'isStaticConstructor' must be private and have accessor methods. | 28 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 31 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 32 | |
if at indentation level 24 not at correct indentation, 8 | 33 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 34 | |
if child at indentation level 32 not at correct indentation, 12 | 35 | |
if child at indentation level 32 not at correct indentation, 12 | 36 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 37 | |
method def child at indentation level 24 not at correct indentation, 8 | 38 | |
if at indentation level 24 not at correct indentation, 8 | 40 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 41 | |
if child at indentation level 32 not at correct indentation, 12 | 42 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 43 | |
method def child at indentation level 24 not at correct indentation, 8 | 45 | |
method def child at indentation level 24 not at correct indentation, 8 | 46 | |
method def child at indentation level 24 not at correct indentation, 8 | 48 | |
if at indentation level 24 not at correct indentation, 8 | 49 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 50 | |
for at indentation level 32 not at correct indentation, 12 | 51 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 52 | |
for child at indentation level 40 not at correct indentation, 16 | 53 | |
for child at indentation level 40 not at correct indentation, 16 | 54 | |
for child at indentation level 40 not at correct indentation, 16 | 55 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 56 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 57 | |
method def child at indentation level 24 not at correct indentation, 8 | 58 | |
if at indentation level 24 not at correct indentation, 8 | 61 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 62 | |
if child at indentation level 32 not at correct indentation, 12 | 63 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 64 | |
else at indentation level 24 not at correct indentation, 8 | 65 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 66 | |
if child at indentation level 32 not at correct indentation, 12 | 67 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 68 | |
if at indentation level 24 not at correct indentation, 8 | 69 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 70 | |
if at indentation level 32 not at correct indentation, 12 | 71 | |
if lcurly at indentation level 32 not at correct indentation, 12 | 72 | |
if child at indentation level 40 not at correct indentation, 16 | 73 | |
Line is longer than 80 characters. | 74 | |
for at indentation level 40 not at correct indentation, 16 | 74 | |
for lcurly at indentation level 40 not at correct indentation, 16 | 75 | |
for child at indentation level 48 not at correct indentation, 20 | 76 | |
for child at indentation level 48 not at correct indentation, 20 | 77 | |
Line is longer than 80 characters. | 78 | |
for child at indentation level 48 not at correct indentation, 20 | 78 | |
for rcurly at indentation level 40 not at correct indentation, 16 | 79 | |
if rcurly at indentation level 32 not at correct indentation, 12 | 80 | |
if child at indentation level 32 not at correct indentation, 12 | 81 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 82 | |
method def child at indentation level 24 not at correct indentation, 8 | 85 | |
method def child at indentation level 24 not at correct indentation, 8 | 87 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 89 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 91 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'statementBlock' must be private and have accessor methods. | 13 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
if at indentation level 24 not at correct indentation, 8 | 18 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 19 | |
if child at indentation level 32 not at correct indentation, 12 | 20 | |
if child at indentation level 32 not at correct indentation, 12 | 21 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 31 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 33 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'addBlock' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Variable 'removeBlock' must be private and have accessor methods. | 15 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 18 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 19 | |
if at indentation level 24 not at correct indentation, 8 | 22 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 23 | |
if child at indentation level 32 not at correct indentation, 12 | 24 | |
if child at indentation level 32 not at correct indentation, 12 | 25 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 27 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 28 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 11 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
if at indentation level 24 not at correct indentation, 8 | 13 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 14 | |
if child at indentation level 32 not at correct indentation, 12 | 15 | |
if child at indentation level 32 not at correct indentation, 12 | 16 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
method def child at indentation level 24 not at correct indentation, 8 | 20 | |
method def child at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
for at indentation level 24 not at correct indentation, 8 | 24 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 25 | |
for child at indentation level 32 not at correct indentation, 12 | 26 | |
for child at indentation level 32 not at correct indentation, 12 | 27 | |
for child at indentation level 32 not at correct indentation, 12 | 28 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 29 | |
if at indentation level 24 not at correct indentation, 8 | 31 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 32 | |
if child at indentation level 32 not at correct indentation, 12 | 33 | |
if child at indentation level 32 not at correct indentation, 12 | 34 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 35 | |
method def child at indentation level 24 not at correct indentation, 8 | 37 | |
method def child at indentation level 24 not at correct indentation, 8 | 38 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 39 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 40 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'interfaceType' must be private and have accessor methods. | 14 | |
Line is longer than 80 characters. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'params' must be private and have accessor methods. | 17 | |
'=' is not followed by whitespace. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'getter' must be private and have accessor methods. | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Missing a Javadoc comment. | 22 | |
Variable 'setter' must be private and have accessor methods. | 22 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 25 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 26 | |
if at indentation level 24 not at correct indentation, 8 | 27 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 28 | |
if child at indentation level 32 not at correct indentation, 12 | 29 | |
if child at indentation level 32 not at correct indentation, 12 | 30 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 31 | |
method def child at indentation level 24 not at correct indentation, 8 | 32 | |
method def child at indentation level 24 not at correct indentation, 8 | 34 | |
method def child at indentation level 24 not at correct indentation, 8 | 35 | |
if at indentation level 24 not at correct indentation, 8 | 36 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 37 | |
if child at indentation level 32 not at correct indentation, 12 | 38 | |
if child at indentation level 32 not at correct indentation, 12 | 39 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 40 | |
method def child at indentation level 24 not at correct indentation, 8 | 41 | |
if at indentation level 24 not at correct indentation, 8 | 42 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 43 | |
if child at indentation level 32 not at correct indentation, 12 | 44 | |
for at indentation level 32 not at correct indentation, 12 | 45 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 46 | |
for child at indentation level 40 not at correct indentation, 16 | 47 | |
for child at indentation level 40 not at correct indentation, 16 | 48 | |
for child at indentation level 40 not at correct indentation, 16 | 49 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 50 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 51 | |
method def child at indentation level 24 not at correct indentation, 8 | 52 | |
method def child at indentation level 24 not at correct indentation, 8 | 55 | |
method def child at indentation level 24 not at correct indentation, 8 | 56 | |
method def child at indentation level 24 not at correct indentation, 8 | 57 | |
method def child at indentation level 24 not at correct indentation, 8 | 58 | |
if at indentation level 24 not at correct indentation, 8 | 60 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 61 | |
if child at indentation level 32 not at correct indentation, 12 | 62 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 63 | |
if at indentation level 24 not at correct indentation, 8 | 64 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 65 | |
if child at indentation level 32 not at correct indentation, 12 | 66 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 67 | |
method def child at indentation level 24 not at correct indentation, 8 | 69 | |
method def child at indentation level 24 not at correct indentation, 8 | 70 | |
method def child at indentation level 24 not at correct indentation, 8 | 71 | |
method def child at indentation level 24 not at correct indentation, 8 | 72 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 73 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 74 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
if at indentation level 24 not at correct indentation, 8 | 13 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 14 | |
if child at indentation level 32 not at correct indentation, 12 | 15 | |
if child at indentation level 32 not at correct indentation, 12 | 16 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
method def child at indentation level 24 not at correct indentation, 8 | 20 | |
method def child at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 27 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 28 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
Line is longer than 80 characters. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'params' must be private and have accessor methods. | 13 | |
'=' is not followed by whitespace. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Variable 'hasGetter' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'hasSetter' must be private and have accessor methods. | 18 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 22 | |
if at indentation level 24 not at correct indentation, 8 | 23 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 24 | |
if child at indentation level 32 not at correct indentation, 12 | 25 | |
if child at indentation level 32 not at correct indentation, 12 | 26 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def child at indentation level 24 not at correct indentation, 8 | 31 | |
if at indentation level 24 not at correct indentation, 8 | 32 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 33 | |
if child at indentation level 32 not at correct indentation, 12 | 34 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 35 | |
method def child at indentation level 24 not at correct indentation, 8 | 36 | |
if at indentation level 24 not at correct indentation, 8 | 37 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 38 | |
if child at indentation level 32 not at correct indentation, 12 | 39 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 40 | |
if at indentation level 24 not at correct indentation, 8 | 41 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 42 | |
if child at indentation level 32 not at correct indentation, 12 | 43 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 44 | |
method def child at indentation level 24 not at correct indentation, 8 | 45 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 46 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 47 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
Line is longer than 80 characters. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'params' must be private and have accessor methods. | 13 | |
'=' is not followed by whitespace. | 13 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 16 | |
if at indentation level 24 not at correct indentation, 8 | 17 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 18 | |
if child at indentation level 32 not at correct indentation, 12 | 19 | |
if child at indentation level 32 not at correct indentation, 12 | 20 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
if at indentation level 24 not at correct indentation, 8 | 30 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 31 | |
if child at indentation level 32 not at correct indentation, 12 | 32 | |
for at indentation level 32 not at correct indentation, 12 | 33 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 34 | |
for child at indentation level 40 not at correct indentation, 16 | 35 | |
for child at indentation level 40 not at correct indentation, 16 | 36 | |
for child at indentation level 40 not at correct indentation, 16 | 37 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 38 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 39 | |
method def child at indentation level 24 not at correct indentation, 8 | 41 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 42 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 43 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'hasGetter' must be private and have accessor methods. | 11 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'hasSetter' must be private and have accessor methods. | 13 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
if at indentation level 24 not at correct indentation, 8 | 18 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 19 | |
if child at indentation level 32 not at correct indentation, 12 | 20 | |
if child at indentation level 32 not at correct indentation, 12 | 21 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 31 | |
method def child at indentation level 24 not at correct indentation, 8 | 32 | |
if at indentation level 24 not at correct indentation, 8 | 34 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 35 | |
if child at indentation level 32 not at correct indentation, 12 | 36 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 37 | |
if at indentation level 24 not at correct indentation, 8 | 38 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 39 | |
if child at indentation level 32 not at correct indentation, 12 | 40 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 41 | |
method def child at indentation level 24 not at correct indentation, 8 | 43 | |
method def child at indentation level 24 not at correct indentation, 8 | 44 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 45 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 46 |
Violation | Message | Line |
---|---|---|
Unused import - org.argouml.language.csharp.importer.csparser.enums.Modifier. | 7 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'modifiers' must be private and have accessor methods. | 20 | |
Line is longer than 80 characters. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
Variable 'names' must be private and have accessor methods. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Variable 'type' must be private and have accessor methods. | 25 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 28 | |
Missing a Javadoc comment. | 28 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 28 | |
Variable 'Value' must be private and have accessor methods. | 28 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 29 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
Line is longer than 80 characters. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'params' must be private and have accessor methods. | 14 | |
'=' is not followed by whitespace. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'statementBlock' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 21 | |
if at indentation level 24 not at correct indentation, 8 | 22 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 23 | |
if child at indentation level 32 not at correct indentation, 12 | 24 | |
if child at indentation level 32 not at correct indentation, 12 | 25 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 29 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def child at indentation level 24 not at correct indentation, 8 | 32 | |
method def child at indentation level 24 not at correct indentation, 8 | 33 | |
if at indentation level 24 not at correct indentation, 8 | 35 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 36 | |
if child at indentation level 32 not at correct indentation, 12 | 37 | |
for at indentation level 32 not at correct indentation, 12 | 38 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 39 | |
for child at indentation level 40 not at correct indentation, 16 | 40 | |
for child at indentation level 40 not at correct indentation, 16 | 41 | |
for child at indentation level 40 not at correct indentation, 16 | 42 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 43 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 44 | |
method def child at indentation level 24 not at correct indentation, 8 | 46 | |
method def child at indentation level 24 not at correct indentation, 8 | 47 | |
method def child at indentation level 24 not at correct indentation, 8 | 49 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 50 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 51 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'operator' must be private and have accessor methods. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'isExplicit' must be private and have accessor methods. | 20 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Missing a Javadoc comment. | 22 | |
Variable 'isImplicit' must be private and have accessor methods. | 22 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Variable 'param1' must be private and have accessor methods. | 25 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 27 | |
Missing a Javadoc comment. | 27 | |
Variable 'param2' must be private and have accessor methods. | 27 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 30 | |
Missing a Javadoc comment. | 30 | |
Variable 'statements' must be private and have accessor methods. | 30 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 33 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 34 | |
if at indentation level 24 not at correct indentation, 8 | 35 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 36 | |
if child at indentation level 32 not at correct indentation, 12 | 37 | |
if child at indentation level 32 not at correct indentation, 12 | 38 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 39 | |
method def child at indentation level 24 not at correct indentation, 8 | 40 | |
if at indentation level 24 not at correct indentation, 8 | 42 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 43 | |
if child at indentation level 32 not at correct indentation, 12 | 44 | |
if child at indentation level 32 not at correct indentation, 12 | 45 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 46 | |
else at indentation level 24 not at correct indentation, 8 | 47 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 48 | |
if child at indentation level 32 not at correct indentation, 12 | 49 | |
if child at indentation level 32 not at correct indentation, 12 | 50 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 51 | |
else at indentation level 24 not at correct indentation, 8 | 52 | |
else lcurly at indentation level 24 not at correct indentation, 8 | 53 | |
else child at indentation level 32 not at correct indentation, 12 | 54 | |
else child at indentation level 32 not at correct indentation, 12 | 55 | |
else rcurly at indentation level 24 not at correct indentation, 8 | 56 | |
method def child at indentation level 24 not at correct indentation, 8 | 58 | |
if at indentation level 24 not at correct indentation, 8 | 59 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 60 | |
if child at indentation level 32 not at correct indentation, 12 | 61 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 62 | |
if at indentation level 24 not at correct indentation, 8 | 63 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 64 | |
if child at indentation level 32 not at correct indentation, 12 | 65 | |
if child at indentation level 32 not at correct indentation, 12 | 66 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 67 | |
method def child at indentation level 24 not at correct indentation, 8 | 68 | |
method def child at indentation level 24 not at correct indentation, 8 | 69 | |
if at indentation level 24 not at correct indentation, 8 | 71 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 72 | |
if child at indentation level 32 not at correct indentation, 12 | 73 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 74 | |
else at indentation level 24 not at correct indentation, 8 | 75 | |
else lcurly at indentation level 24 not at correct indentation, 8 | 76 | |
else child at indentation level 32 not at correct indentation, 12 | 77 | |
else rcurly at indentation level 24 not at correct indentation, 8 | 78 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 80 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 81 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'modifiers' must be private and have accessor methods. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'name' must be private and have accessor methods. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'type' must be private and have accessor methods. | 20 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 23 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 24 | |
if at indentation level 24 not at correct indentation, 8 | 25 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 26 | |
if child at indentation level 32 not at correct indentation, 12 | 27 | |
if child at indentation level 32 not at correct indentation, 12 | 28 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 29 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def child at indentation level 24 not at correct indentation, 8 | 32 | |
method def child at indentation level 24 not at correct indentation, 8 | 33 | |
method def child at indentation level 24 not at correct indentation, 8 | 35 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 37 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 38 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'getter' must be private and have accessor methods. | 11 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'setter' must be private and have accessor methods. | 14 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
if at indentation level 24 not at correct indentation, 8 | 18 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 19 | |
if child at indentation level 32 not at correct indentation, 12 | 20 | |
if child at indentation level 32 not at correct indentation, 12 | 21 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 31 | |
method def child at indentation level 24 not at correct indentation, 8 | 32 | |
method def child at indentation level 24 not at correct indentation, 8 | 33 | |
method def child at indentation level 24 not at correct indentation, 8 | 34 | |
if at indentation level 24 not at correct indentation, 8 | 36 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 37 | |
if child at indentation level 32 not at correct indentation, 12 | 38 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 39 | |
if at indentation level 24 not at correct indentation, 8 | 40 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 41 | |
if child at indentation level 32 not at correct indentation, 12 | 42 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 43 | |
method def child at indentation level 24 not at correct indentation, 8 | 45 | |
method def child at indentation level 24 not at correct indentation, 8 | 46 | |
method def child at indentation level 24 not at correct indentation, 8 | 47 | |
method def child at indentation level 24 not at correct indentation, 8 | 48 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 49 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 51 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'isRef' must be private and have accessor methods. | 11 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'isOut' must be private and have accessor methods. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'expression' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 19 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 20 | |
if at indentation level 24 not at correct indentation, 8 | 21 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 22 | |
if child at indentation level 32 not at correct indentation, 12 | 23 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 24 | |
else at indentation level 24 not at correct indentation, 8 | 25 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 26 | |
if child at indentation level 32 not at correct indentation, 12 | 27 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 32 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 35 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 15 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Type' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'RankSpecifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'RankSpecifier' must be private and have accessor methods. | 18 | |
Line is longer than 80 characters. | 21 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
Name 'AdditionalRankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 21 | |
Variable 'AdditionalRankSpecifiers' must be private and have accessor methods. | 21 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Missing a Javadoc comment. | 24 | |
Name 'Initializer' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 24 | |
Variable 'Initializer' must be private and have accessor methods. | 24 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 28 | |
method def child at indentation level 12 not at correct indentation, 8 | 29 | |
method def child at indentation level 12 not at correct indentation, 8 | 30 | |
method def child at indentation level 12 not at correct indentation, 8 | 32 | |
if at indentation level 12 not at correct indentation, 8 | 33 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 34 | |
if child at indentation level 16 not at correct indentation, 12 | 35 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 36 | |
method def child at indentation level 12 not at correct indentation, 8 | 37 | |
if at indentation level 12 not at correct indentation, 8 | 39 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 40 | |
for at indentation level 16 not at correct indentation, 12 | 41 | |
for lcurly at indentation level 16 not at correct indentation, 12 | 42 | |
for child at indentation level 20 not at correct indentation, 16 | 43 | |
for at indentation level 20 not at correct indentation, 16 | 44 | |
';' is preceded with whitespace. | 44 | |
for lcurly at indentation level 20 not at correct indentation, 16 | 45 | |
for child at indentation level 24 not at correct indentation, 20 | 46 | |
for rcurly at indentation level 20 not at correct indentation, 16 | 47 | |
for child at indentation level 20 not at correct indentation, 16 | 48 | |
for rcurly at indentation level 16 not at correct indentation, 12 | 49 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 50 | |
if at indentation level 12 not at correct indentation, 8 | 51 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 52 | |
if child at indentation level 16 not at correct indentation, 12 | 53 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 54 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 55 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 56 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Expressions' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
method def child at indentation level 12 not at correct indentation, 8 | 22 | |
method def child at indentation level 12 not at correct indentation, 8 | 23 | |
method def child at indentation level 12 not at correct indentation, 8 | 24 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 25 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 26 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
Line is longer than 80 characters. | 16 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 19 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 20 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 21 | |
member def type at indentation level 8 not at correct indentation, 4 | 22 | |
Name 'Operator' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 22 | |
Variable 'Operator' must be private and have accessor methods. | 22 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Name 'Variable' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 24 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Name 'RightSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 27 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 30 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 31 | |
method def child at indentation level 12 not at correct indentation, 8 | 32 | |
method def child at indentation level 12 not at correct indentation, 8 | 33 | |
switch at indentation level 12 not at correct indentation, 8 | 34 | |
switch lcurly at indentation level 12 not at correct indentation, 8 | 35 | |
case child at indentation level 16 not at correct indentation, 8 | 36 | |
block child at indentation level 20 not at correct indentation, 12 | 37 | |
block child at indentation level 20 not at correct indentation, 12 | 38 | |
case child at indentation level 16 not at correct indentation, 8 | 39 | |
block child at indentation level 20 not at correct indentation, 12 | 40 | |
block child at indentation level 20 not at correct indentation, 12 | 41 | |
case child at indentation level 16 not at correct indentation, 8 | 42 | |
block child at indentation level 20 not at correct indentation, 12 | 43 | |
block child at indentation level 20 not at correct indentation, 12 | 44 | |
case child at indentation level 16 not at correct indentation, 8 | 45 | |
block child at indentation level 20 not at correct indentation, 12 | 46 | |
block child at indentation level 20 not at correct indentation, 12 | 47 | |
case child at indentation level 16 not at correct indentation, 8 | 48 | |
block child at indentation level 20 not at correct indentation, 12 | 49 | |
block child at indentation level 20 not at correct indentation, 12 | 50 | |
case child at indentation level 16 not at correct indentation, 8 | 51 | |
block child at indentation level 20 not at correct indentation, 12 | 52 | |
block child at indentation level 20 not at correct indentation, 12 | 53 | |
case child at indentation level 16 not at correct indentation, 8 | 54 | |
block child at indentation level 20 not at correct indentation, 12 | 55 | |
block child at indentation level 20 not at correct indentation, 12 | 56 | |
case child at indentation level 16 not at correct indentation, 8 | 57 | |
block child at indentation level 20 not at correct indentation, 12 | 58 | |
block child at indentation level 20 not at correct indentation, 12 | 59 | |
case child at indentation level 16 not at correct indentation, 8 | 60 | |
block child at indentation level 20 not at correct indentation, 12 | 61 | |
block child at indentation level 20 not at correct indentation, 12 | 62 | |
case child at indentation level 16 not at correct indentation, 8 | 63 | |
block child at indentation level 20 not at correct indentation, 12 | 64 | |
block child at indentation level 20 not at correct indentation, 12 | 65 | |
case child at indentation level 16 not at correct indentation, 8 | 66 | |
block child at indentation level 20 not at correct indentation, 12 | 67 | |
block child at indentation level 20 not at correct indentation, 12 | 68 | |
switch rcurly at indentation level 12 not at correct indentation, 8 | 69 | |
method def child at indentation level 12 not at correct indentation, 8 | 70 | |
method def child at indentation level 12 not at correct indentation, 8 | 71 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 72 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 74 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 22 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 23 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 26 | |
Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 26 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 29 | |
Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 29 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 32 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 33 | |
method def child at indentation level 12 not at correct indentation, 8 | 34 | |
if at indentation level 12 not at correct indentation, 8 | 35 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 36 | |
if child at indentation level 16 not at correct indentation, 12 | 37 | |
if child at indentation level 16 not at correct indentation, 12 | 38 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 39 | |
else at indentation level 12 not at correct indentation, 8 | 40 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 41 | |
if child at indentation level 16 not at correct indentation, 12 | 42 | |
if child at indentation level 16 not at correct indentation, 12 | 43 | |
if child at indentation level 16 not at correct indentation, 12 | 44 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 45 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 46 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 47 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 16 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'indent' must be private and have accessor methods. | 19 | |
Line is longer than 80 characters. | 20 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'attributes' must be private and have accessor methods. | 20 | |
Line is longer than 80 characters. | 26 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 28 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 29 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 31 | |
Name 'NewLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 32 | |
method def child at indentation level 12 not at correct indentation, 8 | 33 | |
for at indentation level 12 not at correct indentation, 8 | 34 | |
for lcurly at indentation level 12 not at correct indentation, 8 | 35 | |
for child at indentation level 16 not at correct indentation, 12 | 36 | |
for rcurly at indentation level 12 not at correct indentation, 8 | 37 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 38 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 39 | |
Name 'AddTab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 40 | |
method def child at indentation level 12 not at correct indentation, 8 | 41 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 42 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 44 | |
Name 'TraceDottedIdent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 45 | |
method def child at indentation level 12 not at correct indentation, 8 | 46 | |
for at indentation level 12 not at correct indentation, 8 | 47 | |
'for' is not followed by whitespace. | 47 | |
for lcurly at indentation level 12 not at correct indentation, 8 | 48 | |
for child at indentation level 16 not at correct indentation, 12 | 49 | |
for child at indentation level 16 not at correct indentation, 12 | 50 | |
for rcurly at indentation level 12 not at correct indentation, 8 | 51 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 52 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 54 | |
Name 'TraceModifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 55 | |
if at indentation level 12 not at correct indentation, 8 | 56 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 57 | |
if child at indentation level 16 not at correct indentation, 12 | 58 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 59 | |
if at indentation level 12 not at correct indentation, 8 | 60 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 61 | |
if child at indentation level 16 not at correct indentation, 12 | 62 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 63 | |
if at indentation level 12 not at correct indentation, 8 | 64 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 65 | |
if child at indentation level 16 not at correct indentation, 12 | 66 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 67 | |
if at indentation level 12 not at correct indentation, 8 | 68 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 69 | |
if child at indentation level 16 not at correct indentation, 12 | 70 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 71 | |
if at indentation level 12 not at correct indentation, 8 | 72 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 73 | |
if child at indentation level 16 not at correct indentation, 12 | 74 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 75 | |
if at indentation level 12 not at correct indentation, 8 | 76 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 77 | |
if child at indentation level 16 not at correct indentation, 12 | 78 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 79 | |
if at indentation level 12 not at correct indentation, 8 | 80 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 81 | |
if child at indentation level 16 not at correct indentation, 12 | 82 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 83 | |
if at indentation level 12 not at correct indentation, 8 | 84 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 85 | |
if child at indentation level 16 not at correct indentation, 12 | 86 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 87 | |
if at indentation level 12 not at correct indentation, 8 | 88 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 89 | |
if child at indentation level 16 not at correct indentation, 12 | 90 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 91 | |
if at indentation level 12 not at correct indentation, 8 | 92 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 93 | |
if child at indentation level 16 not at correct indentation, 12 | 94 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 95 | |
if at indentation level 12 not at correct indentation, 8 | 96 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 97 | |
if child at indentation level 16 not at correct indentation, 12 | 98 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 99 | |
if at indentation level 12 not at correct indentation, 8 | 100 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 101 | |
if child at indentation level 16 not at correct indentation, 12 | 102 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 103 | |
if at indentation level 12 not at correct indentation, 8 | 104 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 105 | |
if child at indentation level 16 not at correct indentation, 12 | 106 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 107 | |
if at indentation level 12 not at correct indentation, 8 | 108 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 109 | |
if child at indentation level 16 not at correct indentation, 12 | 110 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 111 | |
if at indentation level 12 not at correct indentation, 8 | 112 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 113 | |
if child at indentation level 16 not at correct indentation, 12 | 114 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 115 | |
if at indentation level 12 not at correct indentation, 8 | 116 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 117 | |
if child at indentation level 16 not at correct indentation, 12 | 118 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 119 | |
if at indentation level 12 not at correct indentation, 8 | 120 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 121 | |
if child at indentation level 16 not at correct indentation, 12 | 122 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 123 | |
if at indentation level 12 not at correct indentation, 8 | 124 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 125 | |
if child at indentation level 16 not at correct indentation, 12 | 126 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 127 | |
if at indentation level 12 not at correct indentation, 8 | 128 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 129 | |
if child at indentation level 16 not at correct indentation, 12 | 130 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 131 | |
if at indentation level 12 not at correct indentation, 8 | 132 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 133 | |
if child at indentation level 16 not at correct indentation, 12 | 134 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 135 | |
if at indentation level 12 not at correct indentation, 8 | 136 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 137 | |
if child at indentation level 16 not at correct indentation, 12 | 138 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 139 | |
if at indentation level 12 not at correct indentation, 8 | 140 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 141 | |
if child at indentation level 16 not at correct indentation, 12 | 142 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 143 | |
if at indentation level 12 not at correct indentation, 8 | 144 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 145 | |
if child at indentation level 16 not at correct indentation, 12 | 146 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 147 | |
if at indentation level 12 not at correct indentation, 8 | 148 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 149 | |
if child at indentation level 16 not at correct indentation, 12 | 150 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 151 | |
if at indentation level 12 not at correct indentation, 8 | 152 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 153 | |
if child at indentation level 16 not at correct indentation, 12 | 154 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 155 | |
if at indentation level 12 not at correct indentation, 8 | 156 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 157 | |
if child at indentation level 16 not at correct indentation, 12 | 158 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 159 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 160 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 161 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Variable 'stringMap' must be private and have accessor methods. | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 22 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 23 | |
';' is preceded with whitespace. | 23 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 24 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 26 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 28 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 29 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 30 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 31 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 33 | |
Line is longer than 80 characters. | 34 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 34 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 35 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 36 | |
'=' is not followed by whitespace. | 36 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 37 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 38 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 39 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 41 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 42 | |
Missing a Javadoc comment. | 42 | |
Name 'Op' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 42 | |
Variable 'Op' must be private and have accessor methods. | 42 | |
Line is longer than 80 characters. | 50 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 56 | |
Missing a Javadoc comment. | 56 | |
Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 56 | |
Variable 'Left' must be private and have accessor methods. | 56 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 59 | |
Missing a Javadoc comment. | 59 | |
Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 59 | |
Variable 'Right' must be private and have accessor methods. | 59 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 62 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 63 | |
method def child at indentation level 12 not at correct indentation, 8 | 64 | |
method def child at indentation level 12 not at correct indentation, 8 | 65 | |
method def child at indentation level 12 not at correct indentation, 8 | 66 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 67 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 69 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 70 | |
method def child at indentation level 12 not at correct indentation, 8 | 71 | |
method def child at indentation level 12 not at correct indentation, 8 | 72 | |
',' is not followed by whitespace. | 72 | |
method def child at indentation level 12 not at correct indentation, 8 | 73 | |
method def child at indentation level 12 not at correct indentation, 8 | 74 | |
method def child at indentation level 12 not at correct indentation, 8 | 75 | |
method def child at indentation level 12 not at correct indentation, 8 | 76 | |
method def child at indentation level 12 not at correct indentation, 8 | 77 | |
method def child at indentation level 12 not at correct indentation, 8 | 78 | |
method def child at indentation level 12 not at correct indentation, 8 | 79 | |
method def child at indentation level 12 not at correct indentation, 8 | 80 | |
method def child at indentation level 12 not at correct indentation, 8 | 81 | |
method def child at indentation level 12 not at correct indentation, 8 | 82 | |
method def child at indentation level 12 not at correct indentation, 8 | 84 | |
method def child at indentation level 12 not at correct indentation, 8 | 85 | |
method def child at indentation level 12 not at correct indentation, 8 | 86 | |
method def child at indentation level 12 not at correct indentation, 8 | 87 | |
method def child at indentation level 12 not at correct indentation, 8 | 88 | |
method def child at indentation level 12 not at correct indentation, 8 | 89 | |
method def child at indentation level 12 not at correct indentation, 8 | 90 | |
method def child at indentation level 12 not at correct indentation, 8 | 91 | |
method def child at indentation level 12 not at correct indentation, 8 | 92 | |
method def child at indentation level 12 not at correct indentation, 8 | 93 | |
method def child at indentation level 12 not at correct indentation, 8 | 95 | |
method def child at indentation level 12 not at correct indentation, 8 | 96 | |
method def child at indentation level 12 not at correct indentation, 8 | 98 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 99 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 100 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 27 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 28 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
Line is longer than 80 characters. | 15 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 16 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 17 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 18 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 19 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 20 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 26 | |
Missing a Javadoc comment. | 26 | |
Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 26 | |
Variable 'Left' must be private and have accessor methods. | 26 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'Right' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 29 | |
Variable 'Right' must be private and have accessor methods. | 29 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 32 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 33 | |
method def child at indentation level 24 not at correct indentation, 8 | 34 | |
method def child at indentation level 24 not at correct indentation, 8 | 35 | |
method def child at indentation level 24 not at correct indentation, 8 | 36 | |
method def child at indentation level 24 not at correct indentation, 8 | 37 | |
method def child at indentation level 24 not at correct indentation, 8 | 38 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 39 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 40 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 11 | |
Variable 'Value' must be private and have accessor methods. | 11 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 14 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 15 | |
if at indentation level 24 not at correct indentation, 8 | 16 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 17 | |
if child at indentation level 32 not at correct indentation, 12 | 18 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 19 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 20 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 22 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 11 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
Line is longer than 80 characters. | 20 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 22 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 23 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Name 'LeftSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 27 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 30 | |
Name 'Expressions' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 30 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 33 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 34 | |
method def child at indentation level 12 not at correct indentation, 8 | 35 | |
method def child at indentation level 12 not at correct indentation, 8 | 37 | |
method def child at indentation level 12 not at correct indentation, 8 | 38 | |
method def child at indentation level 12 not at correct indentation, 8 | 39 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 40 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 41 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 16 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 22 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 23 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'StartingPredefinedType' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
Variable 'StartingPredefinedType' must be private and have accessor methods. | 25 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 28 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 29 | |
if at indentation level 16 not at correct indentation, 8 | 31 | |
Conditional logic can be removed. | 31 | |
if lcurly at indentation level 16 not at correct indentation, 8 | 32 | |
if child at indentation level 20 not at correct indentation, 12 | 33 | |
if rcurly at indentation level 16 not at correct indentation, 8 | 34 | |
else at indentation level 16 not at correct indentation, 8 | 35 | |
else lcurly at indentation level 16 not at correct indentation, 8 | 36 | |
else child at indentation level 20 not at correct indentation, 12 | 37 | |
else rcurly at indentation level 16 not at correct indentation, 8 | 38 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 39 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 41 | |
Missing a Javadoc comment. | 41 | |
Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 41 | |
Variable 'Identifier' must be private and have accessor methods. | 41 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 44 | |
Missing a Javadoc comment. | 44 | |
Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 44 | |
Variable 'RankSpecifiers' must be private and have accessor methods. | 44 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 47 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 48 | |
method def child at indentation level 12 not at correct indentation, 8 | 49 | |
for at indentation level 12 not at correct indentation, 8 | 50 | |
for lcurly at indentation level 12 not at correct indentation, 8 | 51 | |
for child at indentation level 16 not at correct indentation, 12 | 52 | |
for child at indentation level 16 not at correct indentation, 12 | 53 | |
for rcurly at indentation level 12 not at correct indentation, 8 | 54 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 55 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 56 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
Line is longer than 80 characters. | 16 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 19 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 20 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 22 | |
Name 'LeftSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 22 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 25 | |
Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 28 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 29 | |
method def child at indentation level 12 not at correct indentation, 8 | 30 | |
method def child at indentation level 12 not at correct indentation, 8 | 31 | |
method def child at indentation level 12 not at correct indentation, 8 | 32 | |
method def child at indentation level 12 not at correct indentation, 8 | 33 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 34 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 35 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 16 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
Line is longer than 80 characters. | 20 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 22 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 23 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 26 | |
Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 26 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 29 | |
Name 'Left' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 29 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 32 | |
Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 32 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 35 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 36 | |
method def child at indentation level 12 not at correct indentation, 8 | 37 | |
method def child at indentation level 12 not at correct indentation, 8 | 38 | |
method def child at indentation level 12 not at correct indentation, 8 | 39 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 40 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 41 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
Line is longer than 80 characters. | 20 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 22 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 23 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 26 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 26 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 29 | |
Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 29 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 32 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 33 | |
method def child at indentation level 12 not at correct indentation, 8 | 34 | |
method def child at indentation level 12 not at correct indentation, 8 | 35 | |
method def child at indentation level 12 not at correct indentation, 8 | 36 | |
method def child at indentation level 12 not at correct indentation, 8 | 37 | |
method def child at indentation level 12 not at correct indentation, 8 | 38 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 39 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 40 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'VariableReference' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 26 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 27 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'Expression' must be private and have accessor methods. | 18 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 25 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 26 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 26 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 27 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 26 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 27 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
class def lcurly at indentation level 4 not at correct indentation, 0 | 16 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 19 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 20 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 22 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 22 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 25 | |
Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 28 | |
method def child at indentation level 12 not at correct indentation, 8 | 29 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 30 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 31 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'VariableReference' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 25 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 26 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 13 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 14 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 16 | |
method def child at indentation level 24 not at correct indentation, 8 | 17 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 18 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 19 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 18 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 19 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 21 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 22 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Missing a Javadoc comment. | 24 | |
Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 24 | |
Variable 'Identifier' must be private and have accessor methods. | 24 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'RankSpecifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 27 | |
Variable 'RankSpecifiers' must be private and have accessor methods. | 27 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 29 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 30 | |
method def child at indentation level 12 not at correct indentation, 8 | 31 | |
if at indentation level 12 not at correct indentation, 8 | 33 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 34 | |
for at indentation level 16 not at correct indentation, 12 | 35 | |
'for' is not followed by whitespace. | 35 | |
for lcurly at indentation level 16 not at correct indentation, 12 | 36 | |
for child at indentation level 20 not at correct indentation, 16 | 37 | |
for at indentation level 20 not at correct indentation, 16 | 38 | |
for lcurly at indentation level 20 not at correct indentation, 16 | 39 | |
for child at indentation level 24 not at correct indentation, 20 | 40 | |
for rcurly at indentation level 20 not at correct indentation, 16 | 41 | |
for child at indentation level 20 not at correct indentation, 16 | 42 | |
for rcurly at indentation level 16 not at correct indentation, 12 | 43 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 44 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 45 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 46 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 27 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 28 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 18 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 19 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 20 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 21 | |
Variable 'Type' must be private and have accessor methods. | 21 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 25 | |
method def child at indentation level 12 not at correct indentation, 8 | 26 | |
method def child at indentation level 12 not at correct indentation, 8 | 27 | |
method def child at indentation level 12 not at correct indentation, 8 | 28 | |
method def child at indentation level 12 not at correct indentation, 8 | 29 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 30 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 32 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 22 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 23 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 25 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 26 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 27 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 28 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'Op' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 30 | |
Variable 'Op' must be private and have accessor methods. | 30 | |
Line is longer than 80 characters. | 38 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 44 | |
Missing a Javadoc comment. | 44 | |
Name 'Child' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 44 | |
Variable 'Child' must be private and have accessor methods. | 44 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 47 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 48 | |
method def child at indentation level 12 not at correct indentation, 8 | 49 | |
method def child at indentation level 12 not at correct indentation, 8 | 50 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 51 | |
method def return type at indentation level 8 not at correct indentation, 4 | 53 | |
Method Name 'UnaryExpression' must not equal the enclosing class name. | 53 | |
Name 'UnaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 54 | |
method def child at indentation level 12 not at correct indentation, 8 | 55 | |
method def child at indentation level 12 not at correct indentation, 8 | 56 | |
method def child at indentation level 12 not at correct indentation, 8 | 57 | |
method def child at indentation level 12 not at correct indentation, 8 | 58 | |
method def child at indentation level 12 not at correct indentation, 8 | 59 | |
method def child at indentation level 12 not at correct indentation, 8 | 60 | |
method def child at indentation level 12 not at correct indentation, 8 | 61 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 62 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 63 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 16 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 27 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 14 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
if at indentation level 24 not at correct indentation, 8 | 18 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 19 | |
if child at indentation level 32 not at correct indentation, 12 | 20 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 21 | |
else at indentation level 24 not at correct indentation, 8 | 22 | |
else lcurly at indentation level 24 not at correct indentation, 8 | 23 | |
Line is longer than 80 characters. | 24 | |
else rcurly at indentation level 24 not at correct indentation, 8 | 25 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 26 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 28 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 28 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 31 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 32 | |
method def child at indentation level 24 not at correct indentation, 8 | 33 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 34 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 35 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 11 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 14 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 23 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 24 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 4 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
ctor def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
'integralType' hides a field. | 17 | |
ctor def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 19 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 20 | |
switch at indentation level 12 not at correct indentation, 8 | 22 | |
switch lcurly at indentation level 12 not at correct indentation, 8 | 23 | |
case child at indentation level 16 not at correct indentation, 8 | 24 | |
case child at indentation level 16 not at correct indentation, 8 | 25 | |
case child at indentation level 16 not at correct indentation, 8 | 26 | |
case child at indentation level 16 not at correct indentation, 8 | 27 | |
block child at indentation level 20 not at correct indentation, 12 | 28 | |
case child at indentation level 16 not at correct indentation, 8 | 30 | |
block child at indentation level 20 not at correct indentation, 12 | 31 | |
',' is not followed by whitespace. | 31 | |
',' is not followed by whitespace. | 31 | |
block child at indentation level 20 not at correct indentation, 12 | 32 | |
case child at indentation level 16 not at correct indentation, 8 | 34 | |
block child at indentation level 20 not at correct indentation, 12 | 35 | |
',' is not followed by whitespace. | 35 | |
',' is not followed by whitespace. | 35 | |
block child at indentation level 20 not at correct indentation, 12 | 36 | |
case child at indentation level 16 not at correct indentation, 8 | 38 | |
block child at indentation level 20 not at correct indentation, 12 | 39 | |
',' is not followed by whitespace. | 39 | |
',' is not followed by whitespace. | 39 | |
block child at indentation level 20 not at correct indentation, 12 | 40 | |
case child at indentation level 16 not at correct indentation, 8 | 42 | |
Line is longer than 80 characters. | 43 | |
block child at indentation level 20 not at correct indentation, 12 | 43 | |
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 43 | |
Line is longer than 80 characters. | 44 | |
block child at indentation level 20 not at correct indentation, 12 | 44 | |
',' is not followed by whitespace. | 44 | |
',' is not followed by whitespace. | 44 | |
',' is not followed by whitespace. | 44 | |
',' is not followed by whitespace. | 44 | |
block child at indentation level 20 not at correct indentation, 12 | 45 | |
case child at indentation level 16 not at correct indentation, 8 | 47 | |
switch rcurly at indentation level 12 not at correct indentation, 8 | 49 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 51 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 52 | |
if at indentation level 12 not at correct indentation, 8 | 53 | |
if lcurly at indentation level 12 not at correct indentation, 8 | 54 | |
if child at indentation level 16 not at correct indentation, 12 | 55 | |
if child at indentation level 16 not at correct indentation, 12 | 56 | |
if child at indentation level 16 not at correct indentation, 12 | 57 | |
if rcurly at indentation level 12 not at correct indentation, 8 | 58 | |
Line is longer than 80 characters. | 59 | |
ctor def child at indentation level 12 not at correct indentation, 8 | 62 | |
ctor def rcurly at indentation level 8 not at correct indentation, 4 | 75 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 77 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 77 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 81 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 82 | |
method def child at indentation level 12 not at correct indentation, 8 | 83 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 84 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 86 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 87 | |
method def child at indentation level 12 not at correct indentation, 8 | 88 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 89 | |
class def rcurly at indentation level 4 not at correct indentation, 0 | 90 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
method def child at indentation level 24 not at correct indentation, 8 | 13 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 14 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 15 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 14 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 15 | |
'-' is not preceded with whitespace. | 15 | |
'-' is not followed by whitespace. | 15 | |
switch at indentation level 24 not at correct indentation, 8 | 16 | |
switch lcurly at indentation level 24 not at correct indentation, 8 | 17 | |
case child at indentation level 32 not at correct indentation, 8 | 18 | |
case child at indentation level 32 not at correct indentation, 8 | 19 | |
block child at indentation level 40 not at correct indentation, 12 | 20 | |
Line is longer than 80 characters. | 21 | |
block child at indentation level 40 not at correct indentation, 12 | 21 | |
block child at indentation level 40 not at correct indentation, 12 | 22 | |
'cast' is not followed by whitespace. | 22 | |
block child at indentation level 40 not at correct indentation, 12 | 23 | |
case child at indentation level 32 not at correct indentation, 8 | 24 | |
case child at indentation level 32 not at correct indentation, 8 | 25 | |
block child at indentation level 40 not at correct indentation, 12 | 26 | |
Line is longer than 80 characters. | 27 | |
block child at indentation level 40 not at correct indentation, 12 | 27 | |
block child at indentation level 40 not at correct indentation, 12 | 28 | |
block child at indentation level 40 not at correct indentation, 12 | 29 | |
case child at indentation level 32 not at correct indentation, 8 | 30 | |
case child at indentation level 32 not at correct indentation, 8 | 31 | |
block child at indentation level 40 not at correct indentation, 12 | 32 | |
Line is longer than 80 characters. | 33 | |
block child at indentation level 40 not at correct indentation, 12 | 33 | |
block child at indentation level 40 not at correct indentation, 12 | 34 | |
'=' is not followed by whitespace. | 34 | |
block child at indentation level 40 not at correct indentation, 12 | 35 | |
case child at indentation level 32 not at correct indentation, 8 | 36 | |
block child at indentation level 40 not at correct indentation, 12 | 37 | |
block child at indentation level 40 not at correct indentation, 12 | 38 | |
switch rcurly at indentation level 24 not at correct indentation, 8 | 39 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 40 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 41 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 42 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 43 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 44 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 45 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 47 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 48 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 49 | |
method def child at indentation level 24 not at correct indentation, 8 | 50 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 51 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 52 | |
Name 'IsFloat' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 52 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 54 | |
Name 'IsDouble' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 54 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 57 | |
Name 'IsDecimal' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 57 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 61 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 62 | |
method def child at indentation level 24 not at correct indentation, 8 | 63 | |
if at indentation level 24 not at correct indentation, 8 | 64 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 65 | |
if child at indentation level 32 not at correct indentation, 12 | 66 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 67 | |
else at indentation level 24 not at correct indentation, 8 | 68 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 69 | |
if child at indentation level 32 not at correct indentation, 12 | 70 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 71 | |
else at indentation level 24 not at correct indentation, 8 | 72 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 73 | |
if child at indentation level 32 not at correct indentation, 12 | 74 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 75 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 76 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 77 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 13 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Line is longer than 80 characters. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Name 'IsVerbatim' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 21 | |
if at indentation level 24 not at correct indentation, 8 | 22 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 23 | |
if at indentation level 32 not at correct indentation, 12 | 24 | |
if lcurly at indentation level 32 not at correct indentation, 12 | 25 | |
if child at indentation level 40 not at correct indentation, 16 | 26 | |
if rcurly at indentation level 32 not at correct indentation, 12 | 27 | |
if child at indentation level 32 not at correct indentation, 12 | 28 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 29 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 30 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 31 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 1 | |
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 12 | |
method def child at indentation level 24 not at correct indentation, 8 | 13 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 14 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 15 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 20 | |
Variable 'Identifier' must be private and have accessor methods. | 20 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 22 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 20 | |
Variable 'Expression' must be private and have accessor methods. | 20 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 22 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 18 | |
'{' is not preceded with whitespace. | 18 | |
method def child at indentation level 12 not at correct indentation, 8 | 19 | |
'=' is not preceded with whitespace. | 19 | |
'=' is not followed by whitespace. | 19 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 20 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
'if' construct must use '{}'s. | 22 | |
if at indentation level 12 not at correct indentation, 8 | 22 | |
'if' is not followed by whitespace. | 22 | |
'=' is not preceded with whitespace. | 23 | |
'=' is not followed by whitespace. | 23 | |
method def child at indentation level 12 not at correct indentation, 8 | 24 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 25 | |
Line is longer than 80 characters. | 28 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 28 | |
Missing a Javadoc comment. | 28 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 28 | |
Variable 'Statements' must be private and have accessor methods. | 28 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 31 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 32 | |
if at indentation level 24 not at correct indentation, 8 | 33 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 34 | |
if child at indentation level 32 not at correct indentation, 12 | 35 | |
if child at indentation level 32 not at correct indentation, 12 | 36 | |
if child at indentation level 32 not at correct indentation, 12 | 37 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 38 | |
else at indentation level 24 not at correct indentation, 8 | 39 | |
'if' is not followed by whitespace. | 39 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 40 | |
Line is longer than 80 characters. | 41 | |
if child at indentation level 32 not at correct indentation, 12 | 42 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 43 | |
if at indentation level 24 not at correct indentation, 8 | 45 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 46 | |
if child at indentation level 32 not at correct indentation, 12 | 47 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 48 | |
if at indentation level 24 not at correct indentation, 8 | 50 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 51 | |
if child at indentation level 32 not at correct indentation, 12 | 52 | |
if child at indentation level 32 not at correct indentation, 12 | 53 | |
if child at indentation level 32 not at correct indentation, 12 | 54 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 55 | |
method def child at indentation level 24 not at correct indentation, 8 | 56 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 57 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 58 |
Violation | Message | Line |
---|---|---|
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'IsDefaultCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'IsDefaultCase' must be private and have accessor methods. | 14 | |
Line is longer than 80 characters. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Ranges' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Ranges' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'StatementBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'StatementBlock' must be private and have accessor methods. | 18 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
for at indentation level 24 not at correct indentation, 8 | 24 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 25 | |
for child at indentation level 32 not at correct indentation, 12 | 26 | |
for child at indentation level 32 not at correct indentation, 12 | 27 | |
for child at indentation level 32 not at correct indentation, 12 | 28 | |
Line is longer than 80 characters. | 29 | |
if at indentation level 32 not at correct indentation, 12 | 30 | |
'&&' should be on a new line. | 30 | |
Expression can be simplified. | 31 | |
'&&' should be on a new line. | 31 | |
'==' is not preceded with whitespace. | 32 | |
Expression can be simplified. | 32 | |
'&&' should be on a new line. | 32 | |
if lcurly at indentation level 32 not at correct indentation, 12 | 34 | |
if child at indentation level 40 not at correct indentation, 16 | 35 | |
if rcurly at indentation level 32 not at correct indentation, 12 | 36 | |
for child at indentation level 32 not at correct indentation, 12 | 37 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 38 | |
if at indentation level 24 not at correct indentation, 8 | 39 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 40 | |
if child at indentation level 32 not at correct indentation, 12 | 41 | |
Line is longer than 80 characters. | 42 | |
if at indentation level 32 not at correct indentation, 12 | 42 | |
Expression can be simplified. | 42 | |
if lcurly at indentation level 32 not at correct indentation, 12 | 43 | |
if child at indentation level 40 not at correct indentation, 16 | 44 | |
if rcurly at indentation level 32 not at correct indentation, 12 | 45 | |
if child at indentation level 32 not at correct indentation, 12 | 46 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 47 | |
method def child at indentation level 24 not at correct indentation, 8 | 48 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 50 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 52 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ClassType' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'ClassType' must be private and have accessor methods. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Identifier' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Identifier' must be private and have accessor methods. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Name 'CatchBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
Variable 'CatchBlock' must be private and have accessor methods. | 19 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
if at indentation level 24 not at correct indentation, 8 | 24 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 25 | |
if child at indentation level 32 not at correct indentation, 12 | 26 | |
if child at indentation level 32 not at correct indentation, 12 | 27 | |
if child at indentation level 32 not at correct indentation, 12 | 28 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 29 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def child at indentation level 24 not at correct indentation, 8 | 31 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 32 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 33 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Name 'CheckedBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 11 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 14 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 15 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 17 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 18 |
Violation | Message | Line |
---|---|---|
Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 10 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'Test' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Statements' must be private and have accessor methods. | 16 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 19 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 20 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 22 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 24 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 14 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 15 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 18 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 21 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 24 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 29 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 30 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Name 'FinallyBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 11 | |
Variable 'FinallyBlock' must be private and have accessor methods. | 11 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 14 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 15 | |
method def child at indentation level 24 not at correct indentation, 8 | 16 | |
method def child at indentation level 24 not at correct indentation, 8 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 19 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 20 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'Iterator' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'Iterator' must be private and have accessor methods. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Collection' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Collection' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
Variable 'Statements' must be private and have accessor methods. | 19 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 22 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 23 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 25 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 27 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
Line is longer than 80 characters. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'Init' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'Init' must be private and have accessor methods. | 14 | |
Line is longer than 80 characters. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Test' must be private and have accessor methods. | 16 | |
Line is longer than 80 characters. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'Inc' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'Inc' must be private and have accessor methods. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 21 | |
Variable 'Statements' must be private and have accessor methods. | 21 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 24 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 29 | |
method def child at indentation level 24 not at correct indentation, 8 | 30 | |
method def child at indentation level 24 not at correct indentation, 8 | 31 | |
method def child at indentation level 24 not at correct indentation, 8 | 32 | |
method def child at indentation level 24 not at correct indentation, 8 | 33 | |
method def child at indentation level 24 not at correct indentation, 8 | 34 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 36 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 38 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'IsCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'IsCase' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'IsDefaultCase' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'IsDefaultCase' must be private and have accessor methods. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'Target' must be private and have accessor methods. | 18 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 22 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 25 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'Test' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Statements' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'ElseStatements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'ElseStatements' must be private and have accessor methods. | 18 | |
'=' is not preceded with whitespace. | 18 | |
'=' is not followed by whitespace. | 18 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
if at indentation level 24 not at correct indentation, 8 | 23 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 24 | |
if child at indentation level 32 not at correct indentation, 12 | 25 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
method def child at indentation level 24 not at correct indentation, 8 | 29 | |
if at indentation level 24 not at correct indentation, 8 | 31 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 32 | |
if child at indentation level 32 not at correct indentation, 12 | 33 | |
if child at indentation level 32 not at correct indentation, 12 | 34 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 35 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 37 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 39 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'Name' must be private and have accessor methods. | 14 | |
Line is longer than 80 characters. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Statements' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 20 | |
method def child at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 26 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 17 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 19 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 20 | |
Line is longer than 80 characters. | 21 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 22 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 23 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 24 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 25 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 26 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 28 | |
Missing a Javadoc comment. | 28 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 28 | |
Variable 'Type' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 31 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'Identifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 31 | |
Variable 'Identifiers' must be private and have accessor methods. | 31 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 33 | |
Missing a Javadoc comment. | 33 | |
Name 'RightSide' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 33 | |
Variable 'RightSide' must be private and have accessor methods. | 33 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'IsConstant' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 36 | |
Variable 'IsConstant' must be private and have accessor methods. | 36 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 39 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 40 | |
if at indentation level 24 not at correct indentation, 8 | 41 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 42 | |
if child at indentation level 32 not at correct indentation, 12 | 43 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 44 | |
method def child at indentation level 24 not at correct indentation, 8 | 45 | |
method def child at indentation level 24 not at correct indentation, 8 | 46 | |
method def child at indentation level 24 not at correct indentation, 8 | 47 | |
for at indentation level 24 not at correct indentation, 8 | 48 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 49 | |
for child at indentation level 32 not at correct indentation, 12 | 50 | |
for child at indentation level 32 not at correct indentation, 12 | 51 | |
for child at indentation level 32 not at correct indentation, 12 | 52 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 53 | |
if at indentation level 24 not at correct indentation, 8 | 54 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 55 | |
if child at indentation level 32 not at correct indentation, 12 | 56 | |
if child at indentation level 32 not at correct indentation, 12 | 57 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 58 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 59 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 60 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'Target' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'Statements' must be private and have accessor methods. | 15 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 18 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 19 | |
method def child at indentation level 24 not at correct indentation, 8 | 20 | |
method def child at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 25 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'ReturnValue' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'ReturnValue' must be private and have accessor methods. | 13 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
if at indentation level 24 not at correct indentation, 8 | 19 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 20 | |
if child at indentation level 32 not at correct indentation, 12 | 21 | |
if child at indentation level 32 not at correct indentation, 12 | 22 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 25 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 26 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 27 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 4 not at correct indentation, 0 | 12 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
method def child at indentation level 24 not at correct indentation, 8 | 15 | |
method def child at indentation level 24 not at correct indentation, 8 | 16 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 17 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 18 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'Test' must be private and have accessor methods. | 14 | |
Line is longer than 80 characters. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Cases' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Cases' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def child at indentation level 24 not at correct indentation, 8 | 27 | |
method def child at indentation level 24 not at correct indentation, 8 | 28 | |
for at indentation level 24 not at correct indentation, 8 | 30 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 31 | |
for child at indentation level 32 not at correct indentation, 12 | 32 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 33 | |
method def child at indentation level 24 not at correct indentation, 8 | 34 | |
method def child at indentation level 24 not at correct indentation, 8 | 35 | |
method def child at indentation level 24 not at correct indentation, 8 | 36 | |
method def child at indentation level 24 not at correct indentation, 8 | 37 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 38 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 39 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'ThrowExpression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'ThrowExpression' must be private and have accessor methods. | 13 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 16 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 17 | |
method def child at indentation level 24 not at correct indentation, 8 | 18 | |
if at indentation level 24 not at correct indentation, 8 | 19 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 20 | |
if child at indentation level 32 not at correct indentation, 12 | 21 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 25 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'TryBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'TryBlock' must be private and have accessor methods. | 13 | |
Line is longer than 80 characters. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'CatchBlocks' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'CatchBlocks' must be private and have accessor methods. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'FinallyBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'FinallyBlock' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def child at indentation level 24 not at correct indentation, 8 | 24 | |
for at indentation level 24 not at correct indentation, 8 | 25 | |
'for' is not followed by whitespace. | 25 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 26 | |
for child at indentation level 32 not at correct indentation, 12 | 27 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 28 | |
if at indentation level 24 not at correct indentation, 8 | 30 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 31 | |
if child at indentation level 32 not at correct indentation, 12 | 32 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 33 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 34 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 35 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 10 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 11 | |
Missing a Javadoc comment. | 11 | |
Name 'UncheckedBlock' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 11 | |
Variable 'UncheckedBlock' must be private and have accessor methods. | 11 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 13 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 14 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 16 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 17 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'Resource' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'Resource' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'Statements' must be private and have accessor methods. | 15 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 18 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 19 | |
method def child at indentation level 24 not at correct indentation, 8 | 20 | |
method def child at indentation level 24 not at correct indentation, 8 | 21 | |
method def child at indentation level 24 not at correct indentation, 8 | 22 | |
method def child at indentation level 24 not at correct indentation, 8 | 23 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 24 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 25 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 12 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 13 | |
Missing a Javadoc comment. | 13 | |
Name 'Test' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 13 | |
Variable 'Test' must be private and have accessor methods. | 13 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'Statements' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'Statements' must be private and have accessor methods. | 15 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 17 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 18 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 20 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 22 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'ArgumentName' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'ArgumentName' must be private and have accessor methods. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Expression' must be private and have accessor methods. | 17 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 20 | |
if at indentation level 24 not at correct indentation, 8 | 21 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 22 | |
if child at indentation level 32 not at correct indentation, 12 | 23 | |
if child at indentation level 32 not at correct indentation, 12 | 24 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 25 | |
method def child at indentation level 24 not at correct indentation, 8 | 26 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 27 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'Modifiers' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 21 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 21 | |
Variable 'Name' must be private and have accessor methods. | 21 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Name 'Arguments' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 24 | |
Variable 'Arguments' must be private and have accessor methods. | 24 | |
'=' is not followed by whitespace. | 24 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'UsingDirectives' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 15 | |
Variable 'UsingDirectives' must be private and have accessor methods. | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'GlobalAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'GlobalAttributes' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Namespaces' must be private and have accessor methods. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'DefaultNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'DefaultNamespace' must be private and have accessor methods. | 18 | |
Line is longer than 80 characters. | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'defaultNamespaceName' must be private and have accessor methods. | 19 | |
'{' is followed by whitespace. | 19 | |
ctor def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
ctor def lcurly at indentation level 16 not at correct indentation, 4 | 22 | |
Line is longer than 80 characters. | 23 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 23 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 24 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 25 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 27 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 28 | |
ctor def child at indentation level 24 not at correct indentation, 8 | 29 | |
ctor def rcurly at indentation level 16 not at correct indentation, 4 | 30 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 38 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 39 | |
if at indentation level 24 not at correct indentation, 8 | 40 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 41 | |
if child at indentation level 32 not at correct indentation, 12 | 42 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 43 | |
for at indentation level 24 not at correct indentation, 8 | 45 | |
'for' is not followed by whitespace. | 45 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 46 | |
for child at indentation level 32 not at correct indentation, 12 | 47 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 48 | |
for at indentation level 24 not at correct indentation, 8 | 50 | |
for lcurly at indentation level 24 not at correct indentation, 8 | 51 | |
for child at indentation level 32 not at correct indentation, 12 | 52 | |
for rcurly at indentation level 24 not at correct indentation, 8 | 53 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 54 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 56 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 15 | |
Line is longer than 80 characters. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Namespaces' must be private and have accessor methods. | 16 | |
Line is longer than 80 characters. | 18 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'Classes' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 18 | |
Variable 'Classes' must be private and have accessor methods. | 18 | |
Line is longer than 80 characters. | 21 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 21 | |
Missing a Javadoc comment. | 21 | |
Name 'Enums' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 21 | |
Variable 'Enums' must be private and have accessor methods. | 21 | |
Line is longer than 80 characters. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
Name 'Delegates' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 23 | |
Variable 'Delegates' must be private and have accessor methods. | 23 | |
Line is longer than 80 characters. | 26 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 26 | |
Missing a Javadoc comment. | 26 | |
Name 'Interfaces' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 26 | |
Variable 'Interfaces' must be private and have accessor methods. | 26 | |
Line is longer than 80 characters. | 29 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'Structs' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 29 | |
Variable 'Structs' must be private and have accessor methods. | 29 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 33 | |
Missing a Javadoc comment. | 33 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 33 | |
Variable 'Name' must be private and have accessor methods. | 33 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 36 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 37 | |
if at indentation level 24 not at correct indentation, 8 | 38 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 39 | |
if child at indentation level 32 not at correct indentation, 12 | 40 | |
if child at indentation level 32 not at correct indentation, 12 | 41 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 42 | |
if at indentation level 24 not at correct indentation, 8 | 43 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 44 | |
if child at indentation level 32 not at correct indentation, 12 | 45 | |
if child at indentation level 32 not at correct indentation, 12 | 46 | |
if child at indentation level 32 not at correct indentation, 12 | 47 | |
if child at indentation level 32 not at correct indentation, 12 | 48 | |
if child at indentation level 32 not at correct indentation, 12 | 49 | |
if child at indentation level 32 not at correct indentation, 12 | 50 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 51 | |
'if' construct must use '{}'s. | 53 | |
if at indentation level 24 not at correct indentation, 8 | 53 | |
'if' construct must use '{}'s. | 56 | |
if at indentation level 24 not at correct indentation, 8 | 56 | |
'if' is not followed by whitespace. | 56 | |
'if' construct must use '{}'s. | 59 | |
if at indentation level 24 not at correct indentation, 8 | 59 | |
'if' construct must use '{}'s. | 62 | |
if at indentation level 24 not at correct indentation, 8 | 62 | |
'if' construct must use '{}'s. | 65 | |
if at indentation level 24 not at correct indentation, 8 | 65 | |
'if' construct must use '{}'s. | 68 | |
if at indentation level 24 not at correct indentation, 8 | 68 | |
if at indentation level 24 not at correct indentation, 8 | 72 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 73 | |
if child at indentation level 32 not at correct indentation, 12 | 74 | |
if child at indentation level 32 not at correct indentation, 12 | 75 | |
if child at indentation level 32 not at correct indentation, 12 | 76 | |
if child at indentation level 32 not at correct indentation, 12 | 77 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 78 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 81 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 83 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 13 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'IsAlias' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 14 | |
Variable 'IsAlias' must be private and have accessor methods. | 14 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Target' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 8 not at correct indentation, 4 | 21 | |
method def modifier at indentation level 9 not at correct indentation, 4 | 23 | |
method def child at indentation level 12 not at correct indentation, 8 | 24 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 25 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 27 | |
'aliasName' hides a field. | 27 | |
method def child at indentation level 12 not at correct indentation, 8 | 28 | |
method def child at indentation level 12 not at correct indentation, 8 | 29 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 30 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 35 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
method def lcurly at indentation level 8 not at correct indentation, 4 | 36 | |
method def child at indentation level 24 not at correct indentation, 8 | 37 | |
method def child at indentation level 24 not at correct indentation, 8 | 40 | |
if at indentation level 24 not at correct indentation, 8 | 42 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 43 | |
if child at indentation level 32 not at correct indentation, 12 | 44 | |
if child at indentation level 32 not at correct indentation, 12 | 45 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 46 | |
method def child at indentation level 24 not at correct indentation, 8 | 47 | |
method def child at indentation level 24 not at correct indentation, 8 | 48 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 49 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 50 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 20 | |
Missing a Javadoc comment. | 20 | |
Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 20 | |
Variable 'Modifiers' must be private and have accessor methods. | 20 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 23 | |
Variable 'Name' must be private and have accessor methods. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 26 | |
Missing a Javadoc comment. | 26 | |
Name 'BaseClasses' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 26 | |
Variable 'BaseClasses' must be private and have accessor methods. | 26 | |
'=' is not followed by whitespace. | 26 | |
Line is longer than 80 characters. | 30 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'Constants' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 30 | |
Variable 'Constants' must be private and have accessor methods. | 30 | |
'=' is not followed by whitespace. | 30 | |
Line is longer than 80 characters. | 32 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'Fields' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 32 | |
Variable 'Fields' must be private and have accessor methods. | 32 | |
'=' is not followed by whitespace. | 32 | |
Line is longer than 80 characters. | 35 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 35 | |
Missing a Javadoc comment. | 35 | |
Name 'Properties' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 35 | |
Variable 'Properties' must be private and have accessor methods. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line is longer than 80 characters. | 37 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 37 | |
Missing a Javadoc comment. | 37 | |
Name 'Constructors' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 37 | |
Variable 'Constructors' must be private and have accessor methods. | 37 | |
'=' is not followed by whitespace. | 37 | |
Line is longer than 80 characters. | 40 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 40 | |
Missing a Javadoc comment. | 40 | |
Name 'Destructors' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 40 | |
Variable 'Destructors' must be private and have accessor methods. | 40 | |
'=' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 43 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 43 | |
Missing a Javadoc comment. | 43 | |
Name 'Methods' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 43 | |
Variable 'Methods' must be private and have accessor methods. | 43 | |
'=' is not followed by whitespace. | 43 | |
Line is longer than 80 characters. | 46 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 46 | |
Missing a Javadoc comment. | 46 | |
Name 'Indexers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 46 | |
Variable 'Indexers' must be private and have accessor methods. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 49 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 49 | |
Missing a Javadoc comment. | 49 | |
Name 'Events' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 49 | |
Variable 'Events' must be private and have accessor methods. | 49 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 58 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 59 | |
method def child at indentation level 24 not at correct indentation, 8 | 60 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 61 | |
method def modifier at indentation level 8 not at correct indentation, 4 | 62 | |
Name 'WriteLocalSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 63 | |
if at indentation level 24 not at correct indentation, 8 | 64 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 65 | |
if child at indentation level 32 not at correct indentation, 12 | 66 | |
if child at indentation level 32 not at correct indentation, 12 | 67 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 68 | |
method def child at indentation level 24 not at correct indentation, 8 | 69 | |
method def child at indentation level 24 not at correct indentation, 8 | 71 | |
method def child at indentation level 24 not at correct indentation, 8 | 72 | |
method def child at indentation level 24 not at correct indentation, 8 | 73 | |
if at indentation level 24 not at correct indentation, 8 | 75 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 76 | |
if child at indentation level 32 not at correct indentation, 12 | 77 | |
if child at indentation level 32 not at correct indentation, 12 | 78 | |
for at indentation level 32 not at correct indentation, 12 | 79 | |
'for' is not followed by whitespace. | 79 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 80 | |
for child at indentation level 40 not at correct indentation, 16 | 81 | |
for child at indentation level 40 not at correct indentation, 16 | 82 | |
for child at indentation level 40 not at correct indentation, 16 | 83 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 84 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 85 | |
method def child at indentation level 24 not at correct indentation, 8 | 87 | |
method def child at indentation level 24 not at correct indentation, 8 | 88 | |
method def child at indentation level 24 not at correct indentation, 8 | 89 | |
method def child at indentation level 24 not at correct indentation, 8 | 90 | |
if at indentation level 24 not at correct indentation, 8 | 92 | |
'if' is not followed by whitespace. | 92 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 93 | |
if child at indentation level 32 not at correct indentation, 12 | 94 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 95 | |
if at indentation level 24 not at correct indentation, 8 | 96 | |
'if' is not followed by whitespace. | 96 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 97 | |
if child at indentation level 32 not at correct indentation, 12 | 98 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 99 | |
if at indentation level 24 not at correct indentation, 8 | 100 | |
'if' is not followed by whitespace. | 100 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 101 | |
if child at indentation level 32 not at correct indentation, 12 | 102 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 103 | |
if at indentation level 24 not at correct indentation, 8 | 104 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 105 | |
if child at indentation level 32 not at correct indentation, 12 | 106 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 107 | |
if at indentation level 24 not at correct indentation, 8 | 108 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 109 | |
if child at indentation level 32 not at correct indentation, 12 | 110 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 111 | |
if at indentation level 24 not at correct indentation, 8 | 112 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 113 | |
if child at indentation level 32 not at correct indentation, 12 | 114 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 115 | |
if at indentation level 24 not at correct indentation, 8 | 116 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 117 | |
if child at indentation level 32 not at correct indentation, 12 | 118 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 119 | |
if at indentation level 24 not at correct indentation, 8 | 120 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 121 | |
if child at indentation level 32 not at correct indentation, 12 | 122 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 123 | |
method def child at indentation level 24 not at correct indentation, 8 | 125 | |
method def child at indentation level 24 not at correct indentation, 8 | 126 | |
method def child at indentation level 24 not at correct indentation, 8 | 127 | |
method def child at indentation level 24 not at correct indentation, 8 | 128 | |
method def rcurly at indentation level 8 not at correct indentation, 4 | 130 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 132 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 17 | |
Variable 'Modifiers' must be private and have accessor methods. | 17 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
Variable 'Type' must be private and have accessor methods. | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Missing a Javadoc comment. | 22 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 22 | |
Variable 'Name' must be private and have accessor methods. | 22 | |
Line is longer than 80 characters. | 25 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'Params' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
Variable 'Params' must be private and have accessor methods. | 25 | |
'=' is not followed by whitespace. | 25 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 28 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 29 | |
if at indentation level 24 not at correct indentation, 8 | 30 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 31 | |
if child at indentation level 32 not at correct indentation, 12 | 32 | |
if child at indentation level 32 not at correct indentation, 12 | 33 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 34 | |
method def child at indentation level 24 not at correct indentation, 8 | 35 | |
method def child at indentation level 24 not at correct indentation, 8 | 37 | |
method def child at indentation level 24 not at correct indentation, 8 | 38 | |
method def child at indentation level 24 not at correct indentation, 8 | 39 | |
method def child at indentation level 24 not at correct indentation, 8 | 40 | |
method def child at indentation level 24 not at correct indentation, 8 | 42 | |
if at indentation level 24 not at correct indentation, 8 | 43 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 44 | |
if child at indentation level 32 not at correct indentation, 12 | 45 | |
for at indentation level 32 not at correct indentation, 12 | 46 | |
'for' is not followed by whitespace. | 46 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 47 | |
for child at indentation level 40 not at correct indentation, 16 | 48 | |
for child at indentation level 40 not at correct indentation, 16 | 49 | |
for child at indentation level 40 not at correct indentation, 16 | 50 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 51 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 52 | |
method def child at indentation level 24 not at correct indentation, 8 | 53 | |
method def child at indentation level 24 not at correct indentation, 8 | 54 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 56 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 57 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 15 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 16 | |
Missing a Javadoc comment. | 16 | |
Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 16 | |
Variable 'Modifiers' must be private and have accessor methods. | 16 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 19 | |
Missing a Javadoc comment. | 19 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 19 | |
Variable 'Name' must be private and have accessor methods. | 19 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 22 | |
Missing a Javadoc comment. | 22 | |
Name 'BaseClass' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 22 | |
Variable 'BaseClass' must be private and have accessor methods. | 22 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
Variable 'Value' must be private and have accessor methods. | 25 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 28 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 29 | |
if at indentation level 24 not at correct indentation, 8 | 32 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 33 | |
if child at indentation level 32 not at correct indentation, 12 | 34 | |
if child at indentation level 32 not at correct indentation, 12 | 35 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 36 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 38 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 39 |
Violation | Message | Line |
---|---|---|
class def lcurly at indentation level 8 not at correct indentation, 0 | 22 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 23 | |
Missing a Javadoc comment. | 23 | |
Name 'Modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 23 | |
Variable 'Modifiers' must be private and have accessor methods. | 23 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 25 | |
Variable 'Name' must be private and have accessor methods. | 25 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'BaseClasses' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 27 | |
Variable 'BaseClasses' must be private and have accessor methods. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line is longer than 80 characters. | 29 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'Methods' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 29 | |
Variable 'Methods' must be private and have accessor methods. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line is longer than 80 characters. | 31 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'Properties' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 31 | |
Variable 'Properties' must be private and have accessor methods. | 31 | |
'=' is not followed by whitespace. | 31 | |
Line is longer than 80 characters. | 34 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 34 | |
Missing a Javadoc comment. | 34 | |
Name 'Indexers' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 34 | |
Variable 'Indexers' must be private and have accessor methods. | 34 | |
'=' is not followed by whitespace. | 34 | |
Line is longer than 80 characters. | 37 | |
member def modifier at indentation level 16 not at correct indentation, 4 | 37 | |
Missing a Javadoc comment. | 37 | |
Name 'Events' must match pattern '^[a-z][a-zA-Z0-9]*$|^LOG$'. | 37 | |
Variable 'Events' must be private and have accessor methods. | 37 | |
'=' is not followed by whitespace. | 37 | |
method def modifier at indentation level 16 not at correct indentation, 4 | 40 | |
Name 'ToSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
method def lcurly at indentation level 16 not at correct indentation, 4 | 41 | |
if at indentation level 24 not at correct indentation, 8 | 42 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 43 | |
if child at indentation level 32 not at correct indentation, 12 | 44 | |
if child at indentation level 32 not at correct indentation, 12 | 45 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 46 | |
method def child at indentation level 24 not at correct indentation, 8 | 47 | |
method def child at indentation level 24 not at correct indentation, 8 | 49 | |
method def child at indentation level 24 not at correct indentation, 8 | 50 | |
method def child at indentation level 24 not at correct indentation, 8 | 51 | |
if at indentation level 24 not at correct indentation, 8 | 53 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 54 | |
if child at indentation level 32 not at correct indentation, 12 | 55 | |
if child at indentation level 32 not at correct indentation, 12 | 56 | |
for at indentation level 32 not at correct indentation, 12 | 57 | |
for lcurly at indentation level 32 not at correct indentation, 12 | 58 | |
for child at indentation level 40 not at correct indentation, 16 | 59 | |
for child at indentation level 40 not at correct indentation, 16 | 60 | |
for child at indentation level 40 not at correct indentation, 16 | 61 | |
for rcurly at indentation level 32 not at correct indentation, 12 | 62 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 63 | |
method def child at indentation level 24 not at correct indentation, 8 | 65 | |
method def child at indentation level 24 not at correct indentation, 8 | 66 | |
method def child at indentation level 24 not at correct indentation, 8 | 67 | |
method def child at indentation level 24 not at correct indentation, 8 | 68 | |
if at indentation level 24 not at correct indentation, 8 | 70 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 71 | |
if child at indentation level 32 not at correct indentation, 12 | 72 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 73 | |
if at indentation level 24 not at correct indentation, 8 | 74 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 75 | |
if child at indentation level 32 not at correct indentation, 12 | 76 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 77 | |
if at indentation level 24 not at correct indentation, 8 | 78 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 79 | |
if child at indentation level 32 not at correct indentation, 12 | 80 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 81 | |
if at indentation level 24 not at correct indentation, 8 | 82 | |
if lcurly at indentation level 24 not at correct indentation, 8 | 83 | |
if child at indentation level 32 not at correct indentation, 12 | 84 | |
if rcurly at indentation level 24 not at correct indentation, 8 | 85 | |
method def child at indentation level 24 not at correct indentation, 8 | 87 | |
method def child at indentation level 24 not at correct indentation, 8 | 88 | |
method def child at indentation level 24 not at correct indentation, 8 | 89 | |
method def child at indentation level 24 not at correct indentation, 8 | 90 | |
method def rcurly at indentation level 16 not at correct indentation, 4 | 92 | |
class def rcurly at indentation level 8 not at correct indentation, 0 | 93 |