Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
130830

Rules

RulesViolationsSeverity
FileContentsHolder0Warnings Warning
JavadocStyle1Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName1Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
LineLength
  • max: "120"
  • tabWidth: "4"
0Warnings Warning
MethodLength
  • max: "50"
0Warnings Warning
ParameterNumber
  • max: "5"
0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Warnings Warning
ParenPad22Warnings Warning
TypecastParenPad0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier19Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows
  • logLoadErrors: "true"
  • suppressLoadErrors: "true"
5Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters35Warnings Warning
TodoComment0 Ignore
UpperEll0Warnings Warning
BooleanExpressionComplexity0Warnings Warning
ClassDataAbstractionCoupling0Warnings Warning
ClassFanOutComplexity0Warnings Warning
CyclomaticComplexity0Warnings Warning
JavaNCSS0Warnings Warning
NPathComplexity0Warnings Warning
AnonInnerLength0Warnings Warning
DefaultComesLast0Warnings Warning
CovariantEquals0Warnings Warning
FallThrough0Warnings Warning
IllegalCatch0 Ignore
IllegalThrows0Warnings Warning
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals0 Ignore
NestedIfDepth
  • max: "2"
0Warnings Warning
NestedTryDepth
  • max: "2"
0Warnings Warning
PackageDeclaration0Warnings Warning
StringLiteralEquality0Warnings Warning
SuperFinalize0Warnings Warning
NewlineAtEndOfFile0 Ignore
Translation0Warnings Warning
SeverityMatchFilter0Warnings Warning
SuppressionFilter0Warnings Warning
SuppressionCommentFilter0Warnings Warning

Details

org/starobjects/restful/applib/AbstractRestfulClient.java

ViolationMessageLine
WarningsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
WarningsParameter hostUri should be final.32
WarningsParameter uri should be final.36
WarningsRedundant throws: 'RestfulClientException' is unchecked exception.36
WarningsParameter uri should be final.58
WarningsParameter paramArgs should be final.58
WarningsParameter uri should be final.62
WarningsParameter formArgumentsByParameter should be final.62
WarningsParameter pathParts should be final.89
Warnings')' is preceded with whitespace.89

org/starobjects/restful/applib/RestfulClientException.java

ViolationMessageLine
WarningsParameter message should be final.10
WarningsParameter cause should be final.14
WarningsParameter message should be final.18
WarningsParameter cause should be final.18

org/starobjects/restful/applib/StringUtils.java

ViolationMessageLine
WarningsFirst sentence should end with a period.18
WarningsParameter paramArgs should be final.21
WarningsParameter formArgumentsByParameter should be final.42
WarningsParameter writer should be final.43
WarningsParameter formArgumentsByParameter should be final.58

org/starobjects/restful/applib/UrlConnectionUtils.java

ViolationMessageLine
WarningsParameter formArgumentsByParameter should be final.27
WarningsParameter connection should be final.28
WarningsParameter connection should be final.35
WarningsRedundant throws: 'ValidityException' is subclass of 'ParsingException'.36
WarningsParameter uri should be final.41
WarningsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.42
WarningsParameter uri should be final.50
WarningsRedundant throws: 'ProtocolException' is subclass of 'IOException'.51
WarningsParameter uri should be final.58
WarningsRedundant throws: 'ProtocolException' is subclass of 'IOException'.59

org/starobjects/restful/applib/UrlEncodeUtils.java

ViolationMessageLine
WarningsParameter value should be final.20
WarningsParameter asMap should be final.28

org/starobjects/restful/applib/XomUtils.java

ViolationMessageLine
WarningsParameter doc should be final.13
WarningsParameter xpath should be final.13
WarningsParameter msg should be final.13
WarningsParameter document should be final.18
WarningsParameter xpath should be final.18
WarningsParameter msg should be final.18
WarningsParameter doc should be final.31

org/starobjects/restful/applib/providers/StringApplicationXhtmlXmlProvider.java

ViolationMessageLine
WarningsParameter o should be final.19
WarningsParameter type should be final.19
WarningsParameter genericType should be final.19
WarningsParameter annotations should be final.20
WarningsParameter mediaType should be final.20

org/starobjects/restful/applib/resources/HomePageResource.java

ViolationMessageLine
Warnings'(' is followed by whitespace.9
Warnings')' is preceded with whitespace.9
WarningsRedundant 'public' modifier.10

org/starobjects/restful/applib/resources/ObjectResource.java

ViolationMessageLine
Warnings'(' is followed by whitespace.18
WarningsRedundant 'public' modifier.19
Warnings'(' is followed by whitespace.24
WarningsRedundant 'public' modifier.25
Warnings'(' is followed by whitespace.32
WarningsRedundant 'public' modifier.33
Warnings'(' is followed by whitespace.39
WarningsRedundant 'public' modifier.40
Warnings'(' is followed by whitespace.46
WarningsRedundant 'public' modifier.47
Warnings'(' is followed by whitespace.54
WarningsRedundant 'public' modifier.55
Warnings'(' is followed by whitespace.62
WarningsRedundant 'public' modifier.63

org/starobjects/restful/applib/resources/ServicesResource.java

ViolationMessageLine
Warnings'(' is followed by whitespace.10
Warnings')' is preceded with whitespace.10
WarningsRedundant 'public' modifier.12

org/starobjects/restful/applib/resources/SpecsResource.java

ViolationMessageLine
Warnings'(' is followed by whitespace.12
WarningsRedundant 'public' modifier.13
Warnings'(' is followed by whitespace.17
WarningsRedundant 'public' modifier.18
Warnings'(' is followed by whitespace.23
WarningsRedundant 'public' modifier.24
Warnings'(' is followed by whitespace.30
WarningsRedundant 'public' modifier.31
Warnings'(' is followed by whitespace.37
WarningsRedundant 'public' modifier.38
Warnings'(' is followed by whitespace.44
WarningsRedundant 'public' modifier.45
Warnings'(' is followed by whitespace.51
WarningsRedundant 'public' modifier.52
Warnings'(' is followed by whitespace.59
WarningsRedundant 'public' modifier.60
Warnings'(' is followed by whitespace.67
WarningsRedundant 'public' modifier.68

org/starobjects/restful/applib/resources/UserResource.java

ViolationMessageLine
Warnings'(' is followed by whitespace.9
WarningsRedundant 'public' modifier.10