Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
41004280

Files

FilesInfosWarningsErrors
com/yahoo/ycsb/BasicDB.java00202
com/yahoo/ycsb/ByteArrayByteIterator.java0047
com/yahoo/ycsb/ByteIterator.java0056
com/yahoo/ycsb/Client.java00866
com/yahoo/ycsb/CommandLine.java00477
com/yahoo/ycsb/DB.java0055
com/yahoo/ycsb/DBException.java0035
com/yahoo/ycsb/DBFactory.java0028
com/yahoo/ycsb/DBWrapper.java0056
com/yahoo/ycsb/InputStreamByteIterator.java0048
com/yahoo/ycsb/RandomByteIterator.java001
com/yahoo/ycsb/StringByteIterator.java0075
com/yahoo/ycsb/TerminatorThread.java0019
com/yahoo/ycsb/UnknownDBException.java0035
com/yahoo/ycsb/Utils.java0081
com/yahoo/ycsb/Workload.java0052
com/yahoo/ycsb/WorkloadException.java0035
com/yahoo/ycsb/ZKDB.java00370
com/yahoo/ycsb/generator/ConstantIntegerGenerator.java0027
com/yahoo/ycsb/generator/CounterGenerator.java0045
com/yahoo/ycsb/generator/DiscreteGenerator.java0080
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.java0016
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.java0032
com/yahoo/ycsb/measurements/OneMeasurementHistogram.java00131
com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java00149
com/yahoo/ycsb/measurements/exporter/JSONMeasurementsExporter.java0020
com/yahoo/ycsb/measurements/exporter/MeasurementsExporter.java0020
com/yahoo/ycsb/measurements/exporter/TextMeasurementsExporter.java0020
com/yahoo/ycsb/workloads/ConstantOccupancyWorkload.java0063
com/yahoo/ycsb/workloads/CoreWorkload.java00169

Rules

RulesViolationsSeverity
JavadocPackage5Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter36Errors Error
JavadocType
  • allowMissingParamTags: "true"
  • scope: "public"
3Errors Error
JavadocStyle10Errors 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
LineLength1061Errors Error
MethodLength2Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad6Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
ParenPad32Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
127Errors Error
ModifierOrder1Errors Error
RedundantModifier2Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock9Errors Error
LeftCurly383Errors Error
NeedBraces0Errors Error
RightCurly62Errors 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
VisibilityModifier119Errors Error
ArrayTypeStyle1Errors Error
Indentation
  • caseIndent: "0"
  • basicOffset: "2"
