Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
127211

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Warnings Warning
NewlineAtEndOfFile1Infos Info
Translation0Infos Info
FileLength0Infos Info
FileTabCharacter
  • eachLine: "false"
1Infos Info
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
11Infos Info
JavadocMethod2Errors Error
JavadocType1Errors Error
JavadocVariable4Errors Error
JavadocStyle0Errors Error
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName1Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Infos Info
IllegalImport0Infos Info
RedundantImport0Infos Info
UnusedImports0Infos Info
LineLength5Infos Info
MethodLength0Infos Info
ParameterNumber0Infos Info
EmptyForIteratorPad0Infos Info
MethodParamPad0Infos Info
NoWhitespaceAfter2Infos Info
NoWhitespaceBefore0Infos Info
OperatorWrap0Infos Info
ParenPad0Infos Info
TypecastParenPad0Infos Info
WhitespaceAfter3Infos Info
WhitespaceAround1Infos Info
ModifierOrder0Infos Info
RedundantModifier0Infos Info
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension2Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier2Errors Error
ArrayTypeStyle0Infos Info
FinalParameters5Infos Info
TodoComment0Infos Info
UpperEll0Infos Info

Details

org/universAAL/samples/util/mini/Activator.java

ViolationMessageLine
InfosFile does not end with a newline.0
WarningsMissing package-info.java file.0
InfosFile contains tab characters (this is the first instance).2
InfosLine has trailing spaces.3
InfosLine has trailing spaces.4
InfosLine has trailing spaces.6
InfosLine has trailing spaces.7
InfosLine has trailing spaces.9
InfosLine has trailing spaces.13
InfosLine has trailing spaces.15
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'osgiContext' must be private and have accessor methods.50
ErrorsMissing a Javadoc comment.51
ErrorsVariable 'context' must be private and have accessor methods.51
ErrorsMissing a Javadoc comment.53
WarningsName 'NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
InfosParameter bcontext should be final.57
Infos'{' is followed by whitespace.61
InfosLine has trailing spaces.65
InfosLine is longer than 80 characters.67
Infos'{' is followed by whitespace.68
InfosParameter event should be final.69
InfosLine has trailing spaces.73
InfosLine is longer than 80 characters.75
InfosLine has trailing spaces.79
InfosParameter s should be final.85
InfosLine is longer than 80 characters.86
InfosLine is longer than 80 characters.95
Infos'+' is not preceded with whitespace.95
InfosLine has trailing spaces.96
Infos',' is not followed by whitespace.98
InfosParameter r should be final.102
InfosLine is longer than 80 characters.103
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
InfosParameter arg0 should be final.109