Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
71001023

Files

FilesInfosWarningsErrors
org/perfidix/AbstractConfig.java0051
org/perfidix/Benchmark.java0064
org/perfidix/Perfidix.java0027
org/perfidix/annotation/AfterBenchClass.java004
org/perfidix/annotation/AfterEachRun.java004
org/perfidix/annotation/AfterLastRun.java004
org/perfidix/annotation/BeforeBenchClass.java004
org/perfidix/annotation/BeforeEachRun.java004
org/perfidix/annotation/BeforeFirstRun.java004
org/perfidix/annotation/Bench.java008
org/perfidix/annotation/BenchClass.java005
org/perfidix/annotation/BenchmarkConfig.java005
org/perfidix/annotation/SkipBench.java004
org/perfidix/annotation/package-info.java0014
org/perfidix/element/AbstractMethodArrangement.java0013
org/perfidix/element/BenchmarkElement.java0012
org/perfidix/element/BenchmarkExecutor.java0049
org/perfidix/element/BenchmarkMethod.java0068
org/perfidix/element/KindOfArrangement.java004
org/perfidix/element/NoMethodArrangement.java008
org/perfidix/element/SequentialMethodArrangement.java0019
org/perfidix/element/ShuffleMethodArrangement.java007
org/perfidix/element/package-info.java006
org/perfidix/example/Config.java0017
org/perfidix/example/list/Array.java0024
org/perfidix/example/list/ElementList.java0013
org/perfidix/example/list/IntArrayList.java0012
org/perfidix/example/list/IntList.java0029
org/perfidix/example/list/ListBenchmark.java0023
org/perfidix/example/package-info.java004
org/perfidix/example/stack/FastIntStack.java0011
org/perfidix/example/stack/StackBenchmark.java007
org/perfidix/exceptions/AbstractPerfidixMethodException.java0014
org/perfidix/exceptions/PerfidixMethodCheckException.java007
org/perfidix/exceptions/PerfidixMethodInvocationException.java008
org/perfidix/exceptions/SocketViewException.java0010
org/perfidix/exceptions/package-info.java004
org/perfidix/meter/AbstractMeter.java009
org/perfidix/meter/CountingMeter.java0016
org/perfidix/meter/FileMeter.java0021
org/perfidix/meter/MemMeter.java0010
org/perfidix/meter/Memory.java009
org/perfidix/meter/ThreadMeter.java007
org/perfidix/meter/Time.java0010
org/perfidix/meter/TimeMeter.java008
org/perfidix/meter/package-info.java004
org/perfidix/ouput/AbstractOutput.java0014
org/perfidix/ouput/CSVOutput.java0024
org/perfidix/ouput/TabularSummaryOutput.java0025
org/perfidix/ouput/asciitable/AbstractTabularComponent.java008
org/perfidix/ouput/asciitable/DynamicLine.java006
org/perfidix/ouput/asciitable/Header.java009
org/perfidix/ouput/asciitable/NiceTable.java0024
org/perfidix/ouput/asciitable/Row.java008
org/perfidix/ouput/asciitable/Util.java0018
org/perfidix/ouput/asciitable/package-info.java005
org/perfidix/ouput/package-info.java006
org/perfidix/package-info.java005
org/perfidix/result/AbstractResult.java0033
org/perfidix/result/AbstractResultContainer.java0011
org/perfidix/result/BenchmarkResult.java0013
org/perfidix/result/ClassResult.java006
org/perfidix/result/MethodResult.java006
org/perfidix/result/package-info.java006
org/perfidix/socketadapter/IBenchRunSessionListener.java0012
org/perfidix/socketadapter/IUpdater.java0024
org/perfidix/socketadapter/SocketAdapter.java0031
org/perfidix/socketadapter/SocketListener.java0011
org/perfidix/socketadapter/SocketViewProgressUpdater.java0036
org/perfidix/socketadapter/SocketViewStub.java0011
org/perfidix/socketadapter/package-info.java006

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile8Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
444Errors Error
JavadocMethod42Errors Error
JavadocType0Errors Error
JavadocVariable10Errors Error
JavadocStyle44Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName2Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport2Errors Error
UnusedImports1Errors Error
LineLength344Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter14Errors Error
WhitespaceAround1Errors Error
ModifierOrder57Errors Error
RedundantModifier5Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces15Errors Error
RightCurly1Errors Error
AvoidInlineConditionals1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField3Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension15Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier5Errors Error
ArrayTypeStyle0Errors Error
FinalParameters5Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/perfidix/AbstractConfig.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsFirst sentence should end with a period.72
Errors'static' modifier out of order with the JLS suggestions.73
ErrorsFirst sentence should end with a period.75
ErrorsLine is longer than 80 characters.76
Errors'static' modifier out of order with the JLS suggestions.76
ErrorsFirst sentence should end with a period.78
ErrorsLine is longer than 80 characters.79
Errors'static' modifier out of order with the JLS suggestions.79
ErrorsFirst sentence should end with a period.81
ErrorsLine is longer than 80 characters.82
Errors'static' modifier out of order with the JLS suggestions.82
ErrorsFirst sentence should end with a period.84
Errors'static' modifier out of order with the JLS suggestions.85
ErrorsFirst sentence should end with a period.87
Errors'final' modifier out of order with the JLS suggestions.88
ErrorsFirst sentence should end with a period.90
Errors'final' modifier out of order with the JLS suggestions.91
ErrorsFirst sentence should end with a period.93
Errors'final' modifier out of order with the JLS suggestions.94
ErrorsFirst sentence should end with a period.96
Errors'final' modifier out of order with the JLS suggestions.97
ErrorsFirst sentence should end with a period.99
Errors'final' modifier out of order with the JLS suggestions.100
ErrorsLine is longer than 80 characters.109
ErrorsExpected @param tag for 'paramRuns'.109
ErrorsExpected @param tag for 'paramMeters'.109
ErrorsLine is longer than 80 characters.110
ErrorsExpected @param tag for 'paramOutput'.110
ErrorsExpected @param tag for 'paramArr'.110
ErrorsExpected @param tag for 'paramGC'.110
ErrorsFirst sentence should end with a period.120
ErrorsLine has trailing spaces.122
ErrorsFirst sentence should end with a period.131
ErrorsLine has trailing spaces.133
ErrorsFirst sentence should end with a period.140
ErrorsLine has trailing spaces.142
ErrorsFirst sentence should end with a period.149
ErrorsLine has trailing spaces.151
ErrorsFirst sentence should end with a period.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.171