2323Errors 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
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.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.233
Errorsif at indentation level 40 not at correct indentation, 10233
Errors',' is not followed by whitespace.233
Errorsif lcurly at indentation level 40 not at correct indentation, 10234
Errors'{' should be on the previous line.234
Errorsif child at indentation level 48 not at correct indentation, 12235
Errorsif rcurly at indentation level 40 not at correct indentation, 10236
Errorswhile child at indentation level 40 not at correct indentation, 10238
Errorsif at indentation level 40 not at correct indentation, 10241
Errorsif lcurly at indentation level 40 not at correct indentation, 10242
Errors'{' should be on the previous line.242
ErrorsLine is longer than 80 characters.243
ErrorsLine is longer than 80 characters.244
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.246
ErrorsLine is longer than 80 characters.247
Errorswhile at indentation level 48 not at correct indentation, 12247
Errorswhile lcurly at indentation level 48 not at correct indentation, 12248
Errors'{' should be on the previous line.248
Errorstry at indentation level 56 not at correct indentation, 14249
Errorstry lcurly at indentation level 56 not at correct indentation, 14250
Errors'{' should be on the previous line.250
Errorstry child at indentation level 64 not at correct indentation, 16251
Errorstry rcurly at indentation level 56 not at correct indentation, 14252
Errors'}' should be on the same line.252
ErrorsLine is longer than 80 characters.253
Errorscatch at indentation level 56 not at correct indentation, 14253
Errorscatch lcurly at indentation level 56 not at correct indentation, 14254
Errors'{' should be on the previous line.254
ErrorsMust have at least one statement.254
Errorscatch rcurly at indentation level 56 not at correct indentation, 14256
Errorswhile rcurly at indentation level 48 not at correct indentation, 12258
Errorsif rcurly at indentation level 40 not at correct indentation, 10259
Errorswhile rcurly at indentation level 32 not at correct indentation, 8260
Errorsif rcurly at indentation level 24 not at correct indentation, 6261
Errors'}' should be on the same line.261
Errorselse at indentation level 24 not at correct indentation, 6262
Errorselse lcurly at indentation level 24 not at correct indentation, 6263
Errors'{' should be on the previous line.263
Errorselse child at indentation level 32 not at correct indentation, 8264
ErrorsLine is longer than 80 characters.266
Errorswhile at indentation level 32 not at correct indentation, 8266
Errorswhile lcurly at indentation level 32 not at correct indentation, 8267
ErrorsLine is longer than 80 characters.269
Errorsif at indentation level 40 not at correct indentation, 10269
Errors',' is not followed by whitespace.269
Errorsif lcurly at indentation level 40 not at correct indentation, 10270
Errors'{' should be on the previous line.270
Errorsif child at indentation level 48 not at correct indentation, 12271
Errorsif rcurly at indentation level 40 not at correct indentation, 10272
Errorswhile child at indentation level 40 not at correct indentation, 10274
Errorsif at indentation level 40 not at correct indentation, 10277
Errorsif lcurly at indentation level 40 not at correct indentation, 10278
Errors'{' should be on the previous line.278
ErrorsLine is longer than 80 characters.279
ErrorsLine is longer than 80 characters.280
ErrorsLine is longer than 80 characters.281
ErrorsLine is longer than 80 characters.282
ErrorsLine is longer than 80 characters.283
Errorswhile at indentation level 48 not at correct indentation, 12283
Errorswhile lcurly at indentation level 48 not at correct indentation, 12284
Errors'{' should be on the previous line.284
Errorstry at indentation level 56 not at correct indentation, 14285
Errorstry lcurly at indentation level 56 not at correct indentation, 14286
Errors'{' should be on the previous line.286
Errorstry child at indentation level 64 not at correct indentation, 16287
Errorstry rcurly at indentation level 56 not at correct indentation, 14288
Errors'}' should be on the same line.288
ErrorsLine is longer than 80 characters.289
Errorscatch at indentation level 56 not at correct indentation, 14289
Errorscatch lcurly at indentation level 56 not at correct indentation, 14290
Errors'{' should be on the previous line.290
ErrorsMust have at least one statement.290
Errorscatch rcurly at indentation level 56 not at correct indentation, 14292
Errorswhile rcurly at indentation level 48 not at correct indentation, 12293
Errorsif rcurly at indentation level 40 not at correct indentation, 10294
Errorswhile rcurly at indentation level 32 not at correct indentation, 8295
Errorselse rcurly at indentation level 24 not at correct indentation, 6296
Errorstry rcurly at indentation level 16 not at correct indentation, 4297
Errors'}' should be on the same line.297
Errorscatch at indentation level 16 not at correct indentation, 4298
Errorscatch lcurly at indentation level 16 not at correct indentation, 4299
Errors'{' should be on the previous line.299
Errorscatch child at indentation level 24 not at correct indentation, 6300
Errorscatch child at indentation level 24 not at correct indentation, 6301
Errorscatch child at indentation level 24 not at correct indentation, 6302
Errorscatch rcurly at indentation level 16 not at correct indentation, 4303
Errorstry at indentation level 16 not at correct indentation, 4305
Errorstry lcurly at indentation level 16 not at correct indentation, 4306
Errors'{' should be on the previous line.306
Errorstry child at indentation level 24 not at correct indentation, 6307
Errorstry rcurly at indentation level 16 not at correct indentation, 4308
Errors'}' should be on the same line.308
Errorscatch at indentation level 16 not at correct indentation, 4309
Errorscatch lcurly at indentation level 16 not at correct indentation, 4310
Errors'{' should be on the previous line.310
Errorscatch child at indentation level 24 not at correct indentation, 6311
Errorscatch child at indentation level 24 not at correct indentation, 6312
Errorscatch child at indentation level 24 not at correct indentation, 6313
Errorscatch rcurly at indentation level 16 not at correct indentation, 4314
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2315
ErrorsUtility classes should not have a public or default constructor.321
Errors'{' should be on the previous line.322
Errorsmember def modifier at indentation level 8 not at correct indentation, 2324
Errorsmember def modifier at indentation level 8 not at correct indentation, 2326
Errorsmember def modifier at indentation level 8 not at correct indentation, 2328
ErrorsLine is longer than 80 characters.331
ErrorsLine is longer than 80 characters.332
ErrorsLine is longer than 80 characters.333
Errorsmember def modifier at indentation level 8 not at correct indentation, 2335
ErrorsLine is longer than 80 characters.338
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2342
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2343
Errors'{' should be on the previous line.343
ErrorsLine is longer than 80 characters.344
Errorsmethod def child at indentation level 16 not at correct indentation, 4344
Errorsmethod def child at indentation level 16 not at correct indentation, 4345
ErrorsLine is longer than 80 characters.346
Errorsmethod def child at indentation level 16 not at correct indentation, 4346
ErrorsLine is longer than 80 characters.347
ErrorsLine is longer than 80 characters.348
Errorsmethod def child at indentation level 16 not at correct indentation, 4348
ErrorsLine is longer than 80 characters.349
ErrorsLine is longer than 80 characters.350
Errorsmethod def child at indentation level 16 not at correct indentation, 4350
ErrorsLine is longer than 80 characters.351
Errorsmethod def child at indentation level 16 not at correct indentation, 4351
ErrorsLine is longer than 80 characters.352
Errorsmethod def child at indentation level 16 not at correct indentation, 4352
ErrorsLine is longer than 80 characters.353
ErrorsLine is longer than 80 characters.354
Errorsmethod def child at indentation level 16 not at correct indentation, 4354
ErrorsLine is longer than 80 characters.355
Errorsmethod def child at indentation level 16 not at correct indentation, 4355
ErrorsLine is longer than 80 characters.356
Errorsmethod def child at indentation level 16 not at correct indentation, 4356
ErrorsLine is longer than 80 characters.357
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
Errorsmethod def child at indentation level 16 not at correct indentation, 4359
ErrorsLine is longer than 80 characters.360
Errorsmethod def child at indentation level 16 not at correct indentation, 4360
Errorsmethod def child at indentation level 16 not at correct indentation, 4361
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
Errorsmethod def child at indentation level 16 not at correct indentation, 4364
ErrorsLine is longer than 80 characters.365
Errorsmethod def child at indentation level 16 not at correct indentation, 4365
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
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2368
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2370
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2371
Errors'{' should be on the previous line.371
Errorsif at indentation level 16 not at correct indentation, 4372
Errorsif lcurly at indentation level 16 not at correct indentation, 4373
Errors'{' should be on the previous line.373
ErrorsLine is longer than 80 characters.374
Errorsif child at indentation level 24 not at correct indentation, 6374
Errorsif child at indentation level 24 not at correct indentation, 6375
Errorsif rcurly at indentation level 16 not at correct indentation, 4376
Errorsmethod def child at indentation level 16 not at correct indentation, 4378
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2379
ErrorsLine is longer than 80 characters.383
ErrorsLine is longer than 80 characters.385
ErrorsLine is longer than 80 characters.387
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2387
Errorsmethod def throws at indentation level 24 not at correct indentation, 4388
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2389
Errors'{' should be on the previous line.389
Errorsmethod def child at indentation level 16 not at correct indentation, 4390
Errorstry at indentation level 16 not at correct indentation, 4391
Errorstry lcurly at indentation level 16 not at correct indentation, 4392
Errors'{' should be on the previous line.392
ErrorsLine is longer than 80 characters.393
Errorstry child at indentation level 24 not at correct indentation, 6394
Errorstry child at indentation level 24 not at correct indentation, 6395
Errorsif at indentation level 24 not at correct indentation, 6396
Errorsif lcurly at indentation level 24 not at correct indentation, 6397
Errors'{' should be on the previous line.397
Errorsif child at indentation level 32 not at correct indentation, 8398
Errorsif rcurly at indentation level 24 not at correct indentation, 6399
Errorselse lcurly at indentation level 24 not at correct indentation, 6400
Errors'{' should be on the previous line.400
Errorselse child at indentation level 32 not at correct indentation, 8401
Errorselse rcurly at indentation level 24 not at correct indentation, 6402
ErrorsLine is longer than 80 characters.404
ErrorsLine is longer than 80 characters.405
Errorstry child at indentation level 24 not at correct indentation, 6405
Errorstry at indentation level 24 not at correct indentation, 6406
Errorstry lcurly at indentation level 24 not at correct indentation, 6407
Errors'{' should be on the previous line.407
ErrorsLine is longer than 80 characters.408
Errorstry child at indentation level 32 not at correct indentation, 8408
Errorstry rcurly at indentation level 24 not at correct indentation, 6409
Errorscatch lcurly at indentation level 24 not at correct indentation, 6410
Errors'{' should be on the previous line.410
ErrorsLine is longer than 80 characters.411
Errorscatch child at indentation level 32 not at correct indentation, 8411
ErrorsLine is longer than 80 characters.412
Errorscatch child at indentation level 32 not at correct indentation, 8413
Errorscatch child at indentation level 32 not at correct indentation, 8414
Errorscatch rcurly at indentation level 24 not at correct indentation, 6415
Errorstry child at indentation level 24 not at correct indentation, 6417
ErrorsLine is longer than 80 characters.418
Errorstry child at indentation level 24 not at correct indentation, 6418
ErrorsLine is longer than 80 characters.419
Errorstry child at indentation level 24 not at correct indentation, 6419
ErrorsLine is longer than 80 characters.421
Errorstry child at indentation level 24 not at correct indentation, 6421
Errorstry rcurly at indentation level 16 not at correct indentation, 4422
Errorsfinally lcurly at indentation level 16 not at correct indentation, 4423
Errors'{' should be on the previous line.423
Errorsif at indentation level 24 not at correct indentation, 6424
Errorsif lcurly at indentation level 24 not at correct indentation, 6425
Errors'{' should be on the previous line.425
Errorsif child at indentation level 32 not at correct indentation, 8426
Errorsif rcurly at indentation level 24 not at correct indentation, 6427
Errorsfinally rcurly at indentation level 16 not at correct indentation, 4428
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2429
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2431
ErrorsMethod length is 369 lines (max allowed is 150).431
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2432
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2433
Errors'{' should be on the previous line.433
Errorsmethod def child at indentation level 16 not at correct indentation, 4434
Errorsmethod def child at indentation level 16 not at correct indentation, 4435
Errorsmethod def child at indentation level 16 not at correct indentation, 4436
Errorsmethod def child at indentation level 16 not at correct indentation, 4437
Errorsmethod def child at indentation level 16 not at correct indentation, 4438
Errorsmethod def child at indentation level 16 not at correct indentation, 4439
Errorsmethod def child at indentation level 16 not at correct indentation, 4440
Errorsmethod def child at indentation level 16 not at correct indentation, 4441
Errorsmethod def child at indentation level 16 not at correct indentation, 4444
Errorsif at indentation level 16 not at correct indentation, 4446
Errorsif lcurly at indentation level 16 not at correct indentation, 4447
Errors'{' should be on the previous line.447
Errorsif child at indentation level 24 not at correct indentation, 6448
Errorsif child at indentation level 24 not at correct indentation, 6449
Errorsif rcurly at indentation level 16 not at correct indentation, 4450
Errorswhile at indentation level 16 not at correct indentation, 4452
Errorswhile lcurly at indentation level 16 not at correct indentation, 4453
Errors'{' should be on the previous line.453
Errorsif at indentation level 24 not at correct indentation, 6454
Errorsif lcurly at indentation level 24 not at correct indentation, 6455
Errors'{' should be on the previous line.455
Errorsif child at indentation level 32 not at correct indentation, 8456
Errorsif at indentation level 32 not at correct indentation, 8457
Errorsif lcurly at indentation level 32 not at correct indentation, 8458
Errors'{' should be on the previous line.458
Errorsif child at indentation level 40 not at correct indentation, 10459
Errorsif child at indentation level 40 not at correct indentation, 10460
Errorsif rcurly at indentation level 32 not at correct indentation, 8461
Errorsif child at indentation level 32 not at correct indentation, 8462
Errorsif child at indentation level 32 not at correct indentation, 8463
Errorsif child at indentation level 32 not at correct indentation, 8464
Errorsif rcurly at indentation level 24 not at correct indentation, 6465
Errors'}' should be on the same line.465
Errorselse at indentation level 24 not at correct indentation, 6466
Errorsif lcurly at indentation level 24 not at correct indentation, 6467
Errors'{' should be on the previous line.467
Errorsif child at indentation level 32 not at correct indentation, 8468
Errorsif at indentation level 32 not at correct indentation, 8469
Errorsif lcurly at indentation level 32 not at correct indentation, 8470
Errors'{' should be on the previous line.470
Errorsif child at indentation level 40 not at correct indentation, 10471
Errorsif child at indentation level 40 not at correct indentation, 10472
Errorsif rcurly at indentation level 32 not at correct indentation, 8473
Errorsif child at indentation level 32 not at correct indentation, 8474
Errorsif child at indentation level 32 not at correct indentation, 8475
Errorsif child at indentation level 32 not at correct indentation, 8476
Errorsif rcurly at indentation level 24 not at correct indentation, 6477
Errors'}' should be on the same line.477
Errorselse at indentation level 24 not at correct indentation, 6478
Errorsif lcurly at indentation level 24 not at correct indentation, 6479
Errors'{' should be on the previous line.479
Errorsif child at indentation level 32 not at correct indentation, 8480
Errorsif child at indentation level 32 not at correct indentation, 8481
Errorsif rcurly at indentation level 24 not at correct indentation, 6482
Errors'}' should be on the same line.482
Errorselse at indentation level 24 not at correct indentation, 6483
Errorsif lcurly at indentation level 24 not at correct indentation, 6484
Errors'{' should be on the previous line.484
Errorsif child at indentation level 32 not at correct indentation, 8485
Errorsif child at indentation level 32 not at correct indentation, 8486
Errorsif rcurly at indentation level 24 not at correct indentation, 6487
Errors'}' should be on the same line.487
Errorselse at indentation level 24 not at correct indentation, 6488
Errorsif lcurly at indentation level 24 not at correct indentation, 6489
Errors'{' should be on the previous line.489
Errorsif child at indentation level 32 not at correct indentation, 8490
Errorsif child at indentation level 32 not at correct indentation, 8491
Errorsif rcurly at indentation level 24 not at correct indentation, 6492
Errors'}' should be on the same line.492
Errorselse at indentation level 24 not at correct indentation, 6493
Errorsif lcurly at indentation level 24 not at correct indentation, 6494
Errors'{' should be on the previous line.494
Errorsif child at indentation level 32 not at correct indentation, 8495
Errorsif at indentation level 32 not at correct indentation, 8496
Errorsif lcurly at indentation level 32 not at correct indentation, 8497
Errors'{' should be on the previous line.497
Errorsif child at indentation level 40 not at correct indentation, 10498
Errorsif child at indentation level 40 not at correct indentation, 10499
Errorsif rcurly at indentation level 32 not at correct indentation, 8500
Errorsif child at indentation level 32 not at correct indentation, 8501
Errors',' is not followed by whitespace.501
Errorsif child at indentation level 32 not at correct indentation, 8502
Errorsif rcurly at indentation level 24 not at correct indentation, 6503
Errors'}' should be on the same line.503
Errorselse at indentation level 24 not at correct indentation, 6504
Errorsif lcurly at indentation level 24 not at correct indentation, 6505
Errors'{' should be on the previous line.505
Errorsif child at indentation level 32 not at correct indentation, 8506
Errorsif at indentation level 32 not at correct indentation, 8507
Errorsif lcurly at indentation level 32 not at correct indentation, 8508
Errors'{' should be on the previous line.508
Errorsif child at indentation level 40 not at correct indentation, 10509
Errorsif child at indentation level 40 not at correct indentation, 10510
Errorsif rcurly at indentation level 32 not at correct indentation, 8511
Errorsif child at indentation level 32 not at correct indentation, 8512
Errorsif child at indentation level 32 not at correct indentation, 8513
Errorsif rcurly at indentation level 24 not at correct indentation, 6514
Errors'}' should be on the same line.514
Errorselse at indentation level 24 not at correct indentation, 6515
Errorsif lcurly at indentation level 24 not at correct indentation, 6516
Errors'{' should be on the previous line.516
Errorsif child at indentation level 32 not at correct indentation, 8517
Errorsif at indentation level 32 not at correct indentation, 8518
Errorsif lcurly at indentation level 32 not at correct indentation, 8519
Errors'{' should be on the previous line.519
Errorsif child at indentation level 40 not at correct indentation, 10520
Errorsif child at indentation level 40 not at correct indentation, 10521
Errorsif rcurly at indentation level 32 not at correct indentation, 8522
Errorsif child at indentation level 32 not at correct indentation, 8523
Errorsif child at indentation level 32 not at correct indentation, 8524
Errorsif child at indentation level 32 not at correct indentation, 8526
Errorstry at indentation level 32 not at correct indentation, 8527
Errorstry lcurly at indentation level 32 not at correct indentation, 8528
Errors'{' should be on the previous line.528
ErrorsLine is longer than 80 characters.529
Errorstry child at indentation level 40 not at correct indentation, 10529
Errorstry rcurly at indentation level 32 not at correct indentation, 8530
Errors'}' should be on the same line.530
Errorscatch at indentation level 32 not at correct indentation, 8531
Errorscatch lcurly at indentation level 32 not at correct indentation, 8532
Errors'{' should be on the previous line.532
Errorscatch child at indentation level 40 not at correct indentation, 10533
Errorscatch child at indentation level 40 not at correct indentation, 10534
Errorscatch rcurly at indentation level 32 not at correct indentation, 8535
ErrorsLine is longer than 80 characters.537
ErrorsLine is longer than 80 characters.538
Errorsfor at indentation level 32 not at correct indentation, 8538
Errors';' is followed by whitespace.538
Errorsfor lcurly at indentation level 32 not at correct indentation, 8539
Errors'{' should be on the previous line.539
Errorsfor child at indentation level 35 not at correct indentation, 10540
ErrorsLine is longer than 80 characters.542
Errorsfor child at indentation level 35 not at correct indentation, 10542
Errors',' is not followed by whitespace.542
Errorsfor rcurly at indentation level 32 not at correct indentation, 8543
Errorsif rcurly at indentation level 24 not at correct indentation, 6545
Errors'}' should be on the same line.545
Errorselse at indentation level 24 not at correct indentation, 6546
Errorsif lcurly at indentation level 24 not at correct indentation, 6547
Errors'{' should be on the previous line.547
Errorsif child at indentation level 32 not at correct indentation, 8548
Errorsif at indentation level 32 not at correct indentation, 8549
Errorsif lcurly at indentation level 32 not at correct indentation, 8550
Errors'{' should be on the previous line.550
Errorsif child at indentation level 40 not at correct indentation, 10551
Errorsif child at indentation level 40 not at correct indentation, 10552
Errorsif rcurly at indentation level 32 not at correct indentation, 8553
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, 8561
Errors',' is not followed by whitespace.561
Errorsif child at indentation level 32 not at correct indentation, 8562
Errorsif child at indentation level 32 not at correct indentation, 8563
Errors',' is not followed by whitespace.563
Errorsif child at indentation level 32 not at correct indentation, 8565
Errorsif rcurly at indentation level 24 not at correct indentation, 6566
Errors'}' should be on the same line.566
Errorselse at indentation level 24 not at correct indentation, 6567
Errorselse lcurly at indentation level 24 not at correct indentation, 6568
Errors'{' should be on the previous line.568
ErrorsLine is longer than 80 characters.569
Errorselse child at indentation level 32 not at correct indentation, 8569
Errorselse child at indentation level 32 not at correct indentation, 8570
Errorselse child at indentation level 32 not at correct indentation, 8571
Errorselse rcurly at indentation level 24 not at correct indentation, 6572
Errorsif at indentation level 24 not at correct indentation, 6574
Errorsif lcurly at indentation level 24 not at correct indentation, 6575
Errors'{' should be on the previous line.575
Errorsif child at indentation level 32 not at correct indentation, 8576
Errorsif rcurly at indentation level 24 not at correct indentation, 6577
Errorswhile rcurly at indentation level 16 not at correct indentation, 4578
Errorsif at indentation level 16 not at correct indentation, 4580
Errorsif lcurly at indentation level 16 not at correct indentation, 4581
Errors'{' should be on the previous line.581
Errorsif child at indentation level 24 not at correct indentation, 6582
Errorsif child at indentation level 24 not at correct indentation, 6583
Errorsif rcurly at indentation level 16 not at correct indentation, 4584
ErrorsLine is longer than 80 characters.589
ErrorsLine is longer than 80 characters.591
Errorsfor at indentation level 16 not at correct indentation, 4592
Errors';' is followed by whitespace.592
Errorsfor lcurly at indentation level 16 not at correct indentation, 4593
Errors'{' should be on the previous line.593
Errorsfor child at indentation level 19 not at correct indentation, 6594
Errorsfor child at indentation level 19 not at correct indentation, 6596
Errors',' is not followed by whitespace.596
Errorsfor rcurly at indentation level 16 not at correct indentation, 4597
Errorsmethod def child at indentation level 16 not at correct indentation, 4599
Errorsif at indentation level 16 not at correct indentation, 4601
Errorsif lcurly at indentation level 16 not at correct indentation, 4602
Errors'{' should be on the previous line.602
Errorsif child at indentation level 24 not at correct indentation, 6603
Errorsif rcurly at indentation level 16 not at correct indentation, 4604
ErrorsLine is longer than 80 characters.606
Errorsmethod def child at indentation level 16 not at correct indentation, 4606
ErrorsLine is longer than 80 characters.609
Errorsmethod def child at indentation level 16 not at correct indentation, 4609
Errors',' is not followed by whitespace.609
Errorsmethod def child at indentation level 16 not at correct indentation, 4610
Errors',' is not followed by whitespace.610
Errorsmethod def child at indentation level 16 not at correct indentation, 4611
Errors',' is not followed by whitespace.611
Errorsmethod def child at indentation level 16 not at correct indentation, 4614
Errorsif at indentation level 16 not at correct indentation, 4615
Errorsif lcurly at indentation level 16 not at correct indentation, 4616
Errors'{' should be on the previous line.616
ErrorsLine is longer than 80 characters.617
Errorsif child at indentation level 24 not at correct indentation, 6617
Errorsif child at indentation level 24 not at correct indentation, 6618
Errorsif rcurly at indentation level 16 not at correct indentation, 4619
Errorsmethod def child at indentation level 16 not at correct indentation, 4621
Errorsmethod def child at indentation level 16 not at correct indentation, 4622
Errorsfor at indentation level 16 not at correct indentation, 4623
Errorsfor lcurly at indentation level 16 not at correct indentation, 4624
Errors'{' should be on the previous line.624
Errorsfor child at indentation level 24 not at correct indentation, 6625
Errorsfor rcurly at indentation level 16 not at correct indentation, 4626
Errorsmethod def child at indentation level 16 not at correct indentation, 4627
Errorsmethod def child at indentation level 16 not at correct indentation, 4628
ErrorsLine is longer than 80 characters.630
ErrorsLine is longer than 80 characters.632
Errorsmethod def child at indentation level 16 not at correct indentation, 4633
Errorsmethod def modifier at indentation level 24 not at correct indentation, 18635
Errorsmethod def lcurly at indentation level 24 not at correct indentation, 18636
Errors'{' should be on the previous line.636
Errorstry at indentation level 32 not at correct indentation, 20637
Errorstry lcurly at indentation level 32 not at correct indentation, 20638
Errors'{' should be on the previous line.638
Errorstry child at indentation level 40 not at correct indentation, 22639
Errorstry rcurly at indentation level 32 not at correct indentation, 20640
Errors'}' should be on the same line.640
Errorscatch at indentation level 32 not at correct indentation, 20641
Errorscatch lcurly at indentation level 32 not at correct indentation, 20642
Errors'{' should be on the previous line.642
Errorscatch child at indentation level 40 not at correct indentation, 22643
Errorscatch rcurly at indentation level 32 not at correct indentation, 20644
ErrorsLine is longer than 80 characters.645
Errorsmethod def child at indentation level 32 not at correct indentation, 20645
Errorsmethod def rcurly at indentation level 24 not at correct indentation, 18646
Errorsmethod def child at indentation level 16 not at correct indentation, 4649
Errorsmethod def child at indentation level 16 not at correct indentation, 4652
Errorsmethod def child at indentation level 16 not at correct indentation, 4655
Errorsmethod def child at indentation level 16 not at correct indentation, 4657
Errorstry at indentation level 16 not at correct indentation, 4659
Errorstry lcurly at indentation level 16 not at correct indentation, 4660
Errors'{' should be on the previous line.660
ErrorsLine is longer than 80 characters.661
Errorstry child at indentation level 24 not at correct indentation, 6661
Errorstry child at indentation level 24 not at correct indentation, 6663
Errorstry rcurly at indentation level 16 not at correct indentation, 4664
Errors'}' should be on the same line.664
Errorscatch at indentation level 16 not at correct indentation, 4665
Errorscatch lcurly at indentation level 16 not at correct indentation, 4666
Errors'{' should be on the previous line.666
Errorscatch child at indentation level 24 not at correct indentation, 6667
Errorscatch child at indentation level 24 not at correct indentation, 6668
Errorscatch child at indentation level 24 not at correct indentation, 6669
Errorscatch rcurly at indentation level 16 not at correct indentation, 4670
Errorstry at indentation level 16 not at correct indentation, 4672
Errorstry lcurly at indentation level 16 not at correct indentation, 4673
Errors'{' should be on the previous line.673
Errorstry child at indentation level 24 not at correct indentation, 6674
Errorstry rcurly at indentation level 16 not at correct indentation, 4675
Errors'}' should be on the same line.675
Errorscatch at indentation level 16 not at correct indentation, 4676
Errorscatch lcurly at indentation level 16 not at correct indentation, 4677
Errors'{' should be on the previous line.677
Errorscatch child at indentation level 24 not at correct indentation, 6678
Errorscatch child at indentation level 24 not at correct indentation, 6679
Errorscatch child at indentation level 24 not at correct indentation, 6680
Errorscatch rcurly at indentation level 16 not at correct indentation, 4681
Errorsmethod def child at indentation level 16 not at correct indentation, 4683
Errorsmethod def child at indentation level 16 not at correct indentation, 4687
Errorsmethod def child at indentation level 16 not at correct indentation, 4689
Errorsif at indentation level 16 not at correct indentation, 4690
Errorsif lcurly at indentation level 16 not at correct indentation, 4691
Errors'{' should be on the previous line.691
ErrorsLine is longer than 80 characters.692
Errorsif child at indentation level 24 not at correct indentation, 6692
Errors',' is not followed by whitespace.692
Errorsif rcurly at indentation level 16 not at correct indentation, 4693
Errors'}' should be on the same line.693
Errorselse at indentation level 16 not at correct indentation, 4694
Errorselse lcurly at indentation level 16 not at correct indentation, 4695
Errors'{' should be on the previous line.695
Errorsif at indentation level 24 not at correct indentation, 6696
Errorsif lcurly at indentation level 24 not at correct indentation, 6697
Errors'{' should be on the previous line.697
ErrorsLine is longer than 80 characters.698
Errorsif child at indentation level 32 not at correct indentation, 8698
Errors',' is not followed by whitespace.698
Errorsif rcurly at indentation level 24 not at correct indentation, 6699
Errors'}' should be on the same line.699
Errorselse at indentation level 24 not at correct indentation, 6700
Errorselse lcurly at indentation level 24 not at correct indentation, 6701
Errors'{' should be on the previous line.701
ErrorsLine is longer than 80 characters.702
Errorselse child at indentation level 32 not at correct indentation, 8702
Errors',' is not followed by whitespace.702
Errorselse rcurly at indentation level 24 not at correct indentation, 6703
Errorselse rcurly at indentation level 16 not at correct indentation, 4704
Errorsmethod def child at indentation level 16 not at correct indentation, 4706
Errorsfor at indentation level 16 not at correct indentation, 4708
Errorsfor lcurly at indentation level 16 not at correct indentation, 4709
Errors'{' should be on the previous line.709
Errorsfor child at indentation level 24 not at correct indentation, 6710
Errorstry at indentation level 24 not at correct indentation, 6711
Errorstry lcurly at indentation level 24 not at correct indentation, 6712
Errors'{' should be on the previous line.712
Errorstry child at indentation level 32 not at correct indentation, 8713
Errors',' is not followed by whitespace.713
Errorstry rcurly at indentation level 24 not at correct indentation, 6714
Errors'}' should be on the same line.714
Errorscatch at indentation level 24 not at correct indentation, 6715
Errorscatch lcurly at indentation level 24 not at correct indentation, 6716
Errors'{' should be on the previous line.716
Errorscatch child at indentation level 32 not at correct indentation, 8717
Errorscatch child at indentation level 32 not at correct indentation, 8718
Errorscatch rcurly at indentation level 24 not at correct indentation, 6719
ErrorsLine is longer than 80 characters.721
Errorsfor child at indentation level 24 not at correct indentation, 6721
Errors',' is not followed by whitespace.721
Errors',' is not followed by whitespace.721
Errors',' is not followed by whitespace.721
Errors',' is not followed by whitespace.721
Errors',' is not followed by whitespace.721
Errors',' is not followed by whitespace.721
Errors',' is not followed by whitespace.721
Errorsfor child at indentation level 24 not at correct indentation, 6723
Errorsfor rcurly at indentation level 16 not at correct indentation, 4725
Errorsmethod def child at indentation level 16 not at correct indentation, 4727
Errorsif at indentation level 16 not at correct indentation, 4729
Errorsif lcurly at indentation level 16 not at correct indentation, 4730
Errors'{' should be on the previous line.730
Errorsif child at indentation level 24 not at correct indentation, 6731
ErrorsLine is longer than 80 characters.732
Errorsif at indentation level 24 not at correct indentation, 6732
Errors',' is not followed by whitespace.732
Errorsif lcurly at indentation level 24 not at correct indentation, 6733
Errors'{' should be on the previous line.733
Errorsif child at indentation level 32 not at correct indentation, 8734
Errorsif rcurly at indentation level 24 not at correct indentation, 6735
ErrorsLine is longer than 80 characters.736
Errorsif child at indentation level 24 not at correct indentation, 6736
Errors',' is not followed by whitespace.736
Errors',' is not followed by whitespace.736
Errorsif child at indentation level 24 not at correct indentation, 6737
Errorsif rcurly at indentation level 16 not at correct indentation, 4738
Errorsmethod def child at indentation level 16 not at correct indentation, 4740
Errorsfor at indentation level 16 not at correct indentation, 4742
Errorsfor lcurly at indentation level 16 not at correct indentation, 4743
Errors'{' should be on the previous line.743
Errorsfor child at indentation level 24 not at correct indentation, 6744
Errorsfor rcurly at indentation level 16 not at correct indentation, 4745
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
Errorstry at indentation level 24 not at correct indentation, 6758
Errorstry lcurly at indentation level 24 not at correct indentation, 6759
Errors'{' should be on the previous line.759
Errorstry child at indentation level 32 not at correct indentation, 8760
Errorstry child at indentation level 32 not at correct indentation, 8761
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
ErrorsMust have at least one statement.764
Errorscatch rcurly at indentation level 24 not at correct indentation, 6765
Errorsfor rcurly at indentation level 16 not at correct indentation, 4766
Errorsmethod def child at indentation level 16 not at correct indentation, 4768
Errorsif at indentation level 16 not at correct indentation, 4770
Errorsif at indentation level 16 not at correct indentation, 4774
Errorsif lcurly at indentation level 16 not at correct indentation, 4775
Errors'{' should be on the previous line.775
Errorsif child at indentation level 24 not at correct indentation, 6776
Errorsif rcurly at indentation level 16 not at correct indentation, 4777
Errorstry at indentation level 16 not at correct indentation, 4779
Errorstry lcurly at indentation level 16 not at correct indentation, 4780
Errors'{' should be on the previous line.780
Errorstry child at indentation level 24 not at correct indentation, 6781
Errorstry rcurly at indentation level 16 not at correct indentation, 4782
Errors'}' should be on the same line.782
Errorscatch at indentation level 16 not at correct indentation, 4783
Errorscatch lcurly at indentation level 16 not at correct indentation, 4784
Errors'{' should be on the previous line.784
Errorscatch child at indentation level 24 not at correct indentation, 6785
Errorscatch child at indentation level 24 not at correct indentation, 6786
Errorscatch child at indentation level 24 not at correct indentation, 6787
Errorscatch rcurly at indentation level 16 not at correct indentation, 4788
Errorstry at indentation level 16 not at correct indentation, 4790
Errorstry lcurly at indentation level 16 not at correct indentation, 4791
Errors'{' should be on the previous line.791
Errorstry child at indentation level 24 not at correct indentation, 6792
Errorstry rcurly at indentation level 16 not at correct indentation, 4793
Errorscatch lcurly at indentation level 16 not at correct indentation, 4794
Errors'{' should be on the previous line.794
ErrorsLine is longer than 80 characters.795
Errorscatch child at indentation level 24 not at correct indentation, 6795
Errorscatch child at indentation level 24 not at correct indentation, 6796
Errorscatch child at indentation level 24 not at correct indentation, 6797
Errorscatch rcurly at indentation level 16 not at correct indentation, 4798
Errorsmethod def child at indentation level 16 not at correct indentation, 4800
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2801

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
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 rcurly at indentation level 8 not at correct indentation, 274
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
Errorsmethod def modifier at indentation level 6 not at correct indentation, 227
ErrorsLine is longer than 80 characters.28
Errorsmethod def modifier at indentation level 8 not at correct indentation, 228
ErrorsFile contains tab characters (this is the first instance).28
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 229
Errorsmethod def child at indentation level 9 not at correct indentation, 430
Errorsmethod def child at indentation level 9 not at correct indentation, 432
Errorsmethod def child at indentation level 9 not at correct indentation, 447
Errorsmethod def child at indentation level 9 not at correct indentation, 449
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 250

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.31
Errorsmember def type at indentation level 8 not at correct indentation, 232
ErrorsFile contains tab characters (this is the first instance).32
ErrorsName '_db' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsVariable '_db' must be private and have accessor methods.32
Errorsmember def type at indentation level 8 not at correct indentation, 233
ErrorsName '_measurements' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
ErrorsVariable '_measurements' must be private and have accessor methods.33
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 child at indentation level 16 not at correct indentation, 437
Errorsctor def child at indentation level 16 not at correct indentation, 438
Errorsctor def rcurly at indentation level 8 not at correct indentation, 239
Errorsmethod def modifier at indentation level 8 not at correct indentation, 244
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 245
Errors'{' should be on the previous line.45
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, 252
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 253
Errors'{' should be on the previous line.53
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.59
Errorsmethod def modifier at indentation level 8 not at correct indentation, 261
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 262
Errors'{' should be on the previous line.62
Errorsmethod def child at indentation level 16 not at correct indentation, 463
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 264
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.145

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
ErrorsMust have at least one statement.42

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
Errorsmethod def modifier at indentation level 6 not at correct indentation, 249
Errorsmethod def lcurly at indentation level 6 not at correct indentation, 250
Errors'{' should be on the previous line.50
Errorsmethod def rcurly at indentation level 6 not at correct indentation, 251
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/ZKDB.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.37
Errors'{' should be on the previous line.40
Errorsmember def modifier at indentation level 8 not at correct indentation, 241
ErrorsFile contains tab characters (this is the first instance).41
ErrorsVariable 'partitions' must be private and have accessor methods.41
Errorsmember def modifier at indentation level 8 not at correct indentation, 242
ErrorsVariable 'machines' must be private and have accessor methods.42
Errorsmember def modifier at indentation level 8 not at correct indentation, 243
ErrorsVariable 'portsPerPartition' must be private and have accessor methods.43
Errorsmember def modifier at indentation level 8 not at correct indentation, 244
ErrorsVariable 'znodes' must be private and have accessor methods.44
Errorsmember def type at indentation level 8 not at correct indentation, 246
ErrorsVariable 'rrCount' must be private and have accessor methods.46
Errorsmember def type at indentation level 8 not at correct indentation, 248
ErrorsVariable 'logFileName' must be private and have accessor methods.48
ErrorsFirst sentence should end with a period.49
ErrorsLine is longer than 80 characters.51
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, 257
Errorsmember def modifier at indentation level 8 not at correct indentation, 262
ErrorsVariable 'maxKey' must be private and have accessor methods.62
Errorsmember def modifier at indentation level 8 not at correct indentation, 264
Errorsmember def modifier at indentation level 8 not at correct indentation, 265
Errorsmember def modifier at indentation level 8 not at correct indentation, 267
Errorsmember def modifier at indentation level 8 not at correct indentation, 268
Errorsmember def type at indentation level 8 not at correct indentation, 271
ErrorsVariable 'verbose' must be private and have accessor methods.71
Errorsmember def type at indentation level 8 not at correct indentation, 272
ErrorsVariable 'todelay' must be private and have accessor methods.72
Errorsctor def modifier at indentation level 8 not at correct indentation, 274
Errorsctor def lcurly at indentation level 8 not at correct indentation, 275
Errors'{' should be on the previous line.75
Errorsctor def child at indentation level 16 not at correct indentation, 476
Errorsctor def rcurly at indentation level 8 not at correct indentation, 277
Errorsmethod def modifier at indentation level 8 not at correct indentation, 280
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 child at indentation level 16 not at correct indentation, 484
Errorstry at indentation level 16 not at correct indentation, 485
Errorsif at indentation level 24 not at correct indentation, 687
Errorsif child at indentation level 32 not at correct indentation, 888
Errorsif rcurly at indentation level 24 not at correct indentation, 689
Errorstry child at indentation level 24 not at correct indentation, 690
Errorstry child at indentation level 24 not at correct indentation, 691
Errorstry rcurly at indentation level 16 not at correct indentation, 492
Errorscatch child at indentation level 24 not at correct indentation, 694
Errorscatch rcurly at indentation level 16 not at correct indentation, 495
Errorsmethod def child at indentation level 16 not at correct indentation, 496
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 297
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2100
Errorstry at indentation level 16 not at correct indentation, 4102
Errorstry child at indentation level 24 not at correct indentation, 6103
Errorstry child at indentation level 24 not at correct indentation, 6104
Errorstry rcurly at indentation level 16 not at correct indentation, 4105
Errorscatch child at indentation level 24 not at correct indentation, 6107
Errorscatch rcurly at indentation level 16 not at correct indentation, 4108
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2109
Errorsmethod def return type at indentation level 8 not at correct indentation, 2112
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2113
Errors'{' should be on the previous line.113
Errorsif at indentation level 16 not at correct indentation, 4114
Errorsif lcurly at indentation level 16 not at correct indentation, 4115
Errors'{' should be on the previous line.115
Errorstry at indentation level 24 not at correct indentation, 6116
Errorstry lcurly at indentation level 24 not at correct indentation, 6117
Errors'{' should be on the previous line.117
ErrorsLine is longer than 80 characters.118
Errorstry child at indentation level 32 not at correct indentation, 8118
Errorstry rcurly at indentation level 24 not at correct indentation, 6119
Errors'}' should be on the same line.119
Errorscatch at indentation level 24 not at correct indentation, 6120
Errorscatch lcurly at indentation level 24 not at correct indentation, 6121
Errors'{' should be on the previous line.121
ErrorsMust have at least one statement.121
Errorscatch rcurly at indentation level 24 not at correct indentation, 6123
Errorsif rcurly at indentation level 16 not at correct indentation, 4124
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2125
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2128
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2131
ErrorsLine is longer than 80 characters.135
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2137
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2138
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2139
Errors'{' should be on the previous line.139
Errorsmethod def child at indentation level 16 not at correct indentation, 4140
Errorsmethod def child at indentation level 16 not at correct indentation, 4141
Errorsmethod def child at indentation level 16 not at correct indentation, 4142
ErrorsLine is longer than 80 characters.144
Errorsmethod def child at indentation level 16 not at correct indentation, 4144
ErrorsLine is longer than 80 characters.145
Errorsmethod def child at indentation level 16 not at correct indentation, 4145
Errorsfor at indentation level 16 not at correct indentation, 4147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errorsfor child at indentation level 24 not at correct indentation, 6148
ErrorsLine is longer than 80 characters.149
Errorsfor child at indentation level 24 not at correct indentation, 6149
Errorsfor rcurly at indentation level 16 not at correct indentation, 4150
ErrorsLine is longer than 80 characters.151
Errorsmethod def child at indentation level 16 not at correct indentation, 4151
Errorsmethod def child at indentation level 16 not at correct indentation, 4152
ErrorsLine is longer than 80 characters.153
Errorsmethod def child at indentation level 16 not at correct indentation, 4153
Errorsif at indentation level 16 not at correct indentation, 4155
Errorsif lcurly at indentation level 16 not at correct indentation, 4156
Errors'{' should be on the previous line.156
ErrorsLine is longer than 80 characters.157
Errorsif child at indentation level 24 not at correct indentation, 6157
Errorsif child at indentation level 24 not at correct indentation, 6158
Errorsif at indentation level 24 not at correct indentation, 6159
Errorsif lcurly at indentation level 24 not at correct indentation, 6160
Errors'{' should be on the previous line.160
ErrorsLine is longer than 80 characters.161
Errorsfor at indentation level 32 not at correct indentation, 8161
Errors';' is followed by whitespace.161
Errorsfor lcurly at indentation level 32 not at correct indentation, 8162
Errors'{' should be on the previous line.162
Errorsfor child at indentation level 40 not at correct indentation, 10163
ErrorsLine is longer than 80 characters.164
Errorsfor child at indentation level 40 not at correct indentation, 10164
Errorsfor rcurly at indentation level 32 not at correct indentation, 8165
Errorsif rcurly at indentation level 24 not at correct indentation, 6166
ErrorsLine is longer than 80 characters.167
Errorsif child at indentation level 24 not at correct indentation, 6167
Errorsif rcurly at indentation level 16 not at correct indentation, 4168
Errorsmethod def child at indentation level 16 not at correct indentation, 4170
Errorsmethod def child at indentation level 16 not at correct indentation, 4171
Errorsmethod def child at indentation level 16 not at correct indentation, 4172
Errorstry at indentation level 16 not at correct indentation, 4173
ErrorsLine is longer than 80 characters.177
Errorsfor at indentation level 24 not at correct indentation, 6182
Errorsfor child at indentation level 32 not at correct indentation, 8183
Errorsfor child at indentation level 32 not at correct indentation, 8184
Errorsfor child at indentation level 32 not at correct indentation, 8185
ErrorsLine is longer than 80 characters.187
Errorsfor child at indentation level 32 not at correct indentation, 8187
Errorsif at indentation level 32 not at correct indentation, 8188
ErrorsLine is longer than 80 characters.189
Errorsif child at indentation level 40 not at correct indentation, 10189
Errorsif rcurly at indentation level 32 not at correct indentation, 8190
Errorsfor child at indentation level 32 not at correct indentation, 8191
ErrorsLine is longer than 80 characters.192
Errorsfor child at indentation level 32 not at correct indentation, 8192
Errorsfor at indentation level 32 not at correct indentation, 8194
Errorsif at indentation level 40 not at correct indentation, 10195
ErrorsLine is longer than 80 characters.196
Errorsif child at indentation level 48 not at correct indentation, 12196
ErrorsLine is longer than 80 characters.197
Errorsif child at indentation level 48 not at correct indentation, 12197
Errorsif child at indentation level 48 not at correct indentation, 12198
Errorsif child at indentation level 48 not at correct indentation, 12199
ErrorsLine is longer than 80 characters.200
Errorsif child at indentation level 48 not at correct indentation, 12200
Errorsif rcurly at indentation level 40 not at correct indentation, 10201
Errorsfor rcurly at indentation level 32 not at correct indentation, 8202
Errorsfor rcurly at indentation level 24 not at correct indentation, 6203
Errorstry rcurly at indentation level 16 not at correct indentation, 4204
Errorscatch child at indentation level 24 not at correct indentation, 6206
Errorscatch rcurly at indentation level 16 not at correct indentation, 4207
Errorscatch child at indentation level 24 not at correct indentation, 6209
Errorscatch rcurly at indentation level 16 not at correct indentation, 4210
Errorscatch child at indentation level 24 not at correct indentation, 6212
Errorscatch rcurly at indentation level 16 not at correct indentation, 4213
Errorstry at indentation level 16 not at correct indentation, 4215
Errorstry child at indentation level 24 not at correct indentation, 6216
Errorstry rcurly at indentation level 16 not at correct indentation, 4217
Errorscatch child at indentation level 24 not at correct indentation, 6219
Errorscatch rcurly at indentation level 16 not at correct indentation, 4220
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2222
ErrorsLine is longer than 80 characters.225
ErrorsLine is longer than 80 characters.233
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2233
Errors',' is not followed by whitespace.233
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2234
Errorsmethod def child at indentation level 16 not at correct indentation, 4235
Errorsmethod def child at indentation level 16 not at correct indentation, 4236
Errors'(' is followed by whitespace.237
Errors')' is preceded with whitespace.237
Errorsmethod def child at indentation level 16 not at correct indentation, 4239
Errorsmethod def child at indentation level 16 not at correct indentation, 4240
Errorsmethod def child at indentation level 16 not at correct indentation, 4241
ErrorsLine is longer than 80 characters.242
Errorsmethod def child at indentation level 16 not at correct indentation, 4242
Errorsmethod def child at indentation level 16 not at correct indentation, 4244
Errorsif at indentation level 16 not at correct indentation, 4246
Errorsif lcurly at indentation level 16 not at correct indentation, 4247
Errors'{' should be on the previous line.247
Errorsif child at indentation level 24 not at correct indentation, 6248
Errorsif at indentation level 24 not at correct indentation, 6249
Errorsif lcurly at indentation level 24 not at correct indentation, 6250
Errors'{' should be on the previous line.250
Errorsfor at indentation level 32 not at correct indentation, 8251
Errorsfor lcurly at indentation level 32 not at correct indentation, 8252
Errors'{' should be on the previous line.252
Errorsfor child at indentation level 40 not at correct indentation, 10253
Errorsfor rcurly at indentation level 32 not at correct indentation, 8254
Errorsif rcurly at indentation level 24 not at correct indentation, 6255
Errors'}' should be on the same line.255
Errorselse at indentation level 24 not at correct indentation, 6256
Errorselse lcurly at indentation level 24 not at correct indentation, 6257
Errors'{' should be on the previous line.257
Errorselse child at indentation level 32 not at correct indentation, 8258
Errorselse rcurly at indentation level 24 not at correct indentation, 6259
Errorsif child at indentation level 24 not at correct indentation, 6261
Errorsif rcurly at indentation level 16 not at correct indentation, 4262
Errorsmethod def child at indentation level 16 not at correct indentation, 4263
Errorsif at indentation level 16 not at correct indentation, 4264
Errors'(' is followed by whitespace.264
Errors')' is preceded with whitespace.264
Errorsif child at indentation level 24 not at correct indentation, 6265
Errorsif rcurly at indentation level 16 not at correct indentation, 4266
Errorsif at indentation level 24 not at correct indentation, 6268
Errors'(' is followed by whitespace.268
Errors')' is preceded with whitespace.268
ErrorsLine is longer than 80 characters.270
Errorsif child at indentation level 32 not at correct indentation, 8270
Errorsif child at indentation level 32 not at correct indentation, 8271
Errorsif rcurly at indentation level 24 not at correct indentation, 6272
Errorselse rcurly at indentation level 16 not at correct indentation, 4273
Errorstry at indentation level 16 not at correct indentation, 4275
ErrorsLine is longer than 80 characters.276
Errorstry child at indentation level 24 not at correct indentation, 6276
Errorsif at indentation level 24 not at correct indentation, 6278
ErrorsLine is longer than 80 characters.279
Errorsif child at indentation level 32 not at correct indentation, 8279
Errorsif child at indentation level 32 not at correct indentation, 8280
Errorsif rcurly at indentation level 24 not at correct indentation, 6281
Errorstry rcurly at indentation level 16 not at correct indentation, 4282
ErrorsLine is longer than 80 characters.283
Errorscatch child at indentation level 24 not at correct indentation, 6283
Errorscatch child at indentation level 24 not at correct indentation, 6284
Errorscatch rcurly at indentation level 16 not at correct indentation, 4285
Errorscatch child at indentation level 12 not at correct indentation, 6286
Errorscatch rcurly at indentation level 8 not at correct indentation, 4287
Errorsmethod def child at indentation level 16 not at correct indentation, 4288
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2289
ErrorsLine is longer than 80 characters.292
ErrorsLine is longer than 80 characters.298
ErrorsLine is longer than 80 characters.301
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2301
Errors',' is not followed by whitespace.301
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2302
Errorsmethod def child at indentation level 16 not at correct indentation, 4303
Errorsif at indentation level 16 not at correct indentation, 4305
Errorsif lcurly at indentation level 16 not at correct indentation, 4306
Errors'{' should be on the previous line.306
ErrorsLine is longer than 80 characters.307
Errorsif child at indentation level 24 not at correct indentation, 6307
Errorsif at indentation level 24 not at correct indentation, 6308
Errorsif lcurly at indentation level 24 not at correct indentation, 6309
Errors'{' should be on the previous line.309
Errorsfor at indentation level 32 not at correct indentation, 8310
Errorsfor lcurly at indentation level 32 not at correct indentation, 8311
Errors'{' should be on the previous line.311
Errorsfor child at indentation level 40 not at correct indentation, 10312
Errorsfor rcurly at indentation level 32 not at correct indentation, 8313
Errorsif rcurly at indentation level 24 not at correct indentation, 6314
Errors'}' should be on the same line.314
Errorselse at indentation level 24 not at correct indentation, 6315
Errorselse lcurly at indentation level 24 not at correct indentation, 6316
Errors'{' should be on the previous line.316
Errorselse child at indentation level 32 not at correct indentation, 8317
Errorselse rcurly at indentation level 24 not at correct indentation, 6318
Errorsif child at indentation level 24 not at correct indentation, 6320
Errorsif rcurly at indentation level 16 not at correct indentation, 4321
Errorsmethod def child at indentation level 16 not at correct indentation, 4323
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2324
ErrorsLine is longer than 80 characters.327
ErrorsLine is longer than 80 characters.335
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2335
Errors',' is not followed by whitespace.335
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2336
Errorsmethod def child at indentation level 16 not at correct indentation, 4337
Errors'(' is followed by whitespace.338
Errors')' is preceded with whitespace.338
Errorsmethod def child at indentation level 16 not at correct indentation, 4340
Errorsmethod def child at indentation level 16 not at correct indentation, 4341
Errorstry at indentation level 16 not at correct indentation, 4342
Errorstry child at indentation level 24 not at correct indentation, 6343
Errorstry rcurly at indentation level 16 not at correct indentation, 4344
Errorscatch child at indentation level 24 not at correct indentation, 6346
Errorscatch rcurly at indentation level 16 not at correct indentation, 4347
Errorsmethod def child at indentation level 16 not at correct indentation, 4349
Errorsmethod def child at indentation level 16 not at correct indentation, 4350
Errorsmethod def child at indentation level 16 not at correct indentation, 4351
Errorsmethod def child at indentation level 16 not at correct indentation, 4352
ErrorsLine is longer than 80 characters.353
Errorsmethod def child at indentation level 16 not at correct indentation, 4353
Errorsmethod def child at indentation level 16 not at correct indentation, 4355
Errorsif at indentation level 16 not at correct indentation, 4357
Errorsif lcurly at indentation level 16 not at correct indentation, 4358
Errors'{' should be on the previous line.358
Errorsif child at indentation level 24 not at correct indentation, 6359
Errorsif at indentation level 24 not at correct indentation, 6360
Errorsif lcurly at indentation level 24 not at correct indentation, 6361
Errors'{' should be on the previous line.361
Errorsfor at indentation level 32 not at correct indentation, 8362
Errorsfor lcurly at indentation level 32 not at correct indentation, 8363
Errors'{' should be on the previous line.363
ErrorsLine is longer than 80 characters.364
Errorsfor child at indentation level 40 not at correct indentation, 10364
Errorsfor rcurly at indentation level 32 not at correct indentation, 8365
Errorsif rcurly at indentation level 24 not at correct indentation, 6366
Errorsif child at indentation level 24 not at correct indentation, 6367
Errorsif rcurly at indentation level 16 not at correct indentation, 4368
Errorsmethod def child at indentation level 16 not at correct indentation, 4370
Errorsmethod def child at indentation level 16 not at correct indentation, 4372
Errorstry at indentation level 16 not at correct indentation, 4373
Errorstry child at indentation level 24 not at correct indentation, 6374
Errorstry rcurly at indentation level 16 not at correct indentation, 4375
Errorscatch child at indentation level 24 not at correct indentation, 6377
Errorscatch rcurly at indentation level 16 not at correct indentation, 4378
Errorscatch child at indentation level 24 not at correct indentation, 6380
Errorscatch rcurly at indentation level 16 not at correct indentation, 4381
Errorsmethod def child at indentation level 16 not at correct indentation, 4383
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2384
ErrorsLine is longer than 80 characters.387
ErrorsLine is longer than 80 characters.395
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2395
Errors',' is not followed by whitespace.395
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2396
Errorsmethod def child at indentation level 16 not at correct indentation, 4397
Errorsif at indentation level 16 not at correct indentation, 4399
Errorsif lcurly at indentation level 16 not at correct indentation, 4400
Errors'{' should be on the previous line.400
Errorsif child at indentation level 24 not at correct indentation, 6401
Errorsif at indentation level 24 not at correct indentation, 6402
Errorsif lcurly at indentation level 24 not at correct indentation, 6403
Errors'{' should be on the previous line.403
Errorsfor at indentation level 32 not at correct indentation, 8404
Errorsfor lcurly at indentation level 32 not at correct indentation, 8405
Errors'{' should be on the previous line.405
ErrorsLine is longer than 80 characters.406
Errorsfor child at indentation level 40 not at correct indentation, 10406
Errorsfor rcurly at indentation level 32 not at correct indentation, 8407
Errorsif rcurly at indentation level 24 not at correct indentation, 6408
Errorsif child at indentation level 24 not at correct indentation, 6410
Errorsif rcurly at indentation level 16 not at correct indentation, 4411
Errorsmethod def child at indentation level 16 not at correct indentation, 4413
Errors'(' is followed by whitespace.413
Errors')' is preceded with whitespace.413
Errorsmethod def child at indentation level 16 not at correct indentation, 4415
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2416
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2426
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 2427
Errors'{' should be on the previous line.427
Errorsmethod def child at indentation level 16 not at correct indentation, 4428
Errorsif at indentation level 16 not at correct indentation, 4430
Errorsif lcurly at indentation level 16 not at correct indentation, 4431
Errors'{' should be on the previous line.431
Errorsif child at indentation level 24 not at correct indentation, 6432
Errorsif rcurly at indentation level 16 not at correct indentation, 4433
Errorsmethod def child at indentation level 16 not at correct indentation, 4435
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2436

