Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
17 0 0 822

Rules

Rules Violations Severity
PackageHtml 2 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 251 Errors Error
JavadocType 8 Errors Error
JavadocVariable 43 Errors Error
JavadocStyle 5 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 3 Errors Error
FileLength 0 Errors Error
LineLength 50 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 2 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 1 Errors Error
OperatorWrap 0 Errors Error
ParenPad 8 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 7 Errors Error
WhitespaceAround 36 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 8 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 267 Errors Error
NeedBraces 21 Errors Error
RightCurly 3 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 2 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 11 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 4 Errors Error
FinalParameters 84 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
4 Errors Error
TodoComment 1 Errors Error
UpperEll 0 Errors Error

Details

net/sf/zel/math/ExtendedMathContext.java

Violation Message Line
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 33
Errors Line is longer than 80 characters. 36
Errors Missing a Javadoc comment. 36
Errors ',' is not followed by whitespace. 36
Errors Missing a Javadoc comment. 42
Errors '{' should be on the previous line. 44
Errors Missing a Javadoc comment. 48
Errors '{' should be on the previous line. 50
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 62
Errors First sentence should end with a period. 66
Errors '{' should be on the previous line. 71
Errors Missing a Javadoc comment. 72
Errors '{' is not followed by whitespace. 72
Errors '}' is not preceded with whitespace. 72
Errors Missing a Javadoc comment. 73
Errors Line is longer than 80 characters. 74
Errors Missing a Javadoc comment. 76
Errors Line is longer than 80 characters. 77
Errors Missing a Javadoc comment. 79
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 83
Errors Missing a Javadoc comment. 83
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '>' is not preceded with whitespace. 84
Errors '>' is not followed by whitespace. 84

net/sf/zel/math/MathUtil.java

Violation Message Line
Errors Missing a Javadoc comment. 14
Errors '{' is not followed by whitespace. 14
Errors '}' is not preceded with whitespace. 14
Errors Missing a Javadoc comment. 16
Errors '{' should be on the previous line. 17
Errors 'while' construct must use '{}'s. 19

net/sf/zel/math/StringUtil.java

Violation Message Line
Errors Missing a Javadoc comment. 17
Errors '{' is not followed by whitespace. 17
Errors '}' is not preceded with whitespace. 17
Errors Expected @param tag for 's1'. 26
Errors Expected @param tag for 's2'. 26
Errors '{' should be on the previous line. 27
Errors Line has trailing spaces. 30
Errors 'for' construct must use '{}'s. 34
Errors '=' is not followed by whitespace. 34
Errors '<' is not preceded with whitespace. 34
Errors '-' is not preceded with whitespace. 35
Errors '-' is not followed by whitespace. 35
Errors ';' is preceded with whitespace. 37
Errors '<' is not preceded with whitespace. 37
Errors '{' should be on the previous line. 38
Errors '-' is not preceded with whitespace. 41
Errors '-' is not followed by whitespace. 41
Errors 'for' construct must use '{}'s. 42
Errors '=' is not followed by whitespace. 42
Errors '<' is not preceded with whitespace. 42
Errors '(' is preceded with whitespace. 43
Errors '(' is followed by whitespace. 43
Errors '-' is not preceded with whitespace. 43
Errors '-' is not followed by whitespace. 43
Errors '(' is preceded with whitespace. 44
Errors '(' is followed by whitespace. 44
Errors '-' is not preceded with whitespace. 44
Errors '-' is not followed by whitespace. 44
Errors ')' is preceded with whitespace. 44
Errors '-' is not preceded with whitespace. 47
Errors '-' is not followed by whitespace. 47
Errors Missing a Javadoc comment. 50
Errors Redundant 'final' modifier. 50
Errors '{' should be on the previous line. 51
Errors 'if' construct must use '{}'s. 52
Errors 'else' construct must use '{}'s. 54

net/sf/zel/math/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/sf/zel/nr/ExtendedNumber.java

Violation Message Line
Errors Unused import - net.sf.zel.math.ExtendedMathContext. 20
Errors Unused import - java.math.MathContext. 23
Errors Unused import - java.math.RoundingMode. 24
Errors Line is longer than 80 characters. 28
Errors '{' should be on the previous line. 36
Errors Missing a Javadoc comment. 37
Errors '{' is not followed by whitespace. 37
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 37
Errors '}' is not preceded with whitespace. 37
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 49
Errors First sentence should end with a period. 51
Errors Expected an @return tag. 54
Errors Missing a Javadoc comment. 56

