Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
200113

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0Errors Error
JavadocMethod10Errors Error
JavadocType2Errors Error
JavadocVariable25Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength14Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks2Errors Error
EmptyBlock2Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField2Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber20Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension8Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier5Errors Error
ArrayTypeStyle0Errors Error
FinalParameters21Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

net/sf/openv4j/testdevice/KW2Dummy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.53
ErrorsVariable 'state' must be private and have accessor methods.53
ErrorsMissing a Javadoc comment.54
ErrorsVariable 'writeData' must be private and have accessor methods.54
ErrorsMissing a Javadoc comment.55
ErrorsVariable 'parsedAddress' must be private and have accessor methods.55
ErrorsMissing a Javadoc comment.56
ErrorsVariable 'parsedData' must be private and have accessor methods.56
ErrorsMissing a Javadoc comment.57
ErrorsVariable 'writeDataPos' must be private and have accessor methods.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
Errors'0x010000' is a magic number.61
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.65
Errors'2300' is a magic number.71
Errors'3000' is a magic number.72
Errors'0xFF' is a magic number.75
ErrorsParameter default05Time should be final.85
Errors'default05Time' hides a field.85
ErrorsParameter afterDataSent05Time should be final.85
Errors'afterDataSent05Time' hides a field.85
Errors'0xFF' is a magic number.90
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.99
Errors'100' is a magic number.101
ErrorsMethod 'getRawByte' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter address should be final.117
Errors'0x00ff' is a magic number.118
ErrorsLine is longer than 80 characters.131
ErrorsMethod 'openPort' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter serialPortName should be final.131
ErrorsMethod 'readFromStream' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter in should be final.146
Errors'16' is a magic number.156
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.159
Errors'16' is a magic number.159
ErrorsMethod 'setRawByte' is not designed for extension - needs to be abstract, final or empty.172
ErrorsParameter addr should be final.173
ErrorsParameter theData should be final.173
ErrorsMethod 'streamToString' is not designed for extension - needs to be abstract, final or empty.186
ErrorsParameter in should be final.186
ErrorsUnused @throws tag for 'RuntimeException'.206
ErrorsMethod 'parseByte' is not designed for extension - needs to be abstract, final or empty.208
ErrorsParameter theData should be final.208
ErrorsExpected @param tag for 'theData'.208
Errors'0xF4' is a magic number.220
Errors'0xF7' is a magic number.222
Errors'0x00FF' is a magic number.231
Errors'8' is a magic number.231
Errors'0x00FF' is a magic number.237
ErrorsAvoid nested blocks.242
ErrorsLine is longer than 80 characters.243
ErrorsLine is longer than 80 characters.245
Errors'0x00FF' is a magic number.268
Errors'8' is a magic number.268
Errors'0x00FF' is a magic number.274
ErrorsAvoid nested blocks.285
Errors'0x00FF' is a magic number.286
ErrorsLine is longer than 80 characters.290
ErrorsLine is longer than 80 characters.322
ErrorsMissing a Javadoc comment.322
ErrorsParameter sb should be final.322
ErrorsParameter address should be final.322
ErrorsParameter lenght should be final.322
ErrorsLine is longer than 80 characters.324
ErrorsLine is longer than 80 characters.325
ErrorsMissing a Javadoc comment.330
ErrorsMissing a Javadoc comment.334
ErrorsParameter newState should be final.334
ErrorsLine is longer than 80 characters.336
ErrorsMissing a Javadoc comment.342
ErrorsParameter bytes should be final.342
ErrorsMissing a Javadoc comment.346
ErrorsParameter data should be final.346
ErrorsMissing a Javadoc comment.350
Errors'0x05' is a magic number.355
ErrorsLine is longer than 80 characters.363
ErrorsLine is longer than 80 characters.368
ErrorsMust have at least one statement.374
ErrorsMust have at least one statement.375
ErrorsMissing a Javadoc comment.381
Errors'{' is not followed by whitespace.381
ErrorsMissing a Javadoc comment.381
ErrorsMissing a Javadoc comment.382
ErrorsMissing a Javadoc comment.383
ErrorsMissing a Javadoc comment.384
ErrorsMissing a Javadoc comment.385
ErrorsMissing a Javadoc comment.386
ErrorsMissing a Javadoc comment.387
ErrorsMissing a Javadoc comment.388
ErrorsMissing a Javadoc comment.389

net/sf/openv4j/testdevice/Main.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter args should be final.81
ErrorsLine is longer than 80 characters.84
ErrorsParameter port should be final.137
ErrorsParameter is should be final.137
ErrorsLine is longer than 80 characters.153
ErrorsMissing a Javadoc comment.153
ErrorsParameter serialPortName should be final.153
ErrorsMissing a Javadoc comment.157
ErrorsParameter opts should be final.157
Errors'300' is a magic number.159
ErrorsMissing a Javadoc comment.163
ErrorsParameter is should be final.163