org/perfidix/Benchmark.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - org.perfidix.meter.AbstractMeter.49
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
Errors'final' modifier out of order with the JLS suggestions.93
ErrorsFirst sentence should end with a period.95
Errors'final' modifier out of order with the JLS suggestions.96
ErrorsFirst sentence should end with a period.98
Errors'static' modifier out of order with the JLS suggestions.99
Errors'final' modifier out of order with the JLS suggestions.102
ErrorsLine has trailing spaces.106
ErrorsFirst sentence should end with a period.117
ErrorsLine has trailing spaces.127
ErrorsLine is longer than 80 characters.133
ErrorsLine has trailing spaces.142
ErrorsLine is longer than 80 characters.150
ErrorsFirst sentence should end with a period.157
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.163
ErrorsLine is longer than 80 characters.166
ErrorsFirst sentence should end with a period.175
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.178
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.195
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.222
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.232
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.252
ErrorsLine has trailing spaces.263
ErrorsLine is longer than 80 characters.270
ErrorsLine is longer than 80 characters.273
ErrorsLine is longer than 80 characters.284
ErrorsLine is longer than 80 characters.301
ErrorsLine is longer than 80 characters.304
ErrorsLine is longer than 80 characters.321
ErrorsLine has trailing spaces.323
ErrorsLine is longer than 80 characters.329
Errors'objects' hides a field.329
ErrorsLine is longer than 80 characters.339
ErrorsLine is longer than 80 characters.347
ErrorsLine is longer than 80 characters.351
ErrorsLine has trailing spaces.365
ErrorsLine is longer than 80 characters.376
ErrorsLine has trailing spaces.387
ErrorsLine is longer than 80 characters.397

