Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
300525

Rules

RulesViolationsSeverity
JavadocPackage1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter3Errors Error
JavadocType
  • allowMissingParamTags: "true"
  • scope: "public"
0Errors Error
JavadocStyle3Errors Error
ConstantName9Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName1Errors Error
MemberName15Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
LineLength91Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
ParenPad3Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
12Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock15Errors Error
LeftCurly186Errors Error
NeedBraces10Errors Error
RightCurly15Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier42Errors Error
ArrayTypeStyle0Errors Error
Indentation
  • caseIndent: "0"
  • basicOffset: "2"
116Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

com/yahoo/ycsb/db/CassandraClient10.java

ViolationMessageLine
ErrorsUnused import - java.io.UnsupportedEncodingException.26
ErrorsUnused import - java.util.HashSet.34
ErrorsFirst sentence should end with a period.49
Errors'{' should be on the previous line.53
ErrorsVariable 'random' must be private and have accessor methods.54
ErrorsName 'Ok' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
ErrorsName 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
ErrorsName 'emptyByteBuffer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
ErrorsName 'ConnectionRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsVariable 'ConnectionRetries' must be private and have accessor methods.59
ErrorsName 'OperationRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsVariable 'OperationRetries' must be private and have accessor methods.60
ErrorsName 'column_family' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsVariable 'column_family' must be private and have accessor methods.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
ErrorsVariable 'tr' must be private and have accessor methods.75
ErrorsVariable 'client' must be private and have accessor methods.76
ErrorsName '_debug' must match pattern '^[a-z][a-zA-Z0-9]*$'.78
ErrorsVariable '_debug' must be private and have accessor methods.78
ErrorsName '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsVariable '_table' must be private and have accessor methods.80
ErrorsVariable 'errorexception' must be private and have accessor methods.81
ErrorsVariable 'mutations' must be private and have accessor methods.83
ErrorsLine is longer than 80 characters.84
ErrorsVariable 'mutationMap' must be private and have accessor methods.84
ErrorsLine is longer than 80 characters.85
ErrorsVariable 'record' must be private and have accessor methods.85
ErrorsVariable 'parent' must be private and have accessor methods.87
ErrorsVariable 'readConsistency' must be private and have accessor methods.89
ErrorsVariable 'writeConsistency' must be private and have accessor methods.90
Errors'{' should be on the previous line.99
Errors'if' construct must use '{}'s.106
Errorsif at indentation level 8 not at correct indentation, 6106
ErrorsFile contains tab characters (this is the first instance).106
Errors'if' construct must use '{}'s.108
Errorselse at indentation level 8 not at correct indentation, 6108
Errors'if' construct must use '{}'s.110
Errorselse at indentation level 8 not at correct indentation, 6110
Errors'else' construct must use '{}'s.112
Errorselse at indentation level 8 not at correct indentation, 6112
Errorselse child at indentation level 8 not at correct indentation, 6115
Errors'if' construct must use '{}'s.118
Errorsif at indentation level 8 not at correct indentation, 6118
Errors'if' construct must use '{}'s.120
Errorselse at indentation level 8 not at correct indentation, 6120
Errors'if' construct must use '{}'s.122
Errorselse at indentation level 8 not at correct indentation, 6122
Errors'else' construct must use '{}'s.124
Errorselse at indentation level 8 not at correct indentation, 6124
Errorselse child at indentation level 8 not at correct indentation, 6127
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.131
Errors'{' should be on the previous line.137
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.152
Errors'{' should be on the previous line.160
Errors'{' should be on the previous line.165
Errors'{' should be on the previous line.170
Errors'{' should be on the previous line.174
Errors'{' should be on the previous line.177
ErrorsMust have at least one statement.177
Errors'{' should be on the previous line.181
ErrorsLine is longer than 80 characters.182
ErrorsLine is longer than 80 characters.184
Errors'{' should be on the previous line.190
Errorsif child at indentation level 8 not at correct indentation, 6191
Errors',' is not followed by whitespace.191
Errors',' is not followed by whitespace.191
Errorsif child at indentation level 8 not at correct indentation, 6192
Errorsif child at indentation level 8 not at correct indentation, 6193
Errorsif child at indentation level 8 not at correct indentation, 6194
Errorstry at indentation level 8 not at correct indentation, 6195
Errorstry lcurly at indentation level 8 not at correct indentation, 6196
Errors'{' should be on the previous line.196
Errorstry child at indentation level 12 not at correct indentation, 8197
Errorstry rcurly at indentation level 8 not at correct indentation, 6198
Errors'}' should be on the same line.198
Errorscatch at indentation level 8 not at correct indentation, 6199
Errorscatch lcurly at indentation level 8 not at correct indentation, 6200
Errors'{' should be on the previous line.200
Errorscatch child at indentation level 12 not at correct indentation, 8201
Errorscatch rcurly at indentation level 8 not at correct indentation, 6202
Errors'{' should be on the previous line.211
ErrorsLine is longer than 80 characters.229
Errors'{' should be on the previous line.233
Errors'}' should be on the same line.236
Errors'{' should be on the previous line.238
Errors'{' should be on the previous line.253
Errors'{' should be on the previous line.256
Errors'{' should be on the previous line.259
ErrorsLine is longer than 80 characters.260
ErrorsLine is longer than 80 characters.263
Errors'{' should be on the previous line.265
ErrorsLine is longer than 80 characters.272
ErrorsLine is longer than 80 characters.275
ErrorsLine is longer than 80 characters.276
Errors'{' should be on the previous line.278
ErrorsLine is longer than 80 characters.282
Errorsif child at indentation level 16 not at correct indentation, 10282
Errors'{' should be on the previous line.290
ErrorsLine is longer than 80 characters.294
Errorsfor child at indentation level 12 not at correct indentation, 10294
ErrorsLine is longer than 80 characters.295
Errorsfor child at indentation level 12 not at correct indentation, 10295
Errors',' is not followed by whitespace.297
ErrorsLine is longer than 80 characters.306
Errors'{' should be on the previous line.309
Errors'{' should be on the previous line.315
Errors'{' should be on the previous line.321
Errors'{' should be on the previous line.326
Errors'{' should be on the previous line.329
ErrorsMust have at least one statement.329
ErrorsLine is longer than 80 characters.355
Errors'{' should be on the previous line.357
Errors'{' should be on the previous line.360
Errors'}' should be on the same line.363
Errors'{' should be on the previous line.365
Errors'{' should be on the previous line.373
Errors'{' should be on the previous line.376
Errors'{' should be on the previous line.379
ErrorsLine is longer than 80 characters.380
ErrorsLine is longer than 80 characters.383
Errors'{' should be on the previous line.385
Errorsfor child at indentation level 14 not at correct indentation, 12386
ErrorsLine is longer than 80 characters.392
ErrorsLine is longer than 80 characters.394
Errors'{' should be on the previous line.397
Errors'{' should be on the previous line.403
Errors'{' should be on the previous line.410
Errorsfor child at indentation level 14 not at correct indentation, 12411
ErrorsLine is longer than 80 characters.412
Errorsfor child at indentation level 14 not at correct indentation, 12412
ErrorsLine is longer than 80 characters.413
Errorsfor child at indentation level 14 not at correct indentation, 12413
Errorsfor child at indentation level 14 not at correct indentation, 12415
Errors'{' should be on the previous line.420
Errors'{' should be on the previous line.427
Errors'{' should be on the previous line.434
Errors'{' should be on the previous line.438
Errors'{' should be on the previous line.441
ErrorsMust have at least one statement.441
ErrorsLine is longer than 80 characters.462
ErrorsLine is longer than 80 characters.480
Errors'{' should be on the previous line.484
Errors'}' should be on the same line.487
Errors'{' should be on the previous line.489
Errors'{' should be on the previous line.503
Errors'{' should be on the previous line.506
Errors'{' should be on the previous line.511
ErrorsName 'read_delay' must match pattern '^[a-z][a-zA-Z0-9]*$'.514
Errorstry child at indentation level 16 not at correct indentation, 8520
Errors',' is not followed by whitespace.520
Errorstry child at indentation level 16 not at correct indentation, 8522
Errorstry child at indentation level 16 not at correct indentation, 8524
Errors'{' should be on the previous line.529
ErrorsLine is longer than 80 characters.531
ErrorsLine is longer than 80 characters.556
Errors'{' should be on the previous line.574
Errors'{' should be on the previous line.578
Errors'{' should be on the previous line.581
ErrorsMust have at least one statement.581
Errors'{' should be on the previous line.600
Errors'{' should be on the previous line.603
Errors'}' should be on the same line.606
Errors'{' should be on the previous line.608
Errors'{' should be on the previous line.616
Errors'{' should be on the previous line.618
Errors'{' should be on the previous line.625
Errors'{' should be on the previous line.631
Errors'{' should be on the previous line.635
Errors'{' should be on the previous line.638
ErrorsMust have at least one statement.638
Errorsmethod def modifier at indentation level 4 not at correct indentation, 2646
Errorsmethod def lcurly at indentation level 4 not at correct indentation, 2647
Errors'{' should be on the previous line.647
Errorsif at indentation level 8 not at correct indentation, 4648
ErrorsLine is longer than 80 characters.649
Errorsif child at indentation level 12 not at correct indentation, 6649
Errorsif child at indentation level 12 not at correct indentation, 6650
Errorsif rcurly at indentation level 8 not at correct indentation, 4651
Errorsmethod def child at indentation level 8 not at correct indentation, 4653
Errorsmethod def child at indentation level 8 not at correct indentation, 4655
Errorsmethod def child at indentation level 8 not at correct indentation, 4656
Errorsmethod def child at indentation level 8 not at correct indentation, 4657
Errorsmethod def child at indentation level 8 not at correct indentation, 4659
Errorstry at indentation level 8 not at correct indentation, 4661
Errorstry child at indentation level 12 not at correct indentation, 6662
Errorstry rcurly at indentation level 8 not at correct indentation, 4663
Errorscatch child at indentation level 12 not at correct indentation, 6664
Errorscatch child at indentation level 12 not at correct indentation, 6665
Errorscatch rcurly at indentation level 8 not at correct indentation, 4666
Errorsmethod def child at indentation level 8 not at correct indentation, 4668
Errorsmethod def child at indentation level 8 not at correct indentation, 4669
Errorsmethod def child at indentation level 8 not at correct indentation, 4670
ErrorsLine is longer than 80 characters.672
Errorsmethod def child at indentation level 8 not at correct indentation, 4672
Errorsmethod def child at indentation level 8 not at correct indentation, 4674
Errorsmethod def child at indentation level 8 not at correct indentation, 4675
Errorswhile at indentation level 8 not at correct indentation, 4676
Errorstry at indentation level 12 not at correct indentation, 6677
Errorstry child at indentation level 16 not at correct indentation, 8678
Errorstry rcurly at indentation level 12 not at correct indentation, 6679
Errorscatch child at indentation level 16 not at correct indentation, 8680
Errorscatch rcurly at indentation level 12 not at correct indentation, 6681
Errors'if' construct must use '{}'s.682
Errorsif at indentation level 12 not at correct indentation, 6682
Errorswhile child at indentation level 12 not at correct indentation, 6684
Errorswhile child at indentation level 12 not at correct indentation, 6686
Errorswhile child at indentation level 12 not at correct indentation, 6687
Errorswhile child at indentation level 12 not at correct indentation, 6688
Errorswhile child at indentation level 12 not at correct indentation, 6690
Errors'if' construct must use '{}'s.692
Errorsif at indentation level 12 not at correct indentation, 6692
Errorswhile rcurly at indentation level 8 not at correct indentation, 4694
Errorsmethod def child at indentation level 8 not at correct indentation, 4696
Errorsmethod def rcurly at indentation level 4 not at correct indentation, 2699
Errorsmethod def modifier at indentation level 4 not at correct indentation, 2702
ErrorsLine is longer than 80 characters.703
Errorsmethod def child at indentation level 8 not at correct indentation, 4703
Errors',' is not followed by whitespace.703
Errors',' is not followed by whitespace.703
Errorsmethod def child at indentation level 8 not at correct indentation, 4704
Errorsclass def ident at indentation level 8 not at correct indentation, 4706
Errorsmember def type at indentation level 12 not at correct indentation, 6707
ErrorsVariable 'numLeft' must be private and have accessor methods.707
Errorsmethod def modifier at indentation level 12 not at correct indentation, 6708
Errorsmethod def modifier at indentation level 12 not at correct indentation, 6709
Errorsmethod def modifier at indentation level 12 not at correct indentation, 6710
Errorsmethod def modifier at indentation level 12 not at correct indentation, 6711
Errorsmethod def modifier at indentation level 12 not at correct indentation, 6712
Errorsclass def rcurly at indentation level 8 not at correct indentation, 4713
ErrorsEmpty statement.713
Errorsmethod def child at indentation level 8 not at correct indentation, 4714
Errorsmethod def child at indentation level 8 not at correct indentation, 4715
Errorsmethod def child at indentation level 8 not at correct indentation, 4716
Errorsmethod def child at indentation level 8 not at correct indentation, 4717
Errorsmethod def rcurly at indentation level 4 not at correct indentation, 2718

