Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 0 0 134

Rules

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

Details

net/sf/ovanttasks/ovnative/demos/ExplorerContextMenuEntry.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 11
Errors Missing a Javadoc comment. 17
Errors Utility classes should not have a public or default constructor. 17
Errors Missing a Javadoc comment. 19
Errors Parameter args should be final. 19
Errors Line is longer than 80 characters. 20
Errors Missing a Javadoc comment. 24
Errors Parameter args should be final. 24
Errors Line is longer than 80 characters. 27
Errors Method 'install' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 53
Errors '+' is not followed by whitespace. 53
Errors Line has trailing spaces. 54
Errors Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Line is longer than 80 characters. 59
Errors Missing a Javadoc comment. 67
Errors Parameter msg should be final. 67
Errors Missing a Javadoc comment. 71
Errors Parameter args should be final. 71

net/sf/ovanttasks/ovnative/demos/LnKFileOnDesktop.java

Violation Message Line
Errors Line has trailing spaces. 12
Errors Utility classes should not have a public or default constructor. 16
Errors First sentence should end with a period. 18
Errors Line has trailing spaces. 20
Errors Expected an @return tag. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 24
Errors '+' is not preceded with whitespace. 24
Errors Line is longer than 80 characters. 30
Errors Must have at least one statement. 30
Errors First sentence should end with a period. 36
Errors Line has trailing spaces. 38
Errors Expected an @return tag. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 44
Errors '3' is a magic number. 44
Errors Line has trailing spaces. 45
Errors Line is longer than 80 characters. 47
Errors Line has trailing spaces. 50
Errors First sentence should end with a period. 55
Errors Line has trailing spaces. 57
Errors Expected an @return tag. 59
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 61
Errors Line has trailing spaces. 63
Errors First sentence should end with a period. 68
Errors Line has trailing spaces. 70
Errors Expected an @return tag. 72
Errors Line is longer than 80 characters. 73
Errors Line is longer than 80 characters. 74
Errors Line has trailing spaces. 79
Errors Line has trailing spaces. 81
Errors Parameter args should be final. 85
Errors Expected @param tag for 'args'. 85
Errors Expected @throws tag for 'Exception'. 85
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 93

net/sf/ovanttasks/ovnative/demos/Main.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Utility classes should not have a public or default constructor. 13
Errors Line contains a tab character. 15
Errors Missing a Javadoc comment. 15
Errors Parameter args should be final. 15
Errors Line contains a tab character. 16
Errors Line contains a tab character. 17
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 20
Errors Line contains a tab character. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30

net/sf/ovanttasks/ovnative/demos/RegistryInstallUninstall.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 12
Errors Missing a Javadoc comment. 18
Errors Parameter args should be final. 18
Errors Line is longer than 80 characters. 33
Errors Method 'install' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 58
Errors Line is longer than 80 characters. 60
Errors Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line is longer than 80 characters. 76
Errors Missing a Javadoc comment. 87
Errors Parameter msg should be final. 87
Errors Missing a Javadoc comment. 91
Errors Parameter args should be final. 91

net/sf/ovanttasks/ovnative/demos/RegistryIterate.java

Violation Message Line
Errors Line has trailing spaces. 10
Errors Utility classes should not have a public or default constructor. 14
Errors Missing a Javadoc comment. 16
Errors Parameter args should be final. 16
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 28

net/sf/ovanttasks/ovnative/demos/UrlFileExamples.java

Violation Message Line
Errors Line has trailing spaces. 14
Errors Utility classes should not have a public or default constructor. 18
Errors Line has trailing spaces. 19
Errors Missing a Javadoc comment. 20
Errors Line is longer than 80 characters. 21
Errors Line contains a tab character. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 27
Errors Line is longer than 80 characters. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line has trailing spaces. 33
Errors Missing a Javadoc comment. 34
Errors Line is longer than 80 characters. 35
Errors Line contains a tab character. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line is longer than 80 characters. 39
Errors '14' is a magic number. 39
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Parameter args should be final. 45

net/sf/ovanttasks/ovnative/demos/package.html

Violation Message Line
Errors Missing package documentation file. 0