The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
28 | 0 | 0 | 137 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod
| 69 | Error |
JavadocType | 0 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
| 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 3 | Error |
UnusedImports | 5 | Error |
FileLength | 0 | Error |
LineLength
| 1 | Error |
MethodLength | 0 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad | 0 | Error |
NoWhitespaceAfter
| 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 33 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 6 | Error |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 9 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
ArrayTypeStyle | 3 | Error |
GenericIllegalRegexp
| 6 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 189 | |
Expected an @return tag. | 267 | |
Expected an @return tag. | 281 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 257 | |
Expected an @return tag. | 271 | |
Expected an @return tag. | 293 |
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.shale.remoting.logger.Logger. | 21 | |
Line has trailing spaces. | 27 | |
Expected an @return tag. | 40 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.shale.remoting.Mappings. | 33 | |
Expected an @return tag. | 142 | |
Expected an @return tag. | 155 |
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.shale.remoting.impl.FilteringProcessor. | 28 | |
Unused import - org.apache.shale.remoting.Processor. | 29 | |
Expected an @return tag. | 150 | |
Expected an @return tag. | 178 | |
Expected an @return tag. | 221 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Expected an @return tag. | 35 | |
Redundant 'public' modifier. | 35 | |
Expected an @return tag. | 43 | |
Redundant 'public' modifier. | 43 | |
Expected an @return tag. | 51 | |
Redundant 'public' modifier. | 51 | |
Expected an @return tag. | 59 | |
Redundant 'public' modifier. | 59 | |
Expected an @return tag. | 67 | |
Redundant 'public' modifier. | 67 | |
Expected an @return tag. | 75 | |
Redundant 'public' modifier. | 75 | |
Redundant 'public' modifier. | 91 | |
Redundant 'public' modifier. | 105 | |
Redundant 'public' modifier. | 119 | |
Redundant 'public' modifier. | 133 | |
Redundant 'public' modifier. | 147 | |
Redundant 'public' modifier. | 161 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 39 | |
Expected an @return tag. | 46 | |
Redundant 'public' modifier. | 46 | |
Expected an @return tag. | 56 | |
Redundant 'public' modifier. | 56 | |
Expected an @return tag. | 64 | |
Redundant 'public' modifier. | 64 | |
Expected an @return tag. | 74 | |
Redundant 'public' modifier. | 74 | |
Redundant 'public' modifier. | 87 | |
Expected an @return tag. | 96 | |
Redundant 'public' modifier. | 96 | |
Redundant 'public' modifier. | 107 | |
Redundant 'public' modifier. | 116 | |
Redundant 'public' modifier. | 126 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 141 | |
Expected an @return tag. | 159 | |
Expected an @return tag. | 180 | |
Expected an @return tag. | 250 | |
Expected an @return tag. | 263 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 125 | |
Line has trailing spaces. | 186 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Expected an @return tag. | 155 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Expected an @return tag. | 156 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.shale.remoting.Processor. | 27 | |
Expected an @return tag. | 131 |
Violation | Message | Line |
---|---|---|
'0xff' is a magic number. | 258 | |
'0x22' is a magic number. | 261 | |
'0x26' is a magic number. | 263 | |
'0x27' is a magic number. | 265 | |
'0x3C' is a magic number. | 267 | |
'0X3E' is a magic number. | 269 | |
Expected an @return tag. | 359 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.shale.remoting.Processor. | 26 | |
Expected an @return tag. | 121 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 79 | |
More than 7 parameters. | 116 | |
Expected an @return tag. | 215 | |
Expected an @return tag. | 318 | |
Expected an @return tag. | 332 | |
Expected an @return tag. | 348 | |
Empty statement. | 384 | |
Expected an @return tag. | 445 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 33 | |
Redundant 'public' modifier. | 33 | |
Redundant 'public' modifier. | 42 | |
Expected an @return tag. | 52 | |
Redundant 'public' modifier. | 52 | |
Redundant 'public' modifier. | 60 | |
Expected an @return tag. | 68 | |
Redundant 'public' modifier. | 68 | |
Redundant 'public' modifier. | 76 | |
Expected an @return tag. | 83 | |
Redundant 'public' modifier. | 83 | |
Redundant 'public' modifier. | 91 | |
Expected an @return tag. | 101 | |
Redundant 'public' modifier. | 101 | |
Expected an @return tag. | 112 | |
Redundant 'public' modifier. | 112 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.shale.remoting.Processor. | 41 | |
'1000L' is a magic number. | 127 | |
Empty statement. | 149 | |
Empty statement. | 152 | |
'1024' is a magic number. | 169 | |
Expected an @return tag. | 224 | |
Expected an @return tag. | 246 | |
Expected an @return tag. | 273 | |
Expected an @return tag. | 291 | |
Expected an @return tag. | 334 | |
Expected an @return tag. | 355 | |
Expected an @return tag. | 370 | |
Expected an @return tag. | 390 | |
Expected an @return tag. | 409 | |
Expected an @return tag. | 451 | |
Expected an @return tag. | 465 | |
Expected an @return tag. | 567 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 60 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 67 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 59 | |
Expected an @return tag. | 79 | |
Expected an @return tag. | 105 | |
Expected an @return tag. | 158 | |
Expected an @return tag. | 227 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Array brackets at illegal position. | 50 | |
Array brackets at illegal position. | 63 | |
Expected an @return tag. | 74 | |
Expected an @return tag. | 95 | |
Expected an @return tag. | 121 | |
Expected an @return tag. | 158 | |
Array brackets at illegal position. | 158 | |
Expected an @return tag. | 204 | |
'0xff' is a magic number. | 218 | |
Empty statement. | 233 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 46 |