com/yahoo/ycsb/db/CassandraClient7.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
Errors'{' should be on the previous line.46
ErrorsVariable 'random' must be private and have accessor methods.47
ErrorsName 'Ok' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsName 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsName 'emptyByteBuffer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
ErrorsName 'ConnectionRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'.52
ErrorsVariable 'ConnectionRetries' must be private and have accessor methods.52
ErrorsName 'OperationRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsVariable 'OperationRetries' must be private and have accessor methods.53
ErrorsName 'column_family' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
ErrorsVariable 'column_family' must be private and have accessor methods.54
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.59
ErrorsVariable 'tr' must be private and have accessor methods.68
ErrorsVariable 'client' must be private and have accessor methods.69
ErrorsName '_debug' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsVariable '_debug' must be private and have accessor methods.71
ErrorsName '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsVariable '_table' must be private and have accessor methods.73
ErrorsVariable 'errorexception' must be private and have accessor methods.74
ErrorsVariable 'mutations' must be private and have accessor methods.76
ErrorsLine is longer than 80 characters.77
ErrorsVariable 'mutationMap' must be private and have accessor methods.77
ErrorsLine is longer than 80 characters.78
ErrorsVariable 'record' must be private and have accessor methods.78
ErrorsVariable 'parent' must be private and have accessor methods.80
Errors'{' should be on the previous line.87
Errors'{' should be on the previous line.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.105
Errors'{' should be on the previous line.113
Errors'{' should be on the previous line.118
Errors'{' should be on the previous line.123
Errors'{' should be on the previous line.127
Errors'{' should be on the previous line.130
ErrorsMust have at least one statement.130
Errors'{' should be on the previous line.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.137
Errors'{' should be on the previous line.143
Errorsif child at indentation level 8 not at correct indentation, 6144
Errors',' is not followed by whitespace.144
Errors',' is not followed by whitespace.144
Errorsif child at indentation level 8 not at correct indentation, 6145
Errorsif child at indentation level 8 not at correct indentation, 6146
Errorsif child at indentation level 8 not at correct indentation, 6147
Errorstry at indentation level 8 not at correct indentation, 6148
Errorstry lcurly at indentation level 8 not at correct indentation, 6149
Errors'{' should be on the previous line.149
Errorstry child at indentation level 12 not at correct indentation, 8150
Errorstry rcurly at indentation level 8 not at correct indentation, 6151
Errors'}' should be on the same line.151
Errorscatch at indentation level 8 not at correct indentation, 6152
Errorscatch lcurly at indentation level 8 not at correct indentation, 6153
Errors'{' should be on the previous line.153
Errorscatch child at indentation level 12 not at correct indentation, 8154
Errorscatch rcurly at indentation level 8 not at correct indentation, 6155
Errors'{' should be on the previous line.164
ErrorsLine is longer than 80 characters.182
Errors'{' should be on the previous line.186
Errors'}' should be on the same line.189
Errors'{' should be on the previous line.191
Errors'{' should be on the previous line.199
Errors'{' should be on the previous line.202
Errors'{' should be on the previous line.205
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.209
Errors'{' should be on the previous line.211
ErrorsLine is longer than 80 characters.218
Errors'{' should be on the previous line.221
Errors'{' should be on the previous line.229
ErrorsLine is longer than 80 characters.232
Errorsfor child at indentation level 16 not at correct indentation, 10232
ErrorsFile contains tab characters (this is the first instance).232
ErrorsLine is longer than 80 characters.233
Errors',' is not followed by whitespace.235
Errors'{' should be on the previous line.238
Errors'{' should be on the previous line.244
Errors'{' should be on the previous line.250
Errors'{' should be on the previous line.255
Errors'{' should be on the previous line.258
ErrorsMust have at least one statement.258
ErrorsLine is longer than 80 characters.284
Errors'{' should be on the previous line.286
Errors'{' should be on the previous line.289
Errors'}' should be on the same line.292
Errors'{' should be on the previous line.294
Errors'{' should be on the previous line.302
Errors'{' should be on the previous line.305
Errors'{' should be on the previous line.308
ErrorsLine is longer than 80 characters.309
ErrorsLine is longer than 80 characters.312
Errors'{' should be on the previous line.314
ErrorsLine is longer than 80 characters.321
ErrorsLine is longer than 80 characters.323
Errors'{' should be on the previous line.326
Errors'{' should be on the previous line.332
Errors'{' should be on the previous line.339
Errorsfor child at indentation level 18 not at correct indentation, 12340
ErrorsLine is longer than 80 characters.341
ErrorsLine is longer than 80 characters.342
Errors'{' should be on the previous line.347
Errors'{' should be on the previous line.354
Errors'{' should be on the previous line.361
Errors'{' should be on the previous line.365
Errors'{' should be on the previous line.368
ErrorsMust have at least one statement.368
ErrorsLine is longer than 80 characters.389
ErrorsLine is longer than 80 characters.407
Errors'{' should be on the previous line.411
Errors'}' should be on the same line.414
Errors'{' should be on the previous line.416
Errors'{' should be on the previous line.424
Errors'{' should be on the previous line.426
Errors'{' should be on the previous line.431
Errors'{' should be on the previous line.436
ErrorsLine is longer than 80 characters.438
Errors'(' is followed by whitespace.438
Errors'(' is followed by whitespace.438
ErrorsLine is longer than 80 characters.439
Errors')' is preceded with whitespace.440
Errors'{' should be on the previous line.456
Errors'{' should be on the previous line.460
Errors'{' should be on the previous line.463
ErrorsMust have at least one statement.463
Errors'{' should be on the previous line.482
Errors'{' should be on the previous line.485
Errors'}' should be on the same line.488
Errors'{' should be on the previous line.490
Errors'{' should be on the previous line.498
Errors'{' should be on the previous line.500
Errors'{' should be on the previous line.507
Errors'{' should be on the previous line.513
Errors'{' should be on the previous line.517
Errors'{' should be on the previous line.520
ErrorsMust have at least one statement.520
Errors'{' should be on the previous line.529
Errors'{' should be on the previous line.538
Errors'{' should be on the previous line.541
Errors'{' should be on the previous line.561

