Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
54002946

Files

FilesInfosWarningsErrors
org/codehaus/mojo/chronos/CheckMojo.java002
org/codehaus/mojo/chronos/ReportConfig.java001
org/codehaus/mojo/chronos/ReportMojo.java002
org/codehaus/mojo/chronos/Utils.java00303
org/codehaus/mojo/chronos/UtilsLegacy.java0015
org/codehaus/mojo/chronos/chart/ChartRenderer.java003
org/codehaus/mojo/chronos/chart/ChartRendererImpl.java0018
org/codehaus/mojo/chronos/chart/ChartSource.java0010
org/codehaus/mojo/chronos/chart/ChartUtil.java00115
org/codehaus/mojo/chronos/chart/ChronosGCPlugin.java0011
org/codehaus/mojo/chronos/chart/ChronosHistogramPlugin.java0024
org/codehaus/mojo/chronos/chart/ChronosReportPlugin.java003
org/codehaus/mojo/chronos/chart/ChronosResponsetimePlugin.java0024
org/codehaus/mojo/chronos/chart/ChronosThroughputPlugin.java0011
org/codehaus/mojo/chronos/chart/DetailsHistogramChartSource.java0019
org/codehaus/mojo/chronos/chart/DetailsResponsetimeChartSource.java0018
org/codehaus/mojo/chronos/chart/GraphGenerator.java0072
org/codehaus/mojo/chronos/chart/HistogramChartGenerator.java0042
org/codehaus/mojo/chronos/chart/HistoryChartGenerator.java00130
org/codehaus/mojo/chronos/chart/ResponseChartGenerator.java0056
org/codehaus/mojo/chronos/chart/SummaryGCChartSource.java0045
org/codehaus/mojo/chronos/chart/SummaryHistogramChartSource.java0021
org/codehaus/mojo/chronos/chart/SummaryResponsetimeChartSource.java0021
org/codehaus/mojo/chronos/chart/SummaryThroughputChartSource.java0092
org/codehaus/mojo/chronos/download/DownloadHelper.java0092
org/codehaus/mojo/chronos/gc/GCLogParser.java0072
org/codehaus/mojo/chronos/gc/GCSample.java0056
org/codehaus/mojo/chronos/gc/GCSamples.java00125
org/codehaus/mojo/chronos/history/HistoricSample.java00180
org/codehaus/mojo/chronos/history/HistoricSamples.java00132
org/codehaus/mojo/chronos/history/HistoryReportMojo.java001
org/codehaus/mojo/chronos/history/SaveHistoryMojo.java001
org/codehaus/mojo/chronos/jmeter/DependencyUtil.java0096
org/codehaus/mojo/chronos/jmeter/JMeterGuiMojo.java001
org/codehaus/mojo/chronos/jmeter/JMeterLogParser.java0021
org/codehaus/mojo/chronos/jmeter/JMeterMojo.java00137
org/codehaus/mojo/chronos/jmeter/JMeterSAXFileHandler.java00134
org/codehaus/mojo/chronos/jmeter/JMeterTestMojo.java001
org/codehaus/mojo/chronos/jmeter/JavaCommand.java0044
org/codehaus/mojo/chronos/jmeter/Jtl20Sample.java005
org/codehaus/mojo/chronos/jmeter/Jtl21Sample.java005
org/codehaus/mojo/chronos/report/HistoryReportGenerator.java0046
org/codehaus/mojo/chronos/report/ReportGenerator.java00259
org/codehaus/mojo/chronos/report/ReportSink.java00118
org/codehaus/mojo/chronos/responsetime/GroupedResponsetimeSamples.java0083
org/codehaus/mojo/chronos/responsetime/ResponsetimeSample.java0041
org/codehaus/mojo/chronos/responsetime/ResponsetimeSampleGroup.java0060
org/codehaus/mojo/chronos/responsetime/ResponsetimeSamples.java00178

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
JavadocType
  • scope: "protected"
0Errors Error
JavadocMethod
  • scope: "protected"
105Errors Error
JavadocVariable
  • scope: "protected"
0Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport4Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
LineLength
  • max: "120"
  • ignorePattern: "^ *\*.*$"
6Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad32Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter
  • tokens: "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, TYPECAST"
81Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad2242Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
81Errors Error
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly431Errors Error
NeedBraces0Errors Error
RightCurly27Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension2Errors Error
FinalClass2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier4Errors Error
ArrayTypeStyle0Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/codehaus/mojo/chronos/CheckMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsMissing package-info.java file.0

org/codehaus/mojo/chronos/ReportConfig.java

ViolationMessageLine
Errors'{' should be on the previous line.39

org/codehaus/mojo/chronos/ReportMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine is longer than 120 characters.274

org/codehaus/mojo/chronos/Utils.java

