The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 2 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 1 | Error |
MemberName | 0 | Error |
JavadocMethod
| 27 | Warning |
JavadocType
| 0 | Error |
JavadocVariable
| 0 | Info |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 2 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 0 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 2 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Expected @param tag for 'propFindType'. | 61 | |
Expected @param tag for 'depth'. | 62 | |
Expected @param tag for 'depth'. | 87 | |
Expected @param tag for 'resource'. | 101 | |
Expected @param tag for 'status'. | 101 | |
Expected @param tag for 'depth'. | 101 | |
Expected @param tag for 'response'. | 119 | |
Expected @param tag for 'responseDescription'. | 140 | |
Expected @param tag for 'document'. | 161 | |
Unused @throws tag for 'IllegalArgumentException'. | 183 | |
Expected @param tag for 'multistatusElement'. | 186 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
'private' modifier out of order with the JLS suggestions. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Name 'protocolMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
Expected @throws tag for 'HttpException'. | 104 | |
Redundant throws: 'HttpException' is subclass of 'IOException'. | 104 | |
Expected @throws tag for 'IOException'. | 104 | |
'(' is not followed by whitespace. | 118 | |
')' is not preceded with whitespace. | 118 | |
Redundant throws: 'HttpException' is subclass of 'IOException'. | 147 | |
Expected @throws tag for 'TransferFailedException'. | 174 | |
Expected @throws tag for 'ResourceDoesNotExistException'. | 174 | |
Expected @throws tag for 'AuthorizationException'. | 174 | |
Missing a Javadoc comment. | 227 | |
Line is longer than 120 characters. | 260 | |
Missing a Javadoc comment. | 302 |