The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 17 | 0 | 0 | 822 |
| Files | I |
W |
E |
|---|---|---|---|
| net/sf/zel/math/ExtendedMathContext.java | 0 | 0 | 34 |
| net/sf/zel/math/MathUtil.java | 0 | 0 | 6 |
| net/sf/zel/math/StringUtil.java | 0 | 0 | 36 |
| net/sf/zel/math/package.html | 0 | 0 | 1 |
| net/sf/zel/nr/ExtendedNumber.java | 0 | 0 | 19 |
| net/sf/zel/nr/Operable.java | 0 | 0 | 20 |
| net/sf/zel/nr/OperableBigDecimal.java | 0 | 0 | 86 |
| net/sf/zel/nr/OperableBigInteger.java | 0 | 0 | 65 |
| net/sf/zel/nr/OperableDouble.java | 0 | 0 | 74 |
| net/sf/zel/nr/OperableGNUBigFloat.java | 0 | 0 | 101 |
| net/sf/zel/nr/OperableGNUBigInteger.java | 0 | 0 | 120 |
| net/sf/zel/nr/OperableGNUNumber.java | 0 | 0 | 5 |
| net/sf/zel/nr/OperableInteger.java | 0 | 0 | 89 |
| net/sf/zel/nr/OperableLong.java | 0 | 0 | 85 |
| net/sf/zel/nr/OperableNumber.java | 0 | 0 | 5 |
| net/sf/zel/nr/OperableShort.java | 0 | 0 | 75 |
| net/sf/zel/nr/package.html | 0 | 0 | 1 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 251 | |
| JavadocType | 8 | |
| JavadocVariable | 43 | |
| JavadocStyle | 5 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| FileLength | 0 | |
| LineLength | 50 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 2 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 8 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 7 | |
| WhitespaceAround | 36 | |
| ModifierOrder | 0 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 267 | |
| NeedBraces | 21 | |
| RightCurly | 3 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 11 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 4 | |
| FinalParameters | 84 | |
GenericIllegalRegexp
|
4 | |
| TodoComment | 1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| ',' is not followed by whitespace. | 36 | |
| Missing a Javadoc comment. | 42 | |
| '{' should be on the previous line. | 44 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 62 | |
| First sentence should end with a period. | 66 | |
| '{' should be on the previous line. | 71 | |
| Missing a Javadoc comment. | 72 | |
| '{' is not followed by whitespace. | 72 | |
| '}' is not preceded with whitespace. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| '>' is not followed by whitespace. | 84 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| '{' is not followed by whitespace. | 14 | |
| '}' is not preceded with whitespace. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '{' should be on the previous line. | 17 | |
| 'while' construct must use '{}'s. | 19 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| '{' is not followed by whitespace. | 17 | |
| '}' is not preceded with whitespace. | 17 | |
| Expected @param tag for 's1'. | 26 | |
| Expected @param tag for 's2'. | 26 | |
| '{' should be on the previous line. | 27 | |
| Line has trailing spaces. | 30 | |
| 'for' construct must use '{}'s. | 34 | |
| '=' is not followed by whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '-' is not preceded with whitespace. | 35 | |
| '-' is not followed by whitespace. | 35 | |
| ';' is preceded with whitespace. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '{' should be on the previous line. | 38 | |
| '-' is not preceded with whitespace. | 41 | |
| '-' is not followed by whitespace. | 41 | |
| 'for' construct must use '{}'s. | 42 | |
| '=' is not followed by whitespace. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '(' is preceded with whitespace. | 43 | |
| '(' is followed by whitespace. | 43 | |
| '-' is not preceded with whitespace. | 43 | |
| '-' is not followed by whitespace. | 43 | |
| '(' is preceded with whitespace. | 44 | |
| '(' is followed by whitespace. | 44 | |
| '-' is not preceded with whitespace. | 44 | |
| '-' is not followed by whitespace. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| '-' is not preceded with whitespace. | 47 | |
| '-' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'final' modifier. | 50 | |
| '{' should be on the previous line. | 51 | |
| 'if' construct must use '{}'s. | 52 | |
| 'else' construct must use '{}'s. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.zel.math.ExtendedMathContext. | 20 | |
| Unused import - java.math.MathContext. | 23 | |
| Unused import - java.math.RoundingMode. | 24 | |
| Line is longer than 80 characters. | 28 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 37 | |
| '{' is not followed by whitespace. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '}' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| First sentence should end with a period. | 51 | |
| Expected an @return tag. | 54 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Line has trailing spaces. | 11 | |
| Type Javadoc comment is missing an @param <T> tag. | 14 | |
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Parameter addend should be final. | 53 | |
| '{' should be on the previous line. | 54 | |
| Line is longer than 80 characters. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Parameter subtrahend should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| Missing a Javadoc comment. | 67 | |
| Parameter multiplier should be final. | 68 | |
| '{' should be on the previous line. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Missing a Javadoc comment. | 74 | |
| Parameter divisor should be final. | 75 | |
| '{' should be on the previous line. | 76 | |
| Line is longer than 80 characters. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Missing a Javadoc comment. | 82 | |
| Parameter divisor should be final. | 83 | |
| '{' should be on the previous line. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 88 | |
| '{' should be on the previous line. | 90 | |
| Missing a Javadoc comment. | 94 | |
| '{' should be on the previous line. | 96 | |
| Missing a Javadoc comment. | 100 | |
| Parameter o should be final. | 100 | |
| '{' should be on the previous line. | 101 | |
| Missing a Javadoc comment. | 105 | |
| '{' should be on the previous line. | 107 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 116 | |
| '{' should be on the previous line. | 118 | |
| Missing a Javadoc comment. | 122 | |
| '{' should be on the previous line. | 124 | |
| Missing a Javadoc comment. | 128 | |
| '{' should be on the previous line. | 130 | |
| Missing a Javadoc comment. | 134 | |
| '{' should be on the previous line. | 136 | |
| Missing a Javadoc comment. | 140 | |
| Parameter o should be final. | 141 | |
| '{' should be on the previous line. | 142 | |
| 'cast' is not followed by whitespace. | 143 | |
| Missing a Javadoc comment. | 146 | |
| '{' should be on the previous line. | 148 | |
| Missing a Javadoc comment. | 152 | |
| Parameter obj should be final. | 153 | |
| '{' should be on the previous line. | 154 | |
| '{' should be on the previous line. | 156 | |
| '{' should be on the previous line. | 160 | |
| Line is longer than 80 characters. | 164 | |
| Missing a Javadoc comment. | 171 | |
| '{' should be on the previous line. | 173 | |
| Missing a Javadoc comment. | 177 | |
| '{' should be on the previous line. | 179 | |
| Missing a Javadoc comment. | 183 | |
| '{' should be on the previous line. | 185 | |
| Missing a Javadoc comment. | 189 | |
| '{' should be on the previous line. | 191 | |
| 'if' construct must use '{}'s. | 192 | |
| 'else' construct must use '{}'s. | 194 | |
| Missing a Javadoc comment. | 198 | |
| '{' should be on the previous line. | 200 | |
| Missing a Javadoc comment. | 204 | |
| Parameter val should be final. | 205 | |
| '{' should be on the previous line. | 206 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 48 | |
| Missing a Javadoc comment. | 52 | |
| '{' should be on the previous line. | 54 | |
| Missing a Javadoc comment. | 58 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 64 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 70 | |
| '{' should be on the previous line. | 72 | |
| Missing a Javadoc comment. | 76 | |
| '{' should be on the previous line. | 78 | |
| Missing a Javadoc comment. | 82 | |
| '{' should be on the previous line. | 84 | |
| Missing a Javadoc comment. | 88 | |
| '{' should be on the previous line. | 90 | |
| Missing a Javadoc comment. | 94 | |
| Parameter o should be final. | 95 | |
| '{' should be on the previous line. | 96 | |
| Missing a Javadoc comment. | 100 | |
| '{' should be on the previous line. | 102 | |
| Missing a Javadoc comment. | 106 | |
| '{' should be on the previous line. | 108 | |
| Missing a Javadoc comment. | 112 | |
| '{' should be on the previous line. | 114 | |
| Missing a Javadoc comment. | 118 | |
| '{' should be on the previous line. | 120 | |
| Missing a Javadoc comment. | 124 | |
| '{' should be on the previous line. | 126 | |
| Missing a Javadoc comment. | 130 | |
| '{' should be on the previous line. | 132 | |
| Missing a Javadoc comment. | 137 | |
| '{' should be on the previous line. | 139 | |
| Missing a Javadoc comment. | 143 | |
| '{' should be on the previous line. | 145 | |
| '{' should be on the previous line. | 147 | |
| '{' should be on the previous line. | 151 | |
| Line is longer than 80 characters. | 155 | |
| Missing a Javadoc comment. | 162 | |
| '{' should be on the previous line. | 164 | |
| Missing a Javadoc comment. | 168 | |
| '{' should be on the previous line. | 170 | |
| Missing a Javadoc comment. | 174 | |
| '{' should be on the previous line. | 176 | |
| Missing a Javadoc comment. | 180 | |
| '{' should be on the previous line. | 182 | |
| Missing a Javadoc comment. | 186 | |
| '{' should be on the previous line. | 188 | |
| Missing a Javadoc comment. | 192 | |
| Parameter val should be final. | 193 | |
| '{' should be on the previous line. | 194 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 47 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 53 | |
| Missing a Javadoc comment. | 57 | |
| '{' should be on the previous line. | 59 | |
| Missing a Javadoc comment. | 63 | |
| '{' should be on the previous line. | 65 | |
| Missing a Javadoc comment. | 69 | |
| '{' should be on the previous line. | 71 | |
| Missing a Javadoc comment. | 75 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Missing a Javadoc comment. | 81 | |
| '{' should be on the previous line. | 83 | |
| Missing a Javadoc comment. | 87 | |
| '{' should be on the previous line. | 89 | |
| 'cast' is not followed by whitespace. | 90 | |
| Missing a Javadoc comment. | 93 | |
| Parameter o should be final. | 94 | |
| '{' should be on the previous line. | 95 | |
| '{' should be on the previous line. | 98 | |
| '{' should be on the previous line. | 101 | |
| '{' should be on the previous line. | 104 | |
| Missing a Javadoc comment. | 109 | |
| '{' should be on the previous line. | 111 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| '{' should be on the previous line. | 122 | |
| Missing a Javadoc comment. | 126 | |
| '{' should be on the previous line. | 128 | |
| Missing a Javadoc comment. | 132 | |
| '{' should be on the previous line. | 134 | |
| Missing a Javadoc comment. | 138 | |
| '{' should be on the previous line. | 140 | |
| Missing a Javadoc comment. | 146 | |
| '{' should be on the previous line. | 148 | |
| Missing a Javadoc comment. | 152 | |
| Parameter obj should be final. | 153 | |
| '{' should be on the previous line. | 154 | |
| '{' should be on the previous line. | 156 | |
| '{' should be on the previous line. | 160 | |
| '{' should be on the previous line. | 165 | |
| Missing a Javadoc comment. | 171 | |
| '{' should be on the previous line. | 173 | |
| '7' is a magic number. | 174 | |
| Line is longer than 80 characters. | 175 | |
| '37' is a magic number. | 175 | |
| '32' is a magic number. | 175 | |
| Missing a Javadoc comment. | 179 | |
| '{' should be on the previous line. | 181 | |
| Missing a Javadoc comment. | 185 | |
| '{' should be on the previous line. | 187 | |
| '64' is a magic number. | 188 | |
| Missing a Javadoc comment. | 191 | |
| Parameter val should be final. | 192 | |
| '{' should be on the previous line. | 193 | |
| 'if' construct must use '{}'s. | 194 | |
| 'else' construct must use '{}'s. | 196 | |
| Missing a Javadoc comment. | 200 | |
| '{' should be on the previous line. | 202 | |
| Missing a Javadoc comment. | 206 | |
| Parameter val should be final. | 207 | |
| '{' should be on the previous line. | 208 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 13 | |
| '{' should be on the previous line. | 23 | |
| First sentence should end with a period. | 25 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '10' is a magic number. | 44 | |
| Missing a Javadoc comment. | 47 | |
| 'pointer' hides a field. | 47 | |
| '{' should be on the previous line. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 55 | |
| '{' should be on the previous line. | 57 | |
| '}' should be on the same line. | 59 | |
| '{' should be on the previous line. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Parameter number should be final. | 66 | |
| Parameter precision should be final. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Parameter pointer should be final. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Parameter number should be final. | 70 | |
| Array brackets at illegal position. | 70 | |
| Parameter base should be final. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter pointer should be final. | 72 | |
| Parameter base should be final. | 72 | |
| Parameter precision should be final. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Parameter a should be final. | 74 | |
| Parameter b should be final. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Parameter a should be final. | 76 | |
| Parameter b should be final. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Parameter a should be final. | 78 | |
| Parameter b should be final. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Parameter a should be final. | 80 | |
| Parameter b should be final. | 80 | |
| Missing a Javadoc comment. | 83 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 89 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 95 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 101 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Missing a Javadoc comment. | 107 | |
| '{' should be on the previous line. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Missing a Javadoc comment. | 113 | |
| '{' should be on the previous line. | 115 | |
| Missing a Javadoc comment. | 119 | |
| '{' should be on the previous line. | 121 | |
| Missing a Javadoc comment. | 125 | |
| '{' should be on the previous line. | 127 | |
| Missing a Javadoc comment. | 132 | |
| '{' should be on the previous line. | 134 | |
| Missing a Javadoc comment. | 138 | |
| '{' should be on the previous line. | 140 | |
| Missing a Javadoc comment. | 144 | |
| '{' should be on the previous line. | 146 | |
| Missing a Javadoc comment. | 150 | |
| '{' should be on the previous line. | 152 | |
| Missing a Javadoc comment. | 156 | |
| '{' should be on the previous line. | 158 | |
| Missing a Javadoc comment. | 162 | |
| '{' should be on the previous line. | 164 | |
| Line is longer than 80 characters. | 165 | |
| '10' is a magic number. | 165 | |
| Missing a Javadoc comment. | 168 | |
| Parameter o should be final. | 168 | |
| '{' should be on the previous line. | 169 | |
| Missing a Javadoc comment. | 173 | |
| '{' should be on the previous line. | 175 | |
| Missing a Javadoc comment. | 179 | |
| '{' should be on the previous line. | 181 | |
| Missing a Javadoc comment. | 185 | |
| '{' should be on the previous line. | 187 | |
| Missing a Javadoc comment. | 191 | |
| '{' should be on the previous line. | 193 | |
| 'if' construct must use '{}'s. | 194 | |
| 'else' construct must use '{}'s. | 196 | |
| Missing a Javadoc comment. | 200 | |
| '{' should be on the previous line. | 202 | |
| Missing a Javadoc comment. | 206 | |
| Parameter val should be final. | 207 | |
| '{' should be on the previous line. | 208 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| First sentence should end with a period. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| '10' is a magic number. | 35 | |
| Missing a Javadoc comment. | 38 | |
| 'pointer' hides a field. | 38 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 43 | |
| '{' should be on the previous line. | 45 | |
| '{' should be on the previous line. | 47 | |
| '}' should be on the same line. | 49 | |
| '{' should be on the previous line. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Parameter number should be final. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Parameter pointer should be final. | 58 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 62 | |
| Missing a Javadoc comment. | 66 | |
| Parameter number should be final. | 66 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Parameter number should be final. | 69 | |
| Array brackets at illegal position. | 69 | |
| Parameter base should be final. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Parameter pointer should be final. | 71 | |
| Parameter base should be final. | 71 | |
| Line has trailing spaces. | 74 | |
| Expected an @return tag. | 76 | |
| Parameter a should be final. | 76 | |
| Expected @param tag for 'a'. | 76 | |
| Array brackets at illegal position. | 76 | |
| Parameter b should be final. | 76 | |
| Expected @param tag for 'b'. | 76 | |
| Array brackets at illegal position. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Parameter a should be final. | 78 | |
| Parameter b should be final. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Parameter a should be final. | 80 | |
| Parameter b should be final. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Parameter a should be final. | 82 | |
| Parameter b should be final. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Parameter a should be final. | 84 | |
| Parameter b should be final. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Parameter a should be final. | 86 | |
| Parameter b should be final. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Parameter addend should be final. | 89 | |
| '{' should be on the previous line. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 94 | |
| Parameter subtrahend should be final. | 95 | |
| '{' should be on the previous line. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Missing a Javadoc comment. | 100 | |
| Parameter multiplier should be final. | 101 | |
| '{' should be on the previous line. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Missing a Javadoc comment. | 106 | |
| Parameter divisor should be final. | 107 | |
| '{' should be on the previous line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Missing a Javadoc comment. | 112 | |
| Parameter divisor should be final. | 113 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Missing a Javadoc comment. | 118 | |
| '{' should be on the previous line. | 120 | |
| Missing a Javadoc comment. | 124 | |
| '{' should be on the previous line. | 126 | |
| Missing a Javadoc comment. | 130 | |
| '{' should be on the previous line. | 132 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 138 | |
| Missing a Javadoc comment. | 142 | |
| '{' should be on the previous line. | 144 | |
| Missing a Javadoc comment. | 148 | |
| '{' should be on the previous line. | 150 | |
| Missing a Javadoc comment. | 154 | |
| '{' should be on the previous line. | 156 | |
| Missing a Javadoc comment. | 160 | |
| '{' should be on the previous line. | 162 | |
| Missing a Javadoc comment. | 166 | |
| '{' should be on the previous line. | 168 | |
| '10' is a magic number. | 169 | |
| Comment matches to-do format 'TODO:'. | 173 | |
| Expected an @return tag. | 179 | |
| Expected @param tag for 'o'. | 180 | |
| '{' should be on the previous line. | 181 | |
| '(' is followed by whitespace. | 184 | |
| '{' should be on the previous line. | 185 | |
| '{' should be on the previous line. | 188 | |
| '{' should be on the previous line. | 191 | |
| Missing a Javadoc comment. | 196 | |
| '{' should be on the previous line. | 198 | |
| Missing a Javadoc comment. | 202 | |
| '{' should be on the previous line. | 204 | |
| Missing a Javadoc comment. | 208 | |
| Parameter val should be final. | 209 | |
| '{' should be on the previous line. | 210 | |
| 'if' construct must use '{}'s. | 211 | |
| 'else' construct must use '{}'s. | 213 | |
| Missing a Javadoc comment. | 217 | |
| '{' should be on the previous line. | 219 | |
| Missing a Javadoc comment. | 223 | |
| Parameter val should be final. | 224 | |
| '{' should be on the previous line. | 225 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 23 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 47 | |
| '{' should be on the previous line. | 48 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 55 | |
| Missing a Javadoc comment. | 59 | |
| Parameter addend should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| '{' should be on the previous line. | 65 | |
| '{' should be on the previous line. | 69 | |
| '{' should be on the previous line. | 72 | |
| Missing a Javadoc comment. | 78 | |
| Parameter subtrahend should be final. | 79 | |
| '{' should be on the previous line. | 80 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 85 | |
| '{' should be on the previous line. | 90 | |
| Line is longer than 80 characters. | 91 | |
| '{' should be on the previous line. | 93 | |
| Missing a Javadoc comment. | 100 | |
| Parameter multiplier should be final. | 101 | |
| '{' should be on the previous line. | 102 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 107 | |
| 'cast' is not followed by whitespace. | 108 | |
| Missing a Javadoc comment. | 112 | |
| Parameter divisor should be final. | 113 | |
| '{' should be on the previous line. | 114 | |
| '{' should be on the previous line. | 116 | |
| '}' should be on the same line. | 118 | |
| 'else' construct must use '{}'s. | 119 | |
| 'cast' is not followed by whitespace. | 120 | |
| Missing a Javadoc comment. | 123 | |
| Parameter divisor should be final. | 124 | |
| '{' should be on the previous line. | 125 | |
| 'cast' is not followed by whitespace. | 126 | |
| Missing a Javadoc comment. | 129 | |
| '{' should be on the previous line. | 131 | |
| Missing a Javadoc comment. | 135 | |
| '{' should be on the previous line. | 137 | |
| Missing a Javadoc comment. | 141 | |
| '{' should be on the previous line. | 143 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 152 | |
| '{' should be on the previous line. | 154 | |
| Missing a Javadoc comment. | 158 | |
| '{' should be on the previous line. | 160 | |
| Missing a Javadoc comment. | 164 | |
| '{' should be on the previous line. | 166 | |
| Missing a Javadoc comment. | 170 | |
| '{' should be on the previous line. | 172 | |
| Missing a Javadoc comment. | 177 | |
| '{' should be on the previous line. | 179 | |
| 'cast' is not followed by whitespace. | 180 | |
| Missing a Javadoc comment. | 183 | |
| '{' should be on the previous line. | 185 | |
| Missing a Javadoc comment. | 189 | |
| Parameter obj should be final. | 190 | |
| '{' should be on the previous line. | 191 | |
| '{' should be on the previous line. | 193 | |
| '{' should be on the previous line. | 197 | |
| '{' should be on the previous line. | 202 | |
| Missing a Javadoc comment. | 208 | |
| '{' should be on the previous line. | 210 | |
| Missing a Javadoc comment. | 214 | |
| '{' should be on the previous line. | 216 | |
| Missing a Javadoc comment. | 220 | |
| '{' should be on the previous line. | 222 | |
| '32' is a magic number. | 223 | |
| Missing a Javadoc comment. | 226 | |
| '{' should be on the previous line. | 228 | |
| 'if' construct must use '{}'s. | 229 | |
| 'else' construct must use '{}'s. | 231 | |
| Missing a Javadoc comment. | 235 | |
| '{' should be on the previous line. | 237 | |
| Missing a Javadoc comment. | 241 | |
| Parameter val should be final. | 242 | |
| '{' should be on the previous line. | 243 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Parameter addend should be final. | 52 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 58 | |
| '{' should be on the previous line. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Parameter subtrahend should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '{' should be on the previous line. | 74 | |
| Missing a Javadoc comment. | 79 | |
| Parameter multiplier should be final. | 80 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 85 | |
| Parameter divisor should be final. | 86 | |
| '{' should be on the previous line. | 87 | |
| Missing a Javadoc comment. | 91 | |
| Parameter divisor should be final. | 92 | |
| '{' should be on the previous line. | 93 | |
| Missing a Javadoc comment. | 97 | |
| '{' should be on the previous line. | 99 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 105 | |
| Missing a Javadoc comment. | 109 | |
| Parameter o should be final. | 109 | |
| '{' should be on the previous line. | 110 | |
| '{' should be on the previous line. | 113 | |
| '{' should be on the previous line. | 116 | |
| '{' should be on the previous line. | 119 | |
| Missing a Javadoc comment. | 124 | |
| '{' should be on the previous line. | 126 | |
| Missing a Javadoc comment. | 130 | |
| '{' should be on the previous line. | 132 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 138 | |
| Missing a Javadoc comment. | 142 | |
| '{' should be on the previous line. | 144 | |
| Missing a Javadoc comment. | 148 | |
| '{' should be on the previous line. | 150 | |
| Missing a Javadoc comment. | 154 | |
| '{' should be on the previous line. | 156 | |
| Missing a Javadoc comment. | 160 | |
| '{' should be on the previous line. | 162 | |
| '{' should be on the previous line. | 165 | |
| '{' should be on the previous line. | 168 | |
| '{' should be on the previous line. | 171 | |
| Missing a Javadoc comment. | 176 | |
| '{' should be on the previous line. | 178 | |
| Missing a Javadoc comment. | 182 | |
| Parameter obj should be final. | 183 | |
| '{' should be on the previous line. | 184 | |
| '{' should be on the previous line. | 186 | |
| '{' should be on the previous line. | 190 | |
| '{' should be on the previous line. | 195 | |
| Missing a Javadoc comment. | 201 | |
| '{' should be on the previous line. | 203 | |
| Missing a Javadoc comment. | 207 | |
| '{' should be on the previous line. | 209 | |
| Missing a Javadoc comment. | 213 | |
| '{' should be on the previous line. | 215 | |
| '64' is a magic number. | 216 | |
| Missing a Javadoc comment. | 219 | |
| '{' should be on the previous line. | 221 | |
| 'if' construct must use '{}'s. | 222 | |
| 'else' construct must use '{}'s. | 224 | |
| Missing a Javadoc comment. | 228 | |
| '{' should be on the previous line. | 230 | |
| Missing a Javadoc comment. | 234 | |
| Parameter val should be final. | 235 | |
| '{' should be on the previous line. | 236 |
| Violation | Message | Line |
|---|---|---|
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line has trailing spaces. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 | |
| Missing a Javadoc comment. | 45 | |
| '{' should be on the previous line. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Parameter addend should be final. | 52 | |
| '{' should be on the previous line. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter subtrahend should be final. | 58 | |
| '{' should be on the previous line. | 59 | |
| Missing a Javadoc comment. | 63 | |
| Parameter multiplier should be final. | 64 | |
| '{' should be on the previous line. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Parameter divisor should be final. | 70 | |
| '{' should be on the previous line. | 71 | |
| Missing a Javadoc comment. | 75 | |
| Parameter divisor should be final. | 76 | |
| '{' should be on the previous line. | 77 | |
| Missing a Javadoc comment. | 81 | |
| Parameter o should be final. | 81 | |
| '{' should be on the previous line. | 82 | |
| Missing a Javadoc comment. | 86 | |
| '{' should be on the previous line. | 88 | |
| Missing a Javadoc comment. | 92 | |
| '{' should be on the previous line. | 94 | |
| Missing a Javadoc comment. | 98 | |
| '{' should be on the previous line. | 100 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 109 | |
| '{' should be on the previous line. | 111 | |
| Missing a Javadoc comment. | 115 | |
| '{' should be on the previous line. | 117 | |
| Missing a Javadoc comment. | 121 | |
| '{' should be on the previous line. | 123 | |
| Missing a Javadoc comment. | 127 | |
| '{' should be on the previous line. | 129 | |
| Missing a Javadoc comment. | 133 | |
| Parameter o should be final. | 133 | |
| '{' should be on the previous line. | 134 | |
| Missing a Javadoc comment. | 138 | |
| '{' should be on the previous line. | 140 | |
| Missing a Javadoc comment. | 144 | |
| Parameter obj should be final. | 145 | |
| '{' should be on the previous line. | 146 | |
| '{' should be on the previous line. | 148 | |
| '{' should be on the previous line. | 152 | |
| '{' should be on the previous line. | 157 | |
| Missing a Javadoc comment. | 163 | |
| '{' should be on the previous line. | 165 | |
| Missing a Javadoc comment. | 169 | |
| '{' should be on the previous line. | 171 | |
| Missing a Javadoc comment. | 175 | |
| '{' should be on the previous line. | 177 | |
| '16' is a magic number. | 178 | |
| Missing a Javadoc comment. | 181 | |
| Parameter val should be final. | 182 | |
| '{' should be on the previous line. | 183 | |
| 'if' construct must use '{}'s. | 184 | |
| 'else' construct must use '{}'s. | 186 | |
| Missing a Javadoc comment. | 190 | |
| '{' should be on the previous line. | 192 | |
| Missing a Javadoc comment. | 196 | |
| Parameter val should be final. | 197 | |
| '{' should be on the previous line. | 198 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |