Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
40003922

Files

FilesInfosWarningsErrors
com/yahoo/ycsb/BasicDB.java00202
com/yahoo/ycsb/ByteArrayByteIterator.java0047
com/yahoo/ycsb/ByteIterator.java0056
com/yahoo/ycsb/Client.java00895
com/yahoo/ycsb/CommandLine.java00477
com/yahoo/ycsb/DB.java0051
com/yahoo/ycsb/DBException.java0035
com/yahoo/ycsb/DBFactory.java0020
com/yahoo/ycsb/DBWrapper.java0067
com/yahoo/ycsb/InputStreamByteIterator.java0048
com/yahoo/ycsb/RandomByteIterator.java002
com/yahoo/ycsb/StringByteIterator.java0075
com/yahoo/ycsb/TerminatorThread.java0019
com/yahoo/ycsb/UnknownDBException.java0035
com/yahoo/ycsb/Utils.java0081
com/yahoo/ycsb/Workload.java0048
com/yahoo/ycsb/WorkloadException.java0035
com/yahoo/ycsb/generator/ConstantIntegerGenerator.java0026
com/yahoo/ycsb/generator/CounterGenerator.java0045
com/yahoo/ycsb/generator/DiscreteGenerator.java0076
com/yahoo/ycsb/generator/ExponentialGenerator.java0068
com/yahoo/ycsb/generator/FileGenerator.java0067
com/yahoo/ycsb/generator/Generator.java0023
com/yahoo/ycsb/generator/HistogramGenerator.java0085
com/yahoo/ycsb/generator/HotspotIntegerGenerator.java0018
com/yahoo/ycsb/generator/IntegerGenerator.java0051
com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java00111
com/yahoo/ycsb/generator/SkewedLatestGenerator.java0056
com/yahoo/ycsb/generator/UniformGenerator.java0058
com/yahoo/ycsb/generator/UniformIntegerGenerator.java0048
com/yahoo/ycsb/generator/ZipfianGenerator.java00255
com/yahoo/ycsb/measurements/Measurements.java00148
com/yahoo/ycsb/measurements/OneMeasurement.java0031
com/yahoo/ycsb/measurements/OneMeasurementHistogram.java00132
com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java00149
com/yahoo/ycsb/measurements/exporter/JSONMeasurementsExporter.java0021
com/yahoo/ycsb/measurements/exporter/MeasurementsExporter.java0020
com/yahoo/ycsb/measurements/exporter/TextMeasurementsExporter.java0019
com/yahoo/ycsb/workloads/ConstantOccupancyWorkload.java0047
com/yahoo/ycsb/workloads/CoreWorkload.java00175

Rules

RulesViolationsSeverity
JavadocPackage5Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter35Errors Error
JavadocType
  • allowMissingParamTags: "true"
  • scope: "public"
3Errors Error
JavadocStyle9Errors Error
ConstantName7Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName4Errors Error
MemberName41Errors Error
MethodName3Errors Error
PackageName0Errors Error
ParameterName16Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
IllegalImport0Errors Error
RedundantImport1Errors Error
UnusedImports5Errors Error
LineLength1031Errors Error
MethodLength2Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad5Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
ParenPad20Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
123Errors Error
ModifierOrder1Errors Error
RedundantModifier2Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock8Errors Error
LeftCurly353Errors Error
NeedBraces0Errors Error
RightCurly61Errors Error
DoubleCheckedLocking2Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
2Errors Error
IllegalInstantiation0Errors Error
InnerAssignment1Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor4Errors Error
InterfaceIsType0Errors Error
VisibilityModifier116Errors Error
ArrayTypeStyle1Errors Error
Indentation
  • caseIndent: "0"
  • basicOffset: "2"
2049Errors Error
TodoComment3Errors Error
UpperEll0Errors Error

Details

com/yahoo/ycsb/BasicDB.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.28
Errors'{' should be on the previous line.31
Errorsmember def modifier at indentation level 8 not at correct indentation, 232
ErrorsFile contains tab characters (this is the first instance).32
Errorsmember def modifier at indentation level 8 not at correct indentation, 233
Errorsmember def modifier at indentation level 8 not at correct indentation, 235
Errorsmember def modifier at indentation level 8 not at correct indentation, 236
Errorsmember def type at indentation level 8 not at correct indentation, 239
ErrorsVariable 'verbose' must be private and have accessor methods.39
Errorsmember def type at indentation level 8 not at correct indentation, 240
ErrorsVariable 'todelay' must be private and have accessor methods.40
Errorsctor def modifier at indentation level 8 not at correct indentation, 242
Errorsctor def lcurly at indentation level 8 not at correct indentation, 243
Errors'{' should be on the previous line.43
Errorsctor def child at indentation level 16 not at correct indentation, 444
Errorsctor def rcurly at indentation level 8 not at correct indentation, 245
Errorsmethod def return type at indentation level 8 not at correct indentation, 248
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 249
Errors'{' should be on the previous line.49
Errorsif at indentation level 16 not at correct indentation, 450
Errorsif lcurly at indentation level 16 not at correct indentation, 451
Errors'{' should be on the previous line.51
Errorstry at indentation level 24 not at correct indentation, 652
Errorstry lcurly at indentation level 24 not at correct indentation, 653
Errors'{' should be on the previous line.53
ErrorsLine is longer than 80 characters.54
Errorstry child at indentation level 32 not at correct indentation, 854
Errorstry rcurly at indentation level 24 not at correct indentation, 655
Errors'}' should be on the same line.55
Errorscatch at indentation level 24 not at correct indentation, 656
Errorscatch lcurly at indentation level 24 not at correct indentation, 657
Errors'{' should be on the previous line.57
ErrorsMust have at least one statement.57
Errorscatch rcurly at indentation level 24 not at correct indentation, 659
Errorsif rcurly at indentation level 16 not at correct indentation, 460
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 261
ErrorsLine is longer than 80 characters.65
Errorsmethod def modifier at indentation level 8 not at correct indentation, 267
Errorsmethod def modifier at indentation level 8 not at correct indentation, 268
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 269
Errors'{' should be on the previous line.69
ErrorsLine is longer than 80 characters.70
Errorsmethod def child at indentation level 16 not at correct indentation, 470
ErrorsLine is longer than 80 characters.71
Errorsmethod def child at indentation level 16 not at correct indentation, 471
Errorsif at indentation level 16 not at correct indentation, 473
Errorsif lcurly at indentation level 16 not at correct indentation, 474
Errors'{' should be on the previous line.74
ErrorsLine is longer than 80 characters.75
Errorsif child at indentation level 24 not at correct indentation, 675
Errorsif child at indentation level 24 not at correct indentation, 676
Errorsif at indentation level 24 not at correct indentation, 677
Errorsif lcurly at indentation level 24 not at correct indentation, 678
Errors'{' should be on the previous line.78
ErrorsLine is longer than 80 characters.79
Errorsfor at indentation level 32 not at correct indentation, 879
Errors';' is followed by whitespace.79
Errorsfor lcurly at indentation level 32 not at correct indentation, 880
Errors'{' should be on the previous line.80
Errorsfor child at indentation level 40 not at correct indentation, 1081
ErrorsLine is longer than 80 characters.82
Errorsfor child at indentation level 40 not at correct indentation, 1082
Errorsfor rcurly at indentation level 32 not at correct indentation, 883
Errorsif rcurly at indentation level 24 not at correct indentation, 684
ErrorsLine is longer than 80 characters.85
Errorsif child at indentation level 24 not at correct indentation, 685
Errorsif rcurly at indentation level 16 not at correct indentation, 486
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 287
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.98
Errorsmethod def modifier at indentation level 8 not at correct indentation, 298
Errors',' is not followed by whitespace.98
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 299
Errorsmethod def child at indentation level 16 not at correct indentation, 4100
Errorsif at indentation level 16 not at correct indentation, 4102
Errorsif lcurly at indentation level 16 not at correct indentation, 4103
Errors'{' should be on the previous line.103
Errorsif child at indentation level 24 not at correct indentation, 6104
Errorsif at indentation level 24 not at correct indentation, 6105
Errorsif lcurly at indentation level 24 not at correct indentation, 6106
Errors'{' should be on the previous line.106
Errorsfor at indentation level 32 not at correct indentation, 8107
Errorsfor lcurly at indentation level 32 not at correct indentation, 8108
Errors'{' should be on the previous line.108
Errorsfor child at indentation level 40 not at correct indentation, 10109
Errorsfor rcurly at indentation level 32 not at correct indentation, 8110
Errorsif rcurly at indentation level 24 not at correct indentation, 6111
Errors'}' should be on the same line.111
Errorselse at indentation level 24 not at correct indentation, 6112
Errorselse lcurly at indentation level 24 not at correct indentation, 6113
Errors'{' should be on the previous line.113
Errorselse child at indentation level 32 not at correct indentation, 8114
Errorselse rcurly at indentation level 24 not at correct indentation, 6115
Errorsif child at indentation level 24 not at correct indentation, 6117
Errorsif rcurly at indentation level 16 not at correct indentation, 4118
Errorsmethod def child at indentation level 16 not at correct indentation, 4120
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2121
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.133
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2133
Errors',' is not followed by whitespace.133
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2134
Errorsmethod def child at indentation level 16 not at correct indentation, 4135
Errorsif at indentation level 16 not at correct indentation, 4137
Errorsif lcurly at indentation level 16 not at correct indentation, 4138
Errors'{' should be on the previous line.138
ErrorsLine is longer than 80 characters.139
Errorsif child at indentation level 24 not at correct indentation, 6139
Errorsif at indentation level 24 not at correct indentation, 6140
Errorsif lcurly at indentation level 24 not at correct indentation, 6141
Errors'{' should be on the previous line.141
Errorsfor at indentation level 32 not at correct indentation, 8142
Errorsfor lcurly at indentation level 32 not at correct indentation, 8143
Errors'{' should be on the previous line.143
Errorsfor child at indentation level 40 not at correct indentation, 10144
Errorsfor rcurly at indentation level 32 not at correct indentation, 8145
Errorsif rcurly at indentation level 24 not at correct indentation, 6146
Errors'}' should be on the same line.146
Errorselse at indentation level 24 not at correct indentation, 6147
Errorselse lcurly at indentation level 24 not at correct indentation, 6148
Errors'{' should be on the previous line.148
Errorselse child at indentation level 32 not at correct indentation, 8149
Errorselse rcurly at indentation level 24 not at correct indentation, 6150
Errorsif child at indentation level 24 not at correct indentation, 6152
Errorsif rcurly at indentation level 16 not at correct indentation, 4153
Errorsmethod def child at indentation level 16 not at correct indentation, 4155
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2156
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.167
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2167
Errors',' is not followed by whitespace.167
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2168
Errorsmethod def child at indentation level 16 not at correct indentation, 4169
Errorsif at indentation level 16 not at correct indentation, 4171
Errorsif lcurly at indentation level 16 not at correct indentation, 4172
Errors'{' should be on the previous line.172
Errorsif child at indentation level 24 not at correct indentation, 6173
Errorsif at indentation level 24 not at correct indentation, 6174
Errorsif lcurly at indentation level 24 not at correct indentation, 6175
Errors'{' should be on the previous line.175
Errorsfor at indentation level 32 not at correct indentation, 8176
Errorsfor lcurly at indentation level 32 not at correct indentation, 8177
Errors'{' should be on the previous line.177
ErrorsLine is longer than 80 characters.178
Errorsfor child at indentation level 40 not at correct indentation, 10178
Errorsfor rcurly at indentation level 32 not at correct indentation, 8179
Errorsif rcurly at indentation level 24 not at correct indentation, 6180
Errorsif child at indentation level 24 not at correct indentation, 6181
Errorsif rcurly at indentation level 16 not at correct indentation, 4182
Errorsmethod def child at indentation level 16 not at correct indentation, 4184
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2185
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.196
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2196
Errors',' is not followed by whitespace.196
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2197
Errorsmethod def child at indentation level 16 not at correct indentation, 4198
Errorsif at indentation level 16 not at correct indentation, 4200
Errorsif lcurly at indentation level 16 not at correct indentation, 4201
Errors'{' should be on the previous line.201
Errorsif child at indentation level 24 not at correct indentation, 6202
Errorsif at indentation level 24 not at correct indentation, 6203
Errorsif lcurly at indentation level 24 not at correct indentation, 6204
Errors'{' should be on the previous line.204
Errorsfor at indentation level 32 not at correct indentation, 8205
Errorsfor lcurly at indentation level 32 not at correct indentation, 8206
Errors'{' should be on the previous line.206
ErrorsLine is longer than 80 characters.207
Errorsfor child at indentation level 40 not at correct indentation, 10207
Errorsfor rcurly at indentation level 32 not at correct indentation, 8208
Errorsif rcurly at indentation level 24 not at correct indentation, 6209
Errorsif child at indentation level 24 not at correct indentation, 6211
Errorsif rcurly at indentation level 16 not at correct indentation, 4212
Errorsmethod def child at indentation level 16 not at correct indentation, 4214
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2215
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2225
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2226
Errors'{' should be on the previous line.226
Errorsmethod def child at indentation level 16 not at correct indentation, 4227
Errorsif at indentation level 16 not at correct indentation, 4229
Errorsif lcurly at indentation level 16 not at correct indentation, 4230
Errors'{' should be on the previous line.230
Errorsif child at indentation level 24 not at correct indentation, 6231
Errorsif rcurly at indentation level 16 not at correct indentation, 4232
Errorsmethod def child at indentation level 16 not at correct indentation, 4234
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2235

com/yahoo/ycsb/ByteArrayByteIterator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.19
Errorsmember def type at indentation level 8 not at correct indentation, 220
ErrorsFile contains tab characters (this is the first instance).20
ErrorsVariable 'str' must be private and have accessor methods.20
Errorsmember def type at indentation level 8 not at correct indentation, 221
ErrorsVariable 'off' must be private and have accessor methods.21
Errorsmember def modifier at indentation level 8 not at correct indentation, 222
ErrorsVariable 'len' must be private and have accessor methods.22
Errorsctor def modifier at indentation level 8 not at correct indentation, 223
Errorsctor def child at indentation level 16 not at correct indentation, 424
Errorsctor def child at indentation level 16 not at correct indentation, 425
Errorsctor def child at indentation level 16 not at correct indentation, 426
Errorsctor def rcurly at indentation level 8 not at correct indentation, 227
Errorsctor def modifier at indentation level 8 not at correct indentation, 229
Errorsctor def child at indentation level 16 not at correct indentation, 430
Errorsctor def child at indentation level 16 not at correct indentation, 431
Errorsctor def child at indentation level 16 not at correct indentation, 432
Errorsctor def rcurly at indentation level 8 not at correct indentation, 233
Errorsmethod def modifier at indentation level 8 not at correct indentation, 235
Errorsmethod def modifier at indentation level 8 not at correct indentation, 236
Errorsmethod def child at indentation level 16 not at correct indentation, 437
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 238
Errorsmethod def modifier at indentation level 8 not at correct indentation, 240
Errorsmethod def modifier at indentation level 8 not at correct indentation, 241
Errorsmethod def child at indentation level 16 not at correct indentation, 442
Errorsmethod def child at indentation level 16 not at correct indentation, 443
Errorsmethod def child at indentation level 16 not at correct indentation, 444
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 245
Errorsmethod def modifier at indentation level 8 not at correct indentation, 247
Errorsmethod def modifier at indentation level 8 not at correct indentation, 248
Errorsmethod def child at indentation level 16 not at correct indentation, 449
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 250

com/yahoo/ycsb/ByteIterator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUnused import - java.util.ArrayList.20
Errorsmethod def modifier at indentation level 8 not at correct indentation, 247
ErrorsFile contains tab characters (this is the first instance).47
Errorsmethod def modifier at indentation level 8 not at correct indentation, 248
Errorsmethod def modifier at indentation level 8 not at correct indentation, 250
Errorsmethod def modifier at indentation level 8 not at correct indentation, 251
Errorsmethod def child at indentation level 16 not at correct indentation, 452
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 254
Errorsmethod def modifier at indentation level 8 not at correct indentation, 256
Errorsmethod def modifier at indentation level 8 not at correct indentation, 258
ErrorsName 'buf_off' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
Errorsmethod def child at indentation level 16 not at correct indentation, 459
Errorswhile at indentation level 16 not at correct indentation, 460
Errorswhile child at indentation level 24 not at correct indentation, 661
Errorswhile child at indentation level 24 not at correct indentation, 662
Errorswhile rcurly at indentation level 16 not at correct indentation, 463
Errorsmethod def child at indentation level 16 not at correct indentation, 464
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 265
Errorsmethod def modifier at indentation level 8 not at correct indentation, 267
Errorsmethod def modifier at indentation level 8 not at correct indentation, 269
Errorsmethod def modifier at indentation level 8 not at correct indentation, 270
Errorsmethod def child at indentation level 16 not at correct indentation, 471
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 272
ErrorsLine is longer than 80 characters.74
Errorsmethod def modifier at indentation level 8 not at correct indentation, 275
Errorsmethod def child at indentation level 16 not at correct indentation, 476
Errorswhile at indentation level 16 not at correct indentation, 477
Errorsmethod def child at indentation level 16 not at correct indentation, 478
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 279
ErrorsLine is longer than 80 characters.80
Errorsmethod def modifier at indentation level 8 not at correct indentation, 281
Errorsmethod def child at indentation level 12 not at correct indentation, 482
ErrorsLine is longer than 80 characters.83
Errorsif at indentation level 12 not at correct indentation, 483
Errorsmethod def child at indentation level 12 not at correct indentation, 484
Errorsmethod def child at indentation level 12 not at correct indentation, 485
Errorswhile at indentation level 12 not at correct indentation, 486
Errorswhile child at indentation level 16 not at correct indentation, 687
Errorswhile rcurly at indentation level 12 not at correct indentation, 488
Errorsmethod def child at indentation level 12 not at correct indentation, 489
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 290

