Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
4 0 0 54

Rules

Rules Violations Severity
PackageHtml 1 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 6 error Error
JavadocType 1 error Error
JavadocVariable 4 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 1 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 0 error Error
WhitespaceAfter 1 error Error
WhitespaceAround 10 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 1 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 4 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 1 error Error
ArrayTypeStyle 0 error Error
FinalParameters 8 error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
12 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/francetelecom/admindm/persist/file/Activator.java

Violation Message Line
error Line has trailing spaces. 21

com/francetelecom/admindm/persist/file/PersistElement.java

Violation Message Line
error Line has trailing spaces. 21
error Missing a Javadoc comment. 26
error Missing a Javadoc comment. 27
error Line has trailing spaces. 28
error Missing a Javadoc comment. 28
error Missing a Javadoc comment. 29
error Missing a Javadoc comment. 30
error Line has trailing spaces. 31
error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 32
error Missing a Javadoc comment. 32
error Method 'getSubscribers' is not designed for extension - needs to be abstract, final or empty. 36
error Missing a Javadoc comment. 36
error Method 'getNotification' is not designed for extension - needs to be abstract, final or empty. 40
error Missing a Javadoc comment. 40
error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 44
error Missing a Javadoc comment. 44
error Line has trailing spaces. 47
error Missing a Javadoc comment. 48
error Parameter key should be final. 48
error 'key' hides a field. 48
error Parameter subscribers should be final. 48
error 'subscribers' hides a field. 48
error Parameter notification should be final. 48
error 'notification' hides a field. 48
error Parameter value should be final. 49
error 'value' hides a field. 49
error '=' is not preceded with whitespace. 50
error '=' is not followed by whitespace. 50
error Line has trailing spaces. 51
error '=' is not preceded with whitespace. 51
error '=' is not followed by whitespace. 51
error '=' is not preceded with whitespace. 52
error '=' is not followed by whitespace. 52
error '=' is not preceded with whitespace. 53
error '=' is not followed by whitespace. 53

com/francetelecom/admindm/persist/file/FilePersist.java

Violation Message Line
error Line has trailing spaces. 21
error Line has trailing spaces. 58
error Unused @param tag for 'filename'. 68
error Line has trailing spaces. 74
error Line has trailing spaces. 87
error '>=' is not preceded with whitespace. 95
error '>=' is not followed by whitespace. 95
error ',' is not followed by whitespace. 96
error Must have at least one statement. 107
error Line has trailing spaces. 114
error Variable 'lastLine' must be private and have accessor methods. 121
error Line is longer than 80 characters. 129
error Parameter key should be final. 151
error Parameter key should be final. 164
error Parameter key should be final. 178
error Parameter type should be final. 178
error Line has trailing spaces. 185

com/francetelecom/admindm/persist/file/package.html

Violation Message Line
error Missing package documentation file. 0