The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | Error |
NewlineAtEndOfFile | 6 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 2 | Error |
JavadocMethod | 162 | Error |
JavadocType | 4 | Error |
JavadocVariable | 78 | Error |
JavadocStyle | 92 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 6 | Error |
StaticVariableName | 2 | Error |
TypeName | 0 | Error |
AvoidStarImport | 18 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 64 | 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 | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 2 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 2 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 22 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 4 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 66 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 10 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 90 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
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 | |
File does not end with a newline. | 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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 |