ViolationMessageLine
Errors'{' should be on the previous line.62
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors'{' should be on the previous line.98
Errors'(' is followed by whitespace.99
Errors')' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'{' should be on the previous line.109
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors'{' should be on the previous line.121
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'(' is followed by whitespace.123
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors')' is preceded with whitespace.123
Errors'(' is followed by whitespace.137
Errors')' is preceded with whitespace.137
Errors'{' should be on the previous line.139
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.141
Errors'{' should be on the previous line.142
Errors')' is followed by whitespace.143
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
Errors'{' should be on the previous line.151
Errors'(' is followed by whitespace.152
Errors')' is preceded with whitespace.152
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
Errors'{' should be on the previous line.154
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
Errors'{' should be on the previous line.156
Errors'(' is followed by whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors')' is preceded with whitespace.157
Errors'{' should be on the previous line.158
Errors'(' is followed by whitespace.159
Errors'(' is followed by whitespace.159
Errors')' is preceded with whitespace.159
Errors')' is preceded with whitespace.159
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.162
Errors')' is preceded with whitespace.162
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
Errors'{' should be on the previous line.183
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
Errors'{' should be on the previous line.188
Errors'(' is followed by whitespace.189
Errors')' is preceded with whitespace.189
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
Errors'{' should be on the previous line.191
Errors'(' is followed by whitespace.192
Errors')' is preceded with whitespace.192
Errors'{' should be on the previous line.193
Errors'(' is followed by whitespace.194
Errors'(' is followed by whitespace.194
Errors')' is preceded with whitespace.194
Errors')' is preceded with whitespace.194
Errors'(' is followed by whitespace.197
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
Errors')' is preceded with whitespace.197
Errors')' is followed by whitespace.199
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.199
Errors'(' is followed by whitespace.200
Errors')' is preceded with whitespace.200
Errors'}' should be on the same line.201
Errors'(' is followed by whitespace.202
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
Errors')' is preceded with whitespace.202
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
Errors'{' should be on the previous line.226
Errors'(' is followed by whitespace.227
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
Errors')' is preceded with whitespace.227
Errors'(' is followed by whitespace.228
Errors'(' is followed by whitespace.228
Errors')' is preceded with whitespace.228
Errors')' is preceded with whitespace.228
Errors'(' is followed by whitespace.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
Errors')' is preceded with whitespace.231
Errors'(' is followed by whitespace.232
Errors')' is preceded with whitespace.232
Errors'{' should be on the previous line.233
Errors'(' is followed by whitespace.247
Errors')' is preceded with whitespace.247
Errors'{' should be on the previous line.249
Errors'(' is followed by whitespace.251
Errors')' is preceded with whitespace.251
Errors'(' is followed by whitespace.252
Errors')' is preceded with whitespace.252
Errors'{' should be on the previous line.253
Errors'(' is followed by whitespace.257
Errors'(' is followed by whitespace.258
Errors')' is preceded with whitespace.258
Errors')' is preceded with whitespace.258
Errors'(' is followed by whitespace.271
Errors')' is preceded with whitespace.271
Errors'{' should be on the previous line.273
Errors'(' is followed by whitespace.274
Errors'(' is followed by whitespace.274
Errors')' is preceded with whitespace.274
Errors')' is preceded with whitespace.274
Errors'(' is followed by whitespace.276
Errors'(' is followed by whitespace.276
Errors')' is preceded with whitespace.276
Errors')' is preceded with whitespace.276
Errors'(' is followed by whitespace.277
Errors')' is preceded with whitespace.277
Errors'(' is followed by whitespace.278
Errors')' is preceded with whitespace.278
Errors'(' is followed by whitespace.280
Errors'(' is followed by whitespace.280
Errors')' is preceded with whitespace.280
Errors')' is preceded with whitespace.280
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
Errors'{' should be on the previous line.282
Errors'(' is followed by whitespace.299
Errors')' is preceded with whitespace.299
Errors'{' should be on the previous line.301
Errors'(' is followed by whitespace.302
Errors')' is preceded with whitespace.302
Errors'(' is followed by whitespace.303
Errors')' is preceded with whitespace.303
Errors'{' should be on the previous line.304
Errors')' is followed by whitespace.305
Errors'(' is followed by whitespace.305
Errors')' is preceded with whitespace.305
Errors'(' is followed by whitespace.309
Errors'(' is followed by whitespace.309
Errors')' is preceded with whitespace.309
Errors')' is preceded with whitespace.309
Errors'(' is followed by whitespace.310
Errors')' is preceded with whitespace.310
Errors'(' is followed by whitespace.312
Errors')' is preceded with whitespace.312
Errors'(' is followed by whitespace.313
Errors')' is preceded with whitespace.313
Errors'{' should be on the previous line.314
Errors'(' is followed by whitespace.315
Errors'(' is followed by whitespace.315
Errors')' is preceded with whitespace.315
Errors')' is preceded with whitespace.315
Errors'(' is followed by whitespace.320
Errors')' is preceded with whitespace.320
Errors'{' should be on the previous line.321
Errors'(' is followed by whitespace.322
Errors')' is preceded with whitespace.322
Errors'(' is followed by whitespace.323
Errors')' is preceded with whitespace.323
Errors'(' is followed by whitespace.326
Errors')' is preceded with whitespace.326
Errors'{' should be on the previous line.328
Errors'(' is followed by whitespace.329
Errors'(' is followed by whitespace.329
Errors')' is preceded with whitespace.329
Errors')' is preceded with whitespace.329
Errors'{' should be on the previous line.331
Errors')' is followed by whitespace.332
Errors'}' should be on the same line.333
Errors'(' is followed by whitespace.334
Errors')' is preceded with whitespace.334
Errors'{' should be on the previous line.335
Errors'(' is followed by whitespace.336
Errors')' is preceded with whitespace.336
Errors'}' should be on the same line.337
Errors'{' should be on the previous line.339
Errors'(' is followed by whitespace.344
Errors')' is preceded with whitespace.344
Errors'{' should be on the previous line.346
Errors'(' is followed by whitespace.347
Errors')' is preceded with whitespace.347
Errors'(' is followed by whitespace.348
Errors')' is preceded with whitespace.348
Errors'(' is followed by whitespace.349
Errors')' is preceded with whitespace.349
Errors'(' is followed by whitespace.351
Errors')' is preceded with whitespace.351
Errors'{' should be on the previous line.352
Errors'(' is followed by whitespace.354
Errors')' is preceded with whitespace.354
Errors'(' is followed by whitespace.355
Errors')' is preceded with whitespace.355
Errors'(' is followed by whitespace.356
Errors')' is preceded with whitespace.356
Errors'(' is followed by whitespace.361
Errors'(' is followed by whitespace.361
Errors')' is preceded with whitespace.361
Errors')' is preceded with whitespace.361
Errors'(' is followed by whitespace.362
Errors')' is preceded with whitespace.362
Errors'(' is followed by whitespace.362
Errors')' is preceded with whitespace.362
Errors'(' is followed by whitespace.367
Errors')' is preceded with whitespace.367
Errors'{' should be on the previous line.369
Errors'(' is followed by whitespace.370
Errors')' is preceded with whitespace.370
Errors'(' is followed by whitespace.373
Errors'(' is followed by whitespace.373
Errors'(' is followed by whitespace.373
Errors')' is preceded with whitespace.373
Errors')' is preceded with whitespace.373
Errors')' is preceded with whitespace.373
Errors'{' should be on the previous line.374
Errors'(' is followed by whitespace.375
Errors')' is preceded with whitespace.375
Errors'(' is followed by whitespace.390
Errors')' is preceded with whitespace.390
Errors'{' should be on the previous line.391
Errors'(' is followed by whitespace.392
Errors')' is preceded with whitespace.392
Errors'(' is followed by whitespace.393
Errors')' is preceded with whitespace.393
Errors'(' is followed by whitespace.394
Errors')' is preceded with whitespace.394
Errors'(' is followed by whitespace.404
Errors')' is preceded with whitespace.404
Errors'{' should be on the previous line.405
Errors'(' is followed by whitespace.406
Errors')' is preceded with whitespace.406
Errors'(' is followed by whitespace.407
Errors')' is preceded with whitespace.407
Errors'(' is followed by whitespace.408
Errors')' is preceded with whitespace.408
Errors'(' is followed by whitespace.417
Errors')' is preceded with whitespace.417
Errors'{' should be on the previous line.418
Errors'(' is followed by whitespace.419
Errors')' is preceded with whitespace.419
Errors'{' should be on the previous line.420
Errors'(' is followed by whitespace.421
Errors')' is preceded with whitespace.421
Errors'(' is followed by whitespace.437
Errors')' is preceded with whitespace.437
Errors'(' is followed by whitespace.439
Errors')' is preceded with whitespace.439
Errors'(' is followed by whitespace.439
Errors'(' is followed by whitespace.439
Errors')' is preceded with whitespace.439
Errors')' is preceded with whitespace.439
Errors'(' is followed by whitespace.439
Errors')' is preceded with whitespace.439
Errors')' is preceded with whitespace.440
Errors'(' is followed by whitespace.449
Errors')' is preceded with whitespace.449
Errors'{' should be on the previous line.450
Errors'(' is followed by whitespace.451
Errors')' is preceded with whitespace.451
Errors'(' is followed by whitespace.452
Errors')' is preceded with whitespace.452
Errors'{' should be on the previous line.453
Errors'(' is followed by whitespace.456
Errors')' is preceded with whitespace.456
Errors'(' is followed by whitespace.466
Errors')' is preceded with whitespace.466
Errors'(' is followed by whitespace.468
Errors')' is preceded with whitespace.468
Errors'{' should be on the previous line.469
ErrorsLine is longer than 120 characters.470
Errors'(' is followed by whitespace.470
Errors'(' is followed by whitespace.472
Errors')' is preceded with whitespace.472
Errors'{' should be on the previous line.473
ErrorsLine is longer than 120 characters.474
Errors'(' is followed by whitespace.474
Errors')' is preceded with whitespace.474
Errors'(' is followed by whitespace.476
Errors'(' is followed by whitespace.478
Errors')' is preceded with whitespace.478
Errors'{' should be on the previous line.479
Errors'(' is followed by whitespace.480
Errors')' is preceded with whitespace.480
Errors')' is preceded with whitespace.482

org/codehaus/mojo/chronos/UtilsLegacy.java

ViolationMessageLine
Errors'{' should be on the previous line.41
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
Errors'{' should be on the previous line.46
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
Errors'(' is followed by whitespace.48
Errors')' is preceded with whitespace.48
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'{' should be on the previous line.54
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56

org/codehaus/mojo/chronos/chart/ChartRenderer.java

ViolationMessageLine
Errors'{' should be on the previous line.42
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51

org/codehaus/mojo/chronos/chart/ChartRendererImpl.java

ViolationMessageLine
Errors'{' should be on the previous line.45
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
Errors'{' should be on the previous line.59
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
Errors'{' should be on the previous line.72
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'{' should be on the previous line.77
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82

org/codehaus/mojo/chronos/chart/ChartSource.java

ViolationMessageLine
Errors'{' should be on the previous line.43
ErrorsExpected an @return tag.50
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
ErrorsMissing a Javadoc comment.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54

org/codehaus/mojo/chronos/chart/ChartUtil.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.awt.*.49
Errors'{' should be on the previous line.61
ErrorsMissing a Javadoc comment.67
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'(' is followed by whitespace.69
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors')' is preceded with whitespace.69
ErrorsMissing a Javadoc comment.72
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'(' is followed by whitespace.74
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors')' is preceded with whitespace.74
ErrorsMissing a Javadoc comment.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.80
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors')' is preceded with whitespace.80
Errors'(' is followed by whitespace.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.82
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors')' is preceded with whitespace.82
Errors'(' is followed by whitespace.83
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors')' is preceded with whitespace.83
ErrorsMissing a Javadoc comment.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
ErrorsMissing a Javadoc comment.95
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'{' should be on the previous line.96
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsMissing a Javadoc comment.104
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors')' is followed by whitespace.108
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors')' is followed by whitespace.111
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
Errors'(' is followed by whitespace.130
Errors')' is preceded with whitespace.130
Errors'(' is followed by whitespace.132
Errors')' is preceded with whitespace.132
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.141
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
Errors'{' should be on the previous line.159
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'}' should be on the same line.162
Errors'{' should be on the previous line.164
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
Errors'{' should be on the previous line.172
Errors'(' is followed by whitespace.174
Errors')' is preceded with whitespace.174

org/codehaus/mojo/chronos/chart/ChronosGCPlugin.java

ViolationMessageLine
Errors'{' should be on the previous line.44
ErrorsMissing a Javadoc comment.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
Errors'{' should be on the previous line.48
ErrorsMissing a Javadoc comment.52
Errors'{' should be on the previous line.53
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
ErrorsMissing a Javadoc comment.57
Errors'{' should be on the previous line.58

org/codehaus/mojo/chronos/chart/ChronosHistogramPlugin.java

