Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
6 0 0 40

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 0 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 1 error Error
TypecastParenPad 0 error Error
TabCharacter 18 error Error
WhitespaceAfter 1 error Error
WhitespaceAround 6 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 4 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+$"
5 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/francetelecom/admindm/addObject/package.html

Violation Message Line
error Missing package documentation file. 0

com/francetelecom/admindm/addObject/AddObject.java

Violation Message Line
error 'id' hides a field. 109
error 'id' hides a field. 127
error '=' is not preceded with whitespace. 211
error Line has trailing spaces. 216
error Line contains a tab character. 216
error Line contains a tab character. 217
error Line contains a tab character. 218
error Line contains a tab character. 219
error Line contains a tab character. 220
error Line contains a tab character. 221
error Line contains a tab character. 222
error Parameter id should be final. 222
error 'id' hides a field. 222
error Expected @param tag for 'id'. 222
error Line has trailing spaces. 223
error Line contains a tab character. 223
error '=' is not preceded with whitespace. 223
error '=' is not followed by whitespace. 223
error Line contains a tab character. 224

com/francetelecom/admindm/addObject/AddObjectResponseEncoder.java

Violation Message Line
error '(' is followed by whitespace. 42
error ',' is not followed by whitespace. 46

com/francetelecom/admindm/addObject/AddObjectResponse.java

Violation Message Line
error '=' is not preceded with whitespace. 84
error Line has trailing spaces. 89
error Line contains a tab character. 89
error Line contains a tab character. 90
error Line contains a tab character. 91
error Line contains a tab character. 92
error Line contains a tab character. 93
error Line contains a tab character. 94
error Line contains a tab character. 95
error Parameter id should be final. 95
error 'id' hides a field. 95
error Expected @param tag for 'id'. 95
error Line has trailing spaces. 96
error Line contains a tab character. 96
error '=' is not preceded with whitespace. 96
error '=' is not followed by whitespace. 96
error Line contains a tab character. 97
error Line has trailing spaces. 99