Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
5 0 0 38

Rules

Rules Violations Severity
PackageHtml 1 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 3 error Error
JavadocType 1 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 1 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 12 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 2 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 0 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 2 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+$"
14 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/francetelecom/admindm/apply/ConfigApply.java

Violation Message Line
error Line has trailing spaces. 29
error Line contains a tab character. 29
error Line contains a tab character. 30
error Line contains a tab character. 31
error Line has trailing spaces. 32
error Line contains a tab character. 32
error Line contains a tab character. 33
error Unused @param tag for 'pTracker'. 33
error Line contains a tab character. 34
error Line contains a tab character. 35
error Line contains a tab character. 36
error Line has trailing spaces. 37
error Line contains a tab character. 37
error Line has trailing spaces. 38
error Line contains a tab character. 38

com/francetelecom/admindm/apply/package.html

Violation Message Line
error Missing package documentation file. 0

com/francetelecom/admindm/apply/Activator.java

Violation Message Line
error Line has trailing spaces. 32
error Line contains a tab character. 32
error Line has trailing spaces. 39
error Line contains a tab character. 39
error Line has trailing spaces. 43
error Line has trailing spaces. 44
error Line has trailing spaces. 46

com/francetelecom/admindm/apply/CommandApply.java

Violation Message Line
error Missing a Javadoc comment. 28
error Line has trailing spaces. 29
error Method 'apply' is not designed for extension - needs to be abstract, final or empty. 29
error Missing a Javadoc comment. 29
error Parameter name should be final. 29
error '{' is followed by whitespace. 33
error Line has trailing spaces. 36
error Line has trailing spaces. 38
error Line has trailing spaces. 43
error Line has trailing spaces. 54
error '>=' is not preceded with whitespace. 55
error '>=' is not followed by whitespace. 55
error Method 'isApplicable' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error Parameter fileType should be final. 57