com/yahoo/ycsb/Client.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.32
Errors'{' should be on the previous line.38
Errorsmember def type at indentation level 8 not at correct indentation, 239
ErrorsFile contains tab characters (this is the first instance).39
ErrorsName '_threads' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
ErrorsVariable '_threads' must be private and have accessor methods.39
Errorsmember def type at indentation level 8 not at correct indentation, 240
ErrorsName '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
ErrorsVariable '_label' must be private and have accessor methods.40
Errorsmember def type at indentation level 8 not at correct indentation, 241
ErrorsName '_standardstatus' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
ErrorsVariable '_standardstatus' must be private and have accessor methods.41
Errorsmember def modifier at indentation level 8 not at correct indentation, 246
ErrorsName 'sleeptime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
ErrorsLine is longer than 80 characters.48
Errorsctor def modifier at indentation level 8 not at correct indentation, 248
Errorsctor def lcurly at indentation level 8 not at correct indentation, 249
Errorsctor def child at indentation level 16 not at correct indentation, 450
Errorsctor def child at indentation level 16 not at correct indentation, 451
Errorsctor def child at indentation level 16 not at correct indentation, 452
Errorsctor def rcurly at indentation level 8 not at correct indentation, 253
Errorsmethod def modifier at indentation level 8 not at correct indentation, 258
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 259
Errors'{' should be on the previous line.59
Errorsmethod def child at indentation level 16 not at correct indentation, 460
Errorsmethod def child at indentation level 16 not at correct indentation, 462
Errorsmethod def child at indentation level 16 not at correct indentation, 463
Errorsmethod def child at indentation level 16 not at correct indentation, 465
Errorsdo..while at indentation level 16 not at correct indentation, 467
Errorsdo..while lcurly at indentation level 16 not at correct indentation, 468
Errors'{' should be on the previous line.68
Errorsdo..while child at indentation level 24 not at correct indentation, 669
Errorsdo..while child at indentation level 24 not at correct indentation, 671
ErrorsLine is longer than 80 characters.73
Errorsfor at indentation level 24 not at correct indentation, 674
Errorsfor lcurly at indentation level 24 not at correct indentation, 675
Errors'{' should be on the previous line.75
Errorsif at indentation level 32 not at correct indentation, 876
Errorsif lcurly at indentation level 32 not at correct indentation, 877
Errors'{' should be on the previous line.77
Errorsif child at indentation level 40 not at correct indentation, 1078
Errorsif rcurly at indentation level 32 not at correct indentation, 879
Errorsfor child at indentation level 32 not at correct indentation, 881
Errorsfor child at indentation level 32 not at correct indentation, 882
Errorsfor rcurly at indentation level 24 not at correct indentation, 683
Errorsdo..while child at indentation level 24 not at correct indentation, 685
Errorsdo..while child at indentation level 24 not at correct indentation, 687
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.90
Errorsdo..while child at indentation level 24 not at correct indentation, 690
Errorsdo..while child at indentation level 24 not at correct indentation, 692
Errorsdo..while child at indentation level 24 not at correct indentation, 693
Errorsdo..while child at indentation level 24 not at correct indentation, 695
Errorsif at indentation level 24 not at correct indentation, 697
Errorsif lcurly at indentation level 24 not at correct indentation, 698
Errors'{' should be on the previous line.98
ErrorsLine is longer than 80 characters.99
Errorsif child at indentation level 32 not at correct indentation, 899
Errorsif rcurly at indentation level 24 not at correct indentation, 6100
Errors'}' should be on the same line.100
Errorselse at indentation level 24 not at correct indentation, 6101
Errorselse lcurly at indentation level 24 not at correct indentation, 6102
Errors'{' should be on the previous line.102
ErrorsLine is longer than 80 characters.103
Errorselse child at indentation level 32 not at correct indentation, 8103
Errorselse rcurly at indentation level 24 not at correct indentation, 6104
Errorsif at indentation level 24 not at correct indentation, 6106
Errorsif lcurly at indentation level 24 not at correct indentation, 6107
Errors'{' should be on the previous line.107
Errorsif at indentation level 24 not at correct indentation, 8108
Errorsif lcurly at indentation level 24 not at correct indentation, 8109
Errors'{' should be on the previous line.109
ErrorsLine is longer than 80 characters.110
Errorsif child at indentation level 32 not at correct indentation, 10110
Errorsif rcurly at indentation level 24 not at correct indentation, 8111
Errors'}' should be on the same line.111
Errorselse at indentation level 24 not at correct indentation, 8112
Errorselse lcurly at indentation level 24 not at correct indentation, 8113
Errors'{' should be on the previous line.113
ErrorsLine is longer than 80 characters.114
Errorselse child at indentation level 32 not at correct indentation, 10114
Errorselse rcurly at indentation level 24 not at correct indentation, 8115
Errorsif rcurly at indentation level 24 not at correct indentation, 6116
Errorstry at indentation level 24 not at correct indentation, 6118
Errorstry lcurly at indentation level 24 not at correct indentation, 6119
Errors'{' should be on the previous line.119
Errorstry child at indentation level 32 not at correct indentation, 8120
Errorstry rcurly at indentation level 24 not at correct indentation, 6121
Errors'}' should be on the same line.121
Errorscatch at indentation level 24 not at correct indentation, 6122
Errorscatch lcurly at indentation level 24 not at correct indentation, 6123
Errors'{' should be on the previous line.123
ErrorsMust have at least one statement.123
Errorscatch rcurly at indentation level 24 not at correct indentation, 6125
Errorsdo..while rcurly at indentation level 16 not at correct indentation, 4127
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2129
Errors'{' should be on the previous line.139
Errorsmember def type at indentation level 8 not at correct indentation, 2140
ErrorsName '_db' must match pattern '^[a-z][a-zA-Z0-9]*$'.140
ErrorsVariable '_db' must be private and have accessor methods.140
Errorsmember def type at indentation level 8 not at correct indentation, 2141
ErrorsName '_dotransactions' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
ErrorsVariable '_dotransactions' must be private and have accessor methods.141
Errorsmember def type at indentation level 8 not at correct indentation, 2142
ErrorsName '_workload' must match pattern '^[a-z][a-zA-Z0-9]*$'.142
ErrorsVariable '_workload' must be private and have accessor methods.142
Errorsmember def type at indentation level 8 not at correct indentation, 2143
ErrorsName '_opcount' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsVariable '_opcount' must be private and have accessor methods.143
Errorsmember def type at indentation level 8 not at correct indentation, 2144
ErrorsName '_target' must match pattern '^[a-z][a-zA-Z0-9]*$'.144
ErrorsVariable '_target' must be private and have accessor methods.144
Errorsmember def type at indentation level 8 not at correct indentation, 2146
ErrorsName '_opsdone' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsVariable '_opsdone' must be private and have accessor methods.146
Errorsmember def type at indentation level 8 not at correct indentation, 2147
ErrorsName '_threadid' must match pattern '^[a-z][a-zA-Z0-9]*$'.147
ErrorsVariable '_threadid' must be private and have accessor methods.147
Errorsmember def type at indentation level 8 not at correct indentation, 2148
ErrorsName '_threadcount' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsVariable '_threadcount' must be private and have accessor methods.148
Errorsmember def type at indentation level 8 not at correct indentation, 2149
ErrorsName '_workloadstate' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
ErrorsVariable '_workloadstate' must be private and have accessor methods.149
Errorsmember def type at indentation level 8 not at correct indentation, 2150
ErrorsName '_props' must match pattern '^[a-z][a-zA-Z0-9]*$'.150
ErrorsVariable '_props' must be private and have accessor methods.150
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.163
ErrorsLine is longer than 80 characters.165
Errorsctor def modifier at indentation level 8 not at correct indentation, 2165
ErrorsMore than 7 parameters.165
Errorsctor def lcurly at indentation level 8 not at correct indentation, 2166
ErrorsComment matches to-do format 'TODO:'.167
Errorsctor def child at indentation level 16 not at correct indentation, 4168
Errorsctor def child at indentation level 16 not at correct indentation, 4169
Errorsctor def child at indentation level 16 not at correct indentation, 4170
Errorsctor def child at indentation level 16 not at correct indentation, 4171
Errorsctor def child at indentation level 16 not at correct indentation, 4172
Errorsctor def child at indentation level 16 not at correct indentation, 4173
Errorsctor def child at indentation level 16 not at correct indentation, 4174
Errorsctor def child at indentation level 16 not at correct indentation, 4175
Errorsctor def child at indentation level 16 not at correct indentation, 4176
Errorsctor def rcurly at indentation level 8 not at correct indentation, 2178
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2180
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2181
Errors'{' should be on the previous line.181
Errorsmethod def child at indentation level 16 not at correct indentation, 4182
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2183
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2185
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2186
Errors'{' should be on the previous line.186
Errorstry at indentation level 16 not at correct indentation, 4187
Errorstry lcurly at indentation level 16 not at correct indentation, 4188
Errors'{' should be on the previous line.188
Errorstry child at indentation level 24 not at correct indentation, 6189
Errorstry rcurly at indentation level 16 not at correct indentation, 4190
Errors'}' should be on the same line.190
Errorscatch at indentation level 16 not at correct indentation, 4191
Errorscatch lcurly at indentation level 16 not at correct indentation, 4192
Errors'{' should be on the previous line.192
Errorscatch child at indentation level 24 not at correct indentation, 6193
Errorscatch child at indentation level 24 not at correct indentation, 6194
Errorscatch child at indentation level 24 not at correct indentation, 6195
Errorscatch rcurly at indentation level 16 not at correct indentation, 4196
Errorstry at indentation level 16 not at correct indentation, 4198
Errorstry lcurly at indentation level 16 not at correct indentation, 4199
Errors'{' should be on the previous line.199
ErrorsLine is longer than 80 characters.200
Errorstry child at indentation level 24 not at correct indentation, 6200
Errors',' is not followed by whitespace.200
Errors',' is not followed by whitespace.200
Errorstry rcurly at indentation level 16 not at correct indentation, 4201
Errors'}' should be on the same line.201
Errorscatch at indentation level 16 not at correct indentation, 4202
Errorscatch lcurly at indentation level 16 not at correct indentation, 4203
Errors'{' should be on the previous line.203
Errorscatch child at indentation level 24 not at correct indentation, 6204
Errorscatch child at indentation level 24 not at correct indentation, 6205
Errorscatch child at indentation level 24 not at correct indentation, 6206
Errorscatch rcurly at indentation level 16 not at correct indentation, 4207
ErrorsLine is longer than 80 characters.209
Errorstry at indentation level 16 not at correct indentation, 4210
Errorstry lcurly at indentation level 16 not at correct indentation, 4211
Errors'{' should be on the previous line.211
ErrorsLine is longer than 80 characters.212
ErrorsLine is longer than 80 characters.213
Errorsif at indentation level 19 not at correct indentation, 6214
Errors'(' is followed by whitespace.214
Errors')' is preceded with whitespace.214
Errorsif lcurly at indentation level 19 not at correct indentation, 6215
Errors'{' should be on the previous line.215
Errorsif child at indentation level 22 not at correct indentation, 8216
Errorsif rcurly at indentation level 19 not at correct indentation, 6217
Errorstry rcurly at indentation level 16 not at correct indentation, 4218
Errors'}' should be on the same line.218
Errorscatch at indentation level 16 not at correct indentation, 4219
Errorscatch lcurly at indentation level 16 not at correct indentation, 4220
Errors'{' should be on the previous line.220
ErrorsMust have at least one statement.220
Errorscatch rcurly at indentation level 16 not at correct indentation, 4222
Errorstry at indentation level 16 not at correct indentation, 4224
Errorstry lcurly at indentation level 16 not at correct indentation, 4225
Errors'{' should be on the previous line.225
Errorsif at indentation level 24 not at correct indentation, 6226
Errorsif lcurly at indentation level 24 not at correct indentation, 6227
Errors'{' should be on the previous line.227
Errorsif child at indentation level 32 not at correct indentation, 8228
ErrorsLine is longer than 80 characters.230
Errorswhile at indentation level 32 not at correct indentation, 8230
Errorswhile lcurly at indentation level 32 not at correct indentation, 8231
ErrorsLine is longer than 80 characters.232
ErrorsLine is longer than 80 characters.236
ErrorsLine is longer than 80 characters.243
Errorsif at indentation level 40 not at correct indentation, 10243
Errorsif lcurly at indentation level 40 not at correct indentation, 10244
Errors'{' should be on the previous line.244
Errorsif child at indentation level 48 not at correct indentation, 12245
Errorsif rcurly at indentation level 40 not at correct indentation, 10246
Errorswhile child at indentation level 40 not at correct indentation, 10248
Errorsif at indentation level 40 not at correct indentation, 10251
Errorsif lcurly at indentation level 40 not at correct indentation, 10252
Errors'{' should be on the previous line.252
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.255
ErrorsLine is longer than 80 characters.256
ErrorsLine is longer than 80 characters.257
Errorswhile at indentation level 48 not at correct indentation, 12257
Errorswhile lcurly at indentation level 48 not at correct indentation, 12258
Errors'{' should be on the previous line.258
Errorstry at indentation level 56 not at correct indentation, 14259
Errorstry lcurly at indentation level 56 not at correct indentation, 14260
Errors'{' should be on the previous line.260
Errorstry child at indentation level 64 not at correct indentation, 16261
Errorstry rcurly at indentation level 56 not at correct indentation, 14262
Errors'}' should be on the same line.262
ErrorsLine is longer than 80 characters.263
Errorscatch at indentation level 56 not at correct indentation, 14263
Errorscatch lcurly at indentation level 56 not at correct indentation, 14264
Errors'{' should be on the previous line.264
ErrorsMust have at least one statement.264
Errorscatch rcurly at indentation level 56 not at correct indentation, 14266
Errorswhile rcurly at indentation level 48 not at correct indentation, 12268
Errorsif rcurly at indentation level 40 not at correct indentation, 10269
Errorswhile rcurly at indentation level 32 not at correct indentation, 8270
Errorsif rcurly at indentation level 24 not at correct indentation, 6271
Errors'}' should be on the same line.271
Errorselse at indentation level 24 not at correct indentation, 6272
Errorselse lcurly at indentation level 24 not at correct indentation, 6273
Errors'{' should be on the previous line.273
Errorselse child at indentation level 32 not at correct indentation, 8274
ErrorsLine is longer than 80 characters.276
Errorswhile at indentation level 32 not at correct indentation, 8276
Errorswhile lcurly at indentation level 32 not at correct indentation, 8277
ErrorsLine is longer than 80 characters.279
Errorsif at indentation level 40 not at correct indentation, 10279
Errors',' is not followed by whitespace.279
Errorsif lcurly at indentation level 40 not at correct indentation, 10280
Errors'{' should be on the previous line.280
Errorsif child at indentation level 48 not at correct indentation, 12281
Errorsif rcurly at indentation level 40 not at correct indentation, 10282
Errorswhile child at indentation level 40 not at correct indentation, 10284
Errorsif at indentation level 40 not at correct indentation, 10287
Errorsif lcurly at indentation level 40 not at correct indentation, 10288
Errors'{' should be on the previous line.288
ErrorsLine is longer than 80 characters.289
ErrorsLine is longer than 80 characters.290
ErrorsLine is longer than 80 characters.291
ErrorsLine is longer than 80 characters.292
ErrorsLine is longer than 80 characters.293
Errorswhile at indentation level 48 not at correct indentation, 12293
Errorswhile lcurly at indentation level 48 not at correct indentation, 12294
Errors'{' should be on the previous line.294
Errorstry at indentation level 56 not at correct indentation, 14295
Errorstry lcurly at indentation level 56 not at correct indentation, 14296
Errors'{' should be on the previous line.296
Errorstry child at indentation level 64 not at correct indentation, 16297
Errorstry rcurly at indentation level 56 not at correct indentation, 14298
Errors'}' should be on the same line.298
ErrorsLine is longer than 80 characters.299
Errorscatch at indentation level 56 not at correct indentation, 14299
Errorscatch lcurly at indentation level 56 not at correct indentation, 14300
Errors'{' should be on the previous line.300
ErrorsMust have at least one statement.300
Errorscatch rcurly at indentation level 56 not at correct indentation, 14302
Errorswhile rcurly at indentation level 48 not at correct indentation, 12303
Errorsif rcurly at indentation level 40 not at correct indentation, 10304
Errorswhile rcurly at indentation level 32 not at correct indentation, 8305
Errorselse rcurly at indentation level 24 not at correct indentation, 6306
Errorstry rcurly at indentation level 16 not at correct indentation, 4307
Errors'}' should be on the same line.307
Errorscatch at indentation level 16 not at correct indentation, 4308
Errorscatch lcurly at indentation level 16 not at correct indentation, 4309
Errors'{' should be on the previous line.309
Errorscatch child at indentation level 24 not at correct indentation, 6310
Errorscatch child at indentation level 24 not at correct indentation, 6311
Errorscatch child at indentation level 24 not at correct indentation, 6312
Errorscatch rcurly at indentation level 16 not at correct indentation, 4313
Errorstry at indentation level 16 not at correct indentation, 4315
Errorstry lcurly at indentation level 16 not at correct indentation, 4316
Errors'{' should be on the previous line.316
Errorstry child at indentation level 24 not at correct indentation, 6317
Errorstry rcurly at indentation level 16 not at correct indentation, 4318
Errors'}' should be on the same line.318
Errorscatch at indentation level 16 not at correct indentation, 4319
Errorscatch lcurly at indentation level 16 not at correct indentation, 4320
Errors'{' should be on the previous line.320
Errorscatch child at indentation level 24 not at correct indentation, 6321
Errorscatch child at indentation level 24 not at correct indentation, 6322
Errorscatch child at indentation level 24 not at correct indentation, 6323
Errorscatch rcurly at indentation level 16 not at correct indentation, 4324
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2325
ErrorsUtility classes should not have a public or default constructor.331
Errors'{' should be on the previous line.332
Errorsmember def modifier at indentation level 8 not at correct indentation, 2334
Errorsmember def modifier at indentation level 8 not at correct indentation, 2336
Errorsmember def modifier at indentation level 8 not at correct indentation, 2338
ErrorsLine is longer than 80 characters.341
ErrorsLine is longer than 80 characters.342
ErrorsLine is longer than 80 characters.343
Errorsmember def modifier at indentation level 8 not at correct indentation, 2345
ErrorsLine is longer than 80 characters.350
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2354
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2355
Errors'{' should be on the previous line.355
ErrorsLine is longer than 80 characters.356
Errorsmethod def child at indentation level 16 not at correct indentation, 4356
Errorsmethod def child at indentation level 16 not at correct indentation, 4357
ErrorsLine is longer than 80 characters.358
Errorsmethod def child at indentation level 16 not at correct indentation, 4358
ErrorsLine is longer than 80 characters.359
ErrorsLine is longer than 80 characters.360
Errorsmethod def child at indentation level 16 not at correct indentation, 4360
ErrorsLine is longer than 80 characters.361
ErrorsLine is longer than 80 characters.362
Errorsmethod def child at indentation level 16 not at correct indentation, 4362
ErrorsLine is longer than 80 characters.363
Errorsmethod def child at indentation level 16 not at correct indentation, 4363
ErrorsLine is longer than 80 characters.364
Errorsmethod def child at indentation level 16 not at correct indentation, 4364
ErrorsLine is longer than 80 characters.365
ErrorsLine is longer than 80 characters.366
Errorsmethod def child at indentation level 16 not at correct indentation, 4366
ErrorsLine is longer than 80 characters.367
Errorsmethod def child at indentation level 16 not at correct indentation, 4367
ErrorsLine is longer than 80 characters.368
Errorsmethod def child at indentation level 16 not at correct indentation, 4368
ErrorsLine is longer than 80 characters.369
Errorsmethod def child at indentation level 16 not at correct indentation, 4369
ErrorsLine is longer than 80 characters.370
Errorsmethod def child at indentation level 16 not at correct indentation, 4370
ErrorsLine is longer than 80 characters.371
Errorsmethod def child at indentation level 16 not at correct indentation, 4371
ErrorsLine is longer than 80 characters.372
Errorsmethod def child at indentation level 16 not at correct indentation, 4372
ErrorsLine is longer than 80 characters.373
Errorsmethod def child at indentation level 16 not at correct indentation, 4373
ErrorsLine is longer than 80 characters.374
Errorsmethod def child at indentation level 16 not at correct indentation, 4374
Errorsmethod def child at indentation level 16 not at correct indentation, 4375
Errorsmethod def child at indentation level 16 not at correct indentation, 4376
ErrorsLine is longer than 80 characters.377
Errorsmethod def child at indentation level 16 not at correct indentation, 4377
Errorsmethod def child at indentation level 16 not at correct indentation, 4378
ErrorsLine is longer than 80 characters.379
Errorsmethod def child at indentation level 16 not at correct indentation, 4379
ErrorsLine is longer than 80 characters.380
Errorsmethod def child at indentation level 16 not at correct indentation, 4380
ErrorsLine is longer than 80 characters.381
Errorsmethod def child at indentation level 16 not at correct indentation, 4381
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2382
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2384
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2385
Errors'{' should be on the previous line.385
Errorsif at indentation level 16 not at correct indentation, 4386
Errorsif lcurly at indentation level 16 not at correct indentation, 4387
Errors'{' should be on the previous line.387
ErrorsLine is longer than 80 characters.388
Errorsif child at indentation level 24 not at correct indentation, 6388
Errorsif child at indentation level 24 not at correct indentation, 6389
Errorsif rcurly at indentation level 16 not at correct indentation, 4390
Errorsmethod def child at indentation level 16 not at correct indentation, 4392
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2393
ErrorsLine is longer than 80 characters.397
ErrorsLine is longer than 80 characters.399
ErrorsLine is longer than 80 characters.401
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2401
Errorsmethod def throws at indentation level 24 not at correct indentation, 4402
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2403
Errors'{' should be on the previous line.403
Errorsmethod def child at indentation level 16 not at correct indentation, 4404
Errorstry at indentation level 16 not at correct indentation, 4405
Errorstry lcurly at indentation level 16 not at correct indentation, 4406
Errors'{' should be on the previous line.406
ErrorsLine is longer than 80 characters.407
Errorstry child at indentation level 24 not at correct indentation, 6408
Errorstry child at indentation level 24 not at correct indentation, 6409
Errorsif at indentation level 24 not at correct indentation, 6410
Errorsif lcurly at indentation level 24 not at correct indentation, 6411
Errors'{' should be on the previous line.411
Errorsif child at indentation level 32 not at correct indentation, 8412
Errorsif rcurly at indentation level 24 not at correct indentation, 6413
Errorselse lcurly at indentation level 24 not at correct indentation, 6414
Errors'{' should be on the previous line.414
Errorselse child at indentation level 32 not at correct indentation, 8415
Errorselse rcurly at indentation level 24 not at correct indentation, 6416
ErrorsLine is longer than 80 characters.418
ErrorsLine is longer than 80 characters.419
Errorstry child at indentation level 24 not at correct indentation, 6419
ErrorsLine is longer than 80 characters.422
Errorstry at indentation level 24 not at correct indentation, 6425
Errorstry lcurly at indentation level 24 not at correct indentation, 6426
Errors'{' should be on the previous line.426
ErrorsLine is longer than 80 characters.427
Errorstry child at indentation level 32 not at correct indentation, 8427
Errorstry rcurly at indentation level 24 not at correct indentation, 6428
Errorscatch lcurly at indentation level 24 not at correct indentation, 6429
Errors'{' should be on the previous line.429
ErrorsLine is longer than 80 characters.430
Errorscatch child at indentation level 32 not at correct indentation, 8430
ErrorsLine is longer than 80 characters.431
Errorscatch child at indentation level 32 not at correct indentation, 8432
Errorscatch child at indentation level 32 not at correct indentation, 8433
Errorscatch rcurly at indentation level 24 not at correct indentation, 6434
Errorstry child at indentation level 24 not at correct indentation, 6436
ErrorsLine is longer than 80 characters.437
Errorstry child at indentation level 24 not at correct indentation, 6437
ErrorsLine is longer than 80 characters.438
Errorstry child at indentation level 24 not at correct indentation, 6438
ErrorsLine is longer than 80 characters.440
Errorstry child at indentation level 24 not at correct indentation, 6440
Errorstry rcurly at indentation level 16 not at correct indentation, 4441
Errorsfinally lcurly at indentation level 16 not at correct indentation, 4442
Errors'{' should be on the previous line.442
Errorsif at indentation level 24 not at correct indentation, 6443
Errorsif lcurly at indentation level 24 not at correct indentation, 6444
Errors'{' should be on the previous line.444
Errorsif child at indentation level 32 not at correct indentation, 8445
Errorsif rcurly at indentation level 24 not at correct indentation, 6446
Errorsfinally rcurly at indentation level 16 not at correct indentation, 4447
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2448
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2450
ErrorsMethod length is 398 lines (max allowed is 150).450
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2451
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2452
Errors'{' should be on the previous line.452
Errorsmethod def child at indentation level 16 not at correct indentation, 4453
Errorsmethod def child at indentation level 16 not at correct indentation, 4454
Errorsmethod def child at indentation level 16 not at correct indentation, 4455
Errorsmethod def child at indentation level 16 not at correct indentation, 4456
Errorsmethod def child at indentation level 16 not at correct indentation, 4457
Errorsmethod def child at indentation level 16 not at correct indentation, 4458
Errorsmethod def child at indentation level 16 not at correct indentation, 4459
Errorsmethod def child at indentation level 16 not at correct indentation, 4460
Errorsmethod def child at indentation level 16 not at correct indentation, 4461
ErrorsLine is longer than 80 characters.463
Errorsmethod def child at indentation level 16 not at correct indentation, 4463
Errorsmethod def child at indentation level 16 not at correct indentation, 4466
Errorsif at indentation level 16 not at correct indentation, 4468
Errorsif lcurly at indentation level 16 not at correct indentation, 4469
Errors'{' should be on the previous line.469
Errorsif child at indentation level 24 not at correct indentation, 6470
Errorsif child at indentation level 24 not at correct indentation, 6471
Errorsif rcurly at indentation level 16 not at correct indentation, 4472
Errorsmethod def child at indentation level 16 not at correct indentation, 4473
Errorswhile at indentation level 16 not at correct indentation, 4475
Errorswhile lcurly at indentation level 16 not at correct indentation, 4476
Errors'{' should be on the previous line.476
Errorsif at indentation level 24 not at correct indentation, 6477
Errorsif lcurly at indentation level 24 not at correct indentation, 6478
Errors'{' should be on the previous line.478
Errorsif child at indentation level 32 not at correct indentation, 8479
Errorsif at indentation level 32 not at correct indentation, 8480
Errorsif lcurly at indentation level 32 not at correct indentation, 8481
Errors'{' should be on the previous line.481
Errorsif child at indentation level 40 not at correct indentation, 10482
Errorsif child at indentation level 40 not at correct indentation, 10483
Errorsif rcurly at indentation level 32 not at correct indentation, 8484
Errorsif child at indentation level 32 not at correct indentation, 8485
Errorsif child at indentation level 32 not at correct indentation, 8486
Errorsif child at indentation level 32 not at correct indentation, 8487
Errorsif rcurly at indentation level 24 not at correct indentation, 6488
Errors'}' should be on the same line.488
Errorselse at indentation level 24 not at correct indentation, 6489
Errorsif lcurly at indentation level 24 not at correct indentation, 6490
Errors'{' should be on the previous line.490
Errorsif child at indentation level 32 not at correct indentation, 8491
Errorsif at indentation level 32 not at correct indentation, 8492
Errorsif lcurly at indentation level 32 not at correct indentation, 8493
Errors'{' should be on the previous line.493
Errorsif child at indentation level 40 not at correct indentation, 10494
Errorsif child at indentation level 40 not at correct indentation, 10495
Errorsif rcurly at indentation level 32 not at correct indentation, 8496
Errorsif child at indentation level 32 not at correct indentation, 8497
Errorsif child at indentation level 32 not at correct indentation, 8498
Errorsif child at indentation level 32 not at correct indentation, 8499
Errorsif rcurly at indentation level 24 not at correct indentation, 6500
Errors'}' should be on the same line.500
Errorselse at indentation level 24 not at correct indentation, 6501
Errorsif lcurly at indentation level 24 not at correct indentation, 6502
Errors'{' should be on the previous line.502
Errorsif child at indentation level 32 not at correct indentation, 8503
Errorsif child at indentation level 32 not at correct indentation, 8504
Errorsif rcurly at indentation level 24 not at correct indentation, 6505
Errors'}' should be on the same line.505
Errorselse at indentation level 24 not at correct indentation, 6506
Errorsif lcurly at indentation level 24 not at correct indentation, 6507
Errors'{' should be on the previous line.507
Errorsif child at indentation level 32 not at correct indentation, 8508
Errorsif child at indentation level 32 not at correct indentation, 8509
Errorsif rcurly at indentation level 24 not at correct indentation, 6510
Errors'}' should be on the same line.510
Errorselse at indentation level 24 not at correct indentation, 6511
Errorsif lcurly at indentation level 24 not at correct indentation, 6512
Errors'{' should be on the previous line.512
Errorsif child at indentation level 32 not at correct indentation, 8513
Errorsif child at indentation level 32 not at correct indentation, 8514
Errorsif rcurly at indentation level 24 not at correct indentation, 6515
Errors'}' should be on the same line.515
ErrorsLine is longer than 80 characters.516
Errorselse at indentation level 24 not at correct indentation, 6516
Errorsif child at indentation level 28 not at correct indentation, 8517
Errorsif child at indentation level 28 not at correct indentation, 8519
Errorsif rcurly at indentation level 24 not at correct indentation, 6528
Errors'}' should be on the same line.528
Errorselse at indentation level 24 not at correct indentation, 6529
Errorsif child at indentation level 28 not at correct indentation, 8530
Errorsif at indentation level 32 not at correct indentation, 8531
Errorsif lcurly at indentation level 32 not at correct indentation, 8532
Errors'{' should be on the previous line.532
Errorsif child at indentation level 40 not at correct indentation, 10533
Errorsif child at indentation level 40 not at correct indentation, 10534
Errorsif rcurly at indentation level 32 not at correct indentation, 8535
Errorsif child at indentation level 32 not at correct indentation, 8536
Errors',' is not followed by whitespace.536
Errorsif child at indentation level 32 not at correct indentation, 8537
Errorsif child at indentation level 32 not at correct indentation, 8538
Errorsif rcurly at indentation level 24 not at correct indentation, 6539
Errors'}' should be on the same line.539
Errorselse at indentation level 24 not at correct indentation, 6540
Errorsif lcurly at indentation level 24 not at correct indentation, 6541
Errors'{' should be on the previous line.541
Errorsif child at indentation level 32 not at correct indentation, 8542
Errorsif at indentation level 32 not at correct indentation, 8543
Errorsif lcurly at indentation level 32 not at correct indentation, 8544
Errors'{' should be on the previous line.544
Errorsif child at indentation level 40 not at correct indentation, 10545
Errorsif child at indentation level 40 not at correct indentation, 10546
Errorsif rcurly at indentation level 32 not at correct indentation, 8547
Errorsif child at indentation level 32 not at correct indentation, 8548
Errors',' is not followed by whitespace.548
Errorsif child at indentation level 32 not at correct indentation, 8550
Errorsif rcurly at indentation level 24 not at correct indentation, 6551
Errors'}' should be on the same line.551
Errorselse at indentation level 24 not at correct indentation, 6552
Errorsif lcurly at indentation level 24 not at correct indentation, 6553
Errors'{' should be on the previous line.553
Errorsif child at indentation level 32 not at correct indentation, 8554
Errorsif at indentation level 32 not at correct indentation, 8555
Errorsif lcurly at indentation level 32 not at correct indentation, 8556
Errors'{' should be on the previous line.556
Errorsif child at indentation level 40 not at correct indentation, 10557
Errorsif child at indentation level 40 not at correct indentation, 10558
Errorsif rcurly at indentation level 32 not at correct indentation, 8559
Errorsif child at indentation level 32 not at correct indentation, 8560
Errorsif child at indentation level 32 not at correct indentation, 8561
Errorsif rcurly at indentation level 24 not at correct indentation, 6562
Errors'}' should be on the same line.562
Errorselse at indentation level 24 not at correct indentation, 6563
Errorsif lcurly at indentation level 24 not at correct indentation, 6564
Errors'{' should be on the previous line.564
Errorsif child at indentation level 32 not at correct indentation, 8565
Errorsif at indentation level 32 not at correct indentation, 8566
Errorsif lcurly at indentation level 32 not at correct indentation, 8567
Errors'{' should be on the previous line.567
Errorsif child at indentation level 40 not at correct indentation, 10568
Errorsif child at indentation level 40 not at correct indentation, 10569
Errorsif rcurly at indentation level 32 not at correct indentation, 8570
Errorsif child at indentation level 32 not at correct indentation, 8571
Errorsif child at indentation level 32 not at correct indentation, 8572
Errorsif child at indentation level 32 not at correct indentation, 8574
Errorstry at indentation level 32 not at correct indentation, 8575
Errorstry lcurly at indentation level 32 not at correct indentation, 8576
Errors'{' should be on the previous line.576
ErrorsLine is longer than 80 characters.577
Errorstry child at indentation level 40 not at correct indentation, 10577
Errorstry rcurly at indentation level 32 not at correct indentation, 8578
Errors'}' should be on the same line.578
Errorscatch at indentation level 32 not at correct indentation, 8579
Errorscatch lcurly at indentation level 32 not at correct indentation, 8580
Errors'{' should be on the previous line.580
Errorscatch child at indentation level 40 not at correct indentation, 10581
Errorscatch child at indentation level 40 not at correct indentation, 10582
Errorscatch rcurly at indentation level 32 not at correct indentation, 8583
ErrorsLine is longer than 80 characters.585
ErrorsLine is longer than 80 characters.586
Errorsfor at indentation level 32 not at correct indentation, 8586
Errors';' is followed by whitespace.586
Errorsfor lcurly at indentation level 32 not at correct indentation, 8587
Errors'{' should be on the previous line.587
Errorsfor child at indentation level 35 not at correct indentation, 10588
ErrorsLine is longer than 80 characters.590
Errorsfor child at indentation level 35 not at correct indentation, 10590
Errors',' is not followed by whitespace.590
Errorsfor rcurly at indentation level 32 not at correct indentation, 8591
Errorsif rcurly at indentation level 24 not at correct indentation, 6593
Errors'}' should be on the same line.593
Errorselse at indentation level 24 not at correct indentation, 6594
Errorsif lcurly at indentation level 24 not at correct indentation, 6595
Errors'{' should be on the previous line.595
Errorsif child at indentation level 32 not at correct indentation, 8596
Errorsif at indentation level 32 not at correct indentation, 8597
Errorsif lcurly at indentation level 32 not at correct indentation, 8598
Errors'{' should be on the previous line.598
Errorsif child at indentation level 40 not at correct indentation, 10599
Errorsif child at indentation level 40 not at correct indentation, 10600
Errorsif rcurly at indentation level 32 not at correct indentation, 8601
Errorsif child at indentation level 32 not at correct indentation, 8602
Errorsif at indentation level 32 not at correct indentation, 8603
Errorsif lcurly at indentation level 32 not at correct indentation, 8604
Errors'{' should be on the previous line.604
Errorsif child at indentation level 40 not at correct indentation, 10605
Errorsif child at indentation level 40 not at correct indentation, 10606
Errorsif rcurly at indentation level 32 not at correct indentation, 8607
Errorsif child at indentation level 32 not at correct indentation, 8609
Errors',' is not followed by whitespace.609
Errorsif child at indentation level 32 not at correct indentation, 8610
Errorsif child at indentation level 32 not at correct indentation, 8611
Errors',' is not followed by whitespace.611
Errorsif child at indentation level 32 not at correct indentation, 8613
Errorsif rcurly at indentation level 24 not at correct indentation, 6614
Errors'}' should be on the same line.614
Errorselse at indentation level 24 not at correct indentation, 6615
Errorselse lcurly at indentation level 24 not at correct indentation, 6616
Errors'{' should be on the previous line.616
ErrorsLine is longer than 80 characters.617
Errorselse child at indentation level 32 not at correct indentation, 8617
Errorselse child at indentation level 32 not at correct indentation, 8618
Errorselse child at indentation level 32 not at correct indentation, 8619
Errorselse rcurly at indentation level 24 not at correct indentation, 6620
Errorsif at indentation level 24 not at correct indentation, 6622
Errorsif lcurly at indentation level 24 not at correct indentation, 6623
Errors'{' should be on the previous line.623
Errorsif child at indentation level 32 not at correct indentation, 8624
Errorsif rcurly at indentation level 24 not at correct indentation, 6625
Errorswhile rcurly at indentation level 16 not at correct indentation, 4626
Errorsif at indentation level 16 not at correct indentation, 4628
Errorsif lcurly at indentation level 16 not at correct indentation, 4629
Errors'{' should be on the previous line.629
Errorsif child at indentation level 24 not at correct indentation, 6630
Errorsif child at indentation level 24 not at correct indentation, 6631
Errorsif rcurly at indentation level 16 not at correct indentation, 4632
ErrorsLine is longer than 80 characters.637
ErrorsLine is longer than 80 characters.639
Errorsfor at indentation level 16 not at correct indentation, 4640
Errors';' is followed by whitespace.640
Errorsfor lcurly at indentation level 16 not at correct indentation, 4641
Errors'{' should be on the previous line.641
Errorsfor child at indentation level 19 not at correct indentation, 6642
Errorsfor child at indentation level 19 not at correct indentation, 6644
Errors',' is not followed by whitespace.644
Errorsfor rcurly at indentation level 16 not at correct indentation, 4645
Errorsmethod def child at indentation level 16 not at correct indentation, 4647
Errorsif at indentation level 16 not at correct indentation, 4649
Errorsif lcurly at indentation level 16 not at correct indentation, 4650
Errors'{' should be on the previous line.650
Errorsif child at indentation level 24 not at correct indentation, 6651
Errorsif rcurly at indentation level 16 not at correct indentation, 4652
ErrorsLine is longer than 80 characters.654
Errorsmethod def child at indentation level 16 not at correct indentation, 4654
ErrorsLine is longer than 80 characters.657
Errorsmethod def child at indentation level 16 not at correct indentation, 4657
Errors',' is not followed by whitespace.657
Errorsmethod def child at indentation level 16 not at correct indentation, 4658
Errors',' is not followed by whitespace.658
Errorsmethod def child at indentation level 16 not at correct indentation, 4659
Errors',' is not followed by whitespace.659
Errorsmethod def child at indentation level 16 not at correct indentation, 4662
Errorsif at indentation level 16 not at correct indentation, 4663
Errorsif lcurly at indentation level 16 not at correct indentation, 4664
Errors'{' should be on the previous line.664
ErrorsLine is longer than 80 characters.665
Errorsif child at indentation level 24 not at correct indentation, 6665
Errorsif child at indentation level 24 not at correct indentation, 6666
Errorsif rcurly at indentation level 16 not at correct indentation, 4667
Errorsmethod def child at indentation level 16 not at correct indentation, 4669
Errorsmethod def child at indentation level 16 not at correct indentation, 4670
Errorsfor at indentation level 16 not at correct indentation, 4671
Errorsfor lcurly at indentation level 16 not at correct indentation, 4672
Errors'{' should be on the previous line.672
Errorsfor child at indentation level 24 not at correct indentation, 6673
Errorsfor rcurly at indentation level 16 not at correct indentation, 4674
Errorsmethod def child at indentation level 16 not at correct indentation, 4675
Errorsmethod def child at indentation level 16 not at correct indentation, 4676
ErrorsLine is longer than 80 characters.678
ErrorsLine is longer than 80 characters.680
Errorsmethod def child at indentation level 16 not at correct indentation, 4681
Errorsmethod def modifier at indentation level 24 not at correct indentation, 18683
Errorsmethod def lcurly at indentation level 24 not at correct indentation, 18684
Errors'{' should be on the previous line.684
Errorstry at indentation level 32 not at correct indentation, 20685
Errorstry lcurly at indentation level 32 not at correct indentation, 20686
Errors'{' should be on the previous line.686
Errorstry child at indentation level 40 not at correct indentation, 22687
Errorstry rcurly at indentation level 32 not at correct indentation, 20688
Errors'}' should be on the same line.688
Errorscatch at indentation level 32 not at correct indentation, 20689
Errorscatch lcurly at indentation level 32 not at correct indentation, 20690
Errors'{' should be on the previous line.690
Errorscatch child at indentation level 40 not at correct indentation, 22691
Errorscatch rcurly at indentation level 32 not at correct indentation, 20692
ErrorsLine is longer than 80 characters.693
Errorsmethod def child at indentation level 32 not at correct indentation, 20693
Errorsmethod def rcurly at indentation level 24 not at correct indentation, 18694
Errorsmethod def child at indentation level 16 not at correct indentation, 4697
Errorsmethod def child at indentation level 16 not at correct indentation, 4700
Errorsmethod def child at indentation level 16 not at correct indentation, 4703
Errorsmethod def child at indentation level 16 not at correct indentation, 4705
Errorstry at indentation level 16 not at correct indentation, 4707
Errorstry lcurly at indentation level 16 not at correct indentation, 4708
Errors'{' should be on the previous line.708
ErrorsLine is longer than 80 characters.709
Errorstry child at indentation level 24 not at correct indentation, 6709
Errorstry child at indentation level 24 not at correct indentation, 6711
Errorstry rcurly at indentation level 16 not at correct indentation, 4712
Errors'}' should be on the same line.712
Errorscatch at indentation level 16 not at correct indentation, 4713
Errorscatch lcurly at indentation level 16 not at correct indentation, 4714
Errors'{' should be on the previous line.714
Errorscatch child at indentation level 24 not at correct indentation, 6715
Errorscatch child at indentation level 24 not at correct indentation, 6716
Errorscatch child at indentation level 24 not at correct indentation, 6717
Errorscatch rcurly at indentation level 16 not at correct indentation, 4718
Errorstry at indentation level 16 not at correct indentation, 4720
Errorstry lcurly at indentation level 16 not at correct indentation, 4721
Errors'{' should be on the previous line.721
Errorstry child at indentation level 24 not at correct indentation, 6722
Errorstry rcurly at indentation level 16 not at correct indentation, 4723
Errors'}' should be on the same line.723
Errorscatch at indentation level 16 not at correct indentation, 4724
Errorscatch lcurly at indentation level 16 not at correct indentation, 4725
Errors'{' should be on the previous line.725
Errorscatch child at indentation level 24 not at correct indentation, 6726
Errorscatch child at indentation level 24 not at correct indentation, 6727
Errorscatch child at indentation level 24 not at correct indentation, 6728
Errorscatch rcurly at indentation level 16 not at correct indentation, 4729
Errorsmethod def child at indentation level 16 not at correct indentation, 4731
Errorsmethod def child at indentation level 16 not at correct indentation, 4735
Errorsmethod def child at indentation level 16 not at correct indentation, 4737
Errorsif at indentation level 16 not at correct indentation, 4738
Errorsif lcurly at indentation level 16 not at correct indentation, 4739
Errors'{' should be on the previous line.739
ErrorsLine is longer than 80 characters.740
Errorsif child at indentation level 24 not at correct indentation, 6740
Errors',' is not followed by whitespace.740
Errorsif rcurly at indentation level 16 not at correct indentation, 4741
Errors'}' should be on the same line.741
Errorselse at indentation level 16 not at correct indentation, 4742
Errorselse lcurly at indentation level 16 not at correct indentation, 4743
Errors'{' should be on the previous line.743
Errorsif at indentation level 24 not at correct indentation, 6744
Errorsif lcurly at indentation level 24 not at correct indentation, 6745
Errors'{' should be on the previous line.745
ErrorsLine is longer than 80 characters.746
Errorsif child at indentation level 32 not at correct indentation, 8746
Errors',' is not followed by whitespace.746
Errorsif rcurly at indentation level 24 not at correct indentation, 6747
Errors'}' should be on the same line.747
Errorselse at indentation level 24 not at correct indentation, 6748
Errorselse lcurly at indentation level 24 not at correct indentation, 6749
Errors'{' should be on the previous line.749
ErrorsLine is longer than 80 characters.750
Errorselse child at indentation level 32 not at correct indentation, 8750
Errors',' is not followed by whitespace.750
Errorselse rcurly at indentation level 24 not at correct indentation, 6751
Errorselse rcurly at indentation level 16 not at correct indentation, 4752
Errorsmethod def child at indentation level 16 not at correct indentation, 4754
Errorsfor at indentation level 16 not at correct indentation, 4756
Errorsfor lcurly at indentation level 16 not at correct indentation, 4757
Errors'{' should be on the previous line.757
Errorsfor child at indentation level 24 not at correct indentation, 6758
Errorstry at indentation level 24 not at correct indentation, 6759
Errorstry lcurly at indentation level 24 not at correct indentation, 6760
Errors'{' should be on the previous line.760
Errorstry child at indentation level 32 not at correct indentation, 8761
Errors',' is not followed by whitespace.761
Errorstry rcurly at indentation level 24 not at correct indentation, 6762
Errors'}' should be on the same line.762
Errorscatch at indentation level 24 not at correct indentation, 6763
Errorscatch lcurly at indentation level 24 not at correct indentation, 6764
Errors'{' should be on the previous line.764
Errorscatch child at indentation level 32 not at correct indentation, 8765
Errorscatch child at indentation level 32 not at correct indentation, 8766
Errorscatch rcurly at indentation level 24 not at correct indentation, 6767
ErrorsLine is longer than 80 characters.769
Errorsfor child at indentation level 24 not at correct indentation, 6769
Errors',' is not followed by whitespace.769
Errors',' is not followed by whitespace.769
Errors',' is not followed by whitespace.769
Errors',' is not followed by whitespace.769
Errors',' is not followed by whitespace.769
Errors',' is not followed by whitespace.769
Errors',' is not followed by whitespace.769
Errorsfor child at indentation level 24 not at correct indentation, 6771
Errorsfor rcurly at indentation level 16 not at correct indentation, 4773
Errorsmethod def child at indentation level 16 not at correct indentation, 4775
Errorsif at indentation level 16 not at correct indentation, 4777
Errorsif lcurly at indentation level 16 not at correct indentation, 4778
Errors'{' should be on the previous line.778
Errorsif child at indentation level 24 not at correct indentation, 6779
ErrorsLine is longer than 80 characters.780
Errorsif at indentation level 24 not at correct indentation, 6780
Errors',' is not followed by whitespace.780
Errorsif lcurly at indentation level 24 not at correct indentation, 6781
Errors'{' should be on the previous line.781
Errorsif child at indentation level 32 not at correct indentation, 8782
Errorsif rcurly at indentation level 24 not at correct indentation, 6783
ErrorsLine is longer than 80 characters.784
Errorsif child at indentation level 24 not at correct indentation, 6784
Errors',' is not followed by whitespace.784
Errors',' is not followed by whitespace.784
Errorsif child at indentation level 24 not at correct indentation, 6785
Errorsif rcurly at indentation level 16 not at correct indentation, 4786
Errorsmethod def child at indentation level 16 not at correct indentation, 4788
Errorsfor at indentation level 16 not at correct indentation, 4790
Errorsfor lcurly at indentation level 16 not at correct indentation, 4791
Errors'{' should be on the previous line.791
Errorsfor child at indentation level 24 not at correct indentation, 6792
Errorsfor rcurly at indentation level 16 not at correct indentation, 4793
Errorsfor at indentation level 16 not at correct indentation, 4804
Errorsfor lcurly at indentation level 16 not at correct indentation, 4805
Errors'{' should be on the previous line.805
Errorstry at indentation level 24 not at correct indentation, 6806
Errorstry lcurly at indentation level 24 not at correct indentation, 6807
Errors'{' should be on the previous line.807
Errorstry child at indentation level 32 not at correct indentation, 8808
Errorstry child at indentation level 32 not at correct indentation, 8809
Errorstry rcurly at indentation level 24 not at correct indentation, 6810
Errors'}' should be on the same line.810
Errorscatch at indentation level 24 not at correct indentation, 6811
Errorscatch lcurly at indentation level 24 not at correct indentation, 6812
Errors'{' should be on the previous line.812
ErrorsMust have at least one statement.812
Errorscatch rcurly at indentation level 24 not at correct indentation, 6813
Errorsfor rcurly at indentation level 16 not at correct indentation, 4814
Errorsmethod def child at indentation level 16 not at correct indentation, 4816
Errorsif at indentation level 16 not at correct indentation, 4818
Errorsif at indentation level 16 not at correct indentation, 4822
Errorsif lcurly at indentation level 16 not at correct indentation, 4823
Errors'{' should be on the previous line.823
Errorsif child at indentation level 24 not at correct indentation, 6824
Errorsif rcurly at indentation level 16 not at correct indentation, 4825
Errorstry at indentation level 16 not at correct indentation, 4827
Errorstry lcurly at indentation level 16 not at correct indentation, 4828
Errors'{' should be on the previous line.828
Errorstry child at indentation level 24 not at correct indentation, 6829
Errorstry rcurly at indentation level 16 not at correct indentation, 4830
Errors'}' should be on the same line.830
Errorscatch at indentation level 16 not at correct indentation, 4831
Errorscatch lcurly at indentation level 16 not at correct indentation, 4832
Errors'{' should be on the previous line.832
Errorscatch child at indentation level 24 not at correct indentation, 6833
Errorscatch child at indentation level 24 not at correct indentation, 6834
Errorscatch child at indentation level 24 not at correct indentation, 6835
Errorscatch rcurly at indentation level 16 not at correct indentation, 4836
Errorstry at indentation level 16 not at correct indentation, 4838
Errorstry lcurly at indentation level 16 not at correct indentation, 4839
Errors'{' should be on the previous line.839
Errorstry child at indentation level 24 not at correct indentation, 6840
Errorstry rcurly at indentation level 16 not at correct indentation, 4841
Errorscatch lcurly at indentation level 16 not at correct indentation, 4842
Errors'{' should be on the previous line.842
ErrorsLine is longer than 80 characters.843
Errorscatch child at indentation level 24 not at correct indentation, 6843
Errorscatch child at indentation level 24 not at correct indentation, 6844
Errorscatch child at indentation level 24 not at correct indentation, 6845
Errorscatch rcurly at indentation level 16 not at correct indentation, 4846
Errorsmethod def child at indentation level 16 not at correct indentation, 4848
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2849