ViolationMessageLine
Errors'{' should be on the previous line.47
ErrorsMissing a Javadoc comment.50
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
Errors'{' should be on the previous line.51
ErrorsMissing a Javadoc comment.55
Errors'{' should be on the previous line.56
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
ErrorsMissing a Javadoc comment.60
Errors'{' should be on the previous line.61
Errors'(' is followed by whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors')' is preceded with whitespace.63
Errors'{' should be on the previous line.64
Errors')' is followed by whitespace.67
Errors'(' is followed by whitespace.68
Errors';' is followed by whitespace.68
Errors')' is followed by whitespace.70
Errors'(' is followed by whitespace.71
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors')' is preceded with whitespace.71

org/codehaus/mojo/chronos/chart/ChronosReportPlugin.java

ViolationMessageLine
Errors'{' should be on the previous line.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43

org/codehaus/mojo/chronos/chart/ChronosResponsetimePlugin.java

ViolationMessageLine
Errors'{' should be on the previous line.47
ErrorsMissing a Javadoc comment.50
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
Errors'{' should be on the previous line.51
ErrorsMissing a Javadoc comment.55
Errors'{' should be on the previous line.56
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
ErrorsMissing a Javadoc comment.60
Errors'{' should be on the previous line.61
Errors'(' is followed by whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors')' is preceded with whitespace.63
Errors'{' should be on the previous line.64
Errors')' is followed by whitespace.67
Errors'(' is followed by whitespace.68
Errors';' is followed by whitespace.68
Errors')' is followed by whitespace.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72

org/codehaus/mojo/chronos/chart/ChronosThroughputPlugin.java

ViolationMessageLine
Errors'{' should be on the previous line.44
ErrorsMissing a Javadoc comment.48
Errors'(' is followed by whitespace.48
Errors')' is preceded with whitespace.48
Errors'{' should be on the previous line.49
ErrorsMissing a Javadoc comment.53
Errors'{' should be on the previous line.54
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsMissing a Javadoc comment.58
Errors'{' should be on the previous line.59

org/codehaus/mojo/chronos/chart/DetailsHistogramChartSource.java

ViolationMessageLine
Errors'{' should be on the previous line.46
ErrorsMissing a Javadoc comment.49
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
Errors'{' should be on the previous line.50
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
ErrorsMissing a Javadoc comment.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'{' should be on the previous line.60
ErrorsMissing a Javadoc comment.64
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'{' should be on the previous line.65

org/codehaus/mojo/chronos/chart/DetailsResponsetimeChartSource.java

ViolationMessageLine
Errors'{' should be on the previous line.46
ErrorsMissing a Javadoc comment.49
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
ErrorsMissing a Javadoc comment.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'{' should be on the previous line.60
ErrorsMissing a Javadoc comment.64
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'{' should be on the previous line.65

org/codehaus/mojo/chronos/chart/GraphGenerator.java

ViolationMessageLine
Errors'{' should be on the previous line.49
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.56
Errors';' is followed by whitespace.56
Errors'{' should be on the previous line.57
Errors')' is followed by whitespace.58
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
Errors'{' should be on the previous line.61
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
Errors'(' is followed by whitespace.65
Errors';' is followed by whitespace.65
Errors')' is followed by whitespace.67
Errors')' is followed by whitespace.68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'{' should be on the previous line.70
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'(' is followed by whitespace.74
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'{' should be on the previous line.89
Errors'(' is followed by whitespace.90
Errors';' is followed by whitespace.90
Errors')' is followed by whitespace.92
Errors'(' is followed by whitespace.93
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors')' is preceded with whitespace.93
Errors'{' should be on the previous line.94
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors'(' is followed by whitespace.100
Errors';' is followed by whitespace.100
Errors')' is followed by whitespace.102
Errors'(' is followed by whitespace.103
Errors';' is followed by whitespace.103
Errors')' is followed by whitespace.105
Errors'(' is followed by whitespace.106
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors')' is preceded with whitespace.106
Errors'{' should be on the previous line.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
ErrorsMissing a Javadoc comment.116
Errors'{' should be on the previous line.117
ErrorsMissing a Javadoc comment.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors'{' should be on the previous line.122
Errors')' is followed by whitespace.123
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123

org/codehaus/mojo/chronos/chart/HistogramChartGenerator.java

ViolationMessageLine
Errors'{' should be on the previous line.50
ErrorsMissing a Javadoc comment.56
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.57
Errors'{' should be on the previous line.58
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
Errors'(' is followed by whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors')' is preceded with whitespace.67
Errors')' is followed by whitespace.68
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors')' is followed by whitespace.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'{' should be on the previous line.74
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'{' should be on the previous line.80
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
Errors'{' should be on the previous line.86
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89

org/codehaus/mojo/chronos/chart/HistoryChartGenerator.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.awt.*.43
Errors'{' should be on the previous line.54
ErrorsMissing a Javadoc comment.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'{' should be on the previous line.75
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsMissing a Javadoc comment.86
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors'{' should be on the previous line.88
Errors'(' is followed by whitespace.89
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
Errors')' is preceded with whitespace.89
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.91
Errors')' is preceded with whitespace.91
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'(' is followed by whitespace.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
ErrorsMissing a Javadoc comment.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
Errors'{' should be on the previous line.102
Errors'(' is followed by whitespace.103
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
Errors')' is preceded with whitespace.103
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'(' is followed by whitespace.108
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
Errors'(' is followed by whitespace.114
Errors')' is preceded with whitespace.114
Errors'(' is followed by whitespace.115
Errors')' is preceded with whitespace.115
Errors'(' is followed by whitespace.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors')' is preceded with whitespace.118
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'(' is followed by whitespace.124
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
Errors')' is preceded with whitespace.124
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
Errors'{' should be on the previous line.136
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
Errors'{' should be on the previous line.141
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
Errors'{' should be on the previous line.158
Errors'(' is followed by whitespace.159
Errors')' is preceded with whitespace.159
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.162
Errors')' is preceded with whitespace.162
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'{' should be on the previous line.165
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'(' is followed by whitespace.168
Errors')' is preceded with whitespace.168
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.175
Errors')' is preceded with whitespace.175
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176

org/codehaus/mojo/chronos/chart/ResponseChartGenerator.java

ViolationMessageLine
Errors'{' should be on the previous line.52
ErrorsMissing a Javadoc comment.53
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.54
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
Errors'(' is followed by whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'{' should be on the previous line.68
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'{' should be on the previous line.73
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'{' should be on the previous line.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.86
Errors'{' should be on the previous line.87
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97

org/codehaus/mojo/chronos/chart/SummaryGCChartSource.java

ViolationMessageLine
Errors'{' should be on the previous line.50
ErrorsMissing a Javadoc comment.53
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'{' should be on the previous line.54
ErrorsMissing a Javadoc comment.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
Errors'{' should be on the previous line.59
ErrorsMissing a Javadoc comment.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'{' should be on the previous line.64
ErrorsMissing a Javadoc comment.68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
Errors'{' should be on the previous line.69
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors'(' is followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors')' is preceded with whitespace.87

org/codehaus/mojo/chronos/chart/SummaryHistogramChartSource.java

ViolationMessageLine
Errors'{' should be on the previous line.46
ErrorsMissing a Javadoc comment.49
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
Errors'{' should be on the previous line.50
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.56
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
Errors')' is preceded with whitespace.56
ErrorsMissing a Javadoc comment.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'{' should be on the previous line.60
ErrorsMissing a Javadoc comment.64
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'{' should be on the previous line.65

org/codehaus/mojo/chronos/chart/SummaryResponsetimeChartSource.java

ViolationMessageLine
Errors'{' should be on the previous line.46
ErrorsMissing a Javadoc comment.49
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
Errors'{' should be on the previous line.50
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.56
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
Errors')' is preceded with whitespace.56
ErrorsMissing a Javadoc comment.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'{' should be on the previous line.60
ErrorsMissing a Javadoc comment.64
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'{' should be on the previous line.65

org/codehaus/mojo/chronos/chart/SummaryThroughputChartSource.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.awt.*.45
Errors'{' should be on the previous line.56
ErrorsMissing a Javadoc comment.60
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
Errors'{' should be on the previous line.61
ErrorsMissing a Javadoc comment.65
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'{' should be on the previous line.66
ErrorsMissing a Javadoc comment.70
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
Errors'{' should be on the previous line.71
ErrorsMissing a Javadoc comment.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'{' should be on the previous line.76
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.85
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
Errors')' is preceded with whitespace.85
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.92
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
Errors'(' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.107
Errors'(' is followed by whitespace.107
Errors')' is preceded with whitespace.107
Errors')' is preceded with whitespace.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
Errors'(' is followed by whitespace.116
Errors')' is preceded with whitespace.116
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
Errors'(' is followed by whitespace.130
Errors')' is preceded with whitespace.130
Errors'(' is followed by whitespace.132
Errors')' is preceded with whitespace.132

