Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | Error |
NewlineAtEndOfFile | 16 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 888 | Error |
JavadocMethod | 84 | Error |
JavadocType | 0 | Error |
JavadocVariable | 20 | Error |
JavadocStyle | 88 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 4 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 4 | Error |
UnusedImports | 2 | Error |
LineLength | 688 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 28 | Error |
WhitespaceAround | 2 | Error |
ModifierOrder | 114 | Error |
RedundantModifier | 10 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 30 | Error |
RightCurly | 2 | Error |
AvoidInlineConditionals | 2 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 6 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 4 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 30 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 10 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 10 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Details
org/perfidix/AbstractConfig.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 67 | |
First sentence should end with a period. | 72 | |
'static' modifier out of order with the JLS suggestions. | 73 | |
First sentence should end with a period. | 75 | |
Line is longer than 80 characters. | 76 | |
'static' modifier out of order with the JLS suggestions. | 76 | |
First sentence should end with a period. | 78 | |
Line is longer than 80 characters. | 79 | |
'static' modifier out of order with the JLS suggestions. | 79 | |
First sentence should end with a period. | 81 | |
Line is longer than 80 characters. | 82 | |
'static' modifier out of order with the JLS suggestions. | 82 | |
First sentence should end with a period. | 84 | |
'static' modifier out of order with the JLS suggestions. | 85 | |
First sentence should end with a period. | 87 | |
'final' modifier out of order with the JLS suggestions. | 88 | |
First sentence should end with a period. | 90 | |
'final' modifier out of order with the JLS suggestions. | 91 | |
First sentence should end with a period. | 93 | |
'final' modifier out of order with the JLS suggestions. | 94 | |
First sentence should end with a period. | 96 | |
'final' modifier out of order with the JLS suggestions. | 97 | |
First sentence should end with a period. | 99 | |
'final' modifier out of order with the JLS suggestions. | 100 | |
Line is longer than 80 characters. | 109 | |
Expected @param tag for 'paramRuns'. | 109 | |
Expected @param tag for 'paramMeters'. | 109 | |
Line is longer than 80 characters. | 110 | |
Expected @param tag for 'paramOutput'. | 110 | |
Expected @param tag for 'paramArr'. | 110 | |
Expected @param tag for 'paramGC'. | 110 | |
First sentence should end with a period. | 120 | |
Line has trailing spaces. | 122 | |
First sentence should end with a period. | 131 | |
Line has trailing spaces. | 133 | |
First sentence should end with a period. | 140 | |
Line has trailing spaces. | 142 | |
First sentence should end with a period. | 149 | |
Line has trailing spaces. | 151 | |
First sentence should end with a period. | 160 | |
Line has trailing spaces. | 162 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 67 | |
First sentence should end with a period. | 72 | |
'static' modifier out of order with the JLS suggestions. | 73 | |
First sentence should end with a period. | 75 | |
Line is longer than 80 characters. | 76 | |
'static' modifier out of order with the JLS suggestions. | 76 | |
First sentence should end with a period. | 78 | |
Line is longer than 80 characters. | 79 | |
'static' modifier out of order with the JLS suggestions. | 79 | |
First sentence should end with a period. | 81 | |
Line is longer than 80 characters. | 82 | |
'static' modifier out of order with the JLS suggestions. | 82 | |
First sentence should end with a period. | 84 | |
'static' modifier out of order with the JLS suggestions. | 85 | |
First sentence should end with a period. | 87 | |
'final' modifier out of order with the JLS suggestions. | 88 | |
First sentence should end with a period. | 90 | |
'final' modifier out of order with the JLS suggestions. | 91 | |
First sentence should end with a period. | 93 | |
'final' modifier out of order with the JLS suggestions. | 94 | |
First sentence should end with a period. | 96 | |
'final' modifier out of order with the JLS suggestions. | 97 | |
First sentence should end with a period. | 99 | |
'final' modifier out of order with the JLS suggestions. | 100 | |
Line is longer than 80 characters. | 109 | |
Expected @param tag for 'paramRuns'. | 109 | |
Expected @param tag for 'paramMeters'. | 109 | |
Line is longer than 80 characters. | 110 | |
Expected @param tag for 'paramOutput'. | 110 | |
Expected @param tag for 'paramArr'. | 110 | |
Expected @param tag for 'paramGC'. | 110 | |
First sentence should end with a period. | 120 | |
Line has trailing spaces. | 122 | |
First sentence should end with a period. | 131 | |
Line has trailing spaces. | 133 | |
First sentence should end with a period. | 140 | |
Line has trailing spaces. | 142 | |
First sentence should end with a period. | 149 | |
Line has trailing spaces. | 151 | |
First sentence should end with a period. | 160 | |
Line has trailing spaces. | 162 | |
Line has trailing spaces. | 171 |
org/perfidix/Benchmark.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.perfidix.meter.AbstractMeter. | 49 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 83 | |
Line has trailing spaces. | 85 | |
'final' modifier out of order with the JLS suggestions. | 93 | |
First sentence should end with a period. | 95 | |
'final' modifier out of order with the JLS suggestions. | 96 | |
First sentence should end with a period. | 98 | |
'static' modifier out of order with the JLS suggestions. | 99 | |
'final' modifier out of order with the JLS suggestions. | 102 | |
Line has trailing spaces. | 106 | |
First sentence should end with a period. | 117 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 133 | |
Line has trailing spaces. | 142 | |
Line is longer than 80 characters. | 150 | |
First sentence should end with a period. | 157 | |
Line has trailing spaces. | 159 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 166 | |
First sentence should end with a period. | 175 | |
Line has trailing spaces. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 252 | |
Line has trailing spaces. | 263 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 273 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 304 | |
Line is longer than 80 characters. | 321 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 329 | |
'objects' hides a field. | 329 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 351 | |
Line has trailing spaces. | 365 | |
Line is longer than 80 characters. | 376 | |
Line has trailing spaces. | 387 | |
Line is longer than 80 characters. | 397 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.perfidix.meter.AbstractMeter. | 49 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 83 | |
Line has trailing spaces. | 85 | |
'final' modifier out of order with the JLS suggestions. | 93 | |
First sentence should end with a period. | 95 | |
'final' modifier out of order with the JLS suggestions. | 96 | |
First sentence should end with a period. | 98 | |
'static' modifier out of order with the JLS suggestions. | 99 | |
'final' modifier out of order with the JLS suggestions. | 102 | |
Line has trailing spaces. | 106 | |
First sentence should end with a period. | 117 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 133 | |
Line has trailing spaces. | 142 | |
Line is longer than 80 characters. | 150 | |
First sentence should end with a period. | 157 | |
Line has trailing spaces. | 159 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 166 | |
First sentence should end with a period. | 175 | |
Line has trailing spaces. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 252 | |
Line has trailing spaces. | 263 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 273 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 304 | |
Line is longer than 80 characters. | 321 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 329 | |
'objects' hides a field. | 329 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 351 | |
Line has trailing spaces. | 365 | |
Line is longer than 80 characters. | 376 | |
Line has trailing spaces. | 387 | |
Line is longer than 80 characters. | 397 |
org/perfidix/Perfidix.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 90 | |
First sentence should end with a period. | 98 | |
Line has trailing spaces. | 100 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 121 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 134 | |
'cast' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 144 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 166 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 90 | |
First sentence should end with a period. | 98 | |
Line has trailing spaces. | 100 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 121 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 134 | |
'cast' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 144 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 166 |
org/perfidix/annotation/AfterBenchClass.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 37 |
org/perfidix/annotation/AfterEachRun.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 |
org/perfidix/annotation/AfterLastRun.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 |
org/perfidix/annotation/BeforeBenchClass.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 |
org/perfidix/annotation/BeforeEachRun.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 |
org/perfidix/annotation/BeforeFirstRun.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 |
org/perfidix/annotation/Bench.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 37 | |
First sentence should end with a period. | 45 | |
Redundant 'final' modifier. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 37 | |
First sentence should end with a period. | 45 | |
Redundant 'final' modifier. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 |
org/perfidix/annotation/BenchClass.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 38 |
org/perfidix/annotation/BenchmarkConfig.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 34 | |
Line has trailing spaces. | 36 |
org/perfidix/annotation/SkipBench.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 37 |
org/perfidix/annotation/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 |
org/perfidix/element/AbstractMethodArrangement.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 41 | |
'final' modifier out of order with the JLS suggestions. | 47 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 41 | |
'final' modifier out of order with the JLS suggestions. | 47 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 86 |
org/perfidix/element/BenchmarkElement.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
'final' modifier out of order with the JLS suggestions. | 42 | |
'final' modifier out of order with the JLS suggestions. | 45 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 80 | |
'cast' is not followed by whitespace. | 114 | |
Line is longer than 80 characters. | 135 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
'final' modifier out of order with the JLS suggestions. | 42 | |
'final' modifier out of order with the JLS suggestions. | 45 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 80 | |
'cast' is not followed by whitespace. | 114 | |
Line is longer than 80 characters. | 135 |
org/perfidix/element/BenchmarkExecutor.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
First sentence should end with a period. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Name 'BENCHRES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Name 'CONFIG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
'final' modifier out of order with the JLS suggestions. | 86 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 138 | |
Line has trailing spaces. | 150 | |
Line is longer than 80 characters. | 167 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 215 | |
Line has trailing spaces. | 227 | |
Line is longer than 80 characters. | 245 | |
Line has trailing spaces. | 265 | |
Unused @param tag for 'meth'. | 268 | |
Line is longer than 80 characters. | 273 | |
Parameter meths should be final. | 274 | |
Expected @param tag for 'meths'. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 277 | |
Line has trailing spaces. | 289 | |
Unused @param tag for 'meth'. | 292 | |
Line is longer than 80 characters. | 299 | |
Parameter meths should be final. | 300 | |
Expected @param tag for 'meths'. | 300 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 310 | |
Line has trailing spaces. | 319 | |
Parameter meths should be final. | 330 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
First sentence should end with a period. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Name 'BENCHRES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Name 'CONFIG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
'final' modifier out of order with the JLS suggestions. | 86 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 138 | |
Line has trailing spaces. | 150 | |
Line is longer than 80 characters. | 167 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 215 | |
Line has trailing spaces. | 227 | |
Line is longer than 80 characters. | 245 | |
Line has trailing spaces. | 265 | |
Unused @param tag for 'meth'. | 268 | |
Line is longer than 80 characters. | 273 | |
Parameter meths should be final. | 274 | |
Expected @param tag for 'meths'. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 277 | |
Line has trailing spaces. | 289 | |
Unused @param tag for 'meth'. | 292 | |
Line is longer than 80 characters. | 299 | |
Parameter meths should be final. | 300 | |
Expected @param tag for 'meths'. | 300 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 310 | |
Line has trailing spaces. | 319 | |
Parameter meths should be final. | 330 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 |
org/perfidix/element/BenchmarkMethod.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
'final' modifier out of order with the JLS suggestions. | 65 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
'}' should be on the same line. | 133 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 156 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 222 | |
Line has trailing spaces. | 227 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 284 | |
Line has trailing spaces. | 289 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 332 | |
Line has trailing spaces. | 345 | |
Line has trailing spaces. | 357 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 368 | |
'if' is not followed by whitespace. | 375 | |
Line has trailing spaces. | 386 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 420 | |
Line has trailing spaces. | 432 | |
Line is longer than 80 characters. | 456 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 471 | |
Line is longer than 80 characters. | 476 | |
Line is longer than 80 characters. | 481 | |
Line is longer than 80 characters. | 489 | |
Line has trailing spaces. | 505 | |
Line is longer than 80 characters. | 513 | |
Line is longer than 80 characters. | 520 | |
'cast' is not followed by whitespace. | 563 | |
First sentence should end with a period. | 585 | |
Line has trailing spaces. | 588 | |
Line is longer than 80 characters. | 594 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
'final' modifier out of order with the JLS suggestions. | 65 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
'}' should be on the same line. | 133 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 156 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 222 | |
Line has trailing spaces. | 227 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 284 | |
Line has trailing spaces. | 289 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 332 | |
Line has trailing spaces. | 345 | |
Line has trailing spaces. | 357 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 368 | |
'if' is not followed by whitespace. | 375 | |
Line has trailing spaces. | 386 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 420 | |
Line has trailing spaces. | 432 | |
Line is longer than 80 characters. | 456 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 471 | |
Line is longer than 80 characters. | 476 | |
Line is longer than 80 characters. | 481 | |
Line is longer than 80 characters. | 489 | |
Line has trailing spaces. | 505 | |
Line is longer than 80 characters. | 513 | |
Line is longer than 80 characters. | 520 | |
'cast' is not followed by whitespace. | 563 | |
First sentence should end with a period. | 585 | |
Line has trailing spaces. | 588 | |
Line is longer than 80 characters. | 594 |
org/perfidix/element/KindOfArrangement.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 37 |
org/perfidix/element/NoMethodArrangement.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 |
org/perfidix/element/SequentialMethodArrangement.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 56 | |
First sentence should end with a period. | 58 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 63 | |
Expected @param tag for 'elements'. | 63 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
First sentence should end with a period. | 119 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 56 | |
First sentence should end with a period. | 58 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 63 | |
Expected @param tag for 'elements'. | 63 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
First sentence should end with a period. | 119 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 129 |
org/perfidix/element/ShuffleMethodArrangement.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 61 |
org/perfidix/element/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 |
org/perfidix/example/Config.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 50 | |
'static' modifier out of order with the JLS suggestions. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
'static' modifier out of order with the JLS suggestions. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
'static' modifier out of order with the JLS suggestions. | 54 | |
Missing a Javadoc comment. | 55 | |
'static' modifier out of order with the JLS suggestions. | 55 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 50 | |
'static' modifier out of order with the JLS suggestions. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
'static' modifier out of order with the JLS suggestions. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
'static' modifier out of order with the JLS suggestions. | 54 | |
Missing a Javadoc comment. | 55 | |
'static' modifier out of order with the JLS suggestions. | 55 |
org/perfidix/example/list/Array.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 137 | |
Line has trailing spaces. | 143 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 170 | |
Line has trailing spaces. | 188 | |
Line is longer than 80 characters. | 196 | |
Line has trailing spaces. | 207 | |
Line has trailing spaces. | 219 | |
'cast' is not followed by whitespace. | 227 | |
Line has trailing spaces. | 232 | |
Line has trailing spaces. | 248 | |
Line is longer than 80 characters. | 258 | |
'for' construct must use '{}'s. | 259 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 137 | |
Line has trailing spaces. | 143 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 170 | |
Line has trailing spaces. | 188 | |
Line is longer than 80 characters. | 196 | |
Line has trailing spaces. | 207 | |
Line has trailing spaces. | 219 | |
'cast' is not followed by whitespace. | 227 | |
Line has trailing spaces. | 232 | |
Line has trailing spaces. | 248 | |
Line is longer than 80 characters. | 258 | |
'for' construct must use '{}'s. | 259 |
org/perfidix/example/list/ElementList.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Redundant import from the same package - org.perfidix.example.list.Array. | 29 | |
Line has trailing spaces. | 34 | |
'3' is a magic number. | 40 | |
Variable 'factor' must be private and have accessor methods. | 42 | |
Variable 'size' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Redundant import from the same package - org.perfidix.example.list.Array. | 29 | |
Line has trailing spaces. | 34 | |
'3' is a magic number. | 40 | |
Variable 'factor' must be private and have accessor methods. | 42 | |
Variable 'size' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 94 |
org/perfidix/example/list/IntArrayList.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Redundant import from the same package - org.perfidix.example.list.Array. | 31 | |
Line has trailing spaces. | 35 | |
Variable 'list' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 62 | |
'if' construct must use '{}'s. | 67 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 85 | |
'if' construct must use '{}'s. | 92 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Redundant import from the same package - org.perfidix.example.list.Array. | 31 | |
Line has trailing spaces. | 35 | |
Variable 'list' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 62 | |
'if' construct must use '{}'s. | 67 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 85 | |
'if' construct must use '{}'s. | 92 |
org/perfidix/example/list/IntList.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 33 | |
Variable 'list' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 82 | |
'if' construct must use '{}'s. | 87 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 105 | |
'if' construct must use '{}'s. | 112 | |
Line has trailing spaces. | 120 | |
'for' construct must use '{}'s. | 126 | |
'if' construct must use '{}'s. | 127 | |
Line has trailing spaces. | 134 | |
'if' construct must use '{}'s. | 142 | |
'if' construct must use '{}'s. | 144 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 163 | |
'for' construct must use '{}'s. | 170 | |
Line has trailing spaces. | 176 | |
Line has trailing spaces. | 185 | |
Line has trailing spaces. | 194 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 216 | |
Line has trailing spaces. | 225 | |
Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 33 | |
Variable 'list' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 82 | |
'if' construct must use '{}'s. | 87 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 105 | |
'if' construct must use '{}'s. | 112 | |
Line has trailing spaces. | 120 | |
'for' construct must use '{}'s. | 126 | |
'if' construct must use '{}'s. | 127 | |
Line has trailing spaces. | 134 | |
'if' construct must use '{}'s. | 142 | |
'if' construct must use '{}'s. | 144 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 163 | |
'for' construct must use '{}'s. | 170 | |
Line has trailing spaces. | 176 | |
Line has trailing spaces. | 185 | |
Line has trailing spaces. | 194 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 216 | |
Line has trailing spaces. | 225 | |
Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 228 |
org/perfidix/example/list/ListBenchmark.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 28 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
First sentence should end with a period. | 70 | |
First sentence should end with a period. | 73 | |
Method 'generateData' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'intArrayListAdd' is not designed for extension - needs to be abstract, final or empty. | 93 | |
First sentence should end with a period. | 99 | |
Method 'intArrayListGet' is not designed for extension - needs to be abstract, final or empty. | 102 | |
First sentence should end with a period. | 109 | |
Method 'arrayListAdd' is not designed for extension - needs to be abstract, final or empty. | 110 | |
First sentence should end with a period. | 118 | |
Method 'arrayListGet' is not designed for extension - needs to be abstract, final or empty. | 119 | |
First sentence should end with a period. | 126 | |
Method 'vectorAdd' is not designed for extension - needs to be abstract, final or empty. | 127 | |
First sentence should end with a period. | 135 | |
Method 'vectorGet' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line has trailing spaces. | 148 | |
Parameter args should be final. | 152 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 28 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
First sentence should end with a period. | 70 | |
First sentence should end with a period. | 73 | |
Method 'generateData' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'intArrayListAdd' is not designed for extension - needs to be abstract, final or empty. | 93 | |
First sentence should end with a period. | 99 | |
Method 'intArrayListGet' is not designed for extension - needs to be abstract, final or empty. | 102 | |
First sentence should end with a period. | 109 | |
Method 'arrayListAdd' is not designed for extension - needs to be abstract, final or empty. | 110 | |
First sentence should end with a period. | 118 | |
Method 'arrayListGet' is not designed for extension - needs to be abstract, final or empty. | 119 | |
First sentence should end with a period. | 126 | |
Method 'vectorAdd' is not designed for extension - needs to be abstract, final or empty. | 127 | |
First sentence should end with a period. | 135 | |
Method 'vectorGet' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line has trailing spaces. | 148 | |
Parameter args should be final. | 152 |
org/perfidix/example/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 |
org/perfidix/example/stack/FastIntStack.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 103 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 103 |
org/perfidix/example/stack/StackBenchmark.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 127 | |
Line has trailing spaces. | 154 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 127 | |
Line has trailing spaces. | 154 |
org/perfidix/exceptions/AbstractPerfidixMethodException.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
'final' modifier out of order with the JLS suggestions. | 45 | |
'final' modifier out of order with the JLS suggestions. | 50 | |
'final' modifier out of order with the JLS suggestions. | 53 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 136 | |
'cast' is not followed by whitespace. | 136 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
'final' modifier out of order with the JLS suggestions. | 45 | |
'final' modifier out of order with the JLS suggestions. | 50 | |
'final' modifier out of order with the JLS suggestions. | 53 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 136 | |
'cast' is not followed by whitespace. | 136 |
org/perfidix/exceptions/PerfidixMethodCheckException.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 53 |
org/perfidix/exceptions/PerfidixMethodInvocationException.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 60 |
org/perfidix/exceptions/SocketViewException.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 34 | |
First sentence should end with a period. | 39 | |
Missing a Javadoc comment. | 42 | |
'final' modifier out of order with the JLS suggestions. | 42 | |
First sentence should end with a period. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 34 | |
First sentence should end with a period. | 39 | |
Missing a Javadoc comment. | 42 | |
'final' modifier out of order with the JLS suggestions. | 42 | |
First sentence should end with a period. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 57 |
org/perfidix/exceptions/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 |
org/perfidix/meter/AbstractMeter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 71 |
org/perfidix/meter/CountingMeter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 60 | |
'final' modifier out of order with the JLS suggestions. | 65 | |
'final' modifier out of order with the JLS suggestions. | 70 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 122 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 149 | |
Line has trailing spaces. | 159 | |
'cast' is not followed by whitespace. | 200 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 60 | |
'final' modifier out of order with the JLS suggestions. | 65 | |
'final' modifier out of order with the JLS suggestions. | 70 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 122 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 149 | |
Line has trailing spaces. | 159 | |
'cast' is not followed by whitespace. | 200 |
org/perfidix/meter/FileMeter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 11 | |
'final' modifier out of order with the JLS suggestions. | 22 | |
Line has trailing spaces. | 26 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 44 | |
Method 'getUnit' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Method 'getUnitDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Avoid inline conditionals. | 79 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter obj should be final. | 87 | |
'if' construct must use '{}'s. | 88 | |
'if' construct must use '{}'s. | 90 | |
'if' construct must use '{}'s. | 92 | |
'cast' is not followed by whitespace. | 94 | |
'if' construct must use '{}'s. | 96 | |
'if' construct must use '{}'s. | 98 | |
Missing a Javadoc comment. | 103 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 11 | |
'final' modifier out of order with the JLS suggestions. | 22 | |
Line has trailing spaces. | 26 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 44 | |
Method 'getUnit' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Method 'getUnitDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Avoid inline conditionals. | 79 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter obj should be final. | 87 | |
'if' construct must use '{}'s. | 88 | |
'if' construct must use '{}'s. | 90 | |
'if' construct must use '{}'s. | 92 | |
'cast' is not followed by whitespace. | 94 | |
'if' construct must use '{}'s. | 96 | |
'if' construct must use '{}'s. | 98 | |
Missing a Javadoc comment. | 103 |
org/perfidix/meter/MemMeter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 41 | |
'final' modifier out of order with the JLS suggestions. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
'cast' is not followed by whitespace. | 121 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 41 | |
'final' modifier out of order with the JLS suggestions. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
'cast' is not followed by whitespace. | 121 |
org/perfidix/meter/Memory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 68 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 68 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 94 |
org/perfidix/meter/ThreadMeter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 39 | |
First sentence should end with a period. | 50 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 39 | |
First sentence should end with a period. | 50 | |
Line has trailing spaces. | 66 |
org/perfidix/meter/Time.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 58 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 58 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 96 |
org/perfidix/meter/TimeMeter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
'final' modifier out of order with the JLS suggestions. | 49 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 68 | |
'cast' is not followed by whitespace. | 114 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
'final' modifier out of order with the JLS suggestions. | 49 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 68 | |
'cast' is not followed by whitespace. | 114 |
org/perfidix/meter/package-info.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 |
org/perfidix/ouput/AbstractOutput.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 65 | |
Expected an @return tag. | 74 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 79 | |
Expected an @return tag. | 83 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 65 | |
Expected an @return tag. | 74 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 79 | |
Expected an @return tag. | 83 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 94 |
org/perfidix/ouput/CSVOutput.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
'final' modifier out of order with the JLS suggestions. | 56 | |
'final' modifier out of order with the JLS suggestions. | 71 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 169 | |
Missing a Javadoc comment. | 181 | |
Line has trailing spaces. | 189 | |
Unused @throws tag for 'FileNotFoundException'. | 196 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 229 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
'final' modifier out of order with the JLS suggestions. | 56 | |
'final' modifier out of order with the JLS suggestions. | 71 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 169 | |
Missing a Javadoc comment. | 181 | |
Line has trailing spaces. | 189 | |
Unused @throws tag for 'FileNotFoundException'. | 196 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 229 |
org/perfidix/ouput/TabularSummaryOutput.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
'final' modifier out of order with the JLS suggestions. | 51 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 128 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
'final' modifier out of order with the JLS suggestions. | 51 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 128 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 189 |
org/perfidix/ouput/asciitable/AbstractTabularComponent.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 62 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 83 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 62 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 83 |
org/perfidix/ouput/asciitable/DynamicLine.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 37 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 31 | |
'final' modifier out of order with the JLS suggestions. | 37 | |
Line has trailing spaces. | 41 |
org/perfidix/ouput/asciitable/Header.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
'final' modifier out of order with the JLS suggestions. | 37 | |
'final' modifier out of order with the JLS suggestions. | 42 | |
'final' modifier out of order with the JLS suggestions. | 47 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
'final' modifier out of order with the JLS suggestions. | 37 | |
'final' modifier out of order with the JLS suggestions. | 42 | |
'final' modifier out of order with the JLS suggestions. | 47 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 82 |
org/perfidix/ouput/asciitable/NiceTable.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 40 | |
'final' modifier out of order with the JLS suggestions. | 49 | |
'final' modifier out of order with the JLS suggestions. | 54 | |
'final' modifier out of order with the JLS suggestions. | 59 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 129 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 156 | |
Line has trailing spaces. | 168 | |
Line has trailing spaces. | 180 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 201 | |
'cast' is not followed by whitespace. | 211 | |
Line has trailing spaces. | 219 | |
'3' is a magic number. | 223 | |
Line has trailing spaces. | 228 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 40 | |
'final' modifier out of order with the JLS suggestions. | 49 | |
'final' modifier out of order with the JLS suggestions. | 54 | |
'final' modifier out of order with the JLS suggestions. | 59 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 129 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 156 | |
Line has trailing spaces. | 168 | |
Line has trailing spaces. | 180 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 201 | |
'cast' is not followed by whitespace. | 211 | |
Line has trailing spaces. | 219 | |
'3' is a magic number. | 223 | |
Line has trailing spaces. | 228 |
org/perfidix/ouput/asciitable/Row.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 32 | |
'final' modifier out of order with the JLS suggestions. | 40 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 32 | |
'final' modifier out of order with the JLS suggestions. | 40 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 82 |
org/perfidix/ouput/asciitable/Util.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 139 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 157 | |
Line is longer than 80 characters. | 164 | |
Line has trailing spaces. | 170 | |
Line has trailing spaces. | 193 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 139 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 157 | |
Line is longer than 80 characters. | 164 | |
Line has trailing spaces. | 170 | |
Line has trailing spaces. | 193 | |
Line has trailing spaces. | 205 |
org/perfidix/ouput/asciitable/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 |
org/perfidix/ouput/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Extra HTML tag found: </p> | 30 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Extra HTML tag found: </p> | 30 |
org/perfidix/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 |
org/perfidix/result/AbstractResult.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 50 | |
'final' modifier out of order with the JLS suggestions. | 57 | |
'final' modifier out of order with the JLS suggestions. | 62 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 97 | |
Line has trailing spaces. | 107 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 132 | |
Line has trailing spaces. | 137 | |
Line is longer than 80 characters. | 147 | |
Line has trailing spaces. | 152 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 167 | |
Line is longer than 80 characters. | 177 | |
Line has trailing spaces. | 183 | |
Line is longer than 80 characters. | 193 | |
Line has trailing spaces. | 200 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 215 | |
Line is longer than 80 characters. | 225 | |
Line has trailing spaces. | 230 | |
Line has trailing spaces. | 242 | |
Line has trailing spaces. | 251 | |
Line has trailing spaces. | 265 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Line is longer than 80 characters. | 281 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 50 | |
'final' modifier out of order with the JLS suggestions. | 57 | |
'final' modifier out of order with the JLS suggestions. | 62 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 97 | |
Line has trailing spaces. | 107 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 132 | |
Line has trailing spaces. | 137 | |
Line is longer than 80 characters. | 147 | |
Line has trailing spaces. | 152 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 167 | |
Line is longer than 80 characters. | 177 | |
Line has trailing spaces. | 183 | |
Line is longer than 80 characters. | 193 | |
Line has trailing spaces. | 200 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 215 | |
Line is longer than 80 characters. | 225 | |
Line has trailing spaces. | 230 | |
Line has trailing spaces. | 242 | |
Line has trailing spaces. | 251 | |
Line has trailing spaces. | 265 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Line is longer than 80 characters. | 281 |
org/perfidix/result/AbstractResultContainer.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 42 | |
'final' modifier out of order with the JLS suggestions. | 45 | |
Variable 'elements' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 42 | |
'final' modifier out of order with the JLS suggestions. | 45 | |
Variable 'elements' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 70 |
org/perfidix/result/BenchmarkResult.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 48 | |
'final' modifier out of order with the JLS suggestions. | 51 | |
'final' modifier out of order with the JLS suggestions. | 54 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 123 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 48 | |
'final' modifier out of order with the JLS suggestions. | 51 | |
'final' modifier out of order with the JLS suggestions. | 54 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 123 |
org/perfidix/result/ClassResult.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 43 | |
'cast' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 43 | |
'cast' is not followed by whitespace. | 54 |
org/perfidix/result/MethodResult.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 43 | |
'cast' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 43 | |
'cast' is not followed by whitespace. | 54 |
org/perfidix/result/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 29 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 29 |
org/perfidix/socketadapter/IBenchRunSessionListener.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 80 | |
Expected an @return tag. | 84 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 80 | |
Expected an @return tag. | 84 |
org/perfidix/socketadapter/IUpdater.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 48 | |
Expected an @return tag. | 53 | |
Line is longer than 80 characters. | 53 | |
Redundant 'public' modifier. | 53 | |
Expected @throws tag for 'SocketViewException'. | 53 | |
Line has trailing spaces. | 57 | |
Expected an @return tag. | 65 | |
Line is longer than 80 characters. | 65 | |
Redundant 'public' modifier. | 65 | |
Expected @throws tag for 'SocketViewException'. | 66 | |
Line has trailing spaces. | 71 | |
Expected an @return tag. | 79 | |
Line is longer than 80 characters. | 79 | |
Redundant 'public' modifier. | 79 | |
Expected @throws tag for 'SocketViewException'. | 80 | |
Line has trailing spaces. | 85 | |
Redundant 'public' modifier. | 88 | |
Expected @throws tag for 'SocketViewException'. | 88 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 48 | |
Expected an @return tag. | 53 | |
Line is longer than 80 characters. | 53 | |
Redundant 'public' modifier. | 53 | |
Expected @throws tag for 'SocketViewException'. | 53 | |
Line has trailing spaces. | 57 | |
Expected an @return tag. | 65 | |
Line is longer than 80 characters. | 65 | |
Redundant 'public' modifier. | 65 | |
Expected @throws tag for 'SocketViewException'. | 66 | |
Line has trailing spaces. | 71 | |
Expected an @return tag. | 79 | |
Line is longer than 80 characters. | 79 | |
Redundant 'public' modifier. | 79 | |
Expected @throws tag for 'SocketViewException'. | 80 | |
Line has trailing spaces. | 85 | |
Redundant 'public' modifier. | 88 | |
Expected @throws tag for 'SocketViewException'. | 88 |
org/perfidix/socketadapter/SocketAdapter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 49 | |
First sentence should end with a period. | 55 | |
First sentence should end with a period. | 58 | |
'final' modifier out of order with the JLS suggestions. | 59 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 69 | |
Expected @param tag for 'update'. | 69 | |
Expected @param tag for 'classes'. | 69 | |
Expected @throws tag for 'SocketViewException'. | 69 | |
Expected @throws tag for 'ClassNotFoundException'. | 70 | |
Expected @throws tag for 'InstantiationException'. | 70 | |
Expected @throws tag for 'IllegalAccessException'. | 70 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 87 | |
First sentence should end with a period. | 94 | |
Line has trailing spaces. | 97 | |
Expected an @return tag. | 101 | |
Line is longer than 80 characters. | 101 | |
Expected @throws tag for 'SocketViewException'. | 101 | |
Line is longer than 80 characters. | 105 | |
Line has trailing spaces. | 114 | |
Expected an @return tag. | 117 | |
Expected @throws tag for 'SocketViewException'. | 117 | |
Line has trailing spaces. | 126 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 151 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 49 | |
First sentence should end with a period. | 55 | |
First sentence should end with a period. | 58 | |
'final' modifier out of order with the JLS suggestions. | 59 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 69 | |
Expected @param tag for 'update'. | 69 | |
Expected @param tag for 'classes'. | 69 | |
Expected @throws tag for 'SocketViewException'. | 69 | |
Expected @throws tag for 'ClassNotFoundException'. | 70 | |
Expected @throws tag for 'InstantiationException'. | 70 | |
Expected @throws tag for 'IllegalAccessException'. | 70 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 87 | |
First sentence should end with a period. | 94 | |
Line has trailing spaces. | 97 | |
Expected an @return tag. | 101 | |
Line is longer than 80 characters. | 101 | |
Expected @throws tag for 'SocketViewException'. | 101 | |
Line is longer than 80 characters. | 105 | |
Line has trailing spaces. | 114 | |
Expected an @return tag. | 117 | |
Expected @throws tag for 'SocketViewException'. | 117 | |
Line has trailing spaces. | 126 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 151 |
org/perfidix/socketadapter/SocketListener.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 | |
'final' modifier out of order with the JLS suggestions. | 47 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 | |
'final' modifier out of order with the JLS suggestions. | 47 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 |
org/perfidix/socketadapter/SocketViewProgressUpdater.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 54 | |
Line is longer than 80 characters. | 61 | |
Expected @throws tag for 'SocketViewException'. | 61 | |
Line has trailing spaces. | 73 | |
Expected an @return tag. | 78 | |
Line is longer than 80 characters. | 78 | |
Expected @throws tag for 'SocketViewException'. | 78 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 95 | |
Expected an @return tag. | 103 | |
Line is longer than 80 characters. | 103 | |
Expected @throws tag for 'SocketViewException'. | 104 | |
Line has trailing spaces. | 117 | |
Expected an @return tag. | 125 | |
Line is longer than 80 characters. | 125 | |
Expected @throws tag for 'SocketViewException'. | 126 | |
Line is longer than 80 characters. | 129 | |
'cast' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 133 | |
'cast' is not followed by whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 143 | |
Expected @throws tag for 'SocketViewException'. | 146 | |
Line has trailing spaces. | 154 | |
'meterHash' hides a field. | 158 | |
Line has trailing spaces. | 165 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 54 | |
Line is longer than 80 characters. | 61 | |
Expected @throws tag for 'SocketViewException'. | 61 | |
Line has trailing spaces. | 73 | |
Expected an @return tag. | 78 | |
Line is longer than 80 characters. | 78 | |
Expected @throws tag for 'SocketViewException'. | 78 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 95 | |
Expected an @return tag. | 103 | |
Line is longer than 80 characters. | 103 | |
Expected @throws tag for 'SocketViewException'. | 104 | |
Line has trailing spaces. | 117 | |
Expected an @return tag. | 125 | |
Line is longer than 80 characters. | 125 | |
Expected @throws tag for 'SocketViewException'. | 126 | |
Line is longer than 80 characters. | 129 | |
'cast' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 133 | |
'cast' is not followed by whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 143 | |
Expected @throws tag for 'SocketViewException'. | 146 | |
Line has trailing spaces. | 154 | |
'meterHash' hides a field. | 158 | |
Line has trailing spaces. | 165 |
org/perfidix/socketadapter/SocketViewStub.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 41 | |
'final' modifier out of order with the JLS suggestions. | 49 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 78 | |
'host' hides a field. | 78 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 41 | |
'final' modifier out of order with the JLS suggestions. | 49 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 78 | |
'host' hides a field. | 78 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 121 |
org/perfidix/socketadapter/package-info.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 |