com/yahoo/ycsb/CommandLine.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.35
ErrorsUtility classes should not have a public or default constructor.37
Errors'{' should be on the previous line.38
Errorsmember def modifier at indentation level 6 not at correct indentation, 239
Errorsmethod def modifier at indentation level 6 not at correct indentation, 241
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 242
Errors'{' should be on the previous line.42
Errorsmethod def child at indentation level 9 not at correct indentation, 443
ErrorsFile contains tab characters (this is the first instance).43
Errorsmethod def child at indentation level 9 not at correct indentation, 444
Errorsmethod def child at indentation level 9 not at correct indentation, 445
Errorsmethod def child at indentation level 9 not at correct indentation, 446
Errorsmethod def child at indentation level 9 not at correct indentation, 447
ErrorsLine is longer than 80 characters.48
Errorsmethod def child at indentation level 9 not at correct indentation, 448
ErrorsLine is longer than 80 characters.49
Errorsmethod def child at indentation level 9 not at correct indentation, 449
Errorsmethod def child at indentation level 9 not at correct indentation, 450
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 251
Errorsmethod def modifier at indentation level 6 not at correct indentation, 253
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 254
Errors'{' should be on the previous line.54
Errorsmethod def child at indentation level 9 not at correct indentation, 455
Errorsmethod def child at indentation level 9 not at correct indentation, 456
ErrorsLine is longer than 80 characters.57
Errorsmethod def child at indentation level 9 not at correct indentation, 457
ErrorsLine is longer than 80 characters.58
Errorsmethod def child at indentation level 9 not at correct indentation, 458
ErrorsLine is longer than 80 characters.59
Errorsmethod def child at indentation level 9 not at correct indentation, 459
Errorsmethod def child at indentation level 9 not at correct indentation, 460
ErrorsLine is longer than 80 characters.61
Errorsmethod def child at indentation level 9 not at correct indentation, 461
Errorsmethod def child at indentation level 9 not at correct indentation, 462
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 263
Errorsmethod def modifier at indentation level 6 not at correct indentation, 265
ErrorsMethod length is 343 lines (max allowed is 150).65
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 266
Errors'{' should be on the previous line.66
Errorsmethod def child at indentation level 9 not at correct indentation, 467
Errorsmethod def child at indentation level 9 not at correct indentation, 469
Errorsmethod def child at indentation level 9 not at correct indentation, 470
Errorsmethod def child at indentation level 9 not at correct indentation, 471
Errorswhile at indentation level 9 not at correct indentation, 473
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errorswhile lcurly at indentation level 9 not at correct indentation, 474
Errors'{' should be on the previous line.74
Errorsif at indentation level 12 not at correct indentation, 675
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.78
Errorsif lcurly at indentation level 12 not at correct indentation, 679
Errors'{' should be on the previous line.79
Errorsif child at indentation level 15 not at correct indentation, 880
Errorsif child at indentation level 15 not at correct indentation, 881
Errorsif rcurly at indentation level 12 not at correct indentation, 682
Errorsif at indentation level 12 not at correct indentation, 684
Errorsif lcurly at indentation level 12 not at correct indentation, 685
Errors'{' should be on the previous line.85
Errorsif child at indentation level 15 not at correct indentation, 886
Errorsif at indentation level 15 not at correct indentation, 887
Errorsif lcurly at indentation level 15 not at correct indentation, 888
Errors'{' should be on the previous line.88
Errorsif child at indentation level 18 not at correct indentation, 1089
Errorsif child at indentation level 18 not at correct indentation, 1090
Errorsif rcurly at indentation level 15 not at correct indentation, 891
Errorsif child at indentation level 15 not at correct indentation, 892
Errors',' is not followed by whitespace.92
Errorsif child at indentation level 15 not at correct indentation, 893
Errorsif rcurly at indentation level 12 not at correct indentation, 694
Errors'}' should be on the same line.94
Errorselse at indentation level 12 not at correct indentation, 695
Errorsif lcurly at indentation level 12 not at correct indentation, 696
Errors'{' should be on the previous line.96
Errorsif child at indentation level 15 not at correct indentation, 897
Errorsif at indentation level 15 not at correct indentation, 898
Errorsif lcurly at indentation level 15 not at correct indentation, 899
Errors'{' should be on the previous line.99
Errorsif child at indentation level 18 not at correct indentation, 10100
Errorsif child at indentation level 18 not at correct indentation, 10101
Errorsif rcurly at indentation level 15 not at correct indentation, 8102
Errorsif child at indentation level 15 not at correct indentation, 8103
Errorsif child at indentation level 15 not at correct indentation, 8104
Errorsif child at indentation level 15 not at correct indentation, 8106
Errorstry at indentation level 15 not at correct indentation, 8107
Errorstry lcurly at indentation level 15 not at correct indentation, 8108
Errors'{' should be on the previous line.108
Errorstry child at indentation level 18 not at correct indentation, 10109
Errorstry rcurly at indentation level 15 not at correct indentation, 8110
Errors'}' should be on the same line.110
Errorscatch at indentation level 15 not at correct indentation, 8111
Errorscatch lcurly at indentation level 15 not at correct indentation, 8112
Errors'{' should be on the previous line.112
Errorscatch child at indentation level 18 not at correct indentation, 10113
Errorscatch child at indentation level 18 not at correct indentation, 10114
Errorscatch rcurly at indentation level 15 not at correct indentation, 8115
ErrorsLine is longer than 80 characters.117
Errorsfor at indentation level 15 not at correct indentation, 8117
Errors';' is followed by whitespace.117
Errorsfor lcurly at indentation level 15 not at correct indentation, 8118
Errors'{' should be on the previous line.118
Errorsfor child at indentation level 18 not at correct indentation, 10119
Errorsfor child at indentation level 18 not at correct indentation, 10121
Errors',' is not followed by whitespace.121
Errorsfor rcurly at indentation level 15 not at correct indentation, 8122
Errorsif rcurly at indentation level 12 not at correct indentation, 6124
Errors'}' should be on the same line.124
Errorselse at indentation level 12 not at correct indentation, 6125
Errorsif lcurly at indentation level 12 not at correct indentation, 6126
Errors'{' should be on the previous line.126
Errorsif child at indentation level 15 not at correct indentation, 8127
Errorsif at indentation level 15 not at correct indentation, 8128
Errorsif lcurly at indentation level 15 not at correct indentation, 8129
Errors'{' should be on the previous line.129
Errorsif child at indentation level 18 not at correct indentation, 10130
Errorsif child at indentation level 18 not at correct indentation, 10131
Errorsif rcurly at indentation level 15 not at correct indentation, 8132
Errorsif child at indentation level 15 not at correct indentation, 8133
Errorsif at indentation level 15 not at correct indentation, 8134
Errorsif lcurly at indentation level 15 not at correct indentation, 8135
Errors'{' should be on the previous line.135
Errorsif child at indentation level 18 not at correct indentation, 10136
Errorsif child at indentation level 18 not at correct indentation, 10137
Errorsif rcurly at indentation level 15 not at correct indentation, 8138
Errorsif child at indentation level 15 not at correct indentation, 8140
Errors',' is not followed by whitespace.140
Errorsif child at indentation level 15 not at correct indentation, 8141
Errorsif child at indentation level 15 not at correct indentation, 8142
Errors',' is not followed by whitespace.142
Errorsif child at indentation level 15 not at correct indentation, 8144
Errorsif rcurly at indentation level 12 not at correct indentation, 6145
Errors'}' should be on the same line.145
Errorselse at indentation level 12 not at correct indentation, 6146
Errorsif lcurly at indentation level 12 not at correct indentation, 6147
Errors'{' should be on the previous line.147
Errorsif child at indentation level 15 not at correct indentation, 8148
Errorsif at indentation level 15 not at correct indentation, 8149
Errorsif lcurly at indentation level 15 not at correct indentation, 8150
Errors'{' should be on the previous line.150
Errorsif child at indentation level 18 not at correct indentation, 10151
Errorsif child at indentation level 18 not at correct indentation, 10152
Errorsif rcurly at indentation level 15 not at correct indentation, 8153
Errorsif child at indentation level 15 not at correct indentation, 8154
Errorsif child at indentation level 15 not at correct indentation, 8155
Errorsif rcurly at indentation level 12 not at correct indentation, 6156
Errors'}' should be on the same line.156
Errorselse at indentation level 12 not at correct indentation, 6157
Errorselse lcurly at indentation level 12 not at correct indentation, 6158
Errors'{' should be on the previous line.158
Errorselse child at indentation level 15 not at correct indentation, 8159
Errorselse child at indentation level 15 not at correct indentation, 8160
Errorselse child at indentation level 15 not at correct indentation, 8161
Errorselse rcurly at indentation level 12 not at correct indentation, 6162
Errorsif at indentation level 12 not at correct indentation, 6164
Errorsif lcurly at indentation level 12 not at correct indentation, 6165
Errors'{' should be on the previous line.165
Errorsif child at indentation level 15 not at correct indentation, 8166
Errorsif rcurly at indentation level 12 not at correct indentation, 6167
Errorswhile rcurly at indentation level 9 not at correct indentation, 4168
Errorsif at indentation level 9 not at correct indentation, 4170
Errorsif lcurly at indentation level 9 not at correct indentation, 4171
Errors'{' should be on the previous line.171
Errorsif child at indentation level 12 not at correct indentation, 6172
Errorsif child at indentation level 12 not at correct indentation, 6173
Errorsif rcurly at indentation level 9 not at correct indentation, 4174
Errorsfor at indentation level 9 not at correct indentation, 4176
Errors';' is followed by whitespace.176
Errorsfor lcurly at indentation level 9 not at correct indentation, 4177
Errors'{' should be on the previous line.177
Errorsfor child at indentation level 12 not at correct indentation, 6178
Errorsfor child at indentation level 12 not at correct indentation, 6180
Errors',' is not followed by whitespace.180
Errorsfor rcurly at indentation level 9 not at correct indentation, 4181
Errorsmethod def child at indentation level 9 not at correct indentation, 4183
Errorsmethod def child at indentation level 9 not at correct indentation, 4185
Errorsmethod def child at indentation level 9 not at correct indentation, 4186
Errorsmethod def child at indentation level 9 not at correct indentation, 4187
Errorsmethod def child at indentation level 9 not at correct indentation, 4190
Errors',' is not followed by whitespace.190
Errorsmethod def child at indentation level 9 not at correct indentation, 4192
Errorsmethod def child at indentation level 9 not at correct indentation, 4194
Errorstry at indentation level 9 not at correct indentation, 4196
Errorstry lcurly at indentation level 9 not at correct indentation, 4197
Errors'{' should be on the previous line.197
Errorstry child at indentation level 12 not at correct indentation, 6198
Errorstry child at indentation level 12 not at correct indentation, 6199
Errorstry rcurly at indentation level 9 not at correct indentation, 4200
Errors'}' should be on the same line.200
Errorscatch at indentation level 9 not at correct indentation, 4201
Errorscatch lcurly at indentation level 9 not at correct indentation, 4202
Errors'{' should be on the previous line.202
Errorscatch child at indentation level 12 not at correct indentation, 6203
Errorscatch child at indentation level 12 not at correct indentation, 6204
Errorscatch rcurly at indentation level 9 not at correct indentation, 4205
Errorsmethod def child at indentation level 9 not at correct indentation, 4207
Errorstry at indentation level 9 not at correct indentation, 4208
Errorstry lcurly at indentation level 9 not at correct indentation, 4209
Errors'{' should be on the previous line.209
Errorstry child at indentation level 12 not at correct indentation, 6210
Errorstry rcurly at indentation level 9 not at correct indentation, 4211
Errors'}' should be on the same line.211
Errorscatch at indentation level 9 not at correct indentation, 4212
Errorscatch lcurly at indentation level 9 not at correct indentation, 4213
Errors'{' should be on the previous line.213
Errorscatch child at indentation level 12 not at correct indentation, 6214
Errorscatch child at indentation level 12 not at correct indentation, 6215
Errorscatch rcurly at indentation level 9 not at correct indentation, 4216
Errorsmethod def child at indentation level 9 not at correct indentation, 4218
ErrorsLine is longer than 80 characters.221
Errorsmethod def child at indentation level 9 not at correct indentation, 4221
Errorsfor at indentation level 9 not at correct indentation, 4223
Errorsfor lcurly at indentation level 9 not at correct indentation, 4224
Errors'{' should be on the previous line.224
Errorsfor child at indentation level 12 not at correct indentation, 6226
Errorsfor child at indentation level 12 not at correct indentation, 6228
Errorstry at indentation level 12 not at correct indentation, 6230
Errorstry lcurly at indentation level 12 not at correct indentation, 6231
Errors'{' should be on the previous line.231
Errorstry child at indentation level 15 not at correct indentation, 8232
Errorstry rcurly at indentation level 12 not at correct indentation, 6233
Errors'}' should be on the same line.233
Errorscatch at indentation level 12 not at correct indentation, 6234
Errorscatch lcurly at indentation level 12 not at correct indentation, 6235
Errors'{' should be on the previous line.235
Errorscatch child at indentation level 15 not at correct indentation, 8236
Errorscatch child at indentation level 15 not at correct indentation, 8237
Errorscatch rcurly at indentation level 12 not at correct indentation, 6238
Errorsif at indentation level 12 not at correct indentation, 6240
Errorsif lcurly at indentation level 12 not at correct indentation, 6241
Errors'{' should be on the previous line.241
Errorsif child at indentation level 15 not at correct indentation, 8242
Errorsif rcurly at indentation level 12 not at correct indentation, 6243
Errorsif at indentation level 12 not at correct indentation, 6245
Errorsif lcurly at indentation level 12 not at correct indentation, 6246
Errors'{' should be on the previous line.246
Errorsif child at indentation level 15 not at correct indentation, 8247
Errorsif child at indentation level 15 not at correct indentation, 8248
Errorsif rcurly at indentation level 12 not at correct indentation, 6249
Errorsif at indentation level 12 not at correct indentation, 6251
Errorsif lcurly at indentation level 12 not at correct indentation, 6252
Errors'{' should be on the previous line.252
Errorsif child at indentation level 15 not at correct indentation, 8253
Errorsif rcurly at indentation level 12 not at correct indentation, 6254
Errorsfor child at indentation level 12 not at correct indentation, 6256
Errorsfor child at indentation level 12 not at correct indentation, 6258
Errorsif at indentation level 12 not at correct indentation, 6260
Errorsif lcurly at indentation level 12 not at correct indentation, 6261
Errors'{' should be on the previous line.261
Errorsif at indentation level 15 not at correct indentation, 8262
Errorsif lcurly at indentation level 15 not at correct indentation, 8263
Errors'{' should be on the previous line.263
Errorsif child at indentation level 18 not at correct indentation, 10264
Errorsif rcurly at indentation level 15 not at correct indentation, 8265
Errors'}' should be on the same line.265
Errorselse at indentation level 15 not at correct indentation, 8266
Errorsif lcurly at indentation level 15 not at correct indentation, 8267
Errors'{' should be on the previous line.267
Errorsif child at indentation level 18 not at correct indentation, 10268
Errorsif child at indentation level 18 not at correct indentation, 10269
Errorsif rcurly at indentation level 15 not at correct indentation, 8270
Errors'}' should be on the same line.270
Errorselse at indentation level 15 not at correct indentation, 8271
Errorselse lcurly at indentation level 15 not at correct indentation, 8272
Errors'{' should be on the previous line.272
Errorselse child at indentation level 18 not at correct indentation, 10273
Errorselse rcurly at indentation level 15 not at correct indentation, 8274
Errorsif rcurly at indentation level 12 not at correct indentation, 6275
Errors'}' should be on the same line.275
Errorselse at indentation level 12 not at correct indentation, 6276
Errorsif lcurly at indentation level 12 not at correct indentation, 6277
Errors'{' should be on the previous line.277
Errorsif at indentation level 15 not at correct indentation, 8278
Errorsif lcurly at indentation level 15 not at correct indentation, 8279
Errors'{' should be on the previous line.279
ErrorsLine is longer than 80 characters.280
Errorsif child at indentation level 18 not at correct indentation, 10280
Errorsif rcurly at indentation level 15 not at correct indentation, 8281
Errors'}' should be on the same line.281
Errorselse at indentation level 15 not at correct indentation, 8282
Errorselse lcurly at indentation level 15 not at correct indentation, 8283
Errors'{' should be on the previous line.283
Errorselse child at indentation level 18 not at correct indentation, 10284
Errorsif at indentation level 18 not at correct indentation, 10286
Errorsif lcurly at indentation level 18 not at correct indentation, 10287
Errors'{' should be on the previous line.287
Errorsif child at indentation level 21 not at correct indentation, 12288
Errorsfor at indentation level 21 not at correct indentation, 12290
Errorsfor lcurly at indentation level 21 not at correct indentation, 12291
Errors'{' should be on the previous line.291
Errorsfor child at indentation level 24 not at correct indentation, 14292
Errorsfor rcurly at indentation level 21 not at correct indentation, 12293
Errorsif rcurly at indentation level 18 not at correct indentation, 10294
ErrorsLine is longer than 80 characters.296
Errorselse child at indentation level 18 not at correct indentation, 10296
Errors',' is not followed by whitespace.296
Errors',' is not followed by whitespace.296
Errorselse child at indentation level 18 not at correct indentation, 10297
Errors',' is not followed by whitespace.297
Errors',' is not followed by whitespace.297
Errors',' is not followed by whitespace.297
Errorselse child at indentation level 18 not at correct indentation, 10298
Errorsfor at indentation level 18 not at correct indentation, 10299
Errors',' is not followed by whitespace.299
Errorsfor lcurly at indentation level 18 not at correct indentation, 10300
Errors'{' should be on the previous line.300
Errorsfor child at indentation level 21 not at correct indentation, 12301
Errorsfor rcurly at indentation level 18 not at correct indentation, 10302
Errorselse rcurly at indentation level 15 not at correct indentation, 8303
Errorsif rcurly at indentation level 12 not at correct indentation, 6304
Errors'}' should be on the same line.304
Errorselse at indentation level 12 not at correct indentation, 6305
Errorsif lcurly at indentation level 12 not at correct indentation, 6306
Errors'{' should be on the previous line.306
Errorsif at indentation level 15 not at correct indentation, 8307
Errorsif lcurly at indentation level 15 not at correct indentation, 8308
Errors'{' should be on the previous line.308
ErrorsLine is longer than 80 characters.309
Errorsif child at indentation level 18 not at correct indentation, 10309
Errorsif rcurly at indentation level 15 not at correct indentation, 8310
Errors'}' should be on the same line.310
Errorselse at indentation level 15 not at correct indentation, 8311
Errorselse lcurly at indentation level 15 not at correct indentation, 8312
Errors'{' should be on the previous line.312
Errorselse child at indentation level 18 not at correct indentation, 10313
Errorsif at indentation level 18 not at correct indentation, 10315
Errorsif lcurly at indentation level 18 not at correct indentation, 10316
Errors'{' should be on the previous line.316
Errorsif child at indentation level 21 not at correct indentation, 12317
Errorsfor at indentation level 21 not at correct indentation, 12319
Errorsfor lcurly at indentation level 21 not at correct indentation, 12320
Errors'{' should be on the previous line.320
Errorsfor child at indentation level 24 not at correct indentation, 14321
Errorsfor rcurly at indentation level 21 not at correct indentation, 12322
Errorsif rcurly at indentation level 18 not at correct indentation, 10323
ErrorsLine is longer than 80 characters.325
Errorselse child at indentation level 18 not at correct indentation, 10325
Errors',' is not followed by whitespace.325
Errors',' is not followed by whitespace.325
ErrorsLine is longer than 80 characters.326
Errorselse child at indentation level 18 not at correct indentation, 10326
Errors',' is not followed by whitespace.326
Errors',' is not followed by whitespace.326
Errors',' is not followed by whitespace.326
Errors',' is not followed by whitespace.326
Errorselse child at indentation level 18 not at correct indentation, 10327
Errorselse child at indentation level 18 not at correct indentation, 10328
Errorsif at indentation level 18 not at correct indentation, 10329
Errorsif lcurly at indentation level 18 not at correct indentation, 10330
Errors'{' should be on the previous line.330
Errorsif child at indentation level 21 not at correct indentation, 12331
Errorsif rcurly at indentation level 18 not at correct indentation, 10332
Errors'}' should be on the same line.332
Errorselse at indentation level 18 not at correct indentation, 10333
Errorselse lcurly at indentation level 18 not at correct indentation, 10334
Errors'{' should be on the previous line.334
Errorselse child at indentation level 21 not at correct indentation, 12335
Errorselse rcurly at indentation level 18 not at correct indentation, 10336
Errorsfor at indentation level 18 not at correct indentation, 10337
Errors',' is not followed by whitespace.337
Errorsfor lcurly at indentation level 18 not at correct indentation, 10338
Errors'{' should be on the previous line.338
Errorsfor child at indentation level 21 not at correct indentation, 12339
ErrorsLine is longer than 80 characters.340
Errorsfor at indentation level 21 not at correct indentation, 12340
Errors',' is not followed by whitespace.340
Errorsfor lcurly at indentation level 21 not at correct indentation, 12341
Errors'{' should be on the previous line.341
Errorsfor child at indentation level 24 not at correct indentation, 14342
Errorsfor rcurly at indentation level 21 not at correct indentation, 12343
Errorsfor child at indentation level 21 not at correct indentation, 12344
Errorsfor rcurly at indentation level 18 not at correct indentation, 10345
Errorselse rcurly at indentation level 15 not at correct indentation, 8346
Errorsif rcurly at indentation level 12 not at correct indentation, 6347
Errors'}' should be on the same line.347
Errorselse at indentation level 12 not at correct indentation, 6348
Errorsif lcurly at indentation level 12 not at correct indentation, 6349
Errors'{' should be on the previous line.349
Errorsif at indentation level 15 not at correct indentation, 8350
Errorsif lcurly at indentation level 15 not at correct indentation, 8351
Errors'{' should be on the previous line.351
ErrorsLine is longer than 80 characters.352
Errorsif child at indentation level 18 not at correct indentation, 10352
Errorsif rcurly at indentation level 15 not at correct indentation, 8353
Errors'}' should be on the same line.353
Errorselse at indentation level 15 not at correct indentation, 8354
Errorselse lcurly at indentation level 15 not at correct indentation, 8355
Errors'{' should be on the previous line.355
ErrorsLine is longer than 80 characters.356
Errorselse child at indentation level 18 not at correct indentation, 10356
Errors',' is not followed by whitespace.356
Errors',' is not followed by whitespace.356
Errorsfor at indentation level 18 not at correct indentation, 10358
Errorsfor lcurly at indentation level 18 not at correct indentation, 10359
Errors'{' should be on the previous line.359
Errorsfor child at indentation level 21 not at correct indentation, 12360
Errorsfor child at indentation level 21 not at correct indentation, 12361
Errors',' is not followed by whitespace.361
Errorsfor rcurly at indentation level 18 not at correct indentation, 10362
Errorselse child at indentation level 18 not at correct indentation, 10364
Errors',' is not followed by whitespace.364
Errors',' is not followed by whitespace.364
Errorselse child at indentation level 18 not at correct indentation, 10365
Errorselse rcurly at indentation level 15 not at correct indentation, 8366
Errorsif rcurly at indentation level 12 not at correct indentation, 6367
Errors'}' should be on the same line.367
Errorselse at indentation level 12 not at correct indentation, 6368
Errorsif lcurly at indentation level 12 not at correct indentation, 6369
Errors'{' should be on the previous line.369
Errorsif at indentation level 15 not at correct indentation, 8370
Errorsif lcurly at indentation level 15 not at correct indentation, 8371
Errors'{' should be on the previous line.371
ErrorsLine is longer than 80 characters.372
Errorsif child at indentation level 18 not at correct indentation, 10372
Errorsif rcurly at indentation level 15 not at correct indentation, 8373
Errors'}' should be on the same line.373
Errorselse at indentation level 15 not at correct indentation, 8374
Errorselse lcurly at indentation level 15 not at correct indentation, 8375
Errors'{' should be on the previous line.375
ErrorsLine is longer than 80 characters.376
Errorselse child at indentation level 18 not at correct indentation, 10376
Errors',' is not followed by whitespace.376
Errors',' is not followed by whitespace.376
Errorsfor at indentation level 18 not at correct indentation, 10378
Errorsfor lcurly at indentation level 18 not at correct indentation, 10379
Errors'{' should be on the previous line.379
Errorsfor child at indentation level 21 not at correct indentation, 12380
Errorsfor child at indentation level 21 not at correct indentation, 12381
Errors',' is not followed by whitespace.381
Errorsfor rcurly at indentation level 18 not at correct indentation, 10382
Errorselse child at indentation level 18 not at correct indentation, 10384
Errors',' is not followed by whitespace.384
Errors',' is not followed by whitespace.384
Errorselse child at indentation level 18 not at correct indentation, 10385
Errorselse rcurly at indentation level 15 not at correct indentation, 8386
Errorsif rcurly at indentation level 12 not at correct indentation, 6387
Errors'}' should be on the same line.387
Errorselse at indentation level 12 not at correct indentation, 6388
Errorsif lcurly at indentation level 12 not at correct indentation, 6389
Errors'{' should be on the previous line.389
Errorsif at indentation level 15 not at correct indentation, 8390
Errorsif lcurly at indentation level 15 not at correct indentation, 8391
Errors'{' should be on the previous line.391
Errorsif child at indentation level 18 not at correct indentation, 10392
Errorsif rcurly at indentation level 15 not at correct indentation, 8393
Errors'}' should be on the same line.393
Errorselse at indentation level 15 not at correct indentation, 8394
Errorselse lcurly at indentation level 15 not at correct indentation, 8395
Errors'{' should be on the previous line.395
Errorselse child at indentation level 18 not at correct indentation, 10396
Errors',' is not followed by whitespace.396
Errorselse child at indentation level 18 not at correct indentation, 10397
Errorselse rcurly at indentation level 15 not at correct indentation, 8398
Errorsif rcurly at indentation level 12 not at correct indentation, 6399
Errors'}' should be on the same line.399
Errorselse at indentation level 12 not at correct indentation, 6400
Errorselse lcurly at indentation level 12 not at correct indentation, 6401
Errors'{' should be on the previous line.401
Errorselse child at indentation level 15 not at correct indentation, 8402
Errorselse rcurly at indentation level 12 not at correct indentation, 6403
Errorsfor child at indentation level 12 not at correct indentation, 6405
Errorsfor rcurly at indentation level 9 not at correct indentation, 4407
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 2408