org/codehaus/mojo/chronos/download/DownloadHelper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'{' should be on the previous line.85
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.92
Errors'(' is followed by whitespace.92
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors')' is preceded with whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.94
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors')' is preceded with whitespace.94
Errors'{' should be on the previous line.95
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
Errors'{' should be on the previous line.103
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'{' should be on the previous line.110
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
Errors'{' should be on the previous line.113
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors'{' should be on the previous line.121
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
Errors'{' should be on the previous line.129
Errors'(' is followed by whitespace.130
Errors')' is preceded with whitespace.130
Errors'(' is followed by whitespace.132
Errors')' is preceded with whitespace.132
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133
Errors'{' should be on the previous line.134
Errors'}' should be on the same line.136
Errors'{' should be on the previous line.138
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
Errors'(' is followed by whitespace.143
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
Errors')' is preceded with whitespace.143
Errors'{' should be on the previous line.145
Errors'(' is followed by whitespace.148
Errors'(' is followed by whitespace.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors')' is preceded with whitespace.148
Errors')' is preceded with whitespace.148
Errors'{' should be on the previous line.149
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
Errors'}' should be on the same line.153
Errors'{' should be on the previous line.155
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'{' should be on the previous line.162
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
Errors'(' is followed by whitespace.169
Errors'(' is followed by whitespace.169
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
Errors')' is preceded with whitespace.169
Errors')' is preceded with whitespace.169
Errors'{' should be on the previous line.170
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171

org/codehaus/mojo/chronos/gc/GCLogParser.java

ViolationMessageLine
Errors'{' should be on the previous line.45
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.56
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
Errors'{' should be on the previous line.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'{' should be on the previous line.78
Errors'(' is followed by whitespace.79
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors')' is preceded with whitespace.79
Errors'{' should be on the previous line.80
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.82
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors')' is preceded with whitespace.82
Errors'{' should be on the previous line.83
Errors'(' is followed by whitespace.84
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
Errors'}' should be on the same line.89
Errors'{' should be on the previous line.91
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'{' should be on the previous line.105
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'{' should be on the previous line.112
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
Errors'{' should be on the previous line.114
Errors'(' is followed by whitespace.115
Errors')' is preceded with whitespace.115
Errors'{' should be on the previous line.116
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
Errors'(' is followed by whitespace.131
Errors')' is preceded with whitespace.131
Errors'(' is followed by whitespace.144
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
Errors')' is preceded with whitespace.146

org/codehaus/mojo/chronos/gc/GCSample.java

ViolationMessageLine
Errors'{' should be on the previous line.40
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'{' should be on the previous line.74
Errors'{' should be on the previous line.82
Errors'{' should be on the previous line.90
Errors'{' should be on the previous line.98
Errors'{' should be on the previous line.106
Errors'{' should be on the previous line.116
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
Errors'(' is followed by whitespace.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors')' is preceded with whitespace.119
Errors'(' is followed by whitespace.120
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors')' is preceded with whitespace.120
Errors'(' is followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors')' is preceded with whitespace.121
Errors'(' is followed by whitespace.122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors')' is preceded with whitespace.122
Errors'(' is followed by whitespace.123
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors')' is preceded with whitespace.123
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
Errors'{' should be on the previous line.135
Errors'(' is followed by whitespace.136
Errors'(' is followed by whitespace.136
Errors')' is preceded with whitespace.136
Errors')' is preceded with whitespace.136
Errors'(' is followed by whitespace.137
Errors'(' is followed by whitespace.137
Errors')' is preceded with whitespace.137
Errors')' is preceded with whitespace.137
Errors'(' is followed by whitespace.138
Errors'(' is followed by whitespace.138
Errors')' is preceded with whitespace.138
Errors')' is preceded with whitespace.138
Errors'(' is followed by whitespace.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
Errors')' is preceded with whitespace.139
Errors'(' is followed by whitespace.140
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
Errors')' is preceded with whitespace.140
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142

org/codehaus/mojo/chronos/gc/GCSamples.java

ViolationMessageLine
Errors'{' should be on the previous line.54
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'{' should be on the previous line.64
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'{' should be on the previous line.72
ErrorsMissing a Javadoc comment.76
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'{' should be on the previous line.77
Errors'(' is followed by whitespace.78
Errors')' is followed by whitespace.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors')' is preceded with whitespace.78
ErrorsMissing a Javadoc comment.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'{' should be on the previous line.82
Errors'(' is followed by whitespace.83
Errors';' is followed by whitespace.83
Errors'{' should be on the previous line.84
Errors')' is followed by whitespace.85
Errors'(' is followed by whitespace.86
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors')' is preceded with whitespace.86
ErrorsMissing a Javadoc comment.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'{' should be on the previous line.91
Errors'(' is followed by whitespace.92
Errors';' is followed by whitespace.92
Errors'{' should be on the previous line.93
Errors')' is followed by whitespace.94
Errors'(' is followed by whitespace.95
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors')' is preceded with whitespace.95
ErrorsMissing a Javadoc comment.99
Errors'(' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors'{' should be on the previous line.100
Errors'(' is followed by whitespace.101
Errors';' is followed by whitespace.101
Errors'{' should be on the previous line.102
Errors')' is followed by whitespace.103
Errors'(' is followed by whitespace.104
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors')' is preceded with whitespace.104
ErrorsMissing a Javadoc comment.108
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'{' should be on the previous line.109
Errors'(' is followed by whitespace.110
Errors';' is followed by whitespace.110
Errors'{' should be on the previous line.111
Errors')' is followed by whitespace.112
Errors'(' is followed by whitespace.113
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
Errors')' is preceded with whitespace.113
ErrorsMissing a Javadoc comment.117
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
Errors'{' should be on the previous line.118
Errors'(' is followed by whitespace.120
Errors';' is followed by whitespace.120
Errors'{' should be on the previous line.121
Errors')' is followed by whitespace.122
ErrorsMissing a Javadoc comment.128
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
Errors'{' should be on the previous line.129
Errors'(' is followed by whitespace.131
Errors';' is followed by whitespace.131
Errors'{' should be on the previous line.132
Errors')' is followed by whitespace.133
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
Errors'(' is followed by whitespace.136
Errors')' is preceded with whitespace.136
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
Errors'{' should be on the previous line.140
Errors')' is followed by whitespace.141
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.141
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
ErrorsMethod 'toXML' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
Errors'{' should be on the previous line.146
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'(' is followed by whitespace.148
Errors';' is followed by whitespace.148
Errors'{' should be on the previous line.149
Errors'(' is followed by whitespace.150
Errors'(' is followed by whitespace.150
Errors')' is followed by whitespace.150
Errors')' is preceded with whitespace.150
Errors')' is preceded with whitespace.150
ErrorsMethod 'addAll' is not designed for extension - needs to be abstract, final or empty.155
ErrorsMissing a Javadoc comment.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
Errors'{' should be on the previous line.156
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
ErrorsMissing a Javadoc comment.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'{' should be on the previous line.162
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'(' is followed by whitespace.168
Errors';' is followed by whitespace.168
Errors'(' is followed by whitespace.170
Errors'(' is followed by whitespace.170
Errors')' is followed by whitespace.170
Errors')' is preceded with whitespace.170
Errors')' is preceded with whitespace.170

org/codehaus/mojo/chronos/history/HistoricSample.java