net/sf/zel/nr/Operable.java

Violation Message Line
Errors Line is longer than 80 characters. 10
Errors Line has trailing spaces. 11
Errors Type Javadoc comment is missing an @param <T> tag. 14
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors Missing a Javadoc comment. 17
Errors Redundant 'public' modifier. 17
Errors Missing a Javadoc comment. 19
Errors Redundant 'public' modifier. 19
Errors Missing a Javadoc comment. 21
Errors Redundant 'public' modifier. 21
Errors Missing a Javadoc comment. 23
Errors Redundant 'public' modifier. 23
Errors Missing a Javadoc comment. 25
Errors Redundant 'public' modifier. 25
Errors Missing a Javadoc comment. 27
Errors Redundant 'public' modifier. 27
Errors Missing a Javadoc comment. 29
Errors Redundant 'public' modifier. 29

net/sf/zel/nr/OperableBigDecimal.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Line is longer than 80 characters. 32
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 36
Errors '{' should be on the previous line. 37
Errors Missing a Javadoc comment. 41
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors Missing a Javadoc comment. 46
Errors '{' should be on the previous line. 48
Errors Missing a Javadoc comment. 52
Errors Parameter addend should be final. 53
Errors '{' should be on the previous line. 54
Errors Line is longer than 80 characters. 56
Errors ')' is preceded with whitespace. 56
Errors Missing a Javadoc comment. 59
Errors Parameter subtrahend should be final. 60
Errors '{' should be on the previous line. 61
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 63
Errors ')' is preceded with whitespace. 63
Errors Missing a Javadoc comment. 67
Errors Parameter multiplier should be final. 68
Errors '{' should be on the previous line. 69
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 71
Errors ')' is preceded with whitespace. 71
Errors Missing a Javadoc comment. 74
Errors Parameter divisor should be final. 75
Errors '{' should be on the previous line. 76
Errors Line is longer than 80 characters. 78
Errors ')' is preceded with whitespace. 78
Errors Missing a Javadoc comment. 82
Errors Parameter divisor should be final. 83
Errors '{' should be on the previous line. 84
Errors Line is longer than 80 characters. 85
Errors Missing a Javadoc comment. 88
Errors '{' should be on the previous line. 90
Errors Missing a Javadoc comment. 94
Errors '{' should be on the previous line. 96
Errors Missing a Javadoc comment. 100
Errors Parameter o should be final. 100
Errors '{' should be on the previous line. 101
Errors Missing a Javadoc comment. 105
Errors '{' should be on the previous line. 107
Errors Missing a Javadoc comment. 111
Errors Missing a Javadoc comment. 116
Errors '{' should be on the previous line. 118
Errors Missing a Javadoc comment. 122
Errors '{' should be on the previous line. 124
Errors Missing a Javadoc comment. 128
Errors '{' should be on the previous line. 130
Errors Missing a Javadoc comment. 134
Errors '{' should be on the previous line. 136
Errors Missing a Javadoc comment. 140
Errors Parameter o should be final. 141
Errors '{' should be on the previous line. 142
Errors 'cast' is not followed by whitespace. 143
Errors Missing a Javadoc comment. 146
Errors '{' should be on the previous line. 148
Errors Missing a Javadoc comment. 152
Errors Parameter obj should be final. 153
Errors '{' should be on the previous line. 154
Errors '{' should be on the previous line. 156
Errors '{' should be on the previous line. 160
Errors Line is longer than 80 characters. 164
Errors Missing a Javadoc comment. 171
Errors '{' should be on the previous line. 173
Errors Missing a Javadoc comment. 177
Errors '{' should be on the previous line. 179
Errors Missing a Javadoc comment. 183
Errors '{' should be on the previous line. 185
Errors Missing a Javadoc comment. 189
Errors '{' should be on the previous line. 191
Errors 'if' construct must use '{}'s. 192
Errors 'else' construct must use '{}'s. 194
Errors Missing a Javadoc comment. 198
Errors '{' should be on the previous line. 200
Errors Missing a Javadoc comment. 204
Errors Parameter val should be final. 205
Errors '{' should be on the previous line. 206