com/yahoo/ycsb/generator/ConstantIntegerGenerator.java

ViolationMessageLine
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
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
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
Errorsmethod def modifier at indentation level 8 not at correct indentation, 290
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 291
Errors'{' should be on the previous line.91
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
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
ErrorsLine is longer than 80 characters.62
ErrorsFile contains tab characters (this is the first instance).63

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
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
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
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
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
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.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
Errorsmethod def modifier at indentation level 8 not at correct indentation, 264
Errorsmethod def modifier at indentation level 8 not at correct indentation, 265
Errorsmethod def lcurly at indentation level 8 not at correct indentation, 266
Errors'{' should be on the previous line.66
ErrorsLine is longer than 80 characters.67
Errorsmethod def child at indentation level 16 not at correct indentation, 467
ErrorsLine is longer than 80 characters.68
Errorsmethod def child at indentation level 16 not at correct indentation, 468
ErrorsLine is longer than 80 characters.69
Errorsmethod def child at indentation level 16 not at correct indentation, 469
ErrorsLine is longer than 80 characters.74
Errorsmethod def child at indentation level 16 not at correct indentation, 476
Errorsmethod def child at indentation level 16 not at correct indentation, 477
ErrorsLine is longer than 80 characters.78
Errorsmethod def child at indentation level 16 not at correct indentation, 478
ErrorsLine is longer than 80 characters.80
Errorsmethod def child at indentation level 16 not at correct indentation, 480
ErrorsLine is longer than 80 characters.82
Errorsmethod def child at indentation level 16 not at correct indentation, 484
ErrorsLine is longer than 80 characters.85
Errorsmethod def child at indentation level 16 not at correct indentation, 485
Errorsmethod def child at indentation level 16 not at correct indentation, 486
Errorsmethod def child at indentation level 16 not at correct indentation, 488
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 289

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.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
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
Errors'{' should be on the previous line.64
ErrorsFile contains tab characters (this is the first instance).66
Errorsmember def modifier at indentation level 8 not at correct indentation, 269
Errorsmember def modifier at indentation level 8 not at correct indentation, 274
Errorsmember def modifier at indentation level 8 not at correct indentation, 276
ErrorsVariable 'table' must be private and have accessor methods.76
Errorsmember def modifier at indentation level 8 not at correct indentation, 282
Errorsmember def modifier at indentation level 8 not at correct indentation, 287
Errorsmember def type at indentation level 8 not at correct indentation, 289
ErrorsVariable 'fieldcount' must be private and have accessor methods.89
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.97
Errorsmember def modifier at indentation level 8 not at correct indentation, 297
ErrorsLine is longer than 80 characters.101
Errorsmember def modifier at indentation level 8 not at correct indentation, 2101
Errorsmember def modifier at indentation level 8 not at correct indentation, 2106
Errorsmember def modifier at indentation level 8 not at correct indentation, 2110
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.115
Errorsmember def modifier at indentation level 8 not at correct indentation, 2115
ErrorsLine is longer than 80 characters.119
Errorsmember def modifier at indentation level 8 not at correct indentation, 2119
ErrorsLine is longer than 80 characters.122
Errorsmember def type at indentation level 8 not at correct indentation, 2124
ErrorsVariable 'fieldlengthgenerator' must be private and have accessor methods.124
ErrorsLine is longer than 80 characters.127
Errorsmember def modifier at indentation level 8 not at correct indentation, 2129
Errorsmember def modifier at indentation level 8 not at correct indentation, 2134
Errorsmember def type at indentation level 8 not at correct indentation, 2136
ErrorsVariable 'readallfields' must be private and have accessor methods.136
ErrorsLine is longer than 80 characters.139
Errorsmember def modifier at indentation level 8 not at correct indentation, 2141
Errorsmember def modifier at indentation level 8 not at correct indentation, 2146
Errorsmember def type at indentation level 8 not at correct indentation, 2148
ErrorsVariable 'writeallfields' must be private and have accessor methods.148
ErrorsLine is longer than 80 characters.152
Errorsmember def modifier at indentation level 8 not at correct indentation, 2154
Errorsmember def modifier at indentation level 8 not at correct indentation, 2159
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.164
Errorsmember def modifier at indentation level 8 not at correct indentation, 2164
Errorsmember def modifier at indentation level 8 not at correct indentation, 2169
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.174
Errorsmember def modifier at indentation level 8 not at correct indentation, 2174
Errorsmember def modifier at indentation level 8 not at correct indentation, 2179
ErrorsLine is longer than 80 characters.182
Errorsmember def modifier at indentation level 8 not at correct indentation, 2184
Errorsmember def modifier at indentation level 8 not at correct indentation, 2189
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.194
Errorsmember def modifier at indentation level 8 not at correct indentation, 2194
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.202
ErrorsLine is longer than 80 characters.204
Errorsmember def modifier at indentation level 8 not at correct indentation, 2204
ErrorsFirst sentence should end with a period.206
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
Errorsmember def modifier at indentation level 8 not at correct indentation, 2214
Errorsmember def modifier at indentation level 8 not at correct indentation, 2219
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.224
Errorsmember def modifier at indentation level 8 not at correct indentation, 2224
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.232
Errorsmember def modifier at indentation level 8 not at correct indentation, 2234
Errorsmember def modifier at indentation level 8 not at correct indentation, 2239
Errorsmember def type at indentation level 8 not at correct indentation, 2261
ErrorsVariable 'keysequence' must be private and have accessor methods.261
Errorsmember def type at indentation level 8 not at correct indentation, 2263
ErrorsVariable 'operationchooser' must be private and have accessor methods.263
Errorsmember def type at indentation level 8 not at correct indentation, 2265
ErrorsVariable 'keychooser' must be private and have accessor methods.265
Errorsmember def type at indentation level 8 not at correct indentation, 2267
ErrorsVariable 'fieldchooser' must be private and have accessor methods.267
Errorsmember def type at indentation level 8 not at correct indentation, 2269
ErrorsVariable 'transactioninsertkeysequence' must be private and have accessor methods.269
Errorsmember def type at indentation level 8 not at correct indentation, 2271
ErrorsVariable 'scanlength' must be private and have accessor methods.271
Errorsmember def type at indentation level 8 not at correct indentation, 2273
ErrorsVariable 'orderedinserts' must be private and have accessor methods.273
Errorsmember def type at indentation level 8 not at correct indentation, 2275
ErrorsVariable 'recordcount' must be private and have accessor methods.275
ErrorsLine is longer than 80 characters.277
Errorsmethod def modifier at indentation level 8 not at correct indentation, 2277
Errorsmethod def child at indentation level 16 not at correct indentation, 4278
ErrorsLine is longer than 80 characters.279
Errorsmethod def child at indentation level 16 not at correct indentation, 4279
ErrorsLine is longer than 80 characters.280
Errorsmethod def child at indentation level 16 not at correct indentation, 4280
ErrorsLine is longer than 80 characters.281
Errorsmethod def child at indentation level 16 not at correct indentation, 4281
ErrorsLine is longer than 80 characters.283
ErrorsLine is longer than 80 characters.285
ErrorsLine is longer than 80 characters.287
ErrorsLine is longer than 80 characters.290
ErrorsLine is longer than 80 characters.292
ErrorsLine is longer than 80 characters.295
Errorsmethod def child at indentation level 16 not at correct indentation, 4297
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 2298
ErrorsLine is longer than 80 characters.302
ErrorsLine is longer than 80 characters.306
ErrorsLine is longer than 80 characters.308
ErrorsLine is longer than 80 characters.311
ErrorsLine is longer than 80 characters.312
ErrorsLine is longer than 80 characters.313
ErrorsLine is longer than 80 characters.314
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.317
ErrorsLine is longer than 80 characters.318
ErrorsLine is longer than 80 characters.319
ErrorsLine is longer than 80 characters.321
ErrorsLine is longer than 80 characters.323
ErrorsLine is longer than 80 characters.324
ErrorsLine is longer than 80 characters.326
ErrorsLine is longer than 80 characters.332
ErrorsLine is longer than 80 characters.333
ErrorsLine is longer than 80 characters.334
ErrorsLine is longer than 80 characters.335
ErrorsLine is longer than 80 characters.336
ErrorsLine is longer than 80 characters.367
ErrorsLine is longer than 80 characters.377
ErrorsLine is longer than 80 characters.378
ErrorsLine is longer than 80 characters.379
ErrorsLine is longer than 80 characters.380
ErrorsLine is longer than 80 characters.381
ErrorsLine is longer than 80 characters.382
ErrorsLine is longer than 80 characters.384
ErrorsLine is longer than 80 characters.385
ErrorsLine is longer than 80 characters.387
ErrorsLine is longer than 80 characters.391
ErrorsLine is longer than 80 characters.404
ErrorsLine is longer than 80 characters.419
ErrorsLine is longer than 80 characters.431
ErrorsLine is longer than 80 characters.436
ErrorsLine is longer than 80 characters.443
ErrorsLine is longer than 80 characters.445
ErrorsLine is longer than 80 characters.451
ErrorsLine is longer than 80 characters.452
ErrorsLine is longer than 80 characters.453
ErrorsLine is longer than 80 characters.468
ErrorsLine is longer than 80 characters.469
ErrorsLine is longer than 80 characters.470
ErrorsLine is longer than 80 characters.506
ErrorsLine is longer than 80 characters.537
ErrorsLine is longer than 80 characters.575
ErrorsLine is longer than 80 characters.581
ErrorsLine is longer than 80 characters.605