ViolationMessageLine
Errors'{' should be on the previous line.55
ErrorsMissing a Javadoc comment.76
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'{' should be on the previous line.85
Errors')' is followed by whitespace.86
Errors'(' is followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.88
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
Errors')' is preceded with whitespace.88
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'{' should be on the previous line.91
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'(' is followed by whitespace.95
Errors')' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'{' should be on the previous line.100
Errors'{' should be on the previous line.108
Errors'{' should be on the previous line.116
Errors'{' should be on the previous line.124
Errors'{' should be on the previous line.132
Errors'{' should be on the previous line.140
ErrorsMissing a Javadoc comment.144
Errors'{' should be on the previous line.145
ErrorsMissing a Javadoc comment.149
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
Errors'{' should be on the previous line.150
Errors'(' is followed by whitespace.151
Errors')' is followed by whitespace.151
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
Errors')' is preceded with whitespace.151
ErrorsMissing a Javadoc comment.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
Errors'{' should be on the previous line.155
Errors'(' is followed by whitespace.156
Errors')' is followed by whitespace.156
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
Errors')' is preceded with whitespace.156
Errors'{' should be on the previous line.163
ErrorsMissing a Javadoc comment.167
Errors'{' should be on the previous line.168
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
Errors'(' is followed by whitespace.171
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
Errors')' is preceded with whitespace.171
Errors'(' is followed by whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.173
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
Errors')' is preceded with whitespace.173
Errors'(' is followed by whitespace.175
Errors'(' is followed by whitespace.175
Errors')' is preceded with whitespace.175
Errors')' is preceded with whitespace.175
Errors'(' is followed by whitespace.176
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
Errors')' is preceded with whitespace.176
Errors'(' is followed by whitespace.177
Errors'(' is followed by whitespace.177
Errors')' is preceded with whitespace.177
Errors')' is preceded with whitespace.177
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'(' is followed by whitespace.180
Errors';' is followed by whitespace.180
Errors')' is followed by whitespace.182
Errors'(' is followed by whitespace.185
Errors')' is preceded with whitespace.185
Errors'(' is followed by whitespace.185
Errors')' is followed by whitespace.185
Errors')' is preceded with whitespace.185
Errors'(' is followed by whitespace.185
ErrorsLine is longer than 120 characters.186
Errors'(' is followed by whitespace.186
Errors')' is followed by whitespace.186
Errors')' is preceded with whitespace.186
Errors')' is preceded with whitespace.186
Errors')' is preceded with whitespace.186
Errors'(' is followed by whitespace.188
Errors')' is preceded with whitespace.188
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
Errors'(' is followed by whitespace.191
Errors';' is followed by whitespace.191
Errors')' is followed by whitespace.193
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
Errors'(' is followed by whitespace.196
Errors')' is followed by whitespace.196
Errors')' is preceded with whitespace.196
Errors'(' is followed by whitespace.196
ErrorsLine is longer than 120 characters.197
Errors'(' is followed by whitespace.197
Errors')' is followed by whitespace.197
Errors')' is preceded with whitespace.197
Errors')' is preceded with whitespace.197
Errors')' is preceded with whitespace.197
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.199
ErrorsMissing a Javadoc comment.204
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
Errors'{' should be on the previous line.206
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
Errors'(' is followed by whitespace.211
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
Errors')' is preceded with whitespace.211
Errors'{' should be on the previous line.212
Errors'(' is followed by whitespace.213
Errors')' is preceded with whitespace.213
Errors'(' is followed by whitespace.217
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
Errors')' is preceded with whitespace.217
Errors'(' is followed by whitespace.218
Errors'(' is followed by whitespace.218
Errors')' is preceded with whitespace.218
Errors')' is preceded with whitespace.218
Errors'(' is followed by whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
Errors')' is preceded with whitespace.219
Errors'(' is followed by whitespace.221
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
Errors')' is preceded with whitespace.221
Errors'(' is followed by whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
Errors')' is preceded with whitespace.222
Errors'(' is followed by whitespace.223
Errors'(' is followed by whitespace.223
Errors')' is preceded with whitespace.223
Errors')' is preceded with whitespace.223
Errors'(' is followed by whitespace.225
Errors'(' is followed by whitespace.225
Errors')' is preceded with whitespace.225
Errors')' is preceded with whitespace.225
Errors'(' is followed by whitespace.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
Errors')' is preceded with whitespace.226
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
Errors'{' should be on the previous line.232
Errors'(' is followed by whitespace.235
Errors';' is followed by whitespace.235
Errors')' is followed by whitespace.237
Errors'(' is followed by whitespace.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
Errors'(' is followed by whitespace.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
Errors')' is preceded with whitespace.239
Errors')' is preceded with whitespace.239

org/codehaus/mojo/chronos/history/HistoricSamples.java

ViolationMessageLine
Errors'{' should be on the previous line.48
ErrorsMissing a Javadoc comment.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
ErrorsMissing a Javadoc comment.60
Errors'{' should be on the previous line.61
Errors')' is followed by whitespace.62
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
ErrorsMissing a Javadoc comment.65
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'{' should be on the previous line.66
Errors'(' is followed by whitespace.67
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'{' should be on the previous line.70
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors'{' should be on the previous line.75
Errors')' is preceded with whitespace.78
ErrorsMissing a Javadoc comment.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'{' should be on the previous line.82
Errors'(' is followed by whitespace.83
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
Errors'{' should be on the previous line.86
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'{' should be on the previous line.91
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors')' is preceded with whitespace.94
ErrorsMissing a Javadoc comment.97
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors'{' should be on the previous line.98
Errors'(' is followed by whitespace.99
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
Errors'{' should be on the previous line.102
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'{' should be on the previous line.107
Errors')' is preceded with whitespace.110
ErrorsMissing a Javadoc comment.113
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
Errors'{' should be on the previous line.114
Errors'(' is followed by whitespace.115
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
Errors'{' should be on the previous line.118
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'{' should be on the previous line.123
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
Errors')' is preceded with whitespace.126
ErrorsMissing a Javadoc comment.129
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
Errors'{' should be on the previous line.130
Errors'(' is followed by whitespace.131
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133
Errors'{' should be on the previous line.134
Errors'(' is followed by whitespace.138
Errors')' is preceded with whitespace.138
Errors'{' should be on the previous line.139
Errors')' is preceded with whitespace.142
ErrorsMissing a Javadoc comment.145
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'{' should be on the previous line.146
Errors'(' is followed by whitespace.147
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
Errors'{' should be on the previous line.150
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
Errors'{' should be on the previous line.155
Errors')' is preceded with whitespace.158
ErrorsMissing a Javadoc comment.161
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'{' should be on the previous line.162
Errors'(' is followed by whitespace.163
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165
Errors'{' should be on the previous line.166
Errors'(' is followed by whitespace.170
Errors')' is preceded with whitespace.170
Errors'{' should be on the previous line.171
Errors')' is preceded with whitespace.174
Errors'(' is followed by whitespace.177
Errors')' is preceded with whitespace.177
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
Errors'{' should be on the previous line.182
Errors')' is followed by whitespace.183
Errors'(' is followed by whitespace.184
Errors'(' is followed by whitespace.184
Errors')' is preceded with whitespace.184
Errors')' is preceded with whitespace.184
Errors'{' should be on the previous line.185
Errors'(' is followed by whitespace.186
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
Errors')' is preceded with whitespace.186
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
Errors'(' is followed by whitespace.188
Errors')' is preceded with whitespace.188
Errors'{' should be on the previous line.202
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205

org/codehaus/mojo/chronos/history/HistoryReportMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0

org/codehaus/mojo/chronos/history/SaveHistoryMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0

org/codehaus/mojo/chronos/jmeter/DependencyUtil.java

ViolationMessageLine
Errors'{' should be on the previous line.56
ErrorsMissing a Javadoc comment.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'{' should be on the previous line.62
ErrorsMissing a Javadoc comment.67
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'{' should be on the previous line.68
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'{' should be on the previous line.73
Errors')' is followed by whitespace.74
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'{' should be on the previous line.80
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.82
Errors'}' should be on the same line.83
Errors'{' should be on the previous line.85
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'{' should be on the previous line.88
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.90
Errors'}' should be on the same line.91
Errors'{' should be on the previous line.93
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
Errors'{' should be on the previous line.99
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
Errors'{' should be on the previous line.102
Errors')' is followed by whitespace.103
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'{' should be on the previous line.112
Errors'(' is followed by whitespace.114
Errors')' is preceded with whitespace.114
Errors'(' is followed by whitespace.115
Errors')' is preceded with whitespace.115
Errors'{' should be on the previous line.116
Errors')' is followed by whitespace.117
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'(' is followed by whitespace.120
Errors'{' should be on the previous line.123
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
Errors')' is preceded with whitespace.126
Errors'(' is followed by whitespace.130
Errors')' is preceded with whitespace.130
Errors'{' should be on the previous line.131
Errors'(' is followed by whitespace.132
Errors';' is followed by whitespace.132
Errors'{' should be on the previous line.133
Errors')' is followed by whitespace.134
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
Errors'{' should be on the previous line.136
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors'{' should be on the previous line.144
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
Errors'{' should be on the previous line.152
Errors'(' is followed by whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
Errors')' is preceded with whitespace.153
Errors'(' is followed by whitespace.159
Errors'(' is followed by whitespace.159
Errors')' is preceded with whitespace.159
Errors')' is preceded with whitespace.159
Errors'(' is followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors')' is preceded with whitespace.160
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165

org/codehaus/mojo/chronos/jmeter/JMeterGuiMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0

org/codehaus/mojo/chronos/jmeter/JMeterLogParser.java

ViolationMessageLine
Errors'{' should be on the previous line.47
ErrorsMissing a Javadoc comment.50
Errors'{' should be on the previous line.51
Errors'{' should be on the previous line.54
Errors'}' should be on the same line.56
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
Errors'{' should be on the previous line.58
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'}' should be on the same line.60
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'{' should be on the previous line.62
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'{' should be on the previous line.77
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79

org/codehaus/mojo/chronos/jmeter/JMeterMojo.java

