The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 1 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 1 | |
| JavadocMethod | 81 | |
| JavadocType | 2 | |
| JavadocVariable | 39 | |
| JavadocStyle | 46 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 3 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 9 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 32 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 11 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 33 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 5 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 45 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Using the '.*' form of import should be avoided - org.slf4j.*. | 27 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'log' must be private and have accessor methods. | 35 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 56 | |
| First sentence should end with a period. | 58 | |
| Parameter name should be final. | 63 | |
| 'name' hides a field. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Parameter name should be final. | 68 | |
| 'name' hides a field. | 68 | |
| Parameter tim should be final. | 68 | |
| Method 'getElapsed' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'start' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Method 'enable' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Method 'disable' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter time should be final. | 149 | |
| 'time' hides a field. | 149 | |
| First sentence should end with a period. | 153 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Line is longer than 80 characters. | 160 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 26 | |
| Missing a Javadoc comment. | 34 | |
| Method 'getNanos' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter time should be final. | 40 | |
| 'time' hides a field. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 | |
| First sentence should end with a period. | 28 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Line is longer than 80 characters. | 14 | |
| Expected @param tag for 'probeName'. | 20 | |
| Expected @param tag for 'probe'. | 20 | |
| First sentence should end with a period. | 22 | |
| Expected @param tag for 'probeName'. | 28 | |
| First sentence should end with a period. | 30 | |
| Expected an @return tag. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 47 | |
| Expected an @return tag. | 51 | |
| First sentence should end with a period. | 53 | |
| Expected an @return tag. | 58 | |
| Expected @param tag for 'probeName'. | 58 | |
| Line is longer than 80 characters. | 68 | |
| Expected @param tag for 'p'. | 72 | |
| First sentence should end with a period. | 74 | |
| Expected @param tag for 'probeName'. | 79 | |
| First sentence should end with a period. | 81 | |
| First sentence should end with a period. | 86 | |
| Expected @param tag for 'probeName'. | 91 | |
| First sentence should end with a period. | 98 | |
| Expected @param tag for 'probeName'. | 103 | |
| First sentence should end with a period. | 117 | |
| Expected an @return tag. | 121 | |
| Line is longer than 80 characters. | 124 | |
| Expected @param tag for '_firstSamplesToSkip'. | 129 | |
| Name '_firstSamplesToSkip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| First sentence should end with a period. | 131 | |
| Expected @param tag for 'tim'. | 143 | |
| First sentence should end with a period. | 145 | |
| Expected an @return tag. | 150 | |
| First sentence should end with a period. | 152 | |
| Expected @param tag for 'probe'. | 158 | |
| First sentence should end with a period. | 160 | |
| Expected @param tag for 'probe'. | 166 | |
| First sentence should end with a period. | 168 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - org.slf4j.*. | 26 | |
| Using the '.*' form of import should be avoided - java.io.*. | 28 | |
| Using the '.*' form of import should be avoided - java.util.*. | 29 | |
| Using the '.*' form of import should be avoided - java.util.concurrent.locks.*. | 30 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'log' must be private and have accessor methods. | 43 | |
| First sentence should end with a period. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Parameter timeFactor should be final. | 58 | |
| 'timeFactor' hides a field. | 58 | |
| Parameter u should be final. | 58 | |
| First sentence should end with a period. | 63 | |
| Expected an @return tag. | 68 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 96 | |
| First sentence should end with a period. | 98 | |
| First sentence should end with a period. | 105 | |
| Unused @param tag for 'firstSamplesToSkip,'. | 108 | |
| Unused @param tag for 'presentation,'. | 109 | |
| Unused @param tag for 'time,'. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Parameter firstSamplesToSkip should be final. | 112 | |
| 'firstSamplesToSkip' hides a field. | 112 | |
| Expected @param tag for 'firstSamplesToSkip'. | 112 | |
| Parameter presentation should be final. | 112 | |
| 'presentation' hides a field. | 112 | |
| Expected @param tag for 'presentation'. | 112 | |
| Parameter time should be final. | 112 | |
| 'time' hides a field. | 112 | |
| Expected @param tag for 'time'. | 112 | |
| Line is longer than 80 characters. | 119 | |
| Parameter probeName should be final. | 125 | |
| Expected @param tag for 'probeName'. | 125 | |
| Parameter probe should be final. | 125 | |
| Expected @param tag for 'probe'. | 125 | |
| First sentence should end with a period. | 130 | |
| Parameter probeName should be final. | 136 | |
| Expected @param tag for 'probeName'. | 136 | |
| First sentence should end with a period. | 151 | |
| Expected an @return tag. | 156 | |
| Line is longer than 80 characters. | 161 | |
| Parameter probeName should be final. | 167 | |
| Line is longer than 80 characters. | 184 | |
| Expected an @return tag. | 188 | |
| Parameter probeName should be final. | 188 | |
| Missing a Javadoc comment. | 195 | |
| Parameter probeName should be final. | 195 | |
| Parameter probeName should be final. | 214 | |
| Line is longer than 80 characters. | 232 | |
| Parameter p should be final. | 236 | |
| Expected @param tag for 'p'. | 236 | |
| First sentence should end with a period. | 241 | |
| Parameter probeName should be final. | 246 | |
| Expected @param tag for 'probeName'. | 246 | |
| First sentence should end with a period. | 250 | |
| First sentence should end with a period. | 261 | |
| Parameter probeName should be final. | 265 | |
| Expected @param tag for 'probeName'. | 265 | |
| Missing a Javadoc comment. | 278 | |
| Parameter probeName should be final. | 278 | |
| Parameter p should be final. | 296 | |
| Missing a Javadoc comment. | 301 | |
| Line is longer than 80 characters. | 306 | |
| Parameter _firstSamplesToSkip should be final. | 311 | |
| Expected @param tag for '_firstSamplesToSkip'. | 311 | |
| Name '_firstSamplesToSkip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| First sentence should end with a period. | 315 | |
| Parameter tim should be final. | 329 | |
| Expected @param tag for 'tim'. | 329 | |
| Missing a Javadoc comment. | 333 | |
| First sentence should end with a period. | 337 | |
| Parameter probe should be final. | 343 | |
| Expected @param tag for 'probe'. | 343 | |
| Line is longer than 80 characters. | 346 | |
| Line is longer than 80 characters. | 347 | |
| Line is longer than 80 characters. | 348 | |
| First sentence should end with a period. | 352 | |
| Parameter probe should be final. | 358 | |
| Expected @param tag for 'probe'. | 358 | |
| First sentence should end with a period. | 362 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.slf4j.*. | 27 | |
| Using the '.*' form of import should be avoided - java.io.*. | 29 | |
| Using the '.*' form of import should be avoided - java.util.*. | 30 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'log' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Name 'DEFAULT_MAXSAMPLES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Variable 'DEFAULT_MAXSAMPLES' must be private and have accessor methods. | 51 | |
| '300' is a magic number. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| 'private' modifier out of order with the JLS suggestions. | 55 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 85 | |
| Parameter name should be final. | 85 | |
| 'name' hides a field. | 85 | |
| Missing a Javadoc comment. | 89 | |
| Parameter nSkip should be final. | 89 | |
| Parameter name should be final. | 89 | |
| 'name' hides a field. | 89 | |
| Method 'getSamples' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Method 'getNSamples' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Method 'getAverage' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| First sentence should end with a period. | 124 | |
| Expected an @return tag. | 129 | |
| Method 'getStdev' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Avoid inline conditionals. | 130 | |
| First sentence should end with a period. | 136 | |
| Expected an @return tag. | 140 | |
| Method 'getProbe' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| First sentence should end with a period. | 145 | |
| Method 'addprobe' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter probe should be final. | 150 | |
| Expected @param tag for 'probe'. | 150 | |
| First sentence should end with a period. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Method 'disable' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Method 'enable' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Method 'addSample' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Parameter time should be final. | 199 | |
| Line is longer than 80 characters. | 211 | |
| First sentence should end with a period. | 227 | |
| Expected an @return tag. | 232 | |
| Method 'getSingleProbe' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Method 'setSingleProbe' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter singleProbe should be final. | 236 | |
| 'singleProbe' hides a field. | 236 | |
| First sentence should end with a period. | 240 | |
| Expected an @return tag. | 245 | |
| Method 'getLastSample' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| First sentence should end with a period. | 253 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Line is longer than 80 characters. | 260 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'log' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Parameter probeName should be final. | 56 | |
| Expected @param tag for 'probeName'. | 56 | |
| Parameter probe should be final. | 56 | |
| Expected @param tag for 'probe'. | 56 | |
| First sentence should end with a period. | 61 | |
| Parameter probeName should be final. | 67 | |
| Expected @param tag for 'probeName'. | 67 | |
| First sentence should end with a period. | 71 | |
| Expected an @return tag. | 76 | |
| Line is longer than 80 characters. | 81 | |
| Parameter probeName should be final. | 87 | |
| Line is longer than 80 characters. | 92 | |
| Expected an @return tag. | 96 | |
| Parameter probeName should be final. | 96 | |
| Missing a Javadoc comment. | 100 | |
| Parameter probeName should be final. | 100 | |
| Parameter probeName should be final. | 109 | |
| Line is longer than 80 characters. | 114 | |
| Parameter p should be final. | 118 | |
| Expected @param tag for 'p'. | 118 | |
| Parameter p should be final. | 148 | |
| Missing a Javadoc comment. | 152 | |
| Line is longer than 80 characters. | 157 | |
| Parameter _firstSamplesToSkip should be final. | 162 | |
| Expected @param tag for '_firstSamplesToSkip'. | 162 | |
| Name '_firstSamplesToSkip' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| First sentence should end with a period. | 166 | |
| Parameter tim should be final. | 180 | |
| Expected @param tag for 'tim'. | 180 | |
| First sentence should end with a period. | 184 | |
| Parameter probe should be final. | 190 | |
| Expected @param tag for 'probe'. | 190 | |
| First sentence should end with a period. | 194 | |
| Parameter probe should be final. | 200 | |
| Expected @param tag for 'probe'. | 200 | |
| First sentence should end with a period. | 204 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 26 | |
| Method 'getNanos' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '1000000' is a magic number. | 36 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 26 | |
| Method 'getNanos' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 |