Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
6 0 0 46

Rules

Rules Violations Severity
PackageHtml 1 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 4 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 2 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 18 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 8 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+$"
9 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/francetelecom/admindm/getParameterNames/GetParameterNamesDecoder.java

Violation Message Line
error Line has trailing spaces. 45
error Line has trailing spaces. 46

com/francetelecom/admindm/getParameterNames/GetParameterNames.java

Violation Message Line
error Line is longer than 80 characters. 36
error Line has trailing spaces. 138
error Unused @param tag for 'session'. 152
error Expected @param tag for 'parameterData'. 157
error Line has trailing spaces. 187
error Line has trailing spaces. 191
error Line is longer than 80 characters. 191
error '-' is not preceded with whitespace. 191
error '-' is not followed by whitespace. 191
error '=' is not preceded with whitespace. 201
error Line has trailing spaces. 206
error Line contains a tab character. 206
error Line contains a tab character. 207
error Line contains a tab character. 208
error Line contains a tab character. 209
error Line contains a tab character. 210
error Line contains a tab character. 211
error Line contains a tab character. 212
error Parameter id should be final. 212
error 'id' hides a field. 212
error Expected @param tag for 'id'. 212
error Line has trailing spaces. 213
error Line contains a tab character. 213
error '=' is not preceded with whitespace. 213
error '=' is not followed by whitespace. 213
error Line contains a tab character. 214

com/francetelecom/admindm/getParameterNames/GetParameterNamesResponse.java

Violation Message Line
error '=' is not preceded with whitespace. 94
error Line has trailing spaces. 99
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 Line contains a tab character. 105
error Parameter id should be final. 105
error 'id' hides a field. 105
error Expected @param tag for 'id'. 105
error Line has trailing spaces. 106
error Line contains a tab character. 106
error '=' is not preceded with whitespace. 106
error '=' is not followed by whitespace. 106
error Line contains a tab character. 107

com/francetelecom/admindm/getParameterNames/package.html

Violation Message Line
error Missing package documentation file. 0