ViolationMessageLine
Errors'{' should be on the previous line.52
ErrorsVariable 'jmeterhome' must be private and have accessor methods.59
ErrorsVariable 'jMeterRemoteLocation' must be private and have accessor methods.66
ErrorsFirst sentence should end with a period.131
ErrorsMissing a Javadoc comment.138
Errors'{' should be on the previous line.140
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors'{' should be on the previous line.143
Errors'{' should be on the previous line.145
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
Errors'}' should be on the same line.147
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors'{' should be on the previous line.149
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
ErrorsMissing a Javadoc comment.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
Errors'{' should be on the previous line.157
Errors'{' should be on the previous line.161
Errors'(' is followed by whitespace.162
Errors')' is preceded with whitespace.162
Errors'}' should be on the same line.163
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'{' should be on the previous line.165
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'{' should be on the previous line.169
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
Errors'{' should be on the previous line.172
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
Errors'}' should be on the same line.175
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
Errors'{' should be on the previous line.177
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
Errors'}' should be on the same line.179
Errors'{' should be on the previous line.181
Errors'(' is followed by whitespace.182
Errors')' is preceded with whitespace.182
Errors'{' should be on the previous line.183
Errors'(' is followed by whitespace.184
Errors')' is preceded with whitespace.184
ErrorsMissing a Javadoc comment.189
Errors'{' should be on the previous line.190
Errors'(' is followed by whitespace.191
Errors')' is preceded with whitespace.191
ErrorsMissing a Javadoc comment.194
Errors'{' should be on the previous line.196
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
Errors'{' should be on the previous line.198
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.200
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
Errors'(' is followed by whitespace.209
Errors')' is preceded with whitespace.209
Errors'(' is followed by whitespace.210
Errors')' is preceded with whitespace.210
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
Errors'(' is followed by whitespace.212
Errors')' is preceded with whitespace.212
Errors'(' is followed by whitespace.213
Errors')' is preceded with whitespace.213
Errors'{' should be on the previous line.214
Errors'(' is followed by whitespace.215
Errors')' is preceded with whitespace.215
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
Errors'{' should be on the previous line.218
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
Errors'{' should be on the previous line.223
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
Errors'(' is followed by whitespace.228
Errors')' is preceded with whitespace.228
Errors'(' is followed by whitespace.229
Errors'(' is followed by whitespace.229
Errors')' is preceded with whitespace.229
Errors')' is preceded with whitespace.229
Errors'{' should be on the previous line.230
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
Errors'(' is followed by whitespace.233
Errors'(' is followed by whitespace.233
Errors')' is preceded with whitespace.233
Errors')' is preceded with whitespace.233
Errors'{' should be on the previous line.234
Errors'(' is followed by whitespace.235
Errors')' is preceded with whitespace.235
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
Errors'{' should be on the previous line.239
Errors')' is followed by whitespace.240
Errors'(' is followed by whitespace.241
Errors')' is preceded with whitespace.241
Errors'(' is followed by whitespace.242
Errors')' is preceded with whitespace.242
Errors'(' is followed by whitespace.244
Errors')' is preceded with whitespace.244
Errors'{' should be on the previous line.245
Errors'(' is followed by whitespace.246
Errors';' is followed by whitespace.246
Errors'{' should be on the previous line.247
Errors')' is followed by whitespace.248
Errors'(' is followed by whitespace.249
Errors')' is preceded with whitespace.249
ErrorsMissing a Javadoc comment.255
Errors'(' is followed by whitespace.255
Errors')' is preceded with whitespace.255
ErrorsMissing a Javadoc comment.257
Errors'{' should be on the previous line.258
Errors'(' is followed by whitespace.259
Errors'(' is followed by whitespace.259
Errors')' is preceded with whitespace.259
Errors')' is preceded with whitespace.259
ErrorsMissing a Javadoc comment.262

org/codehaus/mojo/chronos/jmeter/JMeterSAXFileHandler.java

ViolationMessageLine
Errors'{' should be on the previous line.47
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'{' should be on the previous line.71
Errors'(' is followed by whitespace.72
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors')' is preceded with whitespace.72
Errors'{' should be on the previous line.73
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'{' should be on the previous line.77
Errors'(' is followed by whitespace.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors')' is preceded with whitespace.78
Errors'}' should be on the same line.82
Errors'(' is followed by whitespace.83
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors')' is preceded with whitespace.83
Errors'{' should be on the previous line.84
Errors'}' should be on the same line.89
Errors'(' is followed by whitespace.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors')' is preceded with whitespace.90
Errors'{' should be on the previous line.91
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'{' should be on the previous line.95
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
Errors'{' should be on the previous line.101
Errors'(' is followed by whitespace.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
Errors')' is preceded with whitespace.102
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
Errors'{' should be on the previous line.118
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'{' should be on the previous line.120
Errors'(' is followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors')' is preceded with whitespace.121
Errors'(' is followed by whitespace.132
Errors')' is preceded with whitespace.132
Errors'{' should be on the previous line.134
Errors'(' is followed by whitespace.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
Errors')' is preceded with whitespace.135
Errors'{' should be on the previous line.136
Errors'}' should be on the same line.138
Errors'(' is followed by whitespace.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
Errors')' is preceded with whitespace.139
Errors'{' should be on the previous line.140
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'(' is followed by whitespace.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors')' is preceded with whitespace.148
Errors'}' should be on the same line.151
Errors'{' should be on the previous line.153
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
Errors'(' is followed by whitespace.159
Errors')' is preceded with whitespace.159
Errors'}' should be on the same line.162
Errors'(' is followed by whitespace.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
Errors')' is preceded with whitespace.163
Errors'{' should be on the previous line.164
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'{' should be on the previous line.167
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
Errors'(' is followed by whitespace.174
Errors')' is preceded with whitespace.174
Errors'{' should be on the previous line.184
Errors'(' is followed by whitespace.191
Errors')' is preceded with whitespace.191
Errors'{' should be on the previous line.192
Errors'(' is followed by whitespace.193
Errors'(' is followed by whitespace.193
Errors')' is preceded with whitespace.193
Errors')' is preceded with whitespace.193
Errors'(' is followed by whitespace.194
Errors'(' is followed by whitespace.194
Errors')' is preceded with whitespace.194
Errors')' is preceded with whitespace.194
Errors'(' is followed by whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
Errors')' is preceded with whitespace.195
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
Errors'{' should be on the previous line.204
Errors'(' is followed by whitespace.205
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
Errors')' is preceded with whitespace.205
Errors'(' is followed by whitespace.206
Errors'(' is followed by whitespace.206
Errors')' is preceded with whitespace.206
Errors')' is preceded with whitespace.206
Errors'(' is followed by whitespace.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
Errors')' is preceded with whitespace.207
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208

org/codehaus/mojo/chronos/jmeter/JMeterTestMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0

org/codehaus/mojo/chronos/jmeter/JavaCommand.java

ViolationMessageLine
Errors'{' should be on the previous line.44
ErrorsMissing a Javadoc comment.49
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
Errors'{' should be on the previous line.50
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
Errors'{' should be on the previous line.58
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
Errors'{' should be on the previous line.63
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'{' should be on the previous line.68
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'{' should be on the previous line.73
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'{' should be on the previous line.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'{' should be on the previous line.84
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'{' should be on the previous line.88
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
ErrorsMissing a Javadoc comment.95
Errors'{' should be on the previous line.96

org/codehaus/mojo/chronos/jmeter/Jtl20Sample.java

ViolationMessageLine
ErrorsClass Jtl20Sample should be declared as final.40
Errors'{' should be on the previous line.42
Errors'(' is followed by whitespace.46
Errors')' is preceded with whitespace.46
Errors'(' is followed by whitespace.48

org/codehaus/mojo/chronos/jmeter/Jtl21Sample.java

ViolationMessageLine
ErrorsClass Jtl21Sample should be declared as final.40
Errors'{' should be on the previous line.42
Errors'(' is followed by whitespace.46
Errors')' is preceded with whitespace.46
Errors'(' is followed by whitespace.48

org/codehaus/mojo/chronos/report/HistoryReportGenerator.java

ViolationMessageLine
Errors'{' should be on the previous line.43
Errors'(' is followed by whitespace.66
Errors')' is preceded with whitespace.66
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'(' is followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
Errors'(' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors'{' should be on the previous line.100
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
Errors'(' is followed by whitespace.103
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
Errors')' is preceded with whitespace.103
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'{' should be on the previous line.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'{' should be on the previous line.118
Errors'(' is followed by whitespace.120
Errors'(' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors')' is preceded with whitespace.120
Errors'(' is followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors')' is preceded with whitespace.121

org/codehaus/mojo/chronos/report/ReportGenerator.java

