Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1400114

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod1error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle1error 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
LineLength1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier34error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly42error Error
NeedBraces0error Error
RightCurly1error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement1error Error
EqualsHashCode0error Error
HiddenField4error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension17error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle0error Error
FinalParameters9error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

edu/nwu/dht/api/IDHTAgent.java

ViolationMessageLine
error'{' should be on the previous line.18
errorRedundant 'public' modifier.24
errorRedundant 'public' modifier.31
errorRedundant 'public' modifier.40
errorRedundant 'public' modifier.47

edu/nwu/dht/api/IDHT.java

ViolationMessageLine
error'{' should be on the previous line.30
errorRedundant 'public' modifier.38
errorRedundant 'public' modifier.45
errorRedundant 'public' modifier.52

edu/nwu/dht/api/IDHTLookup.java

ViolationMessageLine
error'{' should be on the previous line.32
errorRedundant 'public' modifier.38
errorRedundant 'public' modifier.45
errorRedundant 'public' modifier.52
errorRedundant 'public' modifier.59
errorRedundant 'public' modifier.66
errorRedundant 'public' modifier.73
errorRedundant 'public' modifier.80
errorRedundant 'public' modifier.87
errorRedundant 'public' modifier.94

edu/nwu/dht/api/IDHTLeafSet.java

ViolationMessageLine
error'{' should be on the previous line.30
errorRedundant 'public' modifier.36
errorRedundant 'public' modifier.45

edu/nwu/dht/api/IGetNodeDistance.java

ViolationMessageLine
error'{' should be on the previous line.29
errorRedundant 'public' modifier.37

edu/nwu/dht/api/IDHTApplication.java

ViolationMessageLine
error'{' should be on the previous line.31
errorRedundant 'public' modifier.37
errorFirst sentence should end with a period.39
errorRedundant 'public' modifier.44

edu/nwu/dht/api/IDHTRouting.java

ViolationMessageLine
error'{' should be on the previous line.20
errorRedundant 'public' modifier.26
errorRedundant 'public' modifier.33
errorLine is longer than 80 characters.36
errorRedundant 'public' modifier.42
errorRedundant 'public' modifier.51
errorExpected @param tag for 'destination'.51
errorRedundant 'public' modifier.58
errorRedundant 'public' modifier.65

edu/nwu/dht/api/package.html

ViolationMessageLine
errorMissing package documentation file.0

edu/nwu/dht/api/IDHTEndPoint.java

ViolationMessageLine
error'{' should be on the previous line.20
errorRedundant 'public' modifier.26
errorRedundant 'public' modifier.33
errorRedundant 'public' modifier.40
errorRedundant 'public' modifier.47
errorRedundant 'public' modifier.54
errorRedundant 'public' modifier.62
errorRedundant 'public' modifier.69

edu/nwu/dht/bll/AgingNodeList.java

ViolationMessageLine
error'{' should be on the previous line.35
error'{' should be on the previous line.43
errorParameter numepochs should be final.52
error'{' should be on the previous line.53
error'{' should be on the previous line.55
error'{' should be on the previous line.63
errorMethod 'age' is not designed for extension - needs to be abstract, final or empty.71
error'{' should be on the previous line.72
error'{' should be on the previous line.74
errorMethod 'insert' is not designed for extension - needs to be abstract, final or empty.86
errorParameter node should be final.86
error'{' should be on the previous line.87
error'{' should be on the previous line.91
errorMethod 'remove' is not designed for extension - needs to be abstract, final or empty.103
errorParameter node should be final.103
error'{' should be on the previous line.104
error'{' should be on the previous line.108
errorMethod 'contains' is not designed for extension - needs to be abstract, final or empty.122
errorParameter node should be final.122
error'{' should be on the previous line.123
error'{' should be on the previous line.127
errorMethod 'getAll' is not designed for extension - needs to be abstract, final or empty.139
error'{' should be on the previous line.140
error'{' should be on the previous line.144
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.156
error'{' should be on the previous line.157

edu/nwu/dht/api/IDHTMessage.java

ViolationMessageLine
error'{' should be on the previous line.33

edu/nwu/dht/bll/package.html

ViolationMessageLine
errorMissing package documentation file.0

edu/nwu/dht/bll/DHTLookup.java

ViolationMessageLine
error'{' should be on the previous line.33
errorVariable 'completeNotifier' must be private and have accessor methods.56
errorParameter identifier should be final.64
error'identifier' hides a field.64
errorParameter timestamp should be final.64
error'timestamp' hides a field.64
error'{' should be on the previous line.65
errorMethod 'getOneTimeCompleteNotifier' is not designed for extension - needs to be abstract, final or empty.75
error'{' should be on the previous line.76
errorMethod 'setNodeId' is not designed for extension - needs to be abstract, final or empty.87
errorParameter res should be final.87
errorParameter hopDistance should be final.87
error'hopDistance' hides a field.87
errorParameter lookupTime should be final.88
error'lookupTime' hides a field.88
error'{' should be on the previous line.89
errorMethod 'isComplete' is not designed for extension - needs to be abstract, final or empty.106
error'{' should be on the previous line.107
errorMethod 'hasFailed' is not designed for extension - needs to be abstract, final or empty.116
error'{' should be on the previous line.117
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.126
error'{' should be on the previous line.127
errorMethod 'getNodeId' is not designed for extension - needs to be abstract, final or empty.136
error'{' should be on the previous line.137
errorMethod 'getNodeIdBlocking' is not designed for extension - needs to be abstract, final or empty.146
error'{' should be on the previous line.147
error'{' should be on the previous line.149
error'{' should be on the previous line.151
error'}' should be on the same line.153
error'{' should be on the previous line.155
errorEmpty statement.156
errorMethod 'getHopDistance' is not designed for extension - needs to be abstract, final or empty.168
error'{' should be on the previous line.169
errorMethod 'getTimestamp' is not designed for extension - needs to be abstract, final or empty.178
error'{' should be on the previous line.179
errorMethod 'getLookupTime' is not designed for extension - needs to be abstract, final or empty.188
error'{' should be on the previous line.189
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.198
error'{' should be on the previous line.199

edu/nwu/dht/api/ICheckNodeReplacement.java

ViolationMessageLine
error'{' should be on the previous line.29