org/perfidix/Perfidix.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.90
ErrorsFirst sentence should end with a period.98
ErrorsLine has trailing spaces.100
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.134
Errors'cast' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.144
ErrorsLine has trailing spaces.156
ErrorsLine is longer than 80 characters.166

org/perfidix/annotation/AfterBenchClass.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.37

org/perfidix/annotation/AfterEachRun.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36

org/perfidix/annotation/AfterLastRun.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36

org/perfidix/annotation/BeforeBenchClass.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36

org/perfidix/annotation/BeforeEachRun.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36

org/perfidix/annotation/BeforeFirstRun.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36

org/perfidix/annotation/Bench.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.37
ErrorsFirst sentence should end with a period.45
ErrorsRedundant 'final' modifier.48
Errors'static' modifier out of order with the JLS suggestions.48

org/perfidix/annotation/BenchClass.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.38

org/perfidix/annotation/BenchmarkConfig.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.34
ErrorsLine has trailing spaces.36

org/perfidix/annotation/SkipBench.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.37

org/perfidix/annotation/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51

org/perfidix/element/AbstractMethodArrangement.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.41
Errors'final' modifier out of order with the JLS suggestions.47
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.78
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.86

org/perfidix/element/BenchmarkElement.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
Errors'final' modifier out of order with the JLS suggestions.42
Errors'final' modifier out of order with the JLS suggestions.45
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.80
Errors'cast' is not followed by whitespace.114
ErrorsLine is longer than 80 characters.135

org/perfidix/element/BenchmarkExecutor.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.55
ErrorsFirst sentence should end with a period.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.71
ErrorsName 'BENCHRES' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsName 'CONFIG' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
Errors'final' modifier out of order with the JLS suggestions.86
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.132
ErrorsLine is longer than 80 characters.138
ErrorsLine has trailing spaces.150
ErrorsLine is longer than 80 characters.167
ErrorsLine has trailing spaces.187
ErrorsLine is longer than 80 characters.205
ErrorsLine is longer than 80 characters.208
ErrorsLine is longer than 80 characters.215
ErrorsLine has trailing spaces.227
ErrorsLine is longer than 80 characters.245
ErrorsLine has trailing spaces.265
ErrorsUnused @param tag for 'meth'.268
ErrorsLine is longer than 80 characters.273
ErrorsParameter meths should be final.274
ErrorsExpected @param tag for 'meths'.274
ErrorsLine is longer than 80 characters.275
ErrorsLine is longer than 80 characters.277
ErrorsLine has trailing spaces.289
ErrorsUnused @param tag for 'meth'.292
ErrorsLine is longer than 80 characters.299
ErrorsParameter meths should be final.300
ErrorsExpected @param tag for 'meths'.300
ErrorsLine is longer than 80 characters.306
ErrorsLine is longer than 80 characters.308
ErrorsLine is longer than 80 characters.310
ErrorsLine has trailing spaces.319
ErrorsParameter meths should be final.330
ErrorsLine is longer than 80 characters.333
ErrorsLine is longer than 80 characters.335
ErrorsLine is longer than 80 characters.342
ErrorsLine is longer than 80 characters.343
ErrorsLine is longer than 80 characters.349
ErrorsLine is longer than 80 characters.350