ViolationMessageLine
Errors'{' should be on the previous line.60
Errors'(' is followed by whitespace.79
ErrorsExpected @param tag for 'graphs'.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'{' should be on the previous line.94
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors'(' is followed by whitespace.99
Errors'(' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors')' is preceded with whitespace.99
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'{' should be on the previous line.105
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.110
Errors')' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'{' should be on the previous line.118
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors'(' is followed by whitespace.125
Errors')' is preceded with whitespace.125
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
Errors'(' is followed by whitespace.131
Errors')' is preceded with whitespace.131
Errors'{' should be on the previous line.132
Errors'(' is followed by whitespace.133
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133
Errors')' is preceded with whitespace.133
Errors'{' should be on the previous line.134
Errors'{' should be on the previous line.141
Errors'(' is followed by whitespace.142
Errors'(' is followed by whitespace.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors')' is preceded with whitespace.142
Errors')' is preceded with whitespace.142
Errors'(' is followed by whitespace.145
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors')' is preceded with whitespace.145
Errors'{' should be on the previous line.146
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors'{' should be on the previous line.149
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
Errors'}' should be on the same line.151
Errors'{' should be on the previous line.153
Errors'(' is followed by whitespace.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
Errors')' is preceded with whitespace.154
Errors'}' should be on the same line.157
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
Errors'{' should be on the previous line.159
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'}' should be on the same line.161
Errors'{' should be on the previous line.163
Errors'{' should be on the previous line.165
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'{' should be on the previous line.167
Errors'}' should be on the same line.170
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
Errors'{' should be on the previous line.172
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'{' should be on the previous line.180
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
Errors'(' is followed by whitespace.191
Errors')' is preceded with whitespace.191
Errors'{' should be on the previous line.192
Errors'(' is followed by whitespace.193
Errors')' is preceded with whitespace.193
Errors'{' should be on the previous line.194
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
Errors'{' should be on the previous line.198
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.199
Errors'(' is followed by whitespace.201
Errors')' is preceded with whitespace.201
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
Errors')' is followed by whitespace.207
Errors'(' is followed by whitespace.208
Errors';' is followed by whitespace.208
Errors')' is followed by whitespace.210
Errors'(' is followed by whitespace.213
Errors')' is preceded with whitespace.213
Errors'(' is followed by whitespace.214
Errors')' is preceded with whitespace.214
Errors'{' should be on the previous line.215
Errors'(' is followed by whitespace.216
Errors')' is preceded with whitespace.216
Errors'{' should be on the previous line.217
Errors'(' is followed by whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
Errors')' is preceded with whitespace.219
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
Errors'{' should be on the previous line.222
Errors'(' is followed by whitespace.224
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
Errors')' is preceded with whitespace.224
Errors'(' is followed by whitespace.227
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
Errors')' is preceded with whitespace.227
Errors'(' is followed by whitespace.230
Errors')' is preceded with whitespace.230
Errors'(' is followed by whitespace.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
Errors')' is preceded with whitespace.231
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
Errors'{' should be on the previous line.239
Errors'(' is followed by whitespace.243
Errors';' is followed by whitespace.243
Errors')' is followed by whitespace.245
Errors'(' is followed by whitespace.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
Errors')' is preceded with whitespace.246
Errors'{' should be on the previous line.247
Errors'(' is followed by whitespace.248
Errors'(' is followed by whitespace.248
Errors')' is preceded with whitespace.248
Errors')' is preceded with whitespace.248
Errors'(' is followed by whitespace.253
Errors')' is preceded with whitespace.253
Errors'(' is followed by whitespace.255
Errors'(' is followed by whitespace.255
Errors')' is preceded with whitespace.255
Errors')' is preceded with whitespace.255
Errors'(' is followed by whitespace.258
Errors';' is followed by whitespace.258
Errors')' is followed by whitespace.260
Errors'(' is followed by whitespace.261
Errors')' is preceded with whitespace.261
Errors'(' is followed by whitespace.263
Errors')' is preceded with whitespace.263
Errors'{' should be on the previous line.264
Errors'(' is followed by whitespace.268
Errors')' is preceded with whitespace.268
Errors'{' should be on the previous line.269
Errors'(' is followed by whitespace.270
Errors')' is preceded with whitespace.270
Errors'(' is followed by whitespace.271
Errors')' is preceded with whitespace.271
Errors'(' is followed by whitespace.272
Errors')' is preceded with whitespace.272
Errors'(' is followed by whitespace.273
Errors')' is preceded with whitespace.273
Errors'(' is followed by whitespace.275
Errors')' is preceded with whitespace.275
Errors'(' is followed by whitespace.276
Errors')' is preceded with whitespace.276
Errors'(' is followed by whitespace.277
Errors')' is preceded with whitespace.277
Errors'(' is followed by whitespace.279
Errors')' is preceded with whitespace.279
Errors'{' should be on the previous line.280
Errors'(' is followed by whitespace.281
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
Errors')' is preceded with whitespace.281
Errors'(' is followed by whitespace.282
Errors'(' is followed by whitespace.282
Errors')' is preceded with whitespace.282
Errors')' is preceded with whitespace.282
Errors'(' is followed by whitespace.283
Errors'(' is followed by whitespace.283
Errors')' is preceded with whitespace.283
Errors')' is preceded with whitespace.283
Errors'(' is followed by whitespace.284
Errors'(' is followed by whitespace.284
Errors')' is preceded with whitespace.284
Errors')' is preceded with whitespace.284
Errors'(' is followed by whitespace.286
Errors')' is preceded with whitespace.286
Errors'(' is followed by whitespace.287
Errors'(' is followed by whitespace.287
Errors')' is preceded with whitespace.287
Errors')' is preceded with whitespace.287
Errors'(' is followed by whitespace.288
Errors'(' is followed by whitespace.288
Errors')' is preceded with whitespace.288
Errors')' is preceded with whitespace.288
Errors'(' is followed by whitespace.290
Errors')' is preceded with whitespace.290
Errors'(' is followed by whitespace.292
Errors')' is preceded with whitespace.292
Errors'(' is followed by whitespace.294
Errors'(' is followed by whitespace.294
Errors')' is preceded with whitespace.294
Errors';' is followed by whitespace.295
Errors'{' should be on the previous line.296
Errors')' is followed by whitespace.297
Errors'(' is followed by whitespace.298
Errors'(' is followed by whitespace.298
Errors')' is preceded with whitespace.298
Errors')' is preceded with whitespace.298
Errors'{' should be on the previous line.299
Errors'(' is followed by whitespace.300
Errors'(' is followed by whitespace.300
Errors')' is preceded with whitespace.300
Errors')' is preceded with whitespace.300
Errors'{' should be on the previous line.308
Errors'(' is followed by whitespace.310
Errors')' is preceded with whitespace.310
Errors'{' should be on the previous line.311
Errors'(' is followed by whitespace.312
Errors'(' is followed by whitespace.312
Errors')' is preceded with whitespace.312
Errors')' is preceded with whitespace.312
Errors'(' is followed by whitespace.315
Errors')' is preceded with whitespace.315
Errors'{' should be on the previous line.316
Errors'(' is followed by whitespace.317
Errors'(' is followed by whitespace.317
Errors')' is preceded with whitespace.317
Errors')' is preceded with whitespace.317

org/codehaus/mojo/chronos/report/ReportSink.java

ViolationMessageLine
Errors'{' should be on the previous line.49
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'{' should be on the previous line.55
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
Errors'{' should be on the previous line.63
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'(' is followed by whitespace.66
Errors')' is preceded with whitespace.66
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'{' should be on the previous line.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'{' should be on the previous line.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'{' should be on the previous line.79
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'(' is followed by whitespace.84
Errors';' is followed by whitespace.84
Errors')' is followed by whitespace.86
Errors'(' is followed by whitespace.90
Errors')' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.93
Errors')' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
Errors'{' should be on the previous line.102
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors'{' should be on the previous line.110
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'{' should be on the previous line.119
Errors'{' should be on the previous line.121
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
Errors'}' should be on the same line.127
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
Errors'{' should be on the previous line.129
Errors'(' is followed by whitespace.130
Errors')' is preceded with whitespace.130
Errors'{' should be on the previous line.135
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
Errors'{' should be on the previous line.141
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'{' should be on the previous line.146
Errors')' is followed by whitespace.147
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors'(' is followed by whitespace.152
Errors')' is preceded with whitespace.152
Errors'{' should be on the previous line.153
Errors')' is followed by whitespace.155
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
Errors'{' should be on the previous line.159
Errors')' is followed by whitespace.160
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
Errors'{' should be on the previous line.170
Errors'(' is followed by whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
Errors'{' should be on the previous line.177
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
Errors'{' should be on the previous line.184
Errors'(' is followed by whitespace.185
Errors')' is preceded with whitespace.185
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
Errors'(' is followed by whitespace.189
Errors')' is preceded with whitespace.189
Errors'(' is followed by whitespace.192
Errors')' is preceded with whitespace.192
Errors'{' should be on the previous line.193
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
Errors'(' is followed by whitespace.201
Errors')' is preceded with whitespace.201
Errors'{' should be on the previous line.202
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203

org/codehaus/mojo/chronos/responsetime/GroupedResponsetimeSamples.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.39
Errors'{' should be on the previous line.48
ErrorsLine is longer than 120 characters.57
ErrorsMissing a Javadoc comment.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'{' should be on the previous line.60
Errors'{' should be on the previous line.62
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'{' should be on the previous line.68
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'{' should be on the previous line.82
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'{' should be on the previous line.88
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'{' should be on the previous line.91
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'{' should be on the previous line.102
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
ErrorsMissing a Javadoc comment.106
Errors'{' should be on the previous line.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.109
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
Errors')' is preceded with whitespace.109
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
ErrorsMissing a Javadoc comment.119
Errors'(' is followed by whitespace.119
Errors')' is preceded with whitespace.119
Errors'{' should be on the previous line.121
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors'{' should be on the previous line.124
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
Errors'(' is followed by whitespace.131
Errors'(' is followed by whitespace.131
Errors')' is preceded with whitespace.131
Errors')' is preceded with whitespace.131
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
Errors'(' is followed by whitespace.138
Errors'(' is followed by whitespace.138
Errors')' is preceded with whitespace.138
Errors')' is preceded with whitespace.138
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.141
Errors'{' should be on the previous line.142
Errors'(' is followed by whitespace.143
Errors')' is preceded with whitespace.143
Errors'(' is followed by whitespace.144
Errors')' is preceded with whitespace.144