com/yahoo/ycsb/db/CassandraClient8.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.42
Errors'{' should be on the previous line.46
ErrorsVariable 'random' must be private and have accessor methods.47
ErrorsName 'Ok' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsName 'Error' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsName 'emptyByteBuffer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
ErrorsName 'ConnectionRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'.52
ErrorsVariable 'ConnectionRetries' must be private and have accessor methods.52
ErrorsName 'OperationRetries' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsVariable 'OperationRetries' must be private and have accessor methods.53
ErrorsName 'column_family' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
ErrorsVariable 'column_family' must be private and have accessor methods.54
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.59
ErrorsVariable 'tr' must be private and have accessor methods.68
ErrorsVariable 'client' must be private and have accessor methods.69
ErrorsName '_debug' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsVariable '_debug' must be private and have accessor methods.71
ErrorsName '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsVariable '_table' must be private and have accessor methods.73
ErrorsVariable 'errorexception' must be private and have accessor methods.74
ErrorsVariable 'mutations' must be private and have accessor methods.76
ErrorsLine is longer than 80 characters.77
ErrorsVariable 'mutationMap' must be private and have accessor methods.77
ErrorsLine is longer than 80 characters.78
ErrorsVariable 'record' must be private and have accessor methods.78
ErrorsVariable 'parent' must be private and have accessor methods.80
Errors'{' should be on the previous line.87
Errors'{' should be on the previous line.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.105
Errors'{' should be on the previous line.113
Errors'{' should be on the previous line.118
Errors'{' should be on the previous line.123
Errors'{' should be on the previous line.127
Errors'{' should be on the previous line.130
ErrorsMust have at least one statement.130
Errors'{' should be on the previous line.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.137
Errors'{' should be on the previous line.143
Errorsif child at indentation level 8 not at correct indentation, 6144
Errors',' is not followed by whitespace.144
Errors',' is not followed by whitespace.144
Errorsif child at indentation level 8 not at correct indentation, 6145
Errorsif child at indentation level 8 not at correct indentation, 6146
Errorsif child at indentation level 8 not at correct indentation, 6147
Errorstry at indentation level 8 not at correct indentation, 6148
Errorstry lcurly at indentation level 8 not at correct indentation, 6149
Errors'{' should be on the previous line.149
Errorstry child at indentation level 12 not at correct indentation, 8150
Errorstry rcurly at indentation level 8 not at correct indentation, 6151
Errors'}' should be on the same line.151
Errorscatch at indentation level 8 not at correct indentation, 6152
Errorscatch lcurly at indentation level 8 not at correct indentation, 6153
Errors'{' should be on the previous line.153
Errorscatch child at indentation level 12 not at correct indentation, 8154
Errorscatch rcurly at indentation level 8 not at correct indentation, 6155
Errors'{' should be on the previous line.164
ErrorsLine is longer than 80 characters.182
Errors'{' should be on the previous line.186
Errors'}' should be on the same line.189
Errors'{' should be on the previous line.191
Errors'{' should be on the previous line.199
Errors'{' should be on the previous line.202
Errors'{' should be on the previous line.205
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.209
Errors'{' should be on the previous line.211
ErrorsLine is longer than 80 characters.218
Errors'{' should be on the previous line.221
Errors'{' should be on the previous line.229
ErrorsLine is longer than 80 characters.232
Errorsfor child at indentation level 16 not at correct indentation, 10232
ErrorsFile contains tab characters (this is the first instance).232
ErrorsLine is longer than 80 characters.233
Errors',' is not followed by whitespace.235
Errors'{' should be on the previous line.238
Errors'{' should be on the previous line.244
Errors'{' should be on the previous line.250
Errors'{' should be on the previous line.255
Errors'{' should be on the previous line.258
ErrorsMust have at least one statement.258
ErrorsLine is longer than 80 characters.284
Errors'{' should be on the previous line.286
Errors'{' should be on the previous line.289
Errors'}' should be on the same line.292
Errors'{' should be on the previous line.294
Errors'{' should be on the previous line.302
Errors'{' should be on the previous line.305
Errors'{' should be on the previous line.308
ErrorsLine is longer than 80 characters.309
ErrorsLine is longer than 80 characters.312
Errors'{' should be on the previous line.314
ErrorsLine is longer than 80 characters.321
ErrorsLine is longer than 80 characters.323
Errors'{' should be on the previous line.326
Errors'{' should be on the previous line.332
Errors'{' should be on the previous line.339
Errorsfor child at indentation level 18 not at correct indentation, 12340
ErrorsLine is longer than 80 characters.341
ErrorsLine is longer than 80 characters.342
Errors'{' should be on the previous line.347
Errors'{' should be on the previous line.354
Errors'{' should be on the previous line.361
Errors'{' should be on the previous line.365
Errors'{' should be on the previous line.368
ErrorsMust have at least one statement.368
ErrorsLine is longer than 80 characters.389
ErrorsLine is longer than 80 characters.407
Errors'{' should be on the previous line.411
Errors'}' should be on the same line.414
Errors'{' should be on the previous line.416
Errors'{' should be on the previous line.424
Errors'{' should be on the previous line.426
Errors'{' should be on the previous line.431
Errors'{' should be on the previous line.437
Errors'{' should be on the previous line.460
Errors'{' should be on the previous line.464
Errors'{' should be on the previous line.467
ErrorsMust have at least one statement.467
Errors'{' should be on the previous line.486
Errors'{' should be on the previous line.489
Errors'}' should be on the same line.492
Errors'{' should be on the previous line.494
Errors'{' should be on the previous line.502
Errors'{' should be on the previous line.504
Errors'{' should be on the previous line.511
Errors'{' should be on the previous line.517
Errors'{' should be on the previous line.521
Errors'{' should be on the previous line.524
ErrorsMust have at least one statement.524
Errors'{' should be on the previous line.533
Errors'{' should be on the previous line.542
Errors'{' should be on the previous line.545
Errors'{' should be on the previous line.565