net/sf/zel/nr/OperableBigInteger.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Line is longer than 80 characters. 32
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 36
Errors '{' should be on the previous line. 37
Errors Missing a Javadoc comment. 41
Errors '{' should be on the previous line. 42
Errors Missing a Javadoc comment. 46
Errors '{' should be on the previous line. 48
Errors Missing a Javadoc comment. 52
Errors '{' should be on the previous line. 54
Errors Missing a Javadoc comment. 58
Errors '{' should be on the previous line. 60
Errors Line is longer than 80 characters. 61
Errors Missing a Javadoc comment. 64
Errors '{' should be on the previous line. 66
Errors Line is longer than 80 characters. 67
Errors Missing a Javadoc comment. 70
Errors '{' should be on the previous line. 72
Errors Missing a Javadoc comment. 76
Errors '{' should be on the previous line. 78
Errors Missing a Javadoc comment. 82
Errors '{' should be on the previous line. 84
Errors Missing a Javadoc comment. 88
Errors '{' should be on the previous line. 90
Errors Missing a Javadoc comment. 94
Errors Parameter o should be final. 95
Errors '{' should be on the previous line. 96
Errors Missing a Javadoc comment. 100
Errors '{' should be on the previous line. 102
Errors Missing a Javadoc comment. 106
Errors '{' should be on the previous line. 108
Errors Missing a Javadoc comment. 112
Errors '{' should be on the previous line. 114
Errors Missing a Javadoc comment. 118
Errors '{' should be on the previous line. 120
Errors Missing a Javadoc comment. 124
Errors '{' should be on the previous line. 126
Errors Missing a Javadoc comment. 130
Errors '{' should be on the previous line. 132
Errors Missing a Javadoc comment. 137
Errors '{' should be on the previous line. 139
Errors Missing a Javadoc comment. 143
Errors '{' should be on the previous line. 145
Errors '{' should be on the previous line. 147
Errors '{' should be on the previous line. 151
Errors Line is longer than 80 characters. 155
Errors Missing a Javadoc comment. 162
Errors '{' should be on the previous line. 164
Errors Missing a Javadoc comment. 168
Errors '{' should be on the previous line. 170
Errors Missing a Javadoc comment. 174
Errors '{' should be on the previous line. 176
Errors Missing a Javadoc comment. 180
Errors '{' should be on the previous line. 182
Errors Missing a Javadoc comment. 186
Errors '{' should be on the previous line. 188
Errors Missing a Javadoc comment. 192
Errors Parameter val should be final. 193
Errors '{' should be on the previous line. 194

net/sf/zel/nr/OperableDouble.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' should be on the previous line. 35
Errors Missing a Javadoc comment. 39
Errors '{' should be on the previous line. 40
Errors Missing a Javadoc comment. 45
Errors '{' should be on the previous line. 47
Errors Missing a Javadoc comment. 51
Errors '{' should be on the previous line. 53
Errors Missing a Javadoc comment. 57
Errors '{' should be on the previous line. 59
Errors Missing a Javadoc comment. 63
Errors '{' should be on the previous line. 65
Errors Missing a Javadoc comment. 69
Errors '{' should be on the previous line. 71
Errors Missing a Javadoc comment. 75
Errors '{' should be on the previous line. 77
Errors Line is longer than 80 characters. 78
Errors Missing a Javadoc comment. 81
Errors '{' should be on the previous line. 83
Errors Missing a Javadoc comment. 87
Errors '{' should be on the previous line. 89
Errors 'cast' is not followed by whitespace. 90
Errors Missing a Javadoc comment. 93
Errors Parameter o should be final. 94
Errors '{' should be on the previous line. 95
Errors '{' should be on the previous line. 98
Errors '{' should be on the previous line. 101
Errors '{' should be on the previous line. 104
Errors Missing a Javadoc comment. 109
Errors '{' should be on the previous line. 111
Errors Missing a Javadoc comment. 115
Errors Missing a Javadoc comment. 120
Errors '{' should be on the previous line. 122
Errors Missing a Javadoc comment. 126
Errors '{' should be on the previous line. 128
Errors Missing a Javadoc comment. 132
Errors '{' should be on the previous line. 134
Errors Missing a Javadoc comment. 138
Errors '{' should be on the previous line. 140
Errors Missing a Javadoc comment. 146
Errors '{' should be on the previous line. 148
Errors Missing a Javadoc comment. 152
Errors Parameter obj should be final. 153
Errors '{' should be on the previous line. 154
Errors '{' should be on the previous line. 156
Errors '{' should be on the previous line. 160
Errors '{' should be on the previous line. 165
Errors Missing a Javadoc comment. 171
Errors '{' should be on the previous line. 173
Errors '7' is a magic number. 174
Errors Line is longer than 80 characters. 175
Errors '37' is a magic number. 175
Errors '32' is a magic number. 175
Errors Missing a Javadoc comment. 179
Errors '{' should be on the previous line. 181
Errors Missing a Javadoc comment. 185
Errors '{' should be on the previous line. 187
Errors '64' is a magic number. 188
Errors Missing a Javadoc comment. 191
Errors Parameter val should be final. 192
Errors '{' should be on the previous line. 193
Errors 'if' construct must use '{}'s. 194
Errors 'else' construct must use '{}'s. 196
Errors Missing a Javadoc comment. 200
Errors '{' should be on the previous line. 202
Errors Missing a Javadoc comment. 206
Errors Parameter val should be final. 207
Errors '{' should be on the previous line. 208