com/yahoo/ycsb/DB.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for DBException.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.42
Errors'{' should be on the previous line.45
ErrorsFile contains tab characters (this is the first instance).46
Errorsmember def type at indentation level 8 not at correct indentation, 249
ErrorsName '_p' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
ErrorsVariable '_p' must be private and have accessor methods.49
Errorsmethod def modifier at indentation level 8 not at correct indentation, 254
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 255
Errors'{' should be on the previous line.55
Errorsmethod def child at indentation level 16 not at correct indentation, 456
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 258
Errorsmethod def modifier at indentation level 8 not at correct indentation, 263
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 264
Errors'{' should be on the previous line.64
Errorsmethod def child at indentation level 16 not at correct indentation, 465
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 266
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.134

com/yahoo/ycsb/DBException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.24
ErrorsFile contains tab characters (this is the first instance).26
Errorsmember def modifier at indentation level 8 not at correct indentation, 228
Errorsctor def modifier at indentation level 8 not at correct indentation, 230
Errorsctor def lcurly at indentation level 6 not at correct indentation, 231
Errors'{' should be on the previous line.31
Errorsctor def rcurly at indentation level 6 not at correct indentation, 233
Errorsctor def modifier at indentation level 6 not at correct indentation, 235
Errorsctor def lcurly at indentation level 6 not at correct indentation, 236
Errors'{' should be on the previous line.36
Errorsctor def rcurly at indentation level 6 not at correct indentation, 238
Errorsctor def modifier at indentation level 6 not at correct indentation, 240
Errorsctor def lcurly at indentation level 6 not at correct indentation, 241
Errors'{' should be on the previous line.41
Errors',' is not followed by whitespace.42
Errorsctor def rcurly at indentation level 6 not at correct indentation, 243
Errorsctor def modifier at indentation level 6 not at correct indentation, 245
Errorsctor def lcurly at indentation level 6 not at correct indentation, 246
Errors'{' should be on the previous line.46
Errorsctor def rcurly at indentation level 6 not at correct indentation, 248

com/yahoo/ycsb/DBFactory.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for UnknownDBException.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUtility classes should not have a public or default constructor.25
Errors'{' should be on the previous line.26
ErrorsLine is longer than 80 characters.28
ErrorsFile contains tab characters (this is the first instance).28

com/yahoo/ycsb/DBWrapper.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for DBException.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.34
Errorsmember def type at indentation level 8 not at correct indentation, 235
ErrorsFile contains tab characters (this is the first instance).35
ErrorsName '_db' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsVariable '_db' must be private and have accessor methods.35
Errorsmember def type at indentation level 8 not at correct indentation, 236
ErrorsName '_measurements' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsVariable '_measurements' must be private and have accessor methods.36
Errorsmember def modifier at indentation level 8 not at correct indentation, 238
ErrorsVariable 'fstream' must be private and have accessor methods.38
Errorsmember def modifier at indentation level 8 not at correct indentation, 239
ErrorsVariable 'out' must be private and have accessor methods.39
Errorsmember def modifier at indentation level 8 not at correct indentation, 240
ErrorsVariable 'obj' must be private and have accessor methods.40
Errorsmember def modifier at indentation level 8 not at correct indentation, 241
ErrorsVariable 'numThreads' must be private and have accessor methods.41
Errorsstatic initialization at indentation level 8 not at correct indentation, 243
Errorsstatic initialization child at indentation level 12 not at correct indentation, 444
Errorsstatic initialization child at indentation level 12 not at correct indentation, 445
Errorsstatic initialization rcurly at indentation level 8 not at correct indentation, 246
Errorsctor def modifier at indentation level 8 not at correct indentation, 251
Errorsctor def lcurly at indentation level 8 not at correct indentation, 252
Errors'{' should be on the previous line.52
Errorsctor def child at indentation level 16 not at correct indentation, 453
Errorsctor def child at indentation level 16 not at correct indentation, 454
Errorsctor def rcurly at indentation level 8 not at correct indentation, 255
Errorsmethod def modifier at indentation level 8 not at correct indentation, 260
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 261
Errors'{' should be on the previous line.61
Errorsmethod def child at indentation level 16 not at correct indentation, 462
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 263
Errorsmethod def modifier at indentation level 8 not at correct indentation, 268
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 269
Errors'{' should be on the previous line.69
Errorsmethod def child at indentation level 16 not at correct indentation, 470
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 271
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.225
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.259
ErrorsLine is longer than 80 characters.270
ErrorsLine is longer than 80 characters.351
ErrorsLine is longer than 80 characters.359
ErrorsLine is longer than 80 characters.365
ErrorsLine is longer than 80 characters.367
ErrorsLine is longer than 80 characters.370

com/yahoo/ycsb/InputStreamByteIterator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.21
Errorsmember def type at indentation level 8 not at correct indentation, 222
ErrorsFile contains tab characters (this is the first instance).22
ErrorsVariable 'len' must be private and have accessor methods.22
Errorsmember def type at indentation level 8 not at correct indentation, 223
ErrorsVariable 'ins' must be private and have accessor methods.23
Errorsmember def type at indentation level 8 not at correct indentation, 224
ErrorsVariable 'off' must be private and have accessor methods.24
Errorsctor def modifier at indentation level 8 not at correct indentation, 226
Errorsctor def child at indentation level 16 not at correct indentation, 427
Errorsctor def child at indentation level 16 not at correct indentation, 428
Errorsctor def child at indentation level 16 not at correct indentation, 429
Errorsctor def rcurly at indentation level 8 not at correct indentation, 230
Errorsmethod def modifier at indentation level 8 not at correct indentation, 232
Errorsmethod def modifier at indentation level 8 not at correct indentation, 233
Errorsmethod def child at indentation level 16 not at correct indentation, 434
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 235
Errorsmethod def modifier at indentation level 8 not at correct indentation, 237
Errorsmethod def modifier at indentation level 8 not at correct indentation, 238
Errorsmethod def child at indentation level 16 not at correct indentation, 439
Errorstry at indentation level 16 not at correct indentation, 440
Errorstry child at indentation level 24 not at correct indentation, 641
Errorstry rcurly at indentation level 16 not at correct indentation, 442
Errorscatch child at indentation level 24 not at correct indentation, 643
Errorscatch rcurly at indentation level 16 not at correct indentation, 444
Errorsif at indentation level 16 not at correct indentation, 445
Errorsmethod def child at indentation level 16 not at correct indentation, 446
Errorsmethod def child at indentation level 16 not at correct indentation, 447
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 248
Errorsmethod def modifier at indentation level 8 not at correct indentation, 250
Errorsmethod def modifier at indentation level 8 not at correct indentation, 251
Errorsmethod def child at indentation level 16 not at correct indentation, 452
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 253

com/yahoo/ycsb/RandomByteIterator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMust have at least one statement.47

com/yahoo/ycsb/StringByteIterator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.23
Errorsmember def type at indentation level 8 not at correct indentation, 224
ErrorsFile contains tab characters (this is the first instance).24
ErrorsVariable 'str' must be private and have accessor methods.24
Errorsmember def type at indentation level 8 not at correct indentation, 225
ErrorsVariable 'off' must be private and have accessor methods.25
ErrorsLine is longer than 80 characters.31
Errorsmethod def modifier at indentation level 8 not at correct indentation, 231
ErrorsLine is longer than 80 characters.32
Errorsfor at indentation level 15 not at correct indentation, 432
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 233
ErrorsLine is longer than 80 characters.39
Errorsmethod def modifier at indentation level 8 not at correct indentation, 239
Errorsfor at indentation level 15 not at correct indentation, 440
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 241
ErrorsLine is longer than 80 characters.47
Errorsmethod def modifier at indentation level 8 not at correct indentation, 247
Errorsmethod def child at indentation level 16 not at correct indentation, 448
Errors',' is not followed by whitespace.49
Errorsfor at indentation level 16 not at correct indentation, 451
Errorsfor child at indentation level 24 not at correct indentation, 652
Errorsfor rcurly at indentation level 16 not at correct indentation, 453
Errorsmethod def child at indentation level 16 not at correct indentation, 454
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 255
ErrorsLine is longer than 80 characters.61
Errorsmethod def modifier at indentation level 8 not at correct indentation, 261
Errorsmethod def child at indentation level 16 not at correct indentation, 462
Errors',' is not followed by whitespace.62
Errorsfor at indentation level 16 not at correct indentation, 464
Errorsfor child at indentation level 24 not at correct indentation, 665
ErrorsEmpty statement.65
Errorsfor rcurly at indentation level 16 not at correct indentation, 466
Errorsmethod def child at indentation level 16 not at correct indentation, 467
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 268
Errorsctor def modifier at indentation level 8 not at correct indentation, 270
Errorsctor def child at indentation level 16 not at correct indentation, 471
Errorsctor def child at indentation level 16 not at correct indentation, 472
Errorsctor def rcurly at indentation level 8 not at correct indentation, 273
Errorsmethod def modifier at indentation level 8 not at correct indentation, 274
Errorsmethod def modifier at indentation level 8 not at correct indentation, 275
Errorsmethod def child at indentation level 16 not at correct indentation, 476
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 277
Errorsmethod def modifier at indentation level 8 not at correct indentation, 279
Errorsmethod def modifier at indentation level 8 not at correct indentation, 280
Errorsmethod def child at indentation level 16 not at correct indentation, 481
Errorsmethod def child at indentation level 16 not at correct indentation, 482
Errorsmethod def child at indentation level 16 not at correct indentation, 483
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 284
Errorsmethod def modifier at indentation level 8 not at correct indentation, 286
Errorsmethod def modifier at indentation level 8 not at correct indentation, 287
Errorsmethod def child at indentation level 16 not at correct indentation, 488
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 289
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2100
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2101
Errorsif at indentation level 16 not at correct indentation, 4102
Errorsif child at indentation level 24 not at correct indentation, 6103
Errorsif rcurly at indentation level 16 not at correct indentation, 4104
Errorselse child at indentation level 24 not at correct indentation, 6105
Errorselse rcurly at indentation level 16 not at correct indentation, 4106
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2107

com/yahoo/ycsb/TerminatorThread.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.61
ErrorsMust have at least one statement.64

com/yahoo/ycsb/UnknownDBException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.24
ErrorsFile contains tab characters (this is the first instance).26
Errorsmember def modifier at indentation level 8 not at correct indentation, 228
Errorsctor def modifier at indentation level 8 not at correct indentation, 230
Errorsctor def lcurly at indentation level 6 not at correct indentation, 231
Errors'{' should be on the previous line.31
Errorsctor def rcurly at indentation level 6 not at correct indentation, 233
Errorsctor def modifier at indentation level 6 not at correct indentation, 235
Errorsctor def lcurly at indentation level 6 not at correct indentation, 236
Errors'{' should be on the previous line.36
Errorsctor def rcurly at indentation level 6 not at correct indentation, 238
Errorsctor def modifier at indentation level 6 not at correct indentation, 240
Errorsctor def lcurly at indentation level 6 not at correct indentation, 241
Errors'{' should be on the previous line.41
Errors',' is not followed by whitespace.42
Errorsctor def rcurly at indentation level 6 not at correct indentation, 243
Errorsctor def modifier at indentation level 6 not at correct indentation, 245
Errorsctor def lcurly at indentation level 6 not at correct indentation, 246
Errors'{' should be on the previous line.46
Errorsctor def rcurly at indentation level 6 not at correct indentation, 248

com/yahoo/ycsb/Utils.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUtility classes should not have a public or default constructor.25
Errors'{' should be on the previous line.26
ErrorsName 'rand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.27
ErrorsName 'rng' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
Errorsmethod def modifier at indentation level 6 not at correct indentation, 241
ErrorsName 'ASCIIString' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 242
Errors'{' should be on the previous line.42
Errorsmethod def child at indentation level 9 not at correct indentation, 443
ErrorsFile contains tab characters (this is the first instance).43
Errorsmethod def child at indentation level 8 not at correct indentation, 445
Errorsmethod def child at indentation level 8 not at correct indentation, 446
Errorsfor at indentation level 8 not at correct indentation, 447
Errorsif at indentation level 10 not at correct indentation, 648
Errorsif child at indentation level 12 not at correct indentation, 849
Errorsif rcurly at indentation level 10 not at correct indentation, 650
Errorselse child at indentation level 12 not at correct indentation, 851
Errorselse rcurly at indentation level 10 not at correct indentation, 652
Errorsfor rcurly at indentation level 8 not at correct indentation, 453
Errorsmethod def child at indentation level 8 not at correct indentation, 454
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 255
Errorsmethod def modifier at indentation level 6 not at correct indentation, 260
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 261
Errors'{' should be on the previous line.61
Errorsmethod def child at indentation level 9 not at correct indentation, 462
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 263
Errorsmember def modifier at indentation level 6 not at correct indentation, 265
ErrorsName 'FNV_offset_basis_32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
Errorsmember def modifier at indentation level 6 not at correct indentation, 266
ErrorsName 'FNV_prime_32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.66
ErrorsLine is longer than 80 characters.69
Errorsmethod def modifier at indentation level 6 not at correct indentation, 274
ErrorsName 'FNVhash32' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 275
Errors'{' should be on the previous line.75
Errorsmethod def child at indentation level 9 not at correct indentation, 477
Errorsfor at indentation level 9 not at correct indentation, 479
Errorsfor lcurly at indentation level 9 not at correct indentation, 480
Errors'{' should be on the previous line.80
Errorsfor child at indentation level 12 not at correct indentation, 681
Errorsfor child at indentation level 12 not at correct indentation, 682
Errorsfor child at indentation level 12 not at correct indentation, 684
Errorsfor child at indentation level 12 not at correct indentation, 685
Errorsfor rcurly at indentation level 9 not at correct indentation, 487
Errorsmethod def child at indentation level 9 not at correct indentation, 488
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 289
Errorsmember def modifier at indentation level 6 not at correct indentation, 291
ErrorsName 'FNV_offset_basis_64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.91
Errorsmember def modifier at indentation level 6 not at correct indentation, 292
ErrorsName 'FNV_prime_64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
ErrorsLine is longer than 80 characters.95
Errorsmethod def modifier at indentation level 6 not at correct indentation, 2100
ErrorsName 'FNVhash64' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 2101
Errors'{' should be on the previous line.101
Errorsmethod def child at indentation level 9 not at correct indentation, 4103
Errorsfor at indentation level 9 not at correct indentation, 4105
Errorsfor lcurly at indentation level 9 not at correct indentation, 4106
Errors'{' should be on the previous line.106
Errorsfor child at indentation level 12 not at correct indentation, 6107
Errorsfor child at indentation level 12 not at correct indentation, 6108
Errorsfor child at indentation level 12 not at correct indentation, 6110
Errorsfor child at indentation level 12 not at correct indentation, 6111
Errorsfor rcurly at indentation level 9 not at correct indentation, 4113
Errorsmethod def child at indentation level 9 not at correct indentation, 4114
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 2115

com/yahoo/ycsb/Workload.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
Errors'{' should be on the previous line.38
Errorsmember def modifier at indentation level 8 not at correct indentation, 239
ErrorsFile contains tab characters (this is the first instance).39
Errorsmember def modifier at indentation level 8 not at correct indentation, 241
Errorsmember def modifier at indentation level 8 not at correct indentation, 243
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.93

com/yahoo/ycsb/WorkloadException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.24
ErrorsFile contains tab characters (this is the first instance).25
Errorsmember def modifier at indentation level 8 not at correct indentation, 228
Errorsctor def modifier at indentation level 8 not at correct indentation, 230
Errorsctor def lcurly at indentation level 8 not at correct indentation, 231
Errors'{' should be on the previous line.31
Errorsctor def rcurly at indentation level 8 not at correct indentation, 233
Errorsctor def modifier at indentation level 8 not at correct indentation, 235
Errorsctor def lcurly at indentation level 8 not at correct indentation, 236
Errors'{' should be on the previous line.36
Errorsctor def rcurly at indentation level 8 not at correct indentation, 238
Errorsctor def modifier at indentation level 8 not at correct indentation, 240
Errorsctor def lcurly at indentation level 8 not at correct indentation, 241
Errors'{' should be on the previous line.41
Errors',' is not followed by whitespace.42
Errorsctor def rcurly at indentation level 8 not at correct indentation, 243
Errorsctor def modifier at indentation level 8 not at correct indentation, 245
Errorsctor def lcurly at indentation level 8 not at correct indentation, 246
Errors'{' should be on the previous line.46
Errorsctor def rcurly at indentation level 8 not at correct indentation, 248

com/yahoo/ycsb/generator/ConstantIntegerGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
Errorsmember def modifier at indentation level 8 not at correct indentation, 226
ErrorsFile contains tab characters (this is the first instance).26
Errorsctor def modifier at indentation level 8 not at correct indentation, 230
Errorsctor def child at indentation level 16 not at correct indentation, 431
Errorsctor def rcurly at indentation level 8 not at correct indentation, 232
Errorsmethod def modifier at indentation level 8 not at correct indentation, 234
Errorsmethod def modifier at indentation level 8 not at correct indentation, 235
Errorsmethod def child at indentation level 16 not at correct indentation, 436
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 237
Errorsmethod def modifier at indentation level 8 not at correct indentation, 239
Errorsmethod def modifier at indentation level 8 not at correct indentation, 240
Errorsmethod def child at indentation level 16 not at correct indentation, 441
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 242

com/yahoo/ycsb/generator/CounterGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.26
Errorsmember def modifier at indentation level 8 not at correct indentation, 227
ErrorsFile contains tab characters (this is the first instance).27
ErrorsVariable 'counter' must be private and have accessor methods.27
ErrorsFirst sentence should end with a period.29
Errorsctor def modifier at indentation level 8 not at correct indentation, 232
Errorsctor def lcurly at indentation level 8 not at correct indentation, 233
Errors'{' should be on the previous line.33
Errorsctor def child at indentation level 16 not at correct indentation, 434
Errorsctor def child at indentation level 16 not at correct indentation, 435
Errorsctor def rcurly at indentation level 8 not at correct indentation, 236
ErrorsLine is longer than 80 characters.39
Errorsmethod def modifier at indentation level 8 not at correct indentation, 242
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 243
Errors'{' should be on the previous line.43
Errorsmethod def child at indentation level 16 not at correct indentation, 444
Errorsmethod def child at indentation level 16 not at correct indentation, 445
Errorsmethod def child at indentation level 16 not at correct indentation, 446
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 247
Errorsmethod def modifier at indentation level 8 not at correct indentation, 248
Errorsmethod def modifier at indentation level 8 not at correct indentation, 249
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 250
Errors'{' should be on the previous line.50
Errorsmethod def child at indentation level 24 not at correct indentation, 451
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 252
Errorsmethod def modifier at indentation level 8 not at correct indentation, 253
Errorsmethod def modifier at indentation level 8 not at correct indentation, 254
ErrorsLine is longer than 80 characters.55
Errorsmethod def child at indentation level 16 not at correct indentation, 455
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 256

