The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 7 | 0 | 285 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
87 | |
| JavadocType | 1 | |
| JavadocVariable | 4 | |
| JavadocStyle | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
MemberName
|
3 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 20 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 11 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 2 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 8 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 93 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 2 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 44 | |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
MemberName
|
3 | |
| WhitespaceAfter | 6 | |
WhitespaceAround
|
1 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Variable 'defaultPrecision' must be private and have accessor methods. | 17 | |
| '16' is a magic number. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 25 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter precision should be final. | 78 | |
| Parameter precision should be final. | 89 | |
| Method 'updateGlobalPrecision' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter precision should be final. | 100 | |
| 'if' construct must use '{}'s. | 101 |
| Violation | Message | Line |
|---|---|---|
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter element should be final. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'value' must be private and have accessor methods. | 14 | |
| Parameter value should be final. | 21 | |
| 'value' hides a field. | 21 | |
| Expected @param tag for 'value'. | 21 | |
| Parameter value should be final. | 32 | |
| 'value' hides a field. | 32 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Parameter arg0 should be final. | 47 | |
| 'if' construct must use '{}'s. | 51 | |
| Avoid inline conditionals. | 53 | |
| Method 'zero' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 69 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter c should be final. | 72 | |
| 'if' construct must use '{}'s. | 73 | |
| Line is longer than 80 characters. | 83 | |
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter c should be final. | 86 | |
| 'if' construct must use '{}'s. | 87 | |
| Line is longer than 80 characters. | 97 | |
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter c should be final. | 100 | |
| 'if' construct must use '{}'s. | 101 | |
| Line is longer than 80 characters. | 111 | |
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter c should be final. | 114 | |
| 'if' construct must use '{}'s. | 115 | |
| Method 'negate' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'byteValue' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Method 'floatValue' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Method 'longValue' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Method 'shortValue' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Method 'abs' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Method 'exp' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Method 'log' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Missing a Javadoc comment. | 220 | |
| Method 'log10' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Line is longer than 80 characters. | 240 | |
| Method 'pow' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Parameter c should be final. | 243 | |
| Method 'sqrt' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Missing a Javadoc comment. | 264 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Missing a Javadoc comment. | 274 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Missing a Javadoc comment. | 282 | |
| Parameter o should be final. | 283 | |
| 'cast' is not followed by whitespace. | 284 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Name 'value' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 19 | |
| Parameter value should be final. | 27 | |
| 'value' hides a field. | 27 | |
| Parameter value should be final. | 38 | |
| 'value' hides a field. | 38 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter arg0 should be final. | 53 | |
| 'if' construct must use '{}'s. | 57 | |
| Avoid inline conditionals. | 59 | |
| Method 'zero' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 75 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter c should be final. | 78 | |
| 'if' construct must use '{}'s. | 79 | |
| Line is longer than 80 characters. | 89 | |
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter c should be final. | 92 | |
| 'if' construct must use '{}'s. | 93 | |
| Line is longer than 80 characters. | 103 | |
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter c should be final. | 106 | |
| 'if' construct must use '{}'s. | 107 | |
| Line is longer than 80 characters. | 117 | |
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter c should be final. | 120 | |
| 'if' construct must use '{}'s. | 121 | |
| Method 'negate' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Method 'byteValue' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Method 'floatValue' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Method 'longValue' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Method 'shortValue' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Method 'abs' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Method 'exp' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Method 'log' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Method 'log10' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Line is longer than 80 characters. | 243 | |
| Method 'pow' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Parameter c should be final. | 246 | |
| Method 'sqrt' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Missing a Javadoc comment. | 260 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter o should be final. | 288 | |
| 'cast' is not followed by whitespace. | 289 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Missing a Javadoc comment. | 295 |
| Violation | Message | Line |
|---|---|---|
| Name 'value' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 21 | |
| Parameter value should be final. | 30 | |
| 'value' hides a field. | 30 | |
| Parameter value should be final. | 43 | |
| 'value' hides a field. | 43 | |
| Parameter c should be final. | 60 | |
| Method 'setPrecision' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter precision should be final. | 78 | |
| Method 'getMPReal' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'zero' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Line is longer than 80 characters. | 105 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter c should be final. | 108 | |
| Line is longer than 80 characters. | 123 | |
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter c should be final. | 126 | |
| Line is longer than 80 characters. | 141 | |
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter c should be final. | 144 | |
| Line is longer than 80 characters. | 159 | |
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Parameter c should be final. | 162 | |
| Method 'negate' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Method 'longValue' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Method 'floatValue' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Missing a Javadoc comment. | 220 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Parameter c should be final. | 236 | |
| 'if' is not followed by whitespace. | 239 | |
| Method 'abs' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Method 'exp' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Method 'log' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Method 'log10' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Missing a Javadoc comment. | 283 | |
| Line is longer than 80 characters. | 292 | |
| Method 'pow' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter c should be final. | 295 | |
| Method 'sqrt' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Missing a Javadoc comment. | 323 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Missing a Javadoc comment. | 333 | |
| Parameter o should be final. | 334 | |
| 'cast' is not followed by whitespace. | 335 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Missing a Javadoc comment. | 341 |
| Violation | Message | Line |
|---|---|---|
| Name 'value' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 25 | |
| Parameter value should be final. | 33 | |
| 'value' hides a field. | 33 | |
| First sentence should end with a period. | 39 | |
| Parameter value should be final. | 45 | |
| 'value' hides a field. | 45 | |
| Parameter scalar should be final. | 58 | |
| Method 'zero' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'setPrecision' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter precision should be final. | 78 | |
| Method 'getMPInt' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Line is longer than 80 characters. | 95 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter c should be final. | 98 | |
| Line is longer than 80 characters. | 114 | |
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter c should be final. | 117 | |
| Line is longer than 80 characters. | 133 | |
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter c should be final. | 136 | |
| Line is longer than 80 characters. | 152 | |
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter c should be final. | 155 | |
| Method 'negate' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Method 'longValue' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Method 'floatValue' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Missing a Javadoc comment. | 220 | |
| Parameter c should be final. | 220 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 228 | |
| Method 'abs' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Method 'exp' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Method 'log' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Missing a Javadoc comment. | 259 | |
| Method 'log10' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Missing a Javadoc comment. | 269 | |
| Line is longer than 80 characters. | 277 | |
| Method 'pow' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter c should be final. | 280 | |
| Method 'sqrt' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Missing a Javadoc comment. | 296 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Parameter o should be final. | 317 | |
| 'cast' is not followed by whitespace. | 318 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| Missing a Javadoc comment. | 324 |