org/codehaus/mojo/chronos/responsetime/ResponsetimeSample.java

ViolationMessageLine
Errors'{' should be on the previous line.42
ErrorsMissing a Javadoc comment.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
Errors'{' should be on the previous line.65
Errors'{' should be on the previous line.74
Errors'{' should be on the previous line.83
Errors'{' should be on the previous line.92
Errors'{' should be on the previous line.103
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.105
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
Errors')' is preceded with whitespace.105
Errors'(' is followed by whitespace.106
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors')' is preceded with whitespace.106
Errors'(' is followed by whitespace.107
Errors'(' is followed by whitespace.107
Errors')' is preceded with whitespace.107
Errors')' is preceded with whitespace.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.126
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
Errors')' is preceded with whitespace.126
Errors'(' is followed by whitespace.127
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
Errors')' is preceded with whitespace.127
Errors'(' is followed by whitespace.128
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128
Errors')' is preceded with whitespace.128
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
Errors'(' is followed by whitespace.131
Errors')' is preceded with whitespace.131

org/codehaus/mojo/chronos/responsetime/ResponsetimeSampleGroup.java

ViolationMessageLine
Errors'{' should be on the previous line.42
ErrorsMissing a Javadoc comment.51
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51
Errors'{' should be on the previous line.52
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
Errors'{' should be on the previous line.57
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'{' should be on the previous line.62
ErrorsMissing a Javadoc comment.67
Errors'{' should be on the previous line.68
Errors'{' should be on the previous line.76
ErrorsMissing a Javadoc comment.80
Errors'{' should be on the previous line.81
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'(' is followed by whitespace.84
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.85
Errors';' is followed by whitespace.85
Errors'(' is followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors')' is preceded with whitespace.87
ErrorsMissing a Javadoc comment.93
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'{' should be on the previous line.94
Errors'(' is followed by whitespace.95
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors')' is preceded with whitespace.95
Errors'{' should be on the previous line.96
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
Errors'(' is followed by whitespace.101
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
Errors')' is preceded with whitespace.101
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.105
Errors';' is followed by whitespace.105
Errors'{' should be on the previous line.106
Errors')' is followed by whitespace.107
Errors'(' is followed by whitespace.108
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors')' is preceded with whitespace.108

org/codehaus/mojo/chronos/responsetime/ResponsetimeSamples.java

ViolationMessageLine
ErrorsUnused import - org.codehaus.mojo.chronos.ReportMojo.33
Errors'{' should be on the previous line.56
ErrorsVariable 'samples' must be private and have accessor methods.66
ErrorsVariable 'succeeded' must be private and have accessor methods.71
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'{' should be on the previous line.80
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors'{' should be on the previous line.83
Errors')' is followed by whitespace.84
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'{' should be on the previous line.95
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors'{' should be on the previous line.98
Errors'{' should be on the previous line.109
Errors'{' should be on the previous line.119
Errors'(' is followed by whitespace.120
Errors')' is followed by whitespace.120
Errors')' is preceded with whitespace.120
Errors'{' should be on the previous line.129
Errors'{' should be on the previous line.139
Errors'{' should be on the previous line.149
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
Errors'{' should be on the previous line.159
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'{' should be on the previous line.169
Errors'(' is followed by whitespace.170
Errors')' is preceded with whitespace.170
Errors'{' should be on the previous line.179
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
Errors'{' should be on the previous line.189
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
Errors'{' should be on the previous line.199
Errors'(' is followed by whitespace.200
Errors')' is preceded with whitespace.200
Errors'{' should be on the previous line.201
Errors')' is followed by whitespace.204
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
Errors'{' should be on the previous line.216
Errors'(' is followed by whitespace.219
Errors';' is followed by whitespace.219
Errors'{' should be on the previous line.220
Errors')' is followed by whitespace.221
ErrorsMissing a Javadoc comment.227
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
Errors'{' should be on the previous line.228
Errors'(' is followed by whitespace.229
Errors';' is followed by whitespace.229
Errors'{' should be on the previous line.230
Errors')' is followed by whitespace.231
Errors'(' is followed by whitespace.233
Errors')' is preceded with whitespace.233
Errors'(' is followed by whitespace.235
Errors')' is preceded with whitespace.235
ErrorsMissing a Javadoc comment.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
Errors'(' is followed by whitespace.241
Errors')' is preceded with whitespace.241
Errors'{' should be on the previous line.242
Errors'(' is followed by whitespace.245
Errors';' is followed by whitespace.245
Errors'{' should be on the previous line.246
Errors')' is followed by whitespace.247
Errors'(' is followed by whitespace.249
Errors';' is followed by whitespace.249
Errors')' is followed by whitespace.251
Errors'(' is followed by whitespace.252
Errors'(' is followed by whitespace.253
Errors')' is followed by whitespace.253
Errors'(' is followed by whitespace.253
Errors')' is preceded with whitespace.253
Errors')' is preceded with whitespace.253
Errors')' is preceded with whitespace.253
Errors'(' is followed by whitespace.258
Errors')' is preceded with whitespace.258
Errors'(' is followed by whitespace.260
Errors')' is preceded with whitespace.260
Errors'{' should be on the previous line.261
Errors'(' is followed by whitespace.262
Errors'(' is followed by whitespace.262
Errors')' is preceded with whitespace.262
Errors')' is preceded with whitespace.262
Errors'(' is followed by whitespace.263
Errors'(' is followed by whitespace.263
Errors')' is preceded with whitespace.263
Errors')' is preceded with whitespace.264
Errors')' is followed by whitespace.267
Errors'(' is followed by whitespace.267
Errors')' is preceded with whitespace.267
Errors'(' is followed by whitespace.268
Errors'(' is followed by whitespace.268
Errors')' is preceded with whitespace.268
Errors')' is preceded with whitespace.268
ErrorsMissing a Javadoc comment.272
Errors'(' is followed by whitespace.272
Errors')' is preceded with whitespace.272
Errors'{' should be on the previous line.273
Errors'(' is followed by whitespace.274
Errors')' is preceded with whitespace.274
Errors'(' is followed by whitespace.275
Errors')' is preceded with whitespace.275
Errors'{' should be on the previous line.276
Errors'(' is followed by whitespace.280
Errors'(' is followed by whitespace.282
Errors')' is preceded with whitespace.282
Errors'{' should be on the previous line.283
Errors')' is followed by whitespace.284
Errors')' is followed by whitespace.285
Errors')' is followed by whitespace.286
Errors')' is followed by whitespace.287
Errors')' is followed by whitespace.288
Errors'(' is followed by whitespace.288
Errors')' is preceded with whitespace.288
Errors')' is preceded with whitespace.290
Errors'(' is followed by whitespace.298
Errors')' is preceded with whitespace.298
Errors'{' should be on the previous line.299
Errors')' is followed by whitespace.300
Errors'(' is followed by whitespace.300
Errors')' is preceded with whitespace.300
Errors'(' is followed by whitespace.302
Errors')' is preceded with whitespace.302
Errors'{' should be on the previous line.303
Errors'(' is followed by whitespace.306
Errors')' is preceded with whitespace.306
Errors'{' should be on the previous line.307
Errors'}' should be on the same line.309
Errors'{' should be on the previous line.311
Errors'(' is followed by whitespace.312
Errors')' is preceded with whitespace.312
Errors'{' should be on the previous line.313
Errors'(' is followed by whitespace.314
Errors'(' is followed by whitespace.314
Errors')' is preceded with whitespace.314
Errors')' is preceded with whitespace.314
Errors'}' should be on the same line.315
Errors'{' should be on the previous line.317
Errors'(' is followed by whitespace.318
Errors'(' is followed by whitespace.318
Errors')' is preceded with whitespace.318
Errors')' is preceded with whitespace.318
Errors'(' is followed by whitespace.333
ErrorsExpected @param tag for 'averageduration'.333
Errors')' is preceded with whitespace.333
Errors'{' should be on the previous line.334
Errors'(' is followed by whitespace.335
Errors')' is preceded with whitespace.335
Errors'(' is followed by whitespace.336
Errors')' is preceded with whitespace.336
Errors'(' is followed by whitespace.338
Errors';' is followed by whitespace.338
Errors')' is followed by whitespace.340
Errors'(' is followed by whitespace.341
Errors')' is preceded with whitespace.341
Errors'{' should be on the previous line.342
Errors'(' is followed by whitespace.343
Errors')' is preceded with whitespace.343
Errors'{' should be on the previous line.355
Errors')' is followed by whitespace.356
Errors'(' is followed by whitespace.356
Errors')' is preceded with whitespace.356
Errors')' is followed by whitespace.357
Errors'(' is followed by whitespace.357
Errors')' is preceded with whitespace.357