The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
13 | 0 | 83 | 0 |
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | ![]() |
JavadocStyle | 1 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
LineLength
| 0 | ![]() |
MethodLength
| 0 | ![]() |
ParameterNumber
| 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
ParenPad | 22 | ![]() |
TypecastParenPad | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 19 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows
| 5 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 35 | ![]() |
TodoComment | 0 | Ignore |
UpperEll | 0 | ![]() |
BooleanExpressionComplexity | 0 | ![]() |
ClassDataAbstractionCoupling | 0 | ![]() |
ClassFanOutComplexity | 0 | ![]() |
CyclomaticComplexity | 0 | ![]() |
JavaNCSS | 0 | ![]() |
NPathComplexity | 0 | ![]() |
AnonInnerLength | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
CovariantEquals | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 0 | Ignore |
IllegalThrows | 0 | ![]() |
ModifiedControlVariable | 0 | ![]() |
MultipleStringLiterals | 0 | Ignore |
NestedIfDepth
| 0 | ![]() |
NestedTryDepth
| 0 | ![]() |
PackageDeclaration | 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
NewlineAtEndOfFile | 0 | Ignore |
Translation | 0 | ![]() |
SeverityMatchFilter | 0 | ![]() |
SuppressionFilter | 0 | ![]() |
SuppressionCommentFilter | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() | Parameter hostUri should be final. | 32 |
![]() | Parameter uri should be final. | 36 |
![]() | Redundant throws: 'RestfulClientException' is unchecked exception. | 36 |
![]() | Parameter uri should be final. | 58 |
![]() | Parameter paramArgs should be final. | 58 |
![]() | Parameter uri should be final. | 62 |
![]() | Parameter formArgumentsByParameter should be final. | 62 |
![]() | Parameter pathParts should be final. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Parameter message should be final. | 10 |
![]() | Parameter cause should be final. | 14 |
![]() | Parameter message should be final. | 18 |
![]() | Parameter cause should be final. | 18 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 18 |
![]() | Parameter paramArgs should be final. | 21 |
![]() | Parameter formArgumentsByParameter should be final. | 42 |
![]() | Parameter writer should be final. | 43 |
![]() | Parameter formArgumentsByParameter should be final. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Parameter formArgumentsByParameter should be final. | 27 |
![]() | Parameter connection should be final. | 28 |
![]() | Parameter connection should be final. | 35 |
![]() | Redundant throws: 'ValidityException' is subclass of 'ParsingException'. | 36 |
![]() | Parameter uri should be final. | 41 |
![]() | Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 42 |
![]() | Parameter uri should be final. | 50 |
![]() | Redundant throws: 'ProtocolException' is subclass of 'IOException'. | 51 |
![]() | Parameter uri should be final. | 58 |
![]() | Redundant throws: 'ProtocolException' is subclass of 'IOException'. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Parameter value should be final. | 20 |
![]() | Parameter asMap should be final. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Parameter doc should be final. | 13 |
![]() | Parameter xpath should be final. | 13 |
![]() | Parameter msg should be final. | 13 |
![]() | Parameter document should be final. | 18 |
![]() | Parameter xpath should be final. | 18 |
![]() | Parameter msg should be final. | 18 |
![]() | Parameter doc should be final. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Parameter o should be final. | 19 |
![]() | Parameter type should be final. | 19 |
![]() | Parameter genericType should be final. | 19 |
![]() | Parameter annotations should be final. | 20 |
![]() | Parameter mediaType should be final. | 20 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 9 |
![]() | ')' is preceded with whitespace. | 9 |
![]() | Redundant 'public' modifier. | 10 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 18 |
![]() | Redundant 'public' modifier. | 19 |
![]() | '(' is followed by whitespace. | 24 |
![]() | Redundant 'public' modifier. | 25 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Redundant 'public' modifier. | 33 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Redundant 'public' modifier. | 40 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Redundant 'public' modifier. | 47 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Redundant 'public' modifier. | 55 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Redundant 'public' modifier. | 63 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 10 |
![]() | ')' is preceded with whitespace. | 10 |
![]() | Redundant 'public' modifier. | 12 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 12 |
![]() | Redundant 'public' modifier. | 13 |
![]() | '(' is followed by whitespace. | 17 |
![]() | Redundant 'public' modifier. | 18 |
![]() | '(' is followed by whitespace. | 23 |
![]() | Redundant 'public' modifier. | 24 |
![]() | '(' is followed by whitespace. | 30 |
![]() | Redundant 'public' modifier. | 31 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Redundant 'public' modifier. | 38 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Redundant 'public' modifier. | 45 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Redundant 'public' modifier. | 52 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Redundant 'public' modifier. | 60 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Redundant 'public' modifier. | 68 |