Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
6 0 0 81

Rules

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

Details

com/francetelecom/admindm/getParameterAttributes/package.html

Violation Message Line
error Missing package documentation file. 0

com/francetelecom/admindm/getParameterAttributes/GetParameterAttributesDecoder.java

Violation Message Line
error ',' is not followed by whitespace. 42
error ';' is not followed by whitespace. 44
error '<' is not preceded with whitespace. 44
error '<' is not followed by whitespace. 44
error ';' is not followed by whitespace. 44
error '{' is not preceded with whitespace. 44
error '!=' is not preceded with whitespace. 47
error '!=' is not followed by whitespace. 47
error '==' is not followed by whitespace. 47
error '{' is not preceded with whitespace. 48
error '>' is not preceded with whitespace. 56
error '>' is not followed by whitespace. 56
error 'else' is not followed by whitespace. 58
error '{' is not preceded with whitespace. 58
error Line has trailing spaces. 61

com/francetelecom/admindm/getParameterAttributes/GetParameterAttributesResponse.java

Violation Message Line
error '=' is not preceded with whitespace. 69
error Line has trailing spaces. 74
error Line contains a tab character. 74
error Line contains a tab character. 75
error Line contains a tab character. 76
error Line contains a tab character. 77
error Line contains a tab character. 78
error Line contains a tab character. 79
error Line contains a tab character. 80
error Parameter id should be final. 80
error 'id' hides a field. 80
error Expected @param tag for 'id'. 80
error Line has trailing spaces. 81
error Line contains a tab character. 81
error '=' is not preceded with whitespace. 81
error '=' is not followed by whitespace. 81
error Line contains a tab character. 82

com/francetelecom/admindm/getParameterAttributes/GetParameterAttributes.java

Violation Message Line
error '=' is not preceded with whitespace. 93
error Line has trailing spaces. 98
error Line contains a tab character. 98
error Line contains a tab character. 99
error Line contains a tab character. 100
error Line contains a tab character. 101
error Line contains a tab character. 102
error Line contains a tab character. 103
error Line contains a tab character. 104
error Parameter id should be final. 104
error 'id' hides a field. 104
error Expected @param tag for 'id'. 104
error Line has trailing spaces. 105
error Line contains a tab character. 105
error '=' is not preceded with whitespace. 105
error '=' is not followed by whitespace. 105
error Line contains a tab character. 106

com/francetelecom/admindm/getParameterAttributes/GetParameterAttributesResponseEncoder.java

Violation Message Line
error Line contains a tab character. 34
error Line contains a tab character. 35
error Line has trailing spaces. 36
error Line contains a tab character. 36
error Line contains a tab character. 37
error Line contains a tab character. 38
error Line contains a tab character. 39
error Line contains a tab character. 40
error Line contains a tab character. 41
error Line contains a tab character. 42
error Line contains a tab character. 43
error Line contains a tab character. 44
error Line contains a tab character. 45
error Line contains a tab character. 46
error Line contains a tab character. 47
error Line contains a tab character. 48
error Line contains a tab character. 49
error Line is longer than 80 characters. 50
error Line contains a tab character. 50
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line is longer than 80 characters. 53
error Line contains a tab character. 53
error Line contains a tab character. 54
error Line contains a tab character. 55
error Line is longer than 80 characters. 56
error Line contains a tab character. 56
error Line contains a tab character. 57
error Line contains a tab character. 58
error Line contains a tab character. 59
error Line contains a tab character. 60