net/sf/zel/nr/OperableGNUBigFloat.java

Violation Message Line
Errors First sentence should end with a period. 13
Errors '{' should be on the previous line. 23
Errors First sentence should end with a period. 25
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 35
Errors '{' should be on the previous line. 36
Errors Line is longer than 80 characters. 37
Errors Missing a Javadoc comment. 41
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors '10' is a magic number. 44
Errors Missing a Javadoc comment. 47
Errors 'pointer' hides a field. 47
Errors '{' should be on the previous line. 48
Errors Line is longer than 80 characters. 50
Errors Missing a Javadoc comment. 53
Errors '{' should be on the previous line. 55
Errors '{' should be on the previous line. 57
Errors '}' should be on the same line. 59
Errors '{' should be on the previous line. 61
Errors Missing a Javadoc comment. 66
Errors Parameter number should be final. 66
Errors Parameter precision should be final. 66
Errors Missing a Javadoc comment. 68
Errors Parameter pointer should be final. 68
Errors Missing a Javadoc comment. 70
Errors Parameter number should be final. 70
Errors Array brackets at illegal position. 70
Errors Parameter base should be final. 70
Errors Line is longer than 80 characters. 72
Errors Missing a Javadoc comment. 72
Errors Parameter pointer should be final. 72
Errors Parameter base should be final. 72
Errors Parameter precision should be final. 72
Errors Missing a Javadoc comment. 74
Errors Parameter a should be final. 74
Errors Parameter b should be final. 74
Errors Missing a Javadoc comment. 76
Errors Parameter a should be final. 76
Errors Parameter b should be final. 76
Errors Missing a Javadoc comment. 78
Errors Parameter a should be final. 78
Errors Parameter b should be final. 78
Errors Missing a Javadoc comment. 80
Errors Parameter a should be final. 80
Errors Parameter b should be final. 80
Errors Missing a Javadoc comment. 83
Errors '{' should be on the previous line. 85
Errors Line is longer than 80 characters. 86
Errors Missing a Javadoc comment. 89
Errors '{' should be on the previous line. 91
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 95
Errors '{' should be on the previous line. 97
Errors Line is longer than 80 characters. 98
Errors Missing a Javadoc comment. 101
Errors '{' should be on the previous line. 103
Errors Line is longer than 80 characters. 104
Errors Missing a Javadoc comment. 107
Errors '{' should be on the previous line. 109
Errors Line is longer than 80 characters. 110
Errors Missing a Javadoc comment. 113
Errors '{' should be on the previous line. 115
Errors Missing a Javadoc comment. 119
Errors '{' should be on the previous line. 121
Errors Missing a Javadoc comment. 125
Errors '{' should be on the previous line. 127
Errors Missing a Javadoc comment. 132
Errors '{' should be on the previous line. 134
Errors Missing a Javadoc comment. 138
Errors '{' should be on the previous line. 140
Errors Missing a Javadoc comment. 144
Errors '{' should be on the previous line. 146
Errors Missing a Javadoc comment. 150
Errors '{' should be on the previous line. 152
Errors Missing a Javadoc comment. 156
Errors '{' should be on the previous line. 158
Errors Missing a Javadoc comment. 162
Errors '{' should be on the previous line. 164
Errors Line is longer than 80 characters. 165
Errors '10' is a magic number. 165
Errors Missing a Javadoc comment. 168
Errors Parameter o should be final. 168
Errors '{' should be on the previous line. 169
Errors Missing a Javadoc comment. 173
Errors '{' should be on the previous line. 175
Errors Missing a Javadoc comment. 179
Errors '{' should be on the previous line. 181
Errors Missing a Javadoc comment. 185
Errors '{' should be on the previous line. 187
Errors Missing a Javadoc comment. 191
Errors '{' should be on the previous line. 193
Errors 'if' construct must use '{}'s. 194
Errors 'else' construct must use '{}'s. 196
Errors Missing a Javadoc comment. 200
Errors '{' should be on the previous line. 202
Errors Missing a Javadoc comment. 206
Errors Parameter val should be final. 207
Errors '{' should be on the previous line. 208