com/yahoo/ycsb/generator/DiscreteGenerator.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.30
Errorsclass def ident at indentation level 8 not at correct indentation, 231
ErrorsFile contains tab characters (this is the first instance).31
Errorsclass def lcurly at indentation level 8 not at correct indentation, 232
Errors'{' should be on the previous line.32
Errorsmember def modifier at indentation level 16 not at correct indentation, 433
ErrorsName '_weight' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsVariable '_weight' must be private and have accessor methods.33
Errorsmember def modifier at indentation level 16 not at correct indentation, 434
ErrorsName '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
ErrorsVariable '_value' must be private and have accessor methods.34
Errorsctor def at indentation level 16 not at correct indentation, 436
Errorsctor def lcurly at indentation level 16 not at correct indentation, 437
Errors'{' should be on the previous line.37
Errorsctor def child at indentation level 24 not at correct indentation, 638
Errorsctor def child at indentation level 24 not at correct indentation, 639
Errorsctor def rcurly at indentation level 16 not at correct indentation, 440
Errorsclass def rcurly at indentation level 8 not at correct indentation, 241
Errorsmember def type at indentation level 8 not at correct indentation, 243
ErrorsName '_values' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
ErrorsVariable '_values' must be private and have accessor methods.43
Errorsmember def type at indentation level 8 not at correct indentation, 244
ErrorsName '_lastvalue' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
ErrorsVariable '_lastvalue' must be private and have accessor methods.44
Errorsctor def modifier at indentation level 8 not at correct indentation, 246
Errorsctor def lcurly at indentation level 8 not at correct indentation, 247
Errors'{' should be on the previous line.47
Errorsctor def child at indentation level 16 not at correct indentation, 448
Errorsctor def child at indentation level 16 not at correct indentation, 449
Errorsctor def rcurly at indentation level 8 not at correct indentation, 250
Errorsmethod def modifier at indentation level 8 not at correct indentation, 255
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 256
Errors'{' should be on the previous line.56
Errorsmethod def child at indentation level 16 not at correct indentation, 457
Errorsfor at indentation level 16 not at correct indentation, 459
Errorsfor lcurly at indentation level 16 not at correct indentation, 460
Errors'{' should be on the previous line.60
Errorsfor child at indentation level 24 not at correct indentation, 661
Errorsfor rcurly at indentation level 16 not at correct indentation, 462
Errorsmethod def child at indentation level 16 not at correct indentation, 464
Errorsfor at indentation level 16 not at correct indentation, 466
Errorsfor lcurly at indentation level 16 not at correct indentation, 467
Errors'{' should be on the previous line.67
Errorsif at indentation level 24 not at correct indentation, 668
Errorsif lcurly at indentation level 24 not at correct indentation, 669
Errors'{' should be on the previous line.69
Errorsif child at indentation level 32 not at correct indentation, 870
Errorsif rcurly at indentation level 24 not at correct indentation, 671
Errorsfor child at indentation level 24 not at correct indentation, 673
Errorsfor rcurly at indentation level 16 not at correct indentation, 474
Errorsmethod def child at indentation level 16 not at correct indentation, 477
Errorsmethod def child at indentation level 16 not at correct indentation, 479
Errorsmethod def child at indentation level 16 not at correct indentation, 481
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 282
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.97

com/yahoo/ycsb/generator/ExponentialGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUnused import - java.util.Random.20
Errors'{' should be on the previous line.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
Errorsmember def modifier at indentation level 4 not at correct indentation, 236
Errorsmember def modifier at indentation level 4 not at correct indentation, 237
ErrorsLine is longer than 80 characters.39
Errorsmember def modifier at indentation level 4 not at correct indentation, 240
ErrorsLine is longer than 80 characters.41
Errorsmember def modifier at indentation level 4 not at correct indentation, 241
ErrorsFile contains tab characters (this is the first instance).43
Errorsmember def type at indentation level 8 not at correct indentation, 246
ErrorsName '_gamma' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
ErrorsVariable '_gamma' must be private and have accessor methods.46
ErrorsLine is longer than 80 characters.48
Errorsctor def modifier at indentation level 8 not at correct indentation, 254
Errorsctor def lcurly at indentation level 8 not at correct indentation, 255
Errors'{' should be on the previous line.55
Errorsctor def child at indentation level 16 not at correct indentation, 456
Errorsctor def rcurly at indentation level 8 not at correct indentation, 257
Errorsctor def modifier at indentation level 8 not at correct indentation, 258
Errorsctor def lcurly at indentation level 8 not at correct indentation, 259
Errors'{' should be on the previous line.59
Errorsctor def child at indentation level 16 not at correct indentation, 460
Errorsctor def rcurly at indentation level 8 not at correct indentation, 261
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
Errorsmethod def modifier at indentation level 8 not at correct indentation, 271
Errorsmethod def modifier at indentation level 8 not at correct indentation, 272
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 273
Errors'{' should be on the previous line.73
Errorsmethod def child at indentation level 16 not at correct indentation, 474
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 275
Errorsmethod def modifier at indentation level 8 not at correct indentation, 283
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 284
Errors'{' should be on the previous line.84
Errorsmethod def child at indentation level 16 not at correct indentation, 485
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 286
Errorsmethod def modifier at indentation level 8 not at correct indentation, 288
Errorsmethod def modifier at indentation level 8 not at correct indentation, 289
Errorsmethod def child at indentation level 16 not at correct indentation, 490
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 291
Errorsmethod def modifier at indentation level 4 not at correct indentation, 292
ErrorsArray brackets at illegal position.92
Errorsmethod def child at indentation level 8 not at correct indentation, 493
Errorsmethod def child at indentation level 8 not at correct indentation, 494
Errorsfor at indentation level 8 not at correct indentation, 495
Errorsif at indentation level 12 not at correct indentation, 696
Errorsif child at indentation level 16 not at correct indentation, 897
Errorsif rcurly at indentation level 12 not at correct indentation, 698
Errorsfor rcurly at indentation level 8 not at correct indentation, 499
Errorsmethod def child at indentation level 8 not at correct indentation, 4100
Errorsmethod def rcurly at indentation level 4 not at correct indentation, 2101

com/yahoo/ycsb/generator/FileGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
Errors'{' should be on the previous line.28
Errorsmember def type at indentation level 8 not at correct indentation, 229
ErrorsFile contains tab characters (this is the first instance).29
ErrorsVariable 'filename' must be private and have accessor methods.29
Errorsmember def type at indentation level 8 not at correct indentation, 230
ErrorsVariable 'current' must be private and have accessor methods.30
Errorsmember def type at indentation level 8 not at correct indentation, 231
ErrorsVariable 'reader' must be private and have accessor methods.31
Errorsctor def modifier at indentation level 8 not at correct indentation, 237
ErrorsName '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
Errorsctor def lcurly at indentation level 8 not at correct indentation, 238
Errors'{' should be on the previous line.38
Errorstry at indentation level 16 not at correct indentation, 439
Errorstry child at indentation level 24 not at correct indentation, 640
Errorstry child at indentation level 24 not at correct indentation, 641
Errorstry child at indentation level 24 not at correct indentation, 642
Errorstry child at indentation level 24 not at correct indentation, 643
Errorstry rcurly at indentation level 16 not at correct indentation, 444
Errorscatch child at indentation level 24 not at correct indentation, 645
Errorscatch rcurly at indentation level 16 not at correct indentation, 446
Errorsctor def rcurly at indentation level 8 not at correct indentation, 247
Errorsmethod def modifier at indentation level 8 not at correct indentation, 252
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 253
Errors'{' should be on the previous line.53
Errorstry at indentation level 16 not at correct indentation, 454
Errorstry child at indentation level 24 not at correct indentation, 655
ErrorsInner assignments should be avoided.55
Errorstry rcurly at indentation level 16 not at correct indentation, 456
ErrorsLine is longer than 80 characters.57
Errorscatch child at indentation level 24 not at correct indentation, 657
Errorscatch child at indentation level 24 not at correct indentation, 658
Errorscatch rcurly at indentation level 16 not at correct indentation, 459
Errorscatch child at indentation level 24 not at correct indentation, 660
Errorscatch child at indentation level 24 not at correct indentation, 661
Errorscatch rcurly at indentation level 16 not at correct indentation, 462
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 263
Errorsmethod def modifier at indentation level 8 not at correct indentation, 268
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 269
Errors'{' should be on the previous line.69
Errorsmethod def child at indentation level 16 not at correct indentation, 470
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 271
Errorsmethod def modifier at indentation level 8 not at correct indentation, 276
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 277
Errors'{' should be on the previous line.77
Errorstry at indentation level 16 not at correct indentation, 478
Errorstry child at indentation level 24 not at correct indentation, 679
Errorstry child at indentation level 24 not at correct indentation, 680
Errorstry child at indentation level 24 not at correct indentation, 681
Errorstry child at indentation level 24 not at correct indentation, 682
Errorstry child at indentation level 24 not at correct indentation, 683
Errorstry rcurly at indentation level 16 not at correct indentation, 484
Errorscatch child at indentation level 24 not at correct indentation, 685
Errorscatch rcurly at indentation level 16 not at correct indentation, 486
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 287

com/yahoo/ycsb/generator/Generator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsFirst sentence should end with a period.20
ErrorsLine is longer than 80 characters.21
Errors'{' should be on the previous line.24
ErrorsFile contains tab characters (this is the first instance).25
Errorsmethod def modifier at indentation level 8 not at correct indentation, 228
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
Errorsmethod def modifier at indentation level 8 not at correct indentation, 235

com/yahoo/ycsb/generator/HistogramGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsUnused import - java.util.Random.22
ErrorsRedundant import from the same package - com.yahoo.ycsb.generator.IntegerGenerator.25
Errorsmember def type at indentation level 8 not at correct indentation, 243
ErrorsFile contains tab characters (this is the first instance).43
ErrorsName 'block_size' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
ErrorsVariable 'block_size' must be private and have accessor methods.43
Errorsmember def type at indentation level 8 not at correct indentation, 244
ErrorsVariable 'buckets' must be private and have accessor methods.44
Errorsmember def type at indentation level 8 not at correct indentation, 245
ErrorsVariable 'area' must be private and have accessor methods.45
Errorsmember def type at indentation level 8 not at correct indentation, 246
ErrorsName 'weighted_area' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
ErrorsVariable 'weighted_area' must be private and have accessor methods.46
Errorsmember def type at indentation level 8 not at correct indentation, 247
ErrorsName 'mean_size' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsVariable 'mean_size' must be private and have accessor methods.47
Errorsctor def modifier at indentation level 8 not at correct indentation, 249
Errorsctor def child at indentation level 8 not at correct indentation, 450
Errorsctor def child at indentation level 8 not at correct indentation, 451
Errorsctor def child at indentation level 8 not at correct indentation, 452
Errorsctor def child at indentation level 8 not at correct indentation, 454
Errorsctor def child at indentation level 8 not at correct indentation, 456
Errorsif at indentation level 8 not at correct indentation, 457
Errorsif child at indentation level 16 not at correct indentation, 658
Errorsif rcurly at indentation level 8 not at correct indentation, 459
Errorsctor def child at indentation level 8 not at correct indentation, 460
Errorsif at indentation level 8 not at correct indentation, 461
ErrorsLine is longer than 80 characters.62
Errorsif child at indentation level 16 not at correct indentation, 662
Errorsif rcurly at indentation level 8 not at correct indentation, 463
Errorsctor def child at indentation level 8 not at correct indentation, 464
Errorswhile at indentation level 8 not at correct indentation, 466
Errorswhile child at indentation level 16 not at correct indentation, 668
Errorswhile child at indentation level 16 not at correct indentation, 670
Errorswhile rcurly at indentation level 8 not at correct indentation, 471
Errorsctor def child at indentation level 8 not at correct indentation, 472
Errorsfor at indentation level 8 not at correct indentation, 473
Errorsfor child at indentation level 16 not at correct indentation, 674
Errorsfor rcurly at indentation level 8 not at correct indentation, 475
Errorsctor def child at indentation level 8 not at correct indentation, 477
Errorsctor def child at indentation level 8 not at correct indentation, 478
Errorsctor def rcurly at indentation level 8 not at correct indentation, 279
Errorsctor def modifier at indentation level 8 not at correct indentation, 281
ErrorsName 'block_size' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
Errorsctor def child at indentation level 16 not at correct indentation, 482
Errorsctor def child at indentation level 16 not at correct indentation, 483
Errorsctor def child at indentation level 16 not at correct indentation, 484
Errorsctor def rcurly at indentation level 8 not at correct indentation, 285
Errorsmethod def modifier at indentation level 8 not at correct indentation, 286
Errorsfor at indentation level 16 not at correct indentation, 487
Errorsfor child at indentation level 24 not at correct indentation, 688
Errorsfor child at indentation level 24 not at correct indentation, 689
Errorsfor rcurly at indentation level 16 not at correct indentation, 490
ErrorsLine is longer than 80 characters.92
Errorsmethod def child at indentation level 16 not at correct indentation, 492
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 293
Errorsmethod def modifier at indentation level 8 not at correct indentation, 295
Errorsmethod def modifier at indentation level 8 not at correct indentation, 296
Errorsmethod def child at indentation level 16 not at correct indentation, 497
Errorsmethod def child at indentation level 16 not at correct indentation, 498
Errorsfor at indentation level 16 not at correct indentation, 4100
Errorsfor child at indentation level 24 not at correct indentation, 6101
Errorsif at indentation level 24 not at correct indentation, 6102
Errorsif child at indentation level 32 not at correct indentation, 8103
Errorsif rcurly at indentation level 24 not at correct indentation, 6104
Errorsfor rcurly at indentation level 16 not at correct indentation, 4105
Errorsmethod def child at indentation level 16 not at correct indentation, 4107
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2108
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2110
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2111
Errorsmethod def child at indentation level 16 not at correct indentation, 4112
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2113

com/yahoo/ycsb/generator/HotspotIntegerGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.27
ErrorsVariable 'zipkeychooser' must be private and have accessor methods.42
ErrorsLine is longer than 80 characters.64
ErrorsFile contains tab characters (this is the first instance).65
ErrorsLine is longer than 80 characters.86

com/yahoo/ycsb/generator/IntegerGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsFirst sentence should end with a period.20
Errors'{' should be on the previous line.27
Errorsmember def type at indentation level 8 not at correct indentation, 228
ErrorsFile contains tab characters (this is the first instance).28
ErrorsVariable 'lastint' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
Errorsmethod def modifier at indentation level 8 not at correct indentation, 234
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 235
Errors'{' should be on the previous line.35
Errorsmethod def child at indentation level 16 not at correct indentation, 436
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 237
ErrorsLine is longer than 80 characters.40
Errorsmethod def modifier at indentation level 8 not at correct indentation, 242
Errorsmethod def modifier at indentation level 8 not at correct indentation, 247
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 248
Errors'{' should be on the previous line.48
Errorsmethod def child at indentation level 16 not at correct indentation, 449
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 250
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
Errorsmethod def modifier at indentation level 8 not at correct indentation, 257
Errorsmethod def modifier at indentation level 8 not at correct indentation, 258
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 259
Errors'{' should be on the previous line.59
Errorsmethod def child at indentation level 16 not at correct indentation, 460
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 261
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
Errorsmethod def modifier at indentation level 8 not at correct indentation, 267
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 268
Errors'{' should be on the previous line.68
Errorsmethod def child at indentation level 16 not at correct indentation, 469
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 270
ErrorsLine is longer than 80 characters.72
Errorsmethod def modifier at indentation level 8 not at correct indentation, 274

com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
Errors'{' should be on the previous line.32
Errorsmember def modifier at indentation level 8 not at correct indentation, 233
ErrorsFile contains tab characters (this is the first instance).33
Errorsmember def modifier at indentation level 8 not at correct indentation, 234
Errorsmember def modifier at indentation level 8 not at correct indentation, 235
Errorsmember def type at indentation level 8 not at correct indentation, 237
ErrorsVariable 'gen' must be private and have accessor methods.37
Errorsmember def type at indentation level 8 not at correct indentation, 238
ErrorsName '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsVariable '_min' must be private and have accessor methods.38
Errors',' is not followed by whitespace.38
ErrorsName '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsVariable '_max' must be private and have accessor methods.38
Errors',' is not followed by whitespace.38
ErrorsName '_itemcount' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsVariable '_itemcount' must be private and have accessor methods.38
ErrorsLine is longer than 80 characters.40
Errorsctor def modifier at indentation level 8 not at correct indentation, 246
ErrorsName '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
Errorsctor def lcurly at indentation level 8 not at correct indentation, 247
Errors'{' should be on the previous line.47
Errors',' is not followed by whitespace.48
Errorsctor def rcurly at indentation level 8 not at correct indentation, 249
Errorsctor def modifier at indentation level 8 not at correct indentation, 256
ErrorsName '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsName '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
Errorsctor def lcurly at indentation level 8 not at correct indentation, 257
Errors'{' should be on the previous line.57
Errors',' is not followed by whitespace.58
Errors',' is not followed by whitespace.58
Errorsctor def rcurly at indentation level 8 not at correct indentation, 259
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.82
Errorsctor def modifier at indentation level 8 not at correct indentation, 282
ErrorsName '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
Errorsctor def lcurly at indentation level 8 not at correct indentation, 283
Errorsctor def child at indentation level 16 not at correct indentation, 484
Errorsctor def child at indentation level 16 not at correct indentation, 485
Errorsctor def child at indentation level 16 not at correct indentation, 486
Errorsif at indentation level 16 not at correct indentation, 487
Errorsif lcurly at indentation level 16 not at correct indentation, 488
Errors'{' should be on the previous line.88
ErrorsLine is longer than 80 characters.89
Errorsif child at indentation level 20 not at correct indentation, 689
Errors',' is not followed by whitespace.89
Errors',' is not followed by whitespace.89
Errors',' is not followed by whitespace.89
Errorsif rcurly at indentation level 16 not at correct indentation, 490
Errorselse child at indentation level 20 not at correct indentation, 691
Errors',' is not followed by whitespace.91
Errors',' is not followed by whitespace.91
Errorselse rcurly at indentation level 16 not at correct indentation, 492
Errorsctor def rcurly at indentation level 8 not at correct indentation, 293
ErrorsLine is longer than 80 characters.95
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2100
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2101
Errorsmethod def child at indentation level 16 not at correct indentation, 4102
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2103
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2108
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2109
Errors'{' should be on the previous line.109
Errorsmethod def child at indentation level 16 not at correct indentation, 4110
Errorsmethod def child at indentation level 16 not at correct indentation, 4111
Errorsmethod def child at indentation level 16 not at correct indentation, 4112
Errorsmethod def child at indentation level 16 not at correct indentation, 4113
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2114
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2116
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2117
Errors'{' should be on the previous line.117
ErrorsLine is longer than 80 characters.118
Errorsmethod def child at indentation level 12 not at correct indentation, 4118
Errors',' is not followed by whitespace.118
Errorsmethod def child at indentation level 12 not at correct indentation, 4119
Errorsmethod def child at indentation level 12 not at correct indentation, 4120
ErrorsLine is longer than 80 characters.122
Errorsmethod def child at indentation level 16 not at correct indentation, 4122
Errorsfor at indentation level 16 not at correct indentation, 4124
Errorsfor lcurly at indentation level 16 not at correct indentation, 4125
Errors'{' should be on the previous line.125
Errorsfor child at indentation level 24 not at correct indentation, 6126
Errorsfor rcurly at indentation level 16 not at correct indentation, 4127
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2128
ErrorsLine is longer than 80 characters.131
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2133
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2134
Errorsmethod def child at indentation level 16 not at correct indentation, 4135
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2136

com/yahoo/ycsb/generator/SkewedLatestGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.21
Errors'{' should be on the previous line.24
Errorsmember def type at indentation level 8 not at correct indentation, 225
ErrorsFile contains tab characters (this is the first instance).25
ErrorsName '_basis' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
ErrorsVariable '_basis' must be private and have accessor methods.25
Errorsmember def type at indentation level 8 not at correct indentation, 226
ErrorsName '_zipfian' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
ErrorsVariable '_zipfian' must be private and have accessor methods.26
Errorsctor def modifier at indentation level 8 not at correct indentation, 228
Errorsctor def lcurly at indentation level 8 not at correct indentation, 229
Errors'{' should be on the previous line.29
Errorsctor def child at indentation level 16 not at correct indentation, 430
Errorsctor def child at indentation level 16 not at correct indentation, 431
Errorsctor def child at indentation level 16 not at correct indentation, 432
Errorsctor def rcurly at indentation level 8 not at correct indentation, 233
ErrorsLine is longer than 80 characters.36
Errorsmethod def modifier at indentation level 8 not at correct indentation, 238
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 239
Errors'{' should be on the previous line.39
Errorsmethod def child at indentation level 16 not at correct indentation, 440
Errorsmethod def child at indentation level 16 not at correct indentation, 441
Errorsmethod def child at indentation level 16 not at correct indentation, 442
Errorsmethod def child at indentation level 16 not at correct indentation, 443
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 244
Errorsmethod def modifier at indentation level 8 not at correct indentation, 246
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 247
Errors'{' should be on the previous line.47
ErrorsLine is longer than 80 characters.48
Errorsmethod def child at indentation level 16 not at correct indentation, 448
Errorsfor at indentation level 16 not at correct indentation, 449
Errorsfor lcurly at indentation level 16 not at correct indentation, 450
Errors'{' should be on the previous line.50
Errorsfor child at indentation level 24 not at correct indentation, 651
Errorsfor rcurly at indentation level 16 not at correct indentation, 452
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 254
Errorsmethod def modifier at indentation level 8 not at correct indentation, 256
Errorsmethod def modifier at indentation level 8 not at correct indentation, 257
ErrorsLine is longer than 80 characters.58
Errorsmethod def child at indentation level 16 not at correct indentation, 458
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 259

com/yahoo/ycsb/generator/UniformGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsFirst sentence should end with a period.22
Errors'{' should be on the previous line.26
ErrorsFile contains tab characters (this is the first instance).27
Errorsmember def type at indentation level 8 not at correct indentation, 228
ErrorsName '_values' must match pattern '^[a-z][a-zA-Z0-9]*$'.28
ErrorsVariable '_values' must be private and have accessor methods.28
Errorsmember def type at indentation level 8 not at correct indentation, 229
ErrorsName '_laststring' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
ErrorsVariable '_laststring' must be private and have accessor methods.29
Errorsmember def type at indentation level 8 not at correct indentation, 230
ErrorsName '_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'.30
ErrorsVariable '_gen' must be private and have accessor methods.30
ErrorsFirst sentence should end with a period.33
ErrorsLine is longer than 80 characters.34
Errorsctor def modifier at indentation level 8 not at correct indentation, 236
Errors'(' is followed by whitespace.36
Errors')' is preceded with whitespace.36
Errorsctor def modifier at indentation level 8 not at correct indentation, 237
Errorsctor def lcurly at indentation level 8 not at correct indentation, 238
Errors'{' should be on the previous line.38
Errorsctor def child at indentation level 16 not at correct indentation, 439
Errorsctor def child at indentation level 16 not at correct indentation, 440
Errorsctor def child at indentation level 16 not at correct indentation, 441
Errors',' is not followed by whitespace.41
Errorsctor def rcurly at indentation level 8 not at correct indentation, 242
Errorsmethod def modifier at indentation level 8 not at correct indentation, 247
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 248
Errors'{' should be on the previous line.48
Errorsmethod def child at indentation level 16 not at correct indentation, 449
Errorsmethod def child at indentation level 16 not at correct indentation, 450
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 251
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
Errorsmethod def modifier at indentation level 8 not at correct indentation, 258
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 259
Errors'{' should be on the previous line.59
Errorsif at indentation level 16 not at correct indentation, 460
Errorsif lcurly at indentation level 16 not at correct indentation, 461
Errors'{' should be on the previous line.61
Errorsif child at indentation level 24 not at correct indentation, 662
Errorsif rcurly at indentation level 16 not at correct indentation, 463
Errorsmethod def child at indentation level 16 not at correct indentation, 464
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 265

com/yahoo/ycsb/generator/UniformIntegerGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUnused import - java.util.Random.20
Errors'{' should be on the previous line.28
Errorsmember def type at indentation level 8 not at correct indentation, 229
ErrorsFile contains tab characters (this is the first instance).29
ErrorsName '_lb' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
ErrorsVariable '_lb' must be private and have accessor methods.29
Errors',' is not followed by whitespace.29
ErrorsName '_ub' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
ErrorsVariable '_ub' must be private and have accessor methods.29
Errors',' is not followed by whitespace.29
ErrorsName '_interval' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
ErrorsVariable '_interval' must be private and have accessor methods.29
ErrorsFirst sentence should end with a period.31
ErrorsLine is longer than 80 characters.32
Errorsctor def modifier at indentation level 8 not at correct indentation, 237
Errorsctor def lcurly at indentation level 8 not at correct indentation, 238
Errors'{' should be on the previous line.38
Errorsctor def child at indentation level 16 not at correct indentation, 439
Errorsctor def child at indentation level 16 not at correct indentation, 440
Errorsctor def child at indentation level 16 not at correct indentation, 441
Errorsctor def rcurly at indentation level 8 not at correct indentation, 242
Errorsmethod def modifier at indentation level 8 not at correct indentation, 244
Errorsmethod def modifier at indentation level 8 not at correct indentation, 245
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 246
Errors'{' should be on the previous line.46
Errorsmethod def child at indentation level 16 not at correct indentation, 447
Errorsmethod def child at indentation level 16 not at correct indentation, 448
Errorsmethod def child at indentation level 16 not at correct indentation, 450
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 251
Errorsmethod def modifier at indentation level 8 not at correct indentation, 253
Errorsmethod def modifier at indentation level 8 not at correct indentation, 254
Errorsmethod def child at indentation level 16 not at correct indentation, 455
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 256

com/yahoo/ycsb/generator/ZipfianGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUnused import - java.util.Random.20
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.40
Errors'{' should be on the previous line.43
Errorsmember def modifier at indentation level 8 not at correct indentation, 244
ErrorsFile contains tab characters (this is the first instance).44
Errorsmember def type at indentation level 8 not at correct indentation, 249
ErrorsVariable 'items' must be private and have accessor methods.49
Errorsmember def type at indentation level 8 not at correct indentation, 254
ErrorsVariable 'base' must be private and have accessor methods.54
Errorsmember def type at indentation level 8 not at correct indentation, 259
ErrorsVariable 'zipfianconstant' must be private and have accessor methods.59
Errorsmember def type at indentation level 8 not at correct indentation, 264
ErrorsVariable 'alpha' must be private and have accessor methods.64
Errors',' is not followed by whitespace.64
ErrorsVariable 'zetan' must be private and have accessor methods.64
Errors',' is not followed by whitespace.64
ErrorsVariable 'eta' must be private and have accessor methods.64
Errors',' is not followed by whitespace.64
ErrorsVariable 'theta' must be private and have accessor methods.64
Errors',' is not followed by whitespace.64
ErrorsVariable 'zeta2theta' must be private and have accessor methods.64
Errorsmember def type at indentation level 8 not at correct indentation, 269
ErrorsVariable 'countforzeta' must be private and have accessor methods.69
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
Errorsmember def type at indentation level 8 not at correct indentation, 279
ErrorsVariable 'allowitemcountdecrease' must be private and have accessor methods.79
ErrorsLine is longer than 80 characters.81
Errorsctor def modifier at indentation level 8 not at correct indentation, 287
ErrorsName '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
Errorsctor def lcurly at indentation level 8 not at correct indentation, 288
Errors'{' should be on the previous line.88
Errors',' is not followed by whitespace.89
Errorsctor def rcurly at indentation level 8 not at correct indentation, 290
Errorsctor def modifier at indentation level 8 not at correct indentation, 297
ErrorsName '_min' must match pattern '^[a-z][a-zA-Z0-9]*$'.97
ErrorsName '_max' must match pattern '^[a-z][a-zA-Z0-9]*$'.97
Errorsctor def lcurly at indentation level 8 not at correct indentation, 298
Errors'{' should be on the previous line.98
Errors',' is not followed by whitespace.99
Errors',' is not followed by whitespace.99
Errorsctor def rcurly at indentation level 8 not at correct indentation, 2100
ErrorsLine is longer than 80 characters.103
Errorsctor def modifier at indentation level 8 not at correct indentation, 2108
ErrorsName '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsName '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
Errorsctor def lcurly at indentation level 8 not at correct indentation, 2109
Errors'{' should be on the previous line.109
Errors',' is not followed by whitespace.110
Errors',' is not followed by whitespace.110
Errorsctor def rcurly at indentation level 8 not at correct indentation, 2111
ErrorsLine is longer than 80 characters.114
Errorsctor def modifier at indentation level 8 not at correct indentation, 2119
ErrorsName '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
Errorsctor def lcurly at indentation level 8 not at correct indentation, 2120
Errors'{' should be on the previous line.120
ErrorsLine is longer than 80 characters.121
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.121
Errorsctor def rcurly at indentation level 8 not at correct indentation, 2122
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.132
Errorsctor def modifier at indentation level 8 not at correct indentation, 2132
ErrorsName '_zipfianconstant' must match pattern '^[a-z][a-zA-Z0-9]*$'.132
ErrorsName '_zetan' must match pattern '^[a-z][a-zA-Z0-9]*$'.132
Errorsctor def lcurly at indentation level 8 not at correct indentation, 2133
Errorsctor def child at indentation level 16 not at correct indentation, 4135
Errorsctor def child at indentation level 16 not at correct indentation, 4136
Errorsctor def child at indentation level 16 not at correct indentation, 4137
Errorsctor def child at indentation level 16 not at correct indentation, 4139
Errorsctor def child at indentation level 16 not at correct indentation, 4141
Errors',' is not followed by whitespace.141
Errorsctor def child at indentation level 16 not at correct indentation, 4144
Errorsctor def child at indentation level 16 not at correct indentation, 4146
Errorsctor def child at indentation level 16 not at correct indentation, 4147
Errorsctor def child at indentation level 16 not at correct indentation, 4148
Errors',' is not followed by whitespace.148
Errorsctor def child at indentation level 16 not at correct indentation, 4151
Errorsctor def rcurly at indentation level 8 not at correct indentation, 2153
ErrorsLine is longer than 80 characters.155
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.159
Errorsmethod def return type at indentation level 8 not at correct indentation, 2164
Errors'theta' hides a field.164
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2165
Errors'{' should be on the previous line.165
Errorsmethod def child at indentation level 16 not at correct indentation, 4166
Errorsmethod def child at indentation level 16 not at correct indentation, 4167
Errors',' is not followed by whitespace.167
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2168
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.172
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2176
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2177
Errors'{' should be on the previous line.177
Errorsmethod def child at indentation level 16 not at correct indentation, 4178
Errors',' is not followed by whitespace.178
Errors',' is not followed by whitespace.178
Errors',' is not followed by whitespace.178
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2179
ErrorsLine is longer than 80 characters.182
ErrorsLine is longer than 80 characters.183
Errorsmethod def return type at indentation level 8 not at correct indentation, 2191
Errors'theta' hides a field.191
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2192
Errors'{' should be on the previous line.192
Errorsmethod def child at indentation level 16 not at correct indentation, 4193
Errorsmethod def child at indentation level 16 not at correct indentation, 4194
Errors',' is not followed by whitespace.194
Errors',' is not followed by whitespace.194
Errors',' is not followed by whitespace.194
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2195
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.199
ErrorsLine is longer than 80 characters.206
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2206
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2207
Errors'{' should be on the previous line.207
Errorsmethod def child at indentation level 16 not at correct indentation, 4208
Errorsfor at indentation level 16 not at correct indentation, 4209
Errorsfor lcurly at indentation level 16 not at correct indentation, 4210
Errors'{' should be on the previous line.210
Errorsfor child at indentation level 24 not at correct indentation, 6212
Errors',' is not followed by whitespace.212
Errorsfor rcurly at indentation level 16 not at correct indentation, 4213
Errorsmethod def child at indentation level 16 not at correct indentation, 4217
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2218
ErrorsLine is longer than 80 characters.220
ErrorsLine is longer than 80 characters.223
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2228
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2229
Errors'{' should be on the previous line.229
Errorsmethod def child at indentation level 16 not at correct indentation, 4230
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2231
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2239
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2240
Errors'{' should be on the previous line.240
ErrorsLine is longer than 80 characters.241
Errorsif at indentation level 16 not at correct indentation, 4243
Errorsif lcurly at indentation level 16 not at correct indentation, 4244
Errors'{' should be on the previous line.244
ErrorsLine is longer than 80 characters.246
Errorsblock lcurly at indentation level 24 not at correct indentation, 6248
Errors'{' should be on the previous line.248
Errorsif at indentation level 32 not at correct indentation, 8249
Errorsif lcurly at indentation level 32 not at correct indentation, 8250
Errors'{' should be on the previous line.250
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.254
Errorsif child at indentation level 40 not at correct indentation, 10254
Errors',' is not followed by whitespace.254
Errors',' is not followed by whitespace.254
Errors',' is not followed by whitespace.254
ErrorsLine is longer than 80 characters.255
Errorsif child at indentation level 40 not at correct indentation, 10255
Errors',' is not followed by whitespace.255
Errorsif rcurly at indentation level 32 not at correct indentation, 8256
Errors'}' should be on the same line.256
ErrorsLine is longer than 80 characters.257
Errorselse at indentation level 32 not at correct indentation, 8257
Errors'(' is followed by whitespace.257
Errors')' is preceded with whitespace.257
Errorsif lcurly at indentation level 32 not at correct indentation, 8258
Errors'{' should be on the previous line.258
ErrorsLine is longer than 80 characters.260
ErrorsComment matches to-do format 'TODO:'.262
ErrorsLine is longer than 80 characters.262
ErrorsLine is longer than 80 characters.263
ErrorsLine is longer than 80 characters.266
Errorsif child at indentation level 40 not at correct indentation, 10266
Errorsif child at indentation level 40 not at correct indentation, 10268
Errors',' is not followed by whitespace.268
ErrorsLine is longer than 80 characters.269
Errorsif child at indentation level 40 not at correct indentation, 10269
Errors',' is not followed by whitespace.269
Errorsif rcurly at indentation level 32 not at correct indentation, 8270
Errorsblock rcurly at indentation level 24 not at correct indentation, 6271
Errorsif rcurly at indentation level 16 not at correct indentation, 4272
Errorsmethod def child at indentation level 16 not at correct indentation, 4274
Errorsmethod def child at indentation level 16 not at correct indentation, 4275
Errorsif at indentation level 16 not at correct indentation, 4277
Errorsif lcurly at indentation level 16 not at correct indentation, 4278
Errors'{' should be on the previous line.278
Errorsif child at indentation level 24 not at correct indentation, 6279
Errorsif rcurly at indentation level 16 not at correct indentation, 4280
Errorsif at indentation level 16 not at correct indentation, 4282
Errors',' is not followed by whitespace.282
Errorsif lcurly at indentation level 16 not at correct indentation, 4283
Errors'{' should be on the previous line.283
Errorsif child at indentation level 24 not at correct indentation, 6284
Errorsif rcurly at indentation level 16 not at correct indentation, 4285
ErrorsLine is longer than 80 characters.287
Errorsmethod def child at indentation level 16 not at correct indentation, 4287
Errorsmethod def child at indentation level 16 not at correct indentation, 4288
Errorsmethod def child at indentation level 16 not at correct indentation, 4289
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2290
ErrorsLine is longer than 80 characters.293
ErrorsLine is longer than 80 characters.294
ErrorsLine is longer than 80 characters.295
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2297
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2298
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2299
Errors'{' should be on the previous line.299
Errorsmethod def child at indentation level 16 not at correct indentation, 4300
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2301
ErrorsLine is longer than 80 characters.304
ErrorsLine is longer than 80 characters.305
ErrorsLine is longer than 80 characters.306
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2308
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2309
Errors'{' should be on the previous line.309
Errorsmethod def child at indentation level 16 not at correct indentation, 4310
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2311
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2313
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2314
Errors'{' should be on the previous line.314
Errorsmethod def child at indentation level 16 not at correct indentation, 4315
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2316
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2321
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2322
ErrorsLine is longer than 80 characters.323
Errorsmethod def child at indentation level 16 not at correct indentation, 4323
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2324

com/yahoo/ycsb/measurements/Measurements.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.33
Errorsmember def modifier at indentation level 8 not at correct indentation, 234
ErrorsFile contains tab characters (this is the first instance).34
Errorsmember def modifier at indentation level 8 not at correct indentation, 236
Errorsmember def modifier at indentation level 8 not at correct indentation, 238
ErrorsVariable 'singleton' must be private and have accessor methods.38
Errorsmember def modifier at indentation level 8 not at correct indentation, 240
ErrorsVariable 'measurementproperties' must be private and have accessor methods.40
Errorsmethod def modifier at indentation level 8 not at correct indentation, 242
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 243
Errors'{' should be on the previous line.43
Errorsmethod def child at indentation level 16 not at correct indentation, 444
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 245
Errorsmethod def modifier at indentation level 8 not at correct indentation, 250
Errors'static' modifier out of order with the JLS suggestions.50
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 251
Errors'{' should be on the previous line.51
Errorsif at indentation level 16 not at correct indentation, 452
Errorsif lcurly at indentation level 16 not at correct indentation, 453
Errors'{' should be on the previous line.53
Errorsif child at indentation level 24 not at correct indentation, 654
Errorsif rcurly at indentation level 16 not at correct indentation, 455
Errorsmethod def child at indentation level 16 not at correct indentation, 456
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 257
Errorsmember def type at indentation level 8 not at correct indentation, 259
Errors',' is not followed by whitespace.59
ErrorsVariable 'data' must be private and have accessor methods.59
Errorsmember def type at indentation level 8 not at correct indentation, 260
ErrorsVariable 'histogram' must be private and have accessor methods.60
Errorsmember def modifier at indentation level 8 not at correct indentation, 262
ErrorsName '_props' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
Errorsctor def modifier at indentation level 8 not at correct indentation, 267
Errorsctor def lcurly at indentation level 8 not at correct indentation, 268
Errors'{' should be on the previous line.68
Errorsctor def child at indentation level 16 not at correct indentation, 469
Errors',' is not followed by whitespace.69
Errorsctor def child at indentation level 16 not at correct indentation, 471
ErrorsLine is longer than 80 characters.73
Errorsif at indentation level 16 not at correct indentation, 473
Errorsif lcurly at indentation level 16 not at correct indentation, 474
Errorsif child at indentation level 24 not at correct indentation, 675
Errorsif rcurly at indentation level 16 not at correct indentation, 476
Errors'}' should be on the same line.76
Errorselse at indentation level 16 not at correct indentation, 477
Errorselse lcurly at indentation level 16 not at correct indentation, 478
Errors'{' should be on the previous line.78
Errorselse child at indentation level 24 not at correct indentation, 679
Errorselse rcurly at indentation level 16 not at correct indentation, 480
Errorsctor def rcurly at indentation level 8 not at correct indentation, 281
Errorsmethod def return type at indentation level 8 not at correct indentation, 283
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 284
Errors'{' should be on the previous line.84
Errorsif at indentation level 16 not at correct indentation, 485
Errorsif lcurly at indentation level 16 not at correct indentation, 486
Errors'{' should be on the previous line.86
Errorsif child at indentation level 24 not at correct indentation, 687
Errors',' is not followed by whitespace.87
Errorsif rcurly at indentation level 16 not at correct indentation, 488
Errors'}' should be on the same line.88
Errorselse at indentation level 16 not at correct indentation, 489
Errorselse lcurly at indentation level 16 not at correct indentation, 490
Errors'{' should be on the previous line.90
Errorselse child at indentation level 24 not at correct indentation, 691
Errors',' is not followed by whitespace.91
Errorselse rcurly at indentation level 16 not at correct indentation, 492
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 293
ErrorsLine is longer than 80 characters.96
Errorsmethod def modifier at indentation level 8 not at correct indentation, 298
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 299
Errors'{' should be on the previous line.99
Errorsif at indentation level 16 not at correct indentation, 4100
Errorsif lcurly at indentation level 16 not at correct indentation, 4101
Errors'{' should be on the previous line.101
Errorsblock lcurly at indentation level 24 not at correct indentation, 6103
Errors'{' should be on the previous line.103
Errorsif at indentation level 32 not at correct indentation, 8104
ErrorsThe double-checked locking idiom is broken and should be avoided.104
Errorsif lcurly at indentation level 32 not at correct indentation, 8105
Errors'{' should be on the previous line.105
ErrorsLine is longer than 80 characters.106
Errorsif child at indentation level 40 not at correct indentation, 10106
Errors',' is not followed by whitespace.106
Errorsif rcurly at indentation level 32 not at correct indentation, 8107
Errorsblock rcurly at indentation level 24 not at correct indentation, 6108
Errorsif rcurly at indentation level 16 not at correct indentation, 4109
Errorstry at indentation level 16 not at correct indentation, 4110
Errorstry lcurly at indentation level 16 not at correct indentation, 4111
Errors'{' should be on the previous line.111
Errorstry child at indentation level 24 not at correct indentation, 6112
Errorstry rcurly at indentation level 16 not at correct indentation, 4113
Errors'}' should be on the same line.113
Errorscatch at indentation level 16 not at correct indentation, 4114
Errorscatch lcurly at indentation level 16 not at correct indentation, 4115
Errors'{' should be on the previous line.115
ErrorsLine is longer than 80 characters.116
Errorscatch child at indentation level 24 not at correct indentation, 6116
Errorscatch child at indentation level 24 not at correct indentation, 6117
Errorscatch child at indentation level 24 not at correct indentation, 6118
Errorscatch rcurly at indentation level 16 not at correct indentation, 4119
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2120
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2125
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2126
Errors'{' should be on the previous line.126
Errorsif at indentation level 16 not at correct indentation, 4127
Errorsif lcurly at indentation level 16 not at correct indentation, 4128
Errors'{' should be on the previous line.128
Errorsblock lcurly at indentation level 24 not at correct indentation, 6130
Errors'{' should be on the previous line.130
Errorsif at indentation level 32 not at correct indentation, 8131
ErrorsThe double-checked locking idiom is broken and should be avoided.131
Errorsif lcurly at indentation level 32 not at correct indentation, 8132
Errors'{' should be on the previous line.132
ErrorsLine is longer than 80 characters.133
Errorsif child at indentation level 40 not at correct indentation, 10133
Errors',' is not followed by whitespace.133
Errorsif rcurly at indentation level 32 not at correct indentation, 8134
Errorsblock rcurly at indentation level 24 not at correct indentation, 6135
Errorsif rcurly at indentation level 16 not at correct indentation, 4136
Errorsmethod def child at indentation level 16 not at correct indentation, 4137
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2138
ErrorsLine is longer than 80 characters.146
Errors'{' should be on the previous line.149
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2157
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2158
Errors'{' should be on the previous line.158
Errorsmethod def child at indentation level 16 not at correct indentation, 4159
Errorsfor at indentation level 16 not at correct indentation, 4160
Errorsfor lcurly at indentation level 16 not at correct indentation, 4161
Errors'{' should be on the previous line.161
Errorsfor child at indentation level 24 not at correct indentation, 6162
Errorsfor rcurly at indentation level 16 not at correct indentation, 4163
Errorsmethod def child at indentation level 16 not at correct indentation, 4165
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2166

com/yahoo/ycsb/measurements/OneMeasurement.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsFirst sentence should end with a period.24
Errorsmember def type at indentation level 8 not at correct indentation, 229
ErrorsFile contains tab characters (this is the first instance).29
ErrorsName '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
ErrorsVariable '_name' must be private and have accessor methods.29
Errorsmethod def modifier at indentation level 8 not at correct indentation, 231
Errorsmethod def child at indentation level 16 not at correct indentation, 432
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 233
Errorsctor def modifier at indentation level 8 not at correct indentation, 238
ErrorsName '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
Errorsctor def child at indentation level 16 not at correct indentation, 439
Errorsctor def rcurly at indentation level 8 not at correct indentation, 240
Errorsmethod def modifier at indentation level 8 not at correct indentation, 242
Errorsmethod def modifier at indentation level 8 not at correct indentation, 244
Errorsmethod def modifier at indentation level 8 not at correct indentation, 246
ErrorsLine is longer than 80 characters.54