org/perfidix/element/BenchmarkMethod.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.51
Errors'final' modifier out of order with the JLS suggestions.65
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.131
Errors'}' should be on the same line.133
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.156
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.190
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.200
ErrorsLine is longer than 80 characters.207
ErrorsLine is longer than 80 characters.222
ErrorsLine has trailing spaces.227
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.255
ErrorsLine is longer than 80 characters.261
ErrorsLine is longer than 80 characters.263
ErrorsLine is longer than 80 characters.269
ErrorsLine is longer than 80 characters.284
ErrorsLine has trailing spaces.289
ErrorsLine is longer than 80 characters.312
ErrorsLine is longer than 80 characters.317
ErrorsLine is longer than 80 characters.318
ErrorsLine is longer than 80 characters.324
ErrorsLine is longer than 80 characters.326
ErrorsLine is longer than 80 characters.332
ErrorsLine has trailing spaces.345
ErrorsLine has trailing spaces.357
ErrorsLine is longer than 80 characters.364
ErrorsLine is longer than 80 characters.368
Errors'if' is not followed by whitespace.375
ErrorsLine has trailing spaces.386
ErrorsLine is longer than 80 characters.398
ErrorsLine is longer than 80 characters.414
ErrorsLine is longer than 80 characters.415
ErrorsLine is longer than 80 characters.419
ErrorsLine is longer than 80 characters.420
ErrorsLine has trailing spaces.432
ErrorsLine is longer than 80 characters.456
ErrorsLine is longer than 80 characters.461
ErrorsLine is longer than 80 characters.466
ErrorsLine is longer than 80 characters.471
ErrorsLine is longer than 80 characters.476
ErrorsLine is longer than 80 characters.481
ErrorsLine is longer than 80 characters.489
ErrorsLine has trailing spaces.505
ErrorsLine is longer than 80 characters.513
ErrorsLine is longer than 80 characters.520
Errors'cast' is not followed by whitespace.563
ErrorsFirst sentence should end with a period.585
ErrorsLine has trailing spaces.588
ErrorsLine is longer than 80 characters.594

org/perfidix/element/KindOfArrangement.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.37

org/perfidix/element/NoMethodArrangement.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62

org/perfidix/element/SequentialMethodArrangement.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.56
ErrorsFirst sentence should end with a period.58
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.63
ErrorsExpected @param tag for 'elements'.63
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsFirst sentence should end with a period.119
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.129

org/perfidix/element/ShuffleMethodArrangement.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.61

org/perfidix/element/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30

org/perfidix/example/Config.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.50
Errors'static' modifier out of order with the JLS suggestions.50
ErrorsLine is longer than 80 characters.51
ErrorsMissing a Javadoc comment.51
Errors'static' modifier out of order with the JLS suggestions.51
ErrorsLine is longer than 80 characters.52
ErrorsMissing a Javadoc comment.52
Errors'static' modifier out of order with the JLS suggestions.52
ErrorsLine is longer than 80 characters.54
ErrorsMissing a Javadoc comment.54
Errors'static' modifier out of order with the JLS suggestions.54
ErrorsMissing a Javadoc comment.55
Errors'static' modifier out of order with the JLS suggestions.55

org/perfidix/example/list/Array.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.127
ErrorsLine is longer than 80 characters.137
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.188
ErrorsLine is longer than 80 characters.196
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.219
Errors'cast' is not followed by whitespace.227
ErrorsLine has trailing spaces.232
ErrorsLine has trailing spaces.248
ErrorsLine is longer than 80 characters.258
Errors'for' construct must use '{}'s.259

org/perfidix/example/list/ElementList.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsRedundant import from the same package - org.perfidix.example.list.Array.29
ErrorsLine has trailing spaces.34
Errors'3' is a magic number.40
ErrorsVariable 'factor' must be private and have accessor methods.42
ErrorsVariable 'size' must be private and have accessor methods.44
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.94

org/perfidix/example/list/IntArrayList.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsRedundant import from the same package - org.perfidix.example.list.Array.31
ErrorsLine has trailing spaces.35
ErrorsVariable 'list' must be private and have accessor methods.41
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.62
Errors'if' construct must use '{}'s.67
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.85
Errors'if' construct must use '{}'s.92