net/sf/zel/nr/OperableGNUBigInteger.java

Violation Message Line
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 19
Errors First sentence should end with a period. 20
Errors Line is longer than 80 characters. 25
Errors Missing a Javadoc comment. 25
Errors Line is longer than 80 characters. 26
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 29
Errors Missing a Javadoc comment. 33
Errors '{' should be on the previous line. 34
Errors '10' is a magic number. 35
Errors Missing a Javadoc comment. 38
Errors 'pointer' hides a field. 38
Errors '{' should be on the previous line. 39
Errors Missing a Javadoc comment. 43
Errors '{' should be on the previous line. 45
Errors '{' should be on the previous line. 47
Errors '}' should be on the same line. 49
Errors '{' should be on the previous line. 51
Errors Missing a Javadoc comment. 56
Errors Parameter number should be final. 56
Errors Missing a Javadoc comment. 58
Errors Parameter pointer should be final. 58
Errors Missing a Javadoc comment. 60
Errors '{' should be on the previous line. 62
Errors Missing a Javadoc comment. 66
Errors Parameter number should be final. 66
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 67
Errors Missing a Javadoc comment. 69
Errors Parameter number should be final. 69
Errors Array brackets at illegal position. 69
Errors Parameter base should be final. 69
Errors Missing a Javadoc comment. 71
Errors Parameter pointer should be final. 71
Errors Parameter base should be final. 71
Errors Line has trailing spaces. 74
Errors Expected an @return tag. 76
Errors Parameter a should be final. 76
Errors Expected @param tag for 'a'. 76
Errors Array brackets at illegal position. 76
Errors Parameter b should be final. 76
Errors Expected @param tag for 'b'. 76
Errors Array brackets at illegal position. 76
Errors Missing a Javadoc comment. 78
Errors Parameter a should be final. 78
Errors Parameter b should be final. 78
Errors Missing a Javadoc comment. 80
Errors Parameter a should be final. 80
Errors Parameter b should be final. 80
Errors Missing a Javadoc comment. 82
Errors Parameter a should be final. 82
Errors Parameter b should be final. 82
Errors Missing a Javadoc comment. 84
Errors Parameter a should be final. 84
Errors Parameter b should be final. 84
Errors Missing a Javadoc comment. 86
Errors Parameter a should be final. 86
Errors Parameter b should be final. 86
Errors Missing a Javadoc comment. 88
Errors Parameter addend should be final. 89
Errors '{' should be on the previous line. 90
Errors Line is longer than 80 characters. 91
Errors Missing a Javadoc comment. 94
Errors Parameter subtrahend should be final. 95
Errors '{' should be on the previous line. 96
Errors Line is longer than 80 characters. 97
Errors Missing a Javadoc comment. 100
Errors Parameter multiplier should be final. 101
Errors '{' should be on the previous line. 102
Errors Line is longer than 80 characters. 103
Errors Missing a Javadoc comment. 106
Errors Parameter divisor should be final. 107
Errors '{' should be on the previous line. 108
Errors Line is longer than 80 characters. 109
Errors Missing a Javadoc comment. 112
Errors Parameter divisor should be final. 113
Errors '{' should be on the previous line. 114
Errors Line is longer than 80 characters. 115
Errors Missing a Javadoc comment. 118
Errors '{' should be on the previous line. 120
Errors Missing a Javadoc comment. 124
Errors '{' should be on the previous line. 126
Errors Missing a Javadoc comment. 130
Errors '{' should be on the previous line. 132
Errors Missing a Javadoc comment. 136
Errors '{' should be on the previous line. 138
Errors Missing a Javadoc comment. 142
Errors '{' should be on the previous line. 144
Errors Missing a Javadoc comment. 148
Errors '{' should be on the previous line. 150
Errors Missing a Javadoc comment. 154
Errors '{' should be on the previous line. 156
Errors Missing a Javadoc comment. 160
Errors '{' should be on the previous line. 162
Errors Missing a Javadoc comment. 166
Errors '{' should be on the previous line. 168
Errors '10' is a magic number. 169
Errors Comment matches to-do format 'TODO:'. 173
Errors Expected an @return tag. 179
Errors Expected @param tag for 'o'. 180
Errors '{' should be on the previous line. 181
Errors '(' is followed by whitespace. 184
Errors '{' should be on the previous line. 185
Errors '{' should be on the previous line. 188
Errors '{' should be on the previous line. 191
Errors Missing a Javadoc comment. 196
Errors '{' should be on the previous line. 198
Errors Missing a Javadoc comment. 202
Errors '{' should be on the previous line. 204
Errors Missing a Javadoc comment. 208
Errors Parameter val should be final. 209
Errors '{' should be on the previous line. 210
Errors 'if' construct must use '{}'s. 211
Errors 'else' construct must use '{}'s. 213
Errors Missing a Javadoc comment. 217
Errors '{' should be on the previous line. 219
Errors Missing a Javadoc comment. 223
Errors Parameter val should be final. 224
Errors '{' should be on the previous line. 225