com/yahoo/ycsb/measurements/OneMeasurementHistogram.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.29
Errors'{' should be on the previous line.35
Errorsmember def modifier at indentation level 8 not at correct indentation, 236
ErrorsFile contains tab characters (this is the first instance).36
Errorsmember def modifier at indentation level 8 not at correct indentation, 237
Errorsmember def type at indentation level 8 not at correct indentation, 239
ErrorsName '_buckets' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
ErrorsVariable '_buckets' must be private and have accessor methods.39
Errorsmember def type at indentation level 8 not at correct indentation, 240
ErrorsVariable 'histogram' must be private and have accessor methods.40
Errorsmember def type at indentation level 8 not at correct indentation, 241
ErrorsVariable 'histogramoverflow' must be private and have accessor methods.41
Errorsmember def type at indentation level 8 not at correct indentation, 242
ErrorsVariable 'operations' must be private and have accessor methods.42
Errorsmember def type at indentation level 8 not at correct indentation, 243
ErrorsVariable 'totallatency' must be private and have accessor methods.43
Errorsmember def type at indentation level 8 not at correct indentation, 246
ErrorsVariable 'windowoperations' must be private and have accessor methods.46
Errorsmember def type at indentation level 8 not at correct indentation, 247
ErrorsVariable 'windowtotallatency' must be private and have accessor methods.47
Errorsmember def type at indentation level 8 not at correct indentation, 249
ErrorsVariable 'min' must be private and have accessor methods.49
Errorsmember def type at indentation level 8 not at correct indentation, 250
ErrorsVariable 'max' must be private and have accessor methods.50
Errorsmember def type at indentation level 8 not at correct indentation, 251
Errors',' is not followed by whitespace.51
ErrorsVariable 'returncodes' must be private and have accessor methods.51
Errorsctor def modifier at indentation level 8 not at correct indentation, 253
Errorsctor def lcurly at indentation level 8 not at correct indentation, 254
Errors'{' should be on the previous line.54
ErrorsLine is longer than 80 characters.56
Errorsctor def child at indentation level 16 not at correct indentation, 456
Errorsctor def child at indentation level 16 not at correct indentation, 457
Errorsctor def child at indentation level 16 not at correct indentation, 458
Errorsctor def child at indentation level 16 not at correct indentation, 459
Errorsctor def child at indentation level 16 not at correct indentation, 460
Errorsctor def child at indentation level 16 not at correct indentation, 461
Errorsctor def child at indentation level 16 not at correct indentation, 462
Errorsctor def child at indentation level 16 not at correct indentation, 463
Errorsctor def child at indentation level 16 not at correct indentation, 464
Errorsctor def child at indentation level 16 not at correct indentation, 465
Errors',' is not followed by whitespace.65
Errorsctor def rcurly at indentation level 8 not at correct indentation, 266
Errorsmethod def modifier at indentation level 8 not at correct indentation, 271
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 272
Errors'{' should be on the previous line.72
Errorsmethod def child at indentation level 16 not at correct indentation, 473
ErrorsName 'Icode' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
Errorsif at indentation level 16 not at correct indentation, 474
Errorsif lcurly at indentation level 16 not at correct indentation, 475
Errors'{' should be on the previous line.75
Errorsif child at indentation level 24 not at correct indentation, 676
Errorsif child at indentation level 24 not at correct indentation, 677
Errorsif child at indentation level 24 not at correct indentation, 678
Errors',' is not followed by whitespace.78
Errorsif rcurly at indentation level 16 not at correct indentation, 479
Errorsmethod def child at indentation level 16 not at correct indentation, 480
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 281
Errorsmethod def modifier at indentation level 8 not at correct indentation, 287
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 288
Errors'{' should be on the previous line.88
Errorsif at indentation level 16 not at correct indentation, 489
Errorsif lcurly at indentation level 16 not at correct indentation, 490
Errors'{' should be on the previous line.90
Errorsif child at indentation level 24 not at correct indentation, 691
Errorsif rcurly at indentation level 16 not at correct indentation, 492
Errors'}' should be on the same line.92
Errorselse at indentation level 16 not at correct indentation, 493
Errorselse lcurly at indentation level 16 not at correct indentation, 494
Errors'{' should be on the previous line.94
Errorselse child at indentation level 24 not at correct indentation, 695
Errorselse rcurly at indentation level 16 not at correct indentation, 496
Errorsmethod def child at indentation level 16 not at correct indentation, 497
Errorsmethod def child at indentation level 16 not at correct indentation, 498
Errorsmethod def child at indentation level 16 not at correct indentation, 499
Errorsmethod def child at indentation level 16 not at correct indentation, 4100
Errorsif at indentation level 16 not at correct indentation, 4102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
Errorsif lcurly at indentation level 16 not at correct indentation, 4103
Errors'{' should be on the previous line.103
Errorsif child at indentation level 24 not at correct indentation, 6104
Errorsif rcurly at indentation level 16 not at correct indentation, 4105
Errorsif at indentation level 16 not at correct indentation, 4107
Errors'(' is followed by whitespace.107
Errors')' is preceded with whitespace.107
Errorsif lcurly at indentation level 16 not at correct indentation, 4108
Errors'{' should be on the previous line.108
Errorsif child at indentation level 24 not at correct indentation, 6109
Errorsif rcurly at indentation level 16 not at correct indentation, 4110
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2111
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.118
Errors'{' should be on the previous line.125
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
Errors'{' should be on the previous line.128
Errors'{' should be on the previous line.133
ErrorsName 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'.139
Errors'{' should be on the previous line.140
Errors'{' should be on the previous line.146
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2152
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2153
Errorsif at indentation level 16 not at correct indentation, 4154
Errorsif lcurly at indentation level 16 not at correct indentation, 4155
Errors'{' should be on the previous line.155
Errorsif child at indentation level 24 not at correct indentation, 6156
Errorsif rcurly at indentation level 16 not at correct indentation, 4157
Errorsmethod def child at indentation level 16 not at correct indentation, 4158
ErrorsLine is longer than 80 characters.159
Errorsmethod def child at indentation level 16 not at correct indentation, 4159
Errorsmethod def child at indentation level 16 not at correct indentation, 4160
Errorsmethod def child at indentation level 16 not at correct indentation, 4161
ErrorsLine is longer than 80 characters.162
Errorsmethod def child at indentation level 16 not at correct indentation, 4162
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2163

com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.29
ErrorsFile contains tab characters (this is the first instance).30
Errorsctor def modifier at indentation level 8 not at correct indentation, 234
Errorsctor def child at indentation level 16 not at correct indentation, 435
Errorsctor def child at indentation level 16 not at correct indentation, 436
Errorsctor def rcurly at indentation level 8 not at correct indentation, 237
Errorsmember def modifier at indentation level 8 not at correct indentation, 238
ErrorsVariable 'time' must be private and have accessor methods.38
Errorsmember def modifier at indentation level 8 not at correct indentation, 239
ErrorsVariable 'average' must be private and have accessor methods.39
Errors'{' should be on the previous line.46
ErrorsLine is longer than 80 characters.48
Errorsmember def modifier at indentation level 8 not at correct indentation, 250
Errorsmember def modifier at indentation level 8 not at correct indentation, 252
Errorsmember def type at indentation level 8 not at correct indentation, 254
ErrorsName '_granularity' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
ErrorsVariable '_granularity' must be private and have accessor methods.54
Errorsmember def type at indentation level 8 not at correct indentation, 255
ErrorsName '_measurements' must match pattern '^[a-z][a-zA-Z0-9]*$'.55
ErrorsVariable '_measurements' must be private and have accessor methods.55
Errorsmember def type at indentation level 8 not at correct indentation, 257
ErrorsVariable 'start' must be private and have accessor methods.57
Errorsmember def type at indentation level 8 not at correct indentation, 258
ErrorsVariable 'currentunit' must be private and have accessor methods.58
Errorsmember def type at indentation level 8 not at correct indentation, 259
ErrorsVariable 'count' must be private and have accessor methods.59
Errorsmember def type at indentation level 8 not at correct indentation, 260
ErrorsVariable 'sum' must be private and have accessor methods.60
Errorsmember def type at indentation level 8 not at correct indentation, 261
ErrorsVariable 'operations' must be private and have accessor methods.61
Errorsmember def type at indentation level 8 not at correct indentation, 262
ErrorsVariable 'totallatency' must be private and have accessor methods.62
Errorsmember def type at indentation level 8 not at correct indentation, 265
ErrorsVariable 'windowoperations' must be private and have accessor methods.65
Errorsmember def type at indentation level 8 not at correct indentation, 266
ErrorsVariable 'windowtotallatency' must be private and have accessor methods.66
Errorsmember def type at indentation level 8 not at correct indentation, 268
ErrorsVariable 'min' must be private and have accessor methods.68
Errorsmember def type at indentation level 8 not at correct indentation, 269
ErrorsVariable 'max' must be private and have accessor methods.69
Errorsmember def modifier at indentation level 8 not at correct indentation, 271
Errorsctor def modifier at indentation level 8 not at correct indentation, 273
Errorsctor def lcurly at indentation level 8 not at correct indentation, 274
Errors'{' should be on the previous line.74
ErrorsLine is longer than 80 characters.76
Errorsctor def child at indentation level 16 not at correct indentation, 476
Errors',' is not followed by whitespace.76
Errorsctor def child at indentation level 16 not at correct indentation, 477
Errorsctor def child at indentation level 16 not at correct indentation, 478
Errors',' is not followed by whitespace.78
Errorsctor def rcurly at indentation level 8 not at correct indentation, 279
Errorsmethod def return type at indentation level 8 not at correct indentation, 281
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 282
Errors'{' should be on the previous line.82
Errorsmethod def child at indentation level 16 not at correct indentation, 483
Errorsif at indentation level 16 not at correct indentation, 485
Errorsif lcurly at indentation level 16 not at correct indentation, 486
Errors'{' should be on the previous line.86
Errorsif child at indentation level 24 not at correct indentation, 687
Errorsif child at indentation level 24 not at correct indentation, 688
Errorsif rcurly at indentation level 16 not at correct indentation, 489
Errorsmethod def child at indentation level 16 not at correct indentation, 491
Errorsif at indentation level 16 not at correct indentation, 493
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errorsif lcurly at indentation level 16 not at correct indentation, 494
Errors'{' should be on the previous line.94
Errorsif child at indentation level 24 not at correct indentation, 695
Errorsif child at indentation level 24 not at correct indentation, 696
Errors',' is not followed by whitespace.96
Errorsif child at indentation level 24 not at correct indentation, 698
Errorsif child at indentation level 24 not at correct indentation, 6100
Errorsif child at indentation level 24 not at correct indentation, 6101
Errorsif rcurly at indentation level 16 not at correct indentation, 4102
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2103
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2105
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2106
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2107
Errors'{' should be on the previous line.107
Errorsmethod def child at indentation level 16 not at correct indentation, 4108
Errorsmethod def child at indentation level 16 not at correct indentation, 4110
Errorsmethod def child at indentation level 16 not at correct indentation, 4111
Errorsmethod def child at indentation level 16 not at correct indentation, 4112
Errorsmethod def child at indentation level 16 not at correct indentation, 4113
Errorsmethod def child at indentation level 16 not at correct indentation, 4114
Errorsmethod def child at indentation level 16 not at correct indentation, 4115
Errorsif at indentation level 16 not at correct indentation, 4117
Errorsif lcurly at indentation level 16 not at correct indentation, 4118
Errors'{' should be on the previous line.118
Errorsif child at indentation level 24 not at correct indentation, 6119
Errorsif rcurly at indentation level 16 not at correct indentation, 4120
Errorsif at indentation level 16 not at correct indentation, 4122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errorsif lcurly at indentation level 16 not at correct indentation, 4123
Errors'{' should be on the previous line.123
Errorsif child at indentation level 24 not at correct indentation, 6124
Errorsif rcurly at indentation level 16 not at correct indentation, 4125
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2126
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.135
ErrorsComment matches to-do format 'TODO:'.139
ErrorsName 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
Errors'{' should be on the previous line.142
Errors'{' should be on the previous line.148
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2153
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2154
Errorsmethod def child at indentation level 16 not at correct indentation, 4155
ErrorsName 'Icode' must match pattern '^[a-z][a-zA-Z0-9]*$'.155
Errorsif at indentation level 16 not at correct indentation, 4156
Errorsif lcurly at indentation level 16 not at correct indentation, 4157
Errors'{' should be on the previous line.157
Errorsif child at indentation level 24 not at correct indentation, 6158
Errorsif child at indentation level 24 not at correct indentation, 6159
Errorsif child at indentation level 24 not at correct indentation, 6160
Errors',' is not followed by whitespace.160
Errorsif rcurly at indentation level 16 not at correct indentation, 4161
Errorsmethod def child at indentation level 16 not at correct indentation, 4162
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2164
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2166
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2167
Errorsif at indentation level 16 not at correct indentation, 4168
Errorsif lcurly at indentation level 16 not at correct indentation, 4169
Errors'{' should be on the previous line.169
Errorsif child at indentation level 24 not at correct indentation, 6170
Errorsif rcurly at indentation level 16 not at correct indentation, 4171
Errorsmethod def child at indentation level 16 not at correct indentation, 4172
ErrorsLine is longer than 80 characters.173
Errorsmethod def child at indentation level 16 not at correct indentation, 4173
Errorsmethod def child at indentation level 16 not at correct indentation, 4174
Errorsmethod def child at indentation level 16 not at correct indentation, 4175
ErrorsLine is longer than 80 characters.176
Errorsmethod def child at indentation level 16 not at correct indentation, 4176
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2177

com/yahoo/ycsb/measurements/exporter/JSONMeasurementsExporter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.32
Errors'{' should be on the previous line.38
ErrorsLine is longer than 80 characters.54
Errors'{' should be on the previous line.64
Errors'{' should be on the previous line.66

com/yahoo/ycsb/measurements/exporter/MeasurementsExporter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.27
ErrorsLine is longer than 80 characters.37
ErrorsRedundant 'public' modifier.37
ErrorsLine is longer than 80 characters.47
ErrorsRedundant 'public' modifier.47

com/yahoo/ycsb/measurements/exporter/TextMeasurementsExporter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.1
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'{' should be on the previous line.28
Errors'{' should be on the previous line.33
ErrorsLine is longer than 80 characters.43
Errors'{' should be on the previous line.50

com/yahoo/ycsb/workloads/ConstantOccupancyWorkload.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
Errorsmember def type at indentation level 8 not at correct indentation, 248
ErrorsFile contains tab characters (this is the first instance).48
ErrorsVariable 'disksize' must be private and have accessor methods.48
Errorsmember def type at indentation level 8 not at correct indentation, 249
ErrorsVariable 'storageages' must be private and have accessor methods.49
Errorsmember def type at indentation level 8 not at correct indentation, 250
ErrorsVariable 'objectsizes' must be private and have accessor methods.50
Errorsmember def type at indentation level 8 not at correct indentation, 251
ErrorsVariable 'occupancy' must be private and have accessor methods.51
Errorsmember def type at indentation level 8 not at correct indentation, 253
ErrorsName 'object_count' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsVariable 'object_count' must be private and have accessor methods.53
Errorsmember def modifier at indentation level 8 not at correct indentation, 255
Errorsmember def modifier at indentation level 8 not at correct indentation, 256
Errorsmember def modifier at indentation level 8 not at correct indentation, 258
ErrorsLine is longer than 80 characters.59
Errorsmember def modifier at indentation level 8 not at correct indentation, 259
Errorsmember def modifier at indentation level 8 not at correct indentation, 261
Errorsmember def modifier at indentation level 8 not at correct indentation, 262
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.85

com/yahoo/ycsb/workloads/CoreWorkload.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for WorkloadException.0
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
Errors'{' should be on the previous line.68
ErrorsFile contains tab characters (this is the first instance).71
Errorsmember def modifier at indentation level 8 not at correct indentation, 274
Errorsmember def modifier at indentation level 8 not at correct indentation, 279
Errorsmember def modifier at indentation level 8 not at correct indentation, 281
ErrorsVariable 'table' must be private and have accessor methods.81
Errorsmember def modifier at indentation level 8 not at correct indentation, 287
Errorsmember def modifier at indentation level 8 not at correct indentation, 292
Errorsmember def type at indentation level 8 not at correct indentation, 294
ErrorsVariable 'fieldcount' must be private and have accessor methods.94
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.102
Errorsmember def modifier at indentation level 8 not at correct indentation, 2102
ErrorsLine is longer than 80 characters.106
Errorsmember def modifier at indentation level 8 not at correct indentation, 2106
Errorsmember def modifier at indentation level 8 not at correct indentation, 2111
Errorsmember def modifier at indentation level 8 not at correct indentation, 2115
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.120
Errorsmember def modifier at indentation level 8 not at correct indentation, 2120
ErrorsLine is longer than 80 characters.124
Errorsmember def modifier at indentation level 8 not at correct indentation, 2124
ErrorsLine is longer than 80 characters.127
Errorsmember def type at indentation level 8 not at correct indentation, 2129
ErrorsVariable 'fieldlengthgenerator' must be private and have accessor methods.129
ErrorsLine is longer than 80 characters.132
Errorsmember def modifier at indentation level 8 not at correct indentation, 2134
Errorsmember def modifier at indentation level 8 not at correct indentation, 2139
Errorsmember def type at indentation level 8 not at correct indentation, 2141
ErrorsVariable 'readallfields' must be private and have accessor methods.141
ErrorsLine is longer than 80 characters.144
Errorsmember def modifier at indentation level 8 not at correct indentation, 2146
Errorsmember def modifier at indentation level 8 not at correct indentation, 2151
Errorsmember def type at indentation level 8 not at correct indentation, 2153
ErrorsVariable 'writeallfields' must be private and have accessor methods.153
ErrorsLine is longer than 80 characters.157
Errorsmember def modifier at indentation level 8 not at correct indentation, 2159
Errorsmember def modifier at indentation level 8 not at correct indentation, 2164
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.169
Errorsmember def modifier at indentation level 8 not at correct indentation, 2169
Errorsmember def modifier at indentation level 8 not at correct indentation, 2174
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.179
Errorsmember def modifier at indentation level 8 not at correct indentation, 2179
Errorsmember def modifier at indentation level 8 not at correct indentation, 2184
ErrorsLine is longer than 80 characters.187
Errorsmember def modifier at indentation level 8 not at correct indentation, 2189
Errorsmember def modifier at indentation level 8 not at correct indentation, 2194
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.199
Errorsmember def modifier at indentation level 8 not at correct indentation, 2199
ErrorsLine is longer than 80 characters.204
Errorsmember def modifier at indentation level 8 not at correct indentation, 2204
ErrorsLine is longer than 80 characters.207
ErrorsLine is longer than 80 characters.209
Errorsmember def modifier at indentation level 8 not at correct indentation, 2209
ErrorsFirst sentence should end with a period.211
ErrorsLine is longer than 80 characters.214
Errorsmember def modifier at indentation level 8 not at correct indentation, 2214
ErrorsFirst sentence should end with a period.216
Errorsmember def modifier at indentation level 8 not at correct indentation, 2219
Errorsmember def modifier at indentation level 8 not at correct indentation, 2224
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.229
Errorsmember def modifier at indentation level 8 not at correct indentation, 2229
ErrorsLine is longer than 80 characters.234
Errorsmember def modifier at indentation level 8 not at correct indentation, 2234
ErrorsLine is longer than 80 characters.237
Errorsmember def modifier at indentation level 8 not at correct indentation, 2239
Errorsmember def modifier at indentation level 8 not at correct indentation, 2244
Errorsmember def type at indentation level 8 not at correct indentation, 2269
ErrorsVariable 'keysequence' must be private and have accessor methods.269
Errorsmember def type at indentation level 8 not at correct indentation, 2271
ErrorsVariable 'operationchooser' must be private and have accessor methods.271
Errorsmember def type at indentation level 8 not at correct indentation, 2273
ErrorsVariable 'keychooser' must be private and have accessor methods.273
Errorsmember def type at indentation level 8 not at correct indentation, 2275
ErrorsVariable 'fieldchooser' must be private and have accessor methods.275
Errorsmember def type at indentation level 8 not at correct indentation, 2277
ErrorsVariable 'transactioninsertkeysequence' must be private and have accessor methods.277
Errorsmember def type at indentation level 8 not at correct indentation, 2279
ErrorsVariable 'scanlength' must be private and have accessor methods.279
Errorsmember def type at indentation level 8 not at correct indentation, 2281
ErrorsVariable 'orderedinserts' must be private and have accessor methods.281
Errorsmember def type at indentation level 8 not at correct indentation, 2283
ErrorsVariable 'recordcount' must be private and have accessor methods.283
Errorsmember def type at indentation level 8 not at correct indentation, 2285
ErrorsVariable 'gen' must be private and have accessor methods.285
ErrorsLine is longer than 80 characters.287
ErrorsLine is longer than 80 characters.289
ErrorsLine is longer than 80 characters.290
ErrorsLine is longer than 80 characters.291
ErrorsLine is longer than 80 characters.293
ErrorsLine is longer than 80 characters.295
ErrorsLine is longer than 80 characters.297
ErrorsLine is longer than 80 characters.300
ErrorsLine is longer than 80 characters.302
ErrorsLine is longer than 80 characters.305
ErrorsLine is longer than 80 characters.312
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.318
ErrorsLine is longer than 80 characters.321
ErrorsLine is longer than 80 characters.322
ErrorsLine is longer than 80 characters.323
ErrorsLine is longer than 80 characters.324
ErrorsLine is longer than 80 characters.325
ErrorsLine is longer than 80 characters.326
ErrorsLine is longer than 80 characters.327
ErrorsLine is longer than 80 characters.328
ErrorsLine is longer than 80 characters.329
ErrorsLine is longer than 80 characters.331
ErrorsLine is longer than 80 characters.333
ErrorsLine is longer than 80 characters.334
ErrorsLine is longer than 80 characters.347
ErrorsLine is longer than 80 characters.353
ErrorsLine is longer than 80 characters.354
ErrorsLine is longer than 80 characters.355
ErrorsLine is longer than 80 characters.356
ErrorsLine is longer than 80 characters.357
ErrorsLine is longer than 80 characters.388
ErrorsLine is longer than 80 characters.398
ErrorsLine is longer than 80 characters.399
ErrorsLine is longer than 80 characters.400
ErrorsLine is longer than 80 characters.401
ErrorsLine is longer than 80 characters.402
ErrorsLine is longer than 80 characters.403
ErrorsLine is longer than 80 characters.405
ErrorsLine is longer than 80 characters.406
ErrorsLine is longer than 80 characters.408
ErrorsLine is longer than 80 characters.412
ErrorsLine is longer than 80 characters.417
ErrorsLine is longer than 80 characters.418
ErrorsLine is longer than 80 characters.419
ErrorsLine is longer than 80 characters.420
ErrorsLine is longer than 80 characters.421
ErrorsLine is longer than 80 characters.426
ErrorsLine is longer than 80 characters.441
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.460
ErrorsLine is longer than 80 characters.471
ErrorsLine is longer than 80 characters.478
ErrorsLine is longer than 80 characters.484
ErrorsLine is longer than 80 characters.485
ErrorsLine is longer than 80 characters.486
ErrorsLine is longer than 80 characters.502
ErrorsLine is longer than 80 characters.503
ErrorsLine is longer than 80 characters.504
ErrorsLine is longer than 80 characters.541
ErrorsLine is longer than 80 characters.584
ErrorsLine is longer than 80 characters.626
ErrorsLine is longer than 80 characters.632
ErrorsLine is longer than 80 characters.656
ErrorsLine is longer than 80 characters.682
ErrorsLine is longer than 80 characters.683
ErrorsLine is longer than 80 characters.685
ErrorsLine is longer than 80 characters.703
ErrorsLine is longer than 80 characters.704
ErrorsLine is longer than 80 characters.706