org/perfidix/example/list/IntList.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.33
ErrorsVariable 'list' must be private and have accessor methods.39
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.82
Errors'if' construct must use '{}'s.87
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.105
Errors'if' construct must use '{}'s.112
ErrorsLine has trailing spaces.120
Errors'for' construct must use '{}'s.126
Errors'if' construct must use '{}'s.127
ErrorsLine has trailing spaces.134
Errors'if' construct must use '{}'s.142
Errors'if' construct must use '{}'s.144
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.163
Errors'for' construct must use '{}'s.170
ErrorsLine has trailing spaces.176
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.194
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.225
ErrorsMethod 'sort' is not designed for extension - needs to be abstract, final or empty.228

org/perfidix/example/list/ListBenchmark.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.28
ErrorsFirst sentence should end with a period.43
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.50
ErrorsFirst sentence should end with a period.70
ErrorsFirst sentence should end with a period.73
ErrorsMethod 'generateData' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMethod 'intArrayListAdd' is not designed for extension - needs to be abstract, final or empty.93
ErrorsFirst sentence should end with a period.99
ErrorsMethod 'intArrayListGet' is not designed for extension - needs to be abstract, final or empty.102
ErrorsFirst sentence should end with a period.109
ErrorsMethod 'arrayListAdd' is not designed for extension - needs to be abstract, final or empty.110
ErrorsFirst sentence should end with a period.118
ErrorsMethod 'arrayListGet' is not designed for extension - needs to be abstract, final or empty.119
ErrorsFirst sentence should end with a period.126
ErrorsMethod 'vectorAdd' is not designed for extension - needs to be abstract, final or empty.127
ErrorsFirst sentence should end with a period.135
ErrorsMethod 'vectorGet' is not designed for extension - needs to be abstract, final or empty.136
ErrorsLine has trailing spaces.148
ErrorsParameter args should be final.152

org/perfidix/example/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16

org/perfidix/example/stack/FastIntStack.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.103

org/perfidix/example/stack/StackBenchmark.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.43
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.127
ErrorsLine has trailing spaces.154

org/perfidix/exceptions/AbstractPerfidixMethodException.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
Errors'final' modifier out of order with the JLS suggestions.45
Errors'final' modifier out of order with the JLS suggestions.50
Errors'final' modifier out of order with the JLS suggestions.53
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.136
Errors'cast' is not followed by whitespace.136

org/perfidix/exceptions/PerfidixMethodCheckException.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.53

org/perfidix/exceptions/PerfidixMethodInvocationException.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.60

org/perfidix/exceptions/SocketViewException.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.39
ErrorsMissing a Javadoc comment.42
Errors'final' modifier out of order with the JLS suggestions.42
ErrorsFirst sentence should end with a period.44
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.57

org/perfidix/exceptions/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16

org/perfidix/meter/AbstractMeter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.71

org/perfidix/meter/CountingMeter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
Errors'final' modifier out of order with the JLS suggestions.60
Errors'final' modifier out of order with the JLS suggestions.65
Errors'final' modifier out of order with the JLS suggestions.70
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.104
ErrorsLine is longer than 80 characters.112
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.159
Errors'cast' is not followed by whitespace.200

org/perfidix/meter/FileMeter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.11
Errors'final' modifier out of order with the JLS suggestions.22
ErrorsLine has trailing spaces.26
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.44
ErrorsMethod 'getUnit' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMethod 'getUnitDescription' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.75
ErrorsAvoid inline conditionals.79
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter obj should be final.87
Errors'if' construct must use '{}'s.88
Errors'if' construct must use '{}'s.90
Errors'if' construct must use '{}'s.92
Errors'cast' is not followed by whitespace.94
Errors'if' construct must use '{}'s.96
Errors'if' construct must use '{}'s.98
ErrorsMissing a Javadoc comment.103

org/perfidix/meter/MemMeter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.41
Errors'final' modifier out of order with the JLS suggestions.54
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
Errors'cast' is not followed by whitespace.121

org/perfidix/meter/Memory.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.68
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.94

org/perfidix/meter/ThreadMeter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
Errors'final' modifier out of order with the JLS suggestions.39
ErrorsFirst sentence should end with a period.50
ErrorsLine has trailing spaces.66

org/perfidix/meter/Time.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
Errors'final' modifier out of order with the JLS suggestions.58
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.70
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.96

org/perfidix/meter/TimeMeter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36
Errors'final' modifier out of order with the JLS suggestions.49
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.68
Errors'cast' is not followed by whitespace.114

org/perfidix/meter/package-info.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28

org/perfidix/ouput/AbstractOutput.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.65
ErrorsExpected an @return tag.74
ErrorsLine is longer than 80 characters.75
ErrorsLine has trailing spaces.79
ErrorsExpected an @return tag.83
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.94

org/perfidix/ouput/CSVOutput.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
Errors'final' modifier out of order with the JLS suggestions.56
Errors'final' modifier out of order with the JLS suggestions.71
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.163
ErrorsLine is longer than 80 characters.169
ErrorsMissing a Javadoc comment.181
ErrorsLine has trailing spaces.189
ErrorsUnused @throws tag for 'FileNotFoundException'.196
ErrorsLine is longer than 80 characters.199
ErrorsLine is longer than 80 characters.214
ErrorsLine has trailing spaces.229

org/perfidix/ouput/TabularSummaryOutput.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
Errors'final' modifier out of order with the JLS suggestions.51
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.117
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.175
ErrorsLine is longer than 80 characters.178
ErrorsLine is longer than 80 characters.179
ErrorsLine has trailing spaces.189

org/perfidix/ouput/asciitable/AbstractTabularComponent.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
Errors'final' modifier out of order with the JLS suggestions.62
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.83

org/perfidix/ouput/asciitable/DynamicLine.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.31
Errors'final' modifier out of order with the JLS suggestions.37
ErrorsLine has trailing spaces.41

org/perfidix/ouput/asciitable/Header.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
Errors'final' modifier out of order with the JLS suggestions.37
Errors'final' modifier out of order with the JLS suggestions.42
Errors'final' modifier out of order with the JLS suggestions.47
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.82

org/perfidix/ouput/asciitable/NiceTable.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.40
Errors'final' modifier out of order with the JLS suggestions.49
Errors'final' modifier out of order with the JLS suggestions.54
Errors'final' modifier out of order with the JLS suggestions.59
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.201
Errors'cast' is not followed by whitespace.211
ErrorsLine has trailing spaces.219
Errors'3' is a magic number.223
ErrorsLine has trailing spaces.228

org/perfidix/ouput/asciitable/Row.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.32
Errors'final' modifier out of order with the JLS suggestions.40
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.82

org/perfidix/ouput/asciitable/Util.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.94
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.139
ErrorsLine is longer than 80 characters.146
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.164
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.205

org/perfidix/ouput/asciitable/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28

org/perfidix/ouput/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28
ErrorsExtra HTML tag found: </p>30

org/perfidix/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28

org/perfidix/result/AbstractResult.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.50
Errors'final' modifier out of order with the JLS suggestions.57
Errors'final' modifier out of order with the JLS suggestions.62
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.117
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.132
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.147
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.162
ErrorsLine has trailing spaces.167
ErrorsLine is longer than 80 characters.177
ErrorsLine has trailing spaces.183
ErrorsLine is longer than 80 characters.193
ErrorsLine has trailing spaces.200
ErrorsLine is longer than 80 characters.210
ErrorsLine has trailing spaces.215
ErrorsLine is longer than 80 characters.225
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.265
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.278
ErrorsLine is longer than 80 characters.281

org/perfidix/result/AbstractResultContainer.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.42
Errors'final' modifier out of order with the JLS suggestions.45
ErrorsVariable 'elements' must be private and have accessor methods.45
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.70

org/perfidix/result/BenchmarkResult.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.48
Errors'final' modifier out of order with the JLS suggestions.51
Errors'final' modifier out of order with the JLS suggestions.54
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.123

org/perfidix/result/ClassResult.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.43
Errors'cast' is not followed by whitespace.54

org/perfidix/result/MethodResult.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.43
Errors'cast' is not followed by whitespace.54

org/perfidix/result/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.29

org/perfidix/socketadapter/IBenchRunSessionListener.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.80
ErrorsExpected an @return tag.84

org/perfidix/socketadapter/IUpdater.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.48
ErrorsExpected an @return tag.53
ErrorsLine is longer than 80 characters.53
ErrorsRedundant 'public' modifier.53
ErrorsExpected @throws tag for 'SocketViewException'.53
ErrorsLine has trailing spaces.57
ErrorsExpected an @return tag.65
ErrorsLine is longer than 80 characters.65
ErrorsRedundant 'public' modifier.65
ErrorsExpected @throws tag for 'SocketViewException'.66
ErrorsLine has trailing spaces.71
ErrorsExpected an @return tag.79
ErrorsLine is longer than 80 characters.79
ErrorsRedundant 'public' modifier.79
ErrorsExpected @throws tag for 'SocketViewException'.80
ErrorsLine has trailing spaces.85
ErrorsRedundant 'public' modifier.88
ErrorsExpected @throws tag for 'SocketViewException'.88

org/perfidix/socketadapter/SocketAdapter.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.49
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.58
Errors'final' modifier out of order with the JLS suggestions.59
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.69
ErrorsExpected @param tag for 'update'.69
ErrorsExpected @param tag for 'classes'.69
ErrorsExpected @throws tag for 'SocketViewException'.69
ErrorsExpected @throws tag for 'ClassNotFoundException'.70
ErrorsExpected @throws tag for 'InstantiationException'.70
ErrorsExpected @throws tag for 'IllegalAccessException'.70
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.87
ErrorsFirst sentence should end with a period.94
ErrorsLine has trailing spaces.97
ErrorsExpected an @return tag.101
ErrorsLine is longer than 80 characters.101
ErrorsExpected @throws tag for 'SocketViewException'.101
ErrorsLine is longer than 80 characters.105
ErrorsLine has trailing spaces.114
ErrorsExpected an @return tag.117
ErrorsExpected @throws tag for 'SocketViewException'.117
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.151

org/perfidix/socketadapter/SocketListener.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.37
ErrorsLine has trailing spaces.39
Errors'final' modifier out of order with the JLS suggestions.47
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76

org/perfidix/socketadapter/SocketViewProgressUpdater.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.42
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.61
ErrorsExpected @throws tag for 'SocketViewException'.61
ErrorsLine has trailing spaces.73
ErrorsExpected an @return tag.78
ErrorsLine is longer than 80 characters.78
ErrorsExpected @throws tag for 'SocketViewException'.78
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.95
ErrorsExpected an @return tag.103
ErrorsLine is longer than 80 characters.103
ErrorsExpected @throws tag for 'SocketViewException'.104
ErrorsLine has trailing spaces.117
ErrorsExpected an @return tag.125
ErrorsLine is longer than 80 characters.125
ErrorsExpected @throws tag for 'SocketViewException'.126
ErrorsLine is longer than 80 characters.129
Errors'cast' is not followed by whitespace.129
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.133
Errors'cast' is not followed by whitespace.133
ErrorsLine is longer than 80 characters.134
ErrorsLine has trailing spaces.143
ErrorsExpected @throws tag for 'SocketViewException'.146
ErrorsLine has trailing spaces.154
Errors'meterHash' hides a field.158
ErrorsLine has trailing spaces.165

org/perfidix/socketadapter/SocketViewStub.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.41
Errors'final' modifier out of order with the JLS suggestions.49
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.78
Errors'host' hides a field.78
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.121

org/perfidix/socketadapter/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30