Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
20063

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod8error Error
JavadocType1error Error
JavadocVariable1error Error
JavadocStyle3error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter34error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension6error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier3error Error
ArrayTypeStyle0error Error
FinalParameters4error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

de/mud/jta/plugin/package.html

ViolationMessageLine
errorMissing package documentation file.0

de/mud/jta/plugin/BSXPlugin.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.40
errorFirst sentence should end with a period.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorVariable 'panel' must be private and have accessor methods.43
errorFirst sentence should end with a period.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorVariable 'bsx' must be private and have accessor methods.46
errorLine contains a tab character.47
errorFirst sentence should end with a period.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorParameter bus should be final.51
errorExpected @param tag for 'bus'.51
errorExpected @param tag for 'id'.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.56
errorMethod 'getPluginVisual' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.60
errorMethod 'getPluginMenu' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.64
errorMissing a Javadoc comment.64
errorVariable 'source' must be private and have accessor methods.64
errorLine contains a tab character.66
errorMethod 'setFilterSource' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
errorParameter source should be final.66
error'source' hides a field.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.70
errorMethod 'getFilterSource' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.74
errorMethod 'read' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorParameter b should be final.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorMethod 'write' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorParameter b should be final.81
errorLine contains a tab character.82
errorLine contains a tab character.83