net/sf/zel/nr/OperableGNUNumber.java

Violation Message Line
Errors '{' should be on the previous line. 16
Errors '{' should be on the previous line. 22
Errors Line is longer than 80 characters. 23
Errors '{' should be on the previous line. 25
Errors Line is longer than 80 characters. 26

net/sf/zel/nr/OperableInteger.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 36
Errors '{' should be on the previous line. 37
Errors Missing a Javadoc comment. 41
Errors '{' should be on the previous line. 42
Errors Missing a Javadoc comment. 47
Errors '{' should be on the previous line. 48
Errors Missing a Javadoc comment. 53
Errors '{' should be on the previous line. 55
Errors Missing a Javadoc comment. 59
Errors Parameter addend should be final. 60
Errors '{' should be on the previous line. 61
Errors 'if' construct must use '{}'s. 62
Errors '{' should be on the previous line. 65
Errors '{' should be on the previous line. 69
Errors '{' should be on the previous line. 72
Errors Missing a Javadoc comment. 78
Errors Parameter subtrahend should be final. 79
Errors '{' should be on the previous line. 80
Errors '{' should be on the previous line. 82
Errors '{' should be on the previous line. 85
Errors '{' should be on the previous line. 90
Errors Line is longer than 80 characters. 91
Errors '{' should be on the previous line. 93
Errors Missing a Javadoc comment. 100
Errors Parameter multiplier should be final. 101
Errors '{' should be on the previous line. 102
Errors '{' should be on the previous line. 104
Errors '{' should be on the previous line. 107
Errors 'cast' is not followed by whitespace. 108
Errors Missing a Javadoc comment. 112
Errors Parameter divisor should be final. 113
Errors '{' should be on the previous line. 114
Errors '{' should be on the previous line. 116
Errors '}' should be on the same line. 118
Errors 'else' construct must use '{}'s. 119
Errors 'cast' is not followed by whitespace. 120
Errors Missing a Javadoc comment. 123
Errors Parameter divisor should be final. 124
Errors '{' should be on the previous line. 125
Errors 'cast' is not followed by whitespace. 126
Errors Missing a Javadoc comment. 129
Errors '{' should be on the previous line. 131
Errors Missing a Javadoc comment. 135
Errors '{' should be on the previous line. 137
Errors Missing a Javadoc comment. 141
Errors '{' should be on the previous line. 143
Errors Missing a Javadoc comment. 147
Errors Missing a Javadoc comment. 152
Errors '{' should be on the previous line. 154
Errors Missing a Javadoc comment. 158
Errors '{' should be on the previous line. 160
Errors Missing a Javadoc comment. 164
Errors '{' should be on the previous line. 166
Errors Missing a Javadoc comment. 170
Errors '{' should be on the previous line. 172
Errors Missing a Javadoc comment. 177
Errors '{' should be on the previous line. 179
Errors 'cast' is not followed by whitespace. 180
Errors Missing a Javadoc comment. 183
Errors '{' should be on the previous line. 185
Errors Missing a Javadoc comment. 189
Errors Parameter obj should be final. 190
Errors '{' should be on the previous line. 191
Errors '{' should be on the previous line. 193
Errors '{' should be on the previous line. 197
Errors '{' should be on the previous line. 202
Errors Missing a Javadoc comment. 208
Errors '{' should be on the previous line. 210
Errors Missing a Javadoc comment. 214
Errors '{' should be on the previous line. 216
Errors Missing a Javadoc comment. 220
Errors '{' should be on the previous line. 222
Errors '32' is a magic number. 223
Errors Missing a Javadoc comment. 226
Errors '{' should be on the previous line. 228
Errors 'if' construct must use '{}'s. 229
Errors 'else' construct must use '{}'s. 231
Errors Missing a Javadoc comment. 235
Errors '{' should be on the previous line. 237
Errors Missing a Javadoc comment. 241
Errors Parameter val should be final. 242
Errors '{' should be on the previous line. 243

net/sf/zel/nr/OperableLong.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' should be on the previous line. 35
Errors Missing a Javadoc comment. 39
Errors '{' should be on the previous line. 40
Errors Missing a Javadoc comment. 45
Errors '{' should be on the previous line. 47
Errors Missing a Javadoc comment. 51
Errors Parameter addend should be final. 52
Errors '{' should be on the previous line. 53
Errors '{' should be on the previous line. 57
Errors Line is longer than 80 characters. 58
Errors '{' should be on the previous line. 60
Errors Missing a Javadoc comment. 65
Errors Parameter subtrahend should be final. 66
Errors '{' should be on the previous line. 67
Errors '{' should be on the previous line. 71
Errors Line is longer than 80 characters. 72
Errors '{' should be on the previous line. 74
Errors Missing a Javadoc comment. 79
Errors Parameter multiplier should be final. 80
Errors '{' should be on the previous line. 81
Errors Line is longer than 80 characters. 82
Errors Missing a Javadoc comment. 85
Errors Parameter divisor should be final. 86
Errors '{' should be on the previous line. 87
Errors Missing a Javadoc comment. 91
Errors Parameter divisor should be final. 92
Errors '{' should be on the previous line. 93
Errors Missing a Javadoc comment. 97
Errors '{' should be on the previous line. 99
Errors Missing a Javadoc comment. 103
Errors '{' should be on the previous line. 105
Errors Missing a Javadoc comment. 109
Errors Parameter o should be final. 109
Errors '{' should be on the previous line. 110
Errors '{' should be on the previous line. 113
Errors '{' should be on the previous line. 116
Errors '{' should be on the previous line. 119
Errors Missing a Javadoc comment. 124
Errors '{' should be on the previous line. 126
Errors Missing a Javadoc comment. 130
Errors '{' should be on the previous line. 132
Errors Missing a Javadoc comment. 136
Errors '{' should be on the previous line. 138
Errors Missing a Javadoc comment. 142
Errors '{' should be on the previous line. 144
Errors Missing a Javadoc comment. 148
Errors '{' should be on the previous line. 150
Errors Missing a Javadoc comment. 154
Errors '{' should be on the previous line. 156
Errors Missing a Javadoc comment. 160
Errors '{' should be on the previous line. 162
Errors '{' should be on the previous line. 165
Errors '{' should be on the previous line. 168
Errors '{' should be on the previous line. 171
Errors Missing a Javadoc comment. 176
Errors '{' should be on the previous line. 178
Errors Missing a Javadoc comment. 182
Errors Parameter obj should be final. 183
Errors '{' should be on the previous line. 184
Errors '{' should be on the previous line. 186
Errors '{' should be on the previous line. 190
Errors '{' should be on the previous line. 195
Errors Missing a Javadoc comment. 201
Errors '{' should be on the previous line. 203
Errors Missing a Javadoc comment. 207
Errors '{' should be on the previous line. 209
Errors Missing a Javadoc comment. 213
Errors '{' should be on the previous line. 215
Errors '64' is a magic number. 216
Errors Missing a Javadoc comment. 219
Errors '{' should be on the previous line. 221
Errors 'if' construct must use '{}'s. 222
Errors 'else' construct must use '{}'s. 224
Errors Missing a Javadoc comment. 228
Errors '{' should be on the previous line. 230
Errors Missing a Javadoc comment. 234
Errors Parameter val should be final. 235
Errors '{' should be on the previous line. 236

net/sf/zel/nr/OperableNumber.java

Violation Message Line
Errors '<' is not preceded with whitespace. 13
Errors '<' is not followed by whitespace. 13
Errors '>' is not preceded with whitespace. 13
Errors '{' should be on the previous line. 14
Errors Line has trailing spaces. 25

net/sf/zel/nr/OperableShort.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 30
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 35
Errors '{' should be on the previous line. 36
Errors Missing a Javadoc comment. 40
Errors '{' should be on the previous line. 41
Errors Missing a Javadoc comment. 45
Errors '{' should be on the previous line. 47
Errors Missing a Javadoc comment. 51
Errors Parameter addend should be final. 52
Errors '{' should be on the previous line. 53
Errors Missing a Javadoc comment. 57
Errors Parameter subtrahend should be final. 58
Errors '{' should be on the previous line. 59
Errors Missing a Javadoc comment. 63
Errors Parameter multiplier should be final. 64
Errors '{' should be on the previous line. 65
Errors Missing a Javadoc comment. 69
Errors Parameter divisor should be final. 70
Errors '{' should be on the previous line. 71
Errors Missing a Javadoc comment. 75
Errors Parameter divisor should be final. 76
Errors '{' should be on the previous line. 77
Errors Missing a Javadoc comment. 81
Errors Parameter o should be final. 81
Errors '{' should be on the previous line. 82
Errors Missing a Javadoc comment. 86
Errors '{' should be on the previous line. 88
Errors Missing a Javadoc comment. 92
Errors '{' should be on the previous line. 94
Errors Missing a Javadoc comment. 98
Errors '{' should be on the previous line. 100
Errors Missing a Javadoc comment. 104
Errors Missing a Javadoc comment. 109
Errors '{' should be on the previous line. 111
Errors Missing a Javadoc comment. 115
Errors '{' should be on the previous line. 117
Errors Missing a Javadoc comment. 121
Errors '{' should be on the previous line. 123
Errors Missing a Javadoc comment. 127
Errors '{' should be on the previous line. 129
Errors Missing a Javadoc comment. 133
Errors Parameter o should be final. 133
Errors '{' should be on the previous line. 134
Errors Missing a Javadoc comment. 138
Errors '{' should be on the previous line. 140
Errors Missing a Javadoc comment. 144
Errors Parameter obj should be final. 145
Errors '{' should be on the previous line. 146
Errors '{' should be on the previous line. 148
Errors '{' should be on the previous line. 152
Errors '{' should be on the previous line. 157
Errors Missing a Javadoc comment. 163
Errors '{' should be on the previous line. 165
Errors Missing a Javadoc comment. 169
Errors '{' should be on the previous line. 171
Errors Missing a Javadoc comment. 175
Errors '{' should be on the previous line. 177
Errors '16' is a magic number. 178
Errors Missing a Javadoc comment. 181
Errors Parameter val should be final. 182
Errors '{' should be on the previous line. 183
Errors 'if' construct must use '{}'s. 184
Errors 'else' construct must use '{}'s. 186
Errors Missing a Javadoc comment. 190
Errors '{' should be on the previous line. 192
Errors Missing a Javadoc comment. 196
Errors Parameter val should be final. 197
Errors '{' should be on the previous line. 198

net/sf/zel/nr/package.html

Violation Message Line
Errors Missing package documentation file. 0