The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
53 | 0 | 0 | 795 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 4 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod | 0 | Error |
JavadocType | 0 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 12 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 16 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 44 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 381 | Error |
NeedBraces | 0 | Error |
RightCurly | 27 | Error |
AvoidInlineConditionals | 4 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 5 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 35 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 5 | Error |
MagicNumber | 7 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 134 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 120 | Error |
GenericIllegalRegexp
| 1 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Parameter sender should be final. | 36 | |
Parameter data should be final. | 36 | |
'{' should be on the previous line. | 37 | |
Empty statement. | 38 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 44 | |
'{' should be on the previous line. | 45 | |
Empty statement. | 46 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 54 | |
'{' should be on the previous line. | 55 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 64 | |
'{' should be on the previous line. | 65 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 74 | |
'{' should be on the previous line. | 75 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 | |
'{' should be on the previous line. | 85 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Redundant 'public' modifier. | 34 | |
Redundant 'public' modifier. | 41 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 37 | |
Parameter config should be final. | 52 | |
'config' hides a field. | 52 | |
'{' should be on the previous line. | 53 | |
Parameter source should be final. | 65 | |
Parameter startVal should be final. | 65 | |
'{' should be on the previous line. | 66 | |
'{' should be on the previous line. | 68 | |
'{' should be on the previous line. | 75 | |
Parameter source should be final. | 93 | |
'{' should be on the previous line. | 94 | |
'{' should be on the previous line. | 96 | |
'{' should be on the previous line. | 103 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter source should be final. | 121 | |
'{' should be on the previous line. | 122 | |
Method 'getJitterTime' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter source should be final. | 135 | |
'{' should be on the previous line. | 136 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter source should be final. | 149 | |
Parameter responseTime should be final. | 149 | |
'{' should be on the previous line. | 150 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 37 | |
Parameter config should be final. | 52 | |
'config' hides a field. | 52 | |
'{' should be on the previous line. | 53 | |
First sentence should end with a period. | 57 | |
Method 'getCache' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Parameter session should be final. | 64 | |
'{' should be on the previous line. | 65 | |
'{' should be on the previous line. | 69 | |
Inner assignments should be avoided. | 70 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 34 | |
Line is longer than 80 characters. | 36 | |
First sentence should end with a period. | 50 | |
First sentence should end with a period. | 65 | |
'{' should be on the previous line. | 69 | |
Method 'getCluster1' is not designed for extension - needs to be abstract, final or empty. | 77 | |
'{' should be on the previous line. | 78 | |
'{' should be on the previous line. | 82 | |
'{' should be on the previous line. | 89 | |
Method 'getCluster2' is not designed for extension - needs to be abstract, final or empty. | 101 | |
'{' should be on the previous line. | 102 | |
'{' should be on the previous line. | 106 | |
'{' should be on the previous line. | 113 | |
First sentence should end with a period. | 120 | |
Method 'iterate' is not designed for extension - needs to be abstract, final or empty. | 123 | |
'{' should be on the previous line. | 124 | |
Method 'split' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter cluster should be final. | 138 | |
Parameter cost should be final. | 138 | |
'cost' hides a field. | 138 | |
'{' should be on the previous line. | 139 | |
'{' should be on the previous line. | 141 | |
'{' should be on the previous line. | 147 | |
'{' should be on the previous line. | 149 | |
'{' should be on the previous line. | 161 | |
'{' should be on the previous line. | 172 | |
'{' should be on the previous line. | 176 | |
'{' should be on the previous line. | 192 | |
'{' should be on the previous line. | 198 | |
'0.5' is a magic number. | 199 | |
'{' should be on the previous line. | 203 | |
'{' should be on the previous line. | 207 | |
'{' should be on the previous line. | 213 | |
'{' should be on the previous line. | 225 | |
'{' should be on the previous line. | 237 | |
'{' should be on the previous line. | 244 | |
'{' should be on the previous line. | 246 | |
'{' should be on the previous line. | 248 | |
'{' should be on the previous line. | 266 | |
'{' should be on the previous line. | 270 | |
'{' should be on the previous line. | 274 | |
'{' should be on the previous line. | 278 | |
'{' should be on the previous line. | 280 | |
'{' should be on the previous line. | 286 | |
'{' should be on the previous line. | 288 | |
'{' should be on the previous line. | 305 | |
'{' should be on the previous line. | 313 | |
Inner assignments should be avoided. | 314 | |
'{' should be on the previous line. | 317 | |
Inner assignments should be avoided. | 321 | |
'{' should be on the previous line. | 324 | |
Parameter parent1 should be final. | 342 | |
Parameter parent2 should be final. | 342 | |
Parameter index1 should be final. | 342 | |
Parameter index2 should be final. | 342 | |
'{' should be on the previous line. | 343 | |
Avoid inline conditionals. | 344 | |
Avoid inline conditionals. | 345 | |
'{' should be on the previous line. | 351 | |
'{' should be on the previous line. | 364 | |
'{' should be on the previous line. | 370 | |
'{' should be on the previous line. | 374 | |
First sentence should end with a period. | 384 | |
Parameter parent1 should be final. | 394 | |
Parameter parent2 should be final. | 394 | |
Parameter low should be final. | 394 | |
Parameter high should be final. | 394 | |
'{' should be on the previous line. | 395 | |
'{' should be on the previous line. | 399 | |
'{' should be on the previous line. | 401 | |
'}' should be on the same line. | 403 | |
'{' should be on the previous line. | 405 | |
'{' should be on the previous line. | 415 | |
'{' should be on the previous line. | 417 | |
'{' should be on the previous line. | 427 | |
'{' should be on the previous line. | 429 | |
'}' should be on the same line. | 431 | |
'{' should be on the previous line. | 433 | |
'{' should be on the previous line. | 445 | |
'{' should be on the previous line. | 455 | |
Inner assignments should be avoided. | 457 | |
'{' should be on the previous line. | 460 | |
'{' should be on the previous line. | 476 | |
'{' should be on the previous line. | 480 | |
'{' should be on the previous line. | 482 | |
'{' should be on the previous line. | 488 | |
'{' should be on the previous line. | 490 | |
'{' should be on the previous line. | 500 | |
'{' should be on the previous line. | 502 | |
'{' should be on the previous line. | 504 | |
'{' should be on the previous line. | 509 | |
'{' should be on the previous line. | 513 | |
First sentence should end with a period. | 522 | |
Parameter array should be final. | 529 | |
'{' should be on the previous line. | 530 | |
'{' should be on the previous line. | 534 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 33 | |
Parameter client should be final. | 45 | |
'client' hides a field. | 45 | |
'{' should be on the previous line. | 46 | |
'{' should be on the previous line. | 50 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter sender should be final. | 61 | |
Parameter data should be final. | 61 | |
'{' should be on the previous line. | 62 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 71 | |
'{' should be on the previous line. | 72 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 81 | |
'{' should be on the previous line. | 82 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 91 | |
'{' should be on the previous line. | 92 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 99 | |
'{' should be on the previous line. | 100 | |
Empty statement. | 101 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 109 | |
'{' should be on the previous line. | 110 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 40 | |
Parameter name should be final. | 59 | |
'name' hides a field. | 59 | |
Parameter config should be final. | 59 | |
'config' hides a field. | 59 | |
'{' should be on the previous line. | 60 | |
'{' should be on the previous line. | 65 | |
'{' should be on the previous line. | 76 | |
Line is longer than 80 characters. | 77 | |
Parameter identifier should be final. | 87 | |
'{' should be on the previous line. | 88 | |
Line is longer than 80 characters. | 89 | |
'{' should be on the previous line. | 93 | |
Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 104 | |
'{' should be on the previous line. | 105 | |
'{' should be on the previous line. | 109 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter sender should be final. | 122 | |
Parameter data should be final. | 122 | |
'{' should be on the previous line. | 123 | |
'{' should be on the previous line. | 125 | |
'{' should be on the previous line. | 130 | |
'}' should be on the same line. | 136 | |
'{' should be on the previous line. | 138 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 148 | |
'{' should be on the previous line. | 149 | |
'{' should be on the previous line. | 154 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 166 | |
'{' should be on the previous line. | 167 | |
'{' should be on the previous line. | 172 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 184 | |
'{' should be on the previous line. | 185 | |
'{' should be on the previous line. | 190 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 201 | |
'{' should be on the previous line. | 202 | |
'{' should be on the previous line. | 206 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 215 | |
'{' should be on the previous line. | 216 | |
'{' should be on the previous line. | 222 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 232 | |
'{' should be on the previous line. | 233 | |
'{' should be on the previous line. | 241 | |
Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 250 | |
'{' should be on the previous line. | 251 | |
Method 'isTerminating' is not designed for extension - needs to be abstract, final or empty. | 261 | |
'{' should be on the previous line. | 262 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 270 | |
'{' should be on the previous line. | 271 | |
Line has trailing spaces. | 272 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 279 | |
'{' should be on the previous line. | 280 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 38 | |
Parameter name should be final. | 57 | |
'name' hides a field. | 57 | |
Parameter config should be final. | 57 | |
'config' hides a field. | 57 | |
'{' should be on the previous line. | 58 | |
'{' should be on the previous line. | 63 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
'{' should be on the previous line. | 74 | |
'{' should be on the previous line. | 84 | |
Line is longer than 80 characters. | 86 | |
Parameter category should be final. | 96 | |
'{' should be on the previous line. | 97 | |
Line is longer than 80 characters. | 98 | |
'{' should be on the previous line. | 102 | |
Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'{' should be on the previous line. | 114 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter sender should be final. | 126 | |
Parameter data should be final. | 126 | |
'{' should be on the previous line. | 127 | |
'{' should be on the previous line. | 129 | |
'{' should be on the previous line. | 135 | |
'}' should be on the same line. | 141 | |
'{' should be on the previous line. | 143 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 153 | |
'{' should be on the previous line. | 154 | |
'{' should be on the previous line. | 159 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 171 | |
'{' should be on the previous line. | 172 | |
'{' should be on the previous line. | 177 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 189 | |
'{' should be on the previous line. | 190 | |
'{' should be on the previous line. | 195 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 206 | |
'{' should be on the previous line. | 207 | |
'{' should be on the previous line. | 211 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 220 | |
'{' should be on the previous line. | 221 | |
'{' should be on the previous line. | 227 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 237 | |
'{' should be on the previous line. | 238 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Redundant 'public' modifier. | 32 | |
Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Redundant 'public' modifier. | 38 | |
Redundant 'public' modifier. | 45 | |
Line is longer than 80 characters. | 51 | |
Redundant 'public' modifier. | 56 | |
Redundant 'public' modifier. | 67 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 38 | |
Parameter config should be final. | 53 | |
'config' hides a field. | 53 | |
'{' should be on the previous line. | 54 | |
Method 'getCurrentSequenceNr' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter source should be final. | 65 | |
'{' should be on the previous line. | 66 | |
Method 'isMissing' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter source should be final. | 80 | |
Parameter seqNr should be final. | 80 | |
'{' should be on the previous line. | 81 | |
'{' should be on the previous line. | 87 | |
'}' should be on the same line. | 89 | |
'{' should be on the previous line. | 91 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 103 | |
'{' should be on the previous line. | 104 | |
Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Parameter source should be final. | 116 | |
Parameter seqNr should be final. | 116 | |
'{' should be on the previous line. | 117 | |
'{' should be on the previous line. | 119 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 131 | |
'{' should be on the previous line. | 132 | |
'{' should be on the previous line. | 136 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Parameter source should be final. | 152 | |
Parameter seqNr should be final. | 152 | |
'{' should be on the previous line. | 153 | |
Line is longer than 80 characters. | 168 | |
Method 'put' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter source should be final. | 168 | |
Parameter seqNr should be final. | 168 | |
Parameter data should be final. | 168 | |
Parameter source should be final. | 182 | |
'{' should be on the previous line. | 183 | |
'{' should be on the previous line. | 185 | |
'{' should be on the previous line. | 192 | |
'{' should be on the previous line. | 206 | |
Parameter size should be final. | 227 | |
'size' hides a field. | 227 | |
'{' should be on the previous line. | 228 | |
Method 'getHighestSeqNr' is not designed for extension - needs to be abstract, final or empty. | 241 | |
'{' should be on the previous line. | 242 | |
Method 'getLowestSeqNr' is not designed for extension - needs to be abstract, final or empty. | 251 | |
'{' should be on the previous line. | 252 | |
Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 259 | |
'{' should be on the previous line. | 260 | |
'{' should be on the previous line. | 263 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Parameter seqNr should be final. | 277 | |
'{' should be on the previous line. | 278 | |
'{' should be on the previous line. | 282 | |
'{' should be on the previous line. | 290 | |
Method 'put' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Parameter seqNr should be final. | 305 | |
Parameter entry should be final. | 305 | |
'{' should be on the previous line. | 306 | |
'{' should be on the previous line. | 310 | |
'{' should be on the previous line. | 316 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
First sentence should end with a period. | 30 | |
Redundant 'public' modifier. | 35 | |
Redundant 'public' modifier. | 42 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Redundant 'public' modifier. | 37 | |
Redundant 'public' modifier. | 47 | |
Redundant 'public' modifier. | 54 | |
Redundant 'public' modifier. | 64 | |
Redundant 'public' modifier. | 69 | |
Redundant 'public' modifier. | 79 | |
Redundant 'public' modifier. | 90 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 35 | |
'16' is a magic number. | 43 | |
'100' is a magic number. | 46 | |
'1000' is a magic number. | 49 | |
Method 'createLogEntry' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter msg should be final. | 59 | |
'{' should be on the previous line. | 60 | |
'8.0' is a magic number. | 65 | |
Method 'setCacheSize' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter size should be final. | 75 | |
'{' should be on the previous line. | 76 | |
Method 'getCacheSize' is not designed for extension - needs to be abstract, final or empty. | 85 | |
'{' should be on the previous line. | 86 | |
Method 'getPacketInterval' is not designed for extension - needs to be abstract, final or empty. | 95 | |
'{' should be on the previous line. | 96 | |
Method 'setPacketInterval' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter interval should be final. | 105 | |
'{' should be on the previous line. | 106 | |
Method 'getDataSize' is not designed for extension - needs to be abstract, final or empty. | 115 | |
'{' should be on the previous line. | 116 | |
Method 'setDataSize' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Parameter size should be final. | 125 | |
'{' should be on the previous line. | 126 | |
Method 'setUseNacks' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter enabled should be final. | 135 | |
'{' should be on the previous line. | 136 | |
Method 'getUseNacks' is not designed for extension - needs to be abstract, final or empty. | 145 | |
'{' should be on the previous line. | 146 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 31 | |
Redundant 'public' modifier. | 37 | |
Redundant 'public' modifier. | 44 | |
Redundant 'public' modifier. | 54 | |
Redundant 'public' modifier. | 65 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Parameter name should be final. | 39 | |
Parameter publisher should be final. | 39 | |
'publisher' hides a field. | 39 | |
'{' should be on the previous line. | 40 | |
Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 52 | |
'{' should be on the previous line. | 53 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Redundant 'public' modifier. | 36 | |
Redundant 'public' modifier. | 41 | |
Redundant 'public' modifier. | 48 | |
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 62 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 36 | |
Line is longer than 80 characters. | 38 | |
Parameter name should be final. | 78 | |
'name' hides a field. | 78 | |
Parameter category should be final. | 78 | |
'category' hides a field. | 78 | |
Parameter config should be final. | 79 | |
'config' hides a field. | 79 | |
'{' should be on the previous line. | 80 | |
'{' should be on the previous line. | 87 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter sender should be final. | 100 | |
Parameter data should be final. | 100 | |
'{' should be on the previous line. | 101 | |
'{' should be on the previous line. | 103 | |
'{' should be on the previous line. | 109 | |
'category' hides a field. | 112 | |
'{' should be on the previous line. | 118 | |
'}' should be on the same line. | 121 | |
'{' should be on the previous line. | 123 | |
'}' should be on the same line. | 126 | |
'{' should be on the previous line. | 128 | |
'{' should be on the previous line. | 132 | |
'}' should be on the same line. | 135 | |
'{' should be on the previous line. | 137 | |
'}' should be on the same line. | 142 | |
'{' should be on the previous line. | 144 | |
'{' should be on the previous line. | 147 | |
Line is longer than 80 characters. | 148 | |
'{' should be on the previous line. | 151 | |
'}' should be on the same line. | 164 | |
'{' should be on the previous line. | 166 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 176 | |
'{' should be on the previous line. | 177 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 186 | |
'{' should be on the previous line. | 187 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 196 | |
'{' should be on the previous line. | 197 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 205 | |
'{' should be on the previous line. | 206 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 216 | |
'{' should be on the previous line. | 217 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 226 | |
'{' should be on the previous line. | 227 | |
Parameter sender should be final. | 240 | |
Parameter category should be final. | 240 | |
'category' hides a field. | 240 | |
Parameter seqNr should be final. | 240 | |
Parameter sent should be final. | 241 | |
Parameter payload should be final. | 241 | |
'{' should be on the previous line. | 242 | |
Line is longer than 80 characters. | 244 | |
'{' should be on the previous line. | 258 | |
Parameter curSeqNr should be final. | 280 | |
'{' should be on the previous line. | 281 | |
'{' should be on the previous line. | 283 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 22 | |
'{' should be on the previous line. | 29 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 35 | |
Line is longer than 80 characters. | 37 | |
Parameter session should be final. | 59 | |
'session' hides a field. | 59 | |
Parameter agentid should be final. | 59 | |
'agentid' hides a field. | 59 | |
Parameter multicast should be final. | 60 | |
'multicast' hides a field. | 60 | |
Parameter seqNrGenerator should be final. | 60 | |
'seqNrGenerator' hides a field. | 60 | |
'{' should be on the previous line. | 61 | |
Method 'getAgentId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
'{' should be on the previous line. | 74 | |
Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 83 | |
'{' should be on the previous line. | 84 | |
Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter multicast should be final. | 93 | |
'multicast' hides a field. | 93 | |
'{' should be on the previous line. | 94 | |
Method 'leaveSession' is not designed for extension - needs to be abstract, final or empty. | 101 | |
'{' should be on the previous line. | 102 | |
Empty statement. | 103 | |
Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter data should be final. | 111 | |
'{' should be on the previous line. | 112 | |
'{' should be on the previous line. | 114 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
'{' should be on the previous line. | 126 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Parameter name should be final. | 39 | |
Parameter subscriber should be final. | 39 | |
'subscriber' hides a field. | 39 | |
'{' should be on the previous line. | 40 | |
Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 48 | |
'{' should be on the previous line. | 49 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Method 'generateSequenceNr' is not designed for extension - needs to be abstract, final or empty. | 38 | |
'{' should be on the previous line. | 39 | |
Method 'getLastSequenceNr' is not designed for extension - needs to be abstract, final or empty. | 48 | |
'{' should be on the previous line. | 49 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Parameter publisher should be final. | 40 | |
'publisher' hides a field. | 40 | |
'{' should be on the previous line. | 41 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 50 | |
'{' should be on the previous line. | 51 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter value should be final. | 62 | |
'{' should be on the previous line. | 63 | |
'{' should be on the previous line. | 65 | |
'}' should be on the same line. | 67 | |
'{' should be on the previous line. | 69 | |
'}' should be on the same line. | 71 | |
'{' should be on the previous line. | 73 | |
'{' should be on the previous line. | 75 | |
'}' should be on the same line. | 77 | |
'{' should be on the previous line. | 79 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'{' should be on the previous line. | 93 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 102 | |
'{' should be on the previous line. | 103 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Parameter publisher should be final. | 40 | |
'publisher' hides a field. | 40 | |
'{' should be on the previous line. | 41 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 50 | |
'{' should be on the previous line. | 51 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter value should be final. | 62 | |
'{' should be on the previous line. | 63 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
'{' should be on the previous line. | 73 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 | |
'{' should be on the previous line. | 83 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 35 | |
Method 'getStateChangedNotifier' is not designed for extension - needs to be abstract, final or empty. | 47 | |
'{' should be on the previous line. | 48 | |
Method 'notifyOnline' is not designed for extension - needs to be abstract, final or empty. | 55 | |
'{' should be on the previous line. | 56 | |
Method 'notifyOffline' is not designed for extension - needs to be abstract, final or empty. | 63 | |
'{' should be on the previous line. | 64 | |
Line is longer than 80 characters. | 65 | |
'{' should be on the previous line. | 68 | |
Method 'addSubscriber' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter session should be final. | 83 | |
Parameter subscriber should be final. | 83 | |
'{' should be on the previous line. | 84 | |
Method 'removeSubscriber' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter session should be final. | 96 | |
Parameter subscriber should be final. | 96 | |
Method 'getAllSessions' is not designed for extension - needs to be abstract, final or empty. | 106 | |
'{' should be on the previous line. | 107 | |
Method 'getSubscriberManager' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Parameter session should be final. | 118 | |
'{' should be on the previous line. | 119 | |
'{' should be on the previous line. | 123 | |
Inner assignments should be avoided. | 124 | |
Method 'getSubscriber' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Parameter session should be final. | 137 | |
'{' should be on the previous line. | 138 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 32 | |
Parameter data should be final. | 48 | |
'data' hides a field. | 48 | |
Parameter timestamp should be final. | 48 | |
'timestamp' hides a field. | 48 | |
'{' should be on the previous line. | 49 | |
First sentence should end with a period. | 54 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 59 | |
'{' should be on the previous line. | 60 | |
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'{' should be on the previous line. | 70 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Redundant 'public' modifier. | 34 | |
Redundant 'public' modifier. | 41 | |
Redundant 'public' modifier. | 48 | |
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 62 | |
Redundant 'public' modifier. | 69 | |
Redundant 'public' modifier. | 76 | |
Redundant 'public' modifier. | 83 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Parameter publisher should be final. | 40 | |
'publisher' hides a field. | 40 | |
'{' should be on the previous line. | 41 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 50 | |
'{' should be on the previous line. | 51 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter value should be final. | 62 | |
'{' should be on the previous line. | 63 | |
'{' should be on the previous line. | 65 | |
'}' should be on the same line. | 67 | |
'{' should be on the previous line. | 69 | |
'}' should be on the same line. | 71 | |
'{' should be on the previous line. | 73 | |
'{' should be on the previous line. | 75 | |
'}' should be on the same line. | 77 | |
'{' should be on the previous line. | 79 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'{' should be on the previous line. | 93 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 102 | |
'{' should be on the previous line. | 103 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
First sentence should end with a period. | 30 | |
Redundant 'public' modifier. | 37 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 33 | |
First sentence should end with a period. | 52 | |
Parameter factory should be final. | 57 | |
'{' should be on the previous line. | 58 | |
Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter size should be final. | 68 | |
'{' should be on the previous line. | 69 | |
'{' should be on the previous line. | 74 | |
'1000.0' is a magic number. | 75 | |
Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
'{' should be on the previous line. | 87 | |
'{' should be on the previous line. | 92 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Parameter publisher should be final. | 40 | |
'publisher' hides a field. | 40 | |
'{' should be on the previous line. | 41 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 50 | |
'{' should be on the previous line. | 51 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter value should be final. | 62 | |
'{' should be on the previous line. | 63 | |
'{' should be on the previous line. | 65 | |
'}' should be on the same line. | 67 | |
'{' should be on the previous line. | 69 | |
'}' should be on the same line. | 71 | |
'{' should be on the previous line. | 73 | |
'{' should be on the previous line. | 75 | |
'}' should be on the same line. | 77 | |
'{' should be on the previous line. | 79 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'{' should be on the previous line. | 93 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 102 | |
'{' should be on the previous line. | 103 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 29 | |
Redundant 'public' modifier. | 37 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 17 | |
First sentence should end with a period. | 42 | |
Parameter id should be final. | 49 | |
'id' hides a field. | 49 | |
Parameter mcast should be final. | 49 | |
'mcast' hides a field. | 49 | |
Parameter interval should be final. | 50 | |
'interval' hides a field. | 50 | |
'{' should be on the previous line. | 51 | |
'1000' is a magic number. | 57 | |
Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 65 | |
'{' should be on the previous line. | 66 | |
'{' should be on the previous line. | 76 | |
'{' should be on the previous line. | 90 | |
Line is longer than 80 characters. | 92 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 101 | |
'{' should be on the previous line. | 102 | |
'{' should be on the previous line. | 108 | |
'{' should be on the previous line. | 110 | |
'{' should be on the previous line. | 112 | |
Line is longer than 80 characters. | 115 | |
'}' should be on the same line. | 116 | |
'{' should be on the previous line. | 118 | |
Empty statement. | 119 | |
Method 'terminate' is not designed for extension - needs to be abstract, final or empty. | 136 | |
'{' should be on the previous line. | 137 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 32 | |
'{' should be on the previous line. | 38 | |
'{' should be on the previous line. | 49 | |
'{' should be on the previous line. | 51 | |
Method 'getNumRegistered' is not designed for extension - needs to be abstract, final or empty. | 61 | |
'{' should be on the previous line. | 62 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter subscriber should be final. | 73 | |
'{' should be on the previous line. | 74 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Parameter subscriber should be final. | 85 | |
'{' should be on the previous line. | 86 | |
Method 'removeAllSubscribers' is not designed for extension - needs to be abstract, final or empty. | 93 | |
'{' should be on the previous line. | 94 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter sender should be final. | 104 | |
Parameter data should be final. | 104 | |
'{' should be on the previous line. | 105 | |
'{' should be on the previous line. | 109 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 121 | |
'{' should be on the previous line. | 122 | |
'{' should be on the previous line. | 126 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 140 | |
'{' should be on the previous line. | 141 | |
'{' should be on the previous line. | 145 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 159 | |
'{' should be on the previous line. | 160 | |
'{' should be on the previous line. | 164 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 176 | |
'{' should be on the previous line. | 177 | |
'{' should be on the previous line. | 181 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 | |
'{' should be on the previous line. | 194 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 28 | |
Redundant 'public' modifier. | 34 | |
Redundant 'public' modifier. | 41 | |
Redundant 'public' modifier. | 48 | |
Redundant 'public' modifier. | 55 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 30 | |
Redundant 'public' modifier. | 36 | |
Redundant 'public' modifier. | 45 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 41 | |
Parameter name should be final. | 98 | |
'name' hides a field. | 98 | |
Parameter category should be final. | 98 | |
'category' hides a field. | 98 | |
Parameter config should be final. | 99 | |
'config' hides a field. | 99 | |
'{' should be on the previous line. | 100 | |
'{' should be on the previous line. | 109 | |
Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 119 | |
'{' should be on the previous line. | 120 | |
Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Parameter sender should be final. | 131 | |
Parameter data should be final. | 131 | |
'{' should be on the previous line. | 132 | |
'{' should be on the previous line. | 134 | |
'{' should be on the previous line. | 139 | |
'category' hides a field. | 142 | |
'{' should be on the previous line. | 151 | |
'}' should be on the same line. | 154 | |
'{' should be on the previous line. | 156 | |
'}' should be on the same line. | 158 | |
'{' should be on the previous line. | 160 | |
'{' should be on the previous line. | 164 | |
'}' should be on the same line. | 166 | |
'{' should be on the previous line. | 168 | |
'}' should be on the same line. | 173 | |
'{' should be on the previous line. | 175 | |
'{' should be on the previous line. | 178 | |
Line is longer than 80 characters. | 179 | |
'{' should be on the previous line. | 182 | |
'}' should be on the same line. | 194 | |
'{' should be on the previous line. | 196 | |
Method 'getDeliveryRatio' is not designed for extension - needs to be abstract, final or empty. | 206 | |
'{' should be on the previous line. | 207 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 216 | |
'{' should be on the previous line. | 217 | |
Method 'getInterArrivalTime' is not designed for extension - needs to be abstract, final or empty. | 226 | |
'{' should be on the previous line. | 227 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 235 | |
'{' should be on the previous line. | 236 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 246 | |
'{' should be on the previous line. | 247 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 257 | |
'{' should be on the previous line. | 258 | |
Parameter seqNr should be final. | 269 | |
Parameter sent should be final. | 269 | |
Parameter payload should be final. | 269 | |
'{' should be on the previous line. | 270 | |
Avoid inline conditionals. | 272 | |
Avoid inline conditionals. | 274 | |
'{' should be on the previous line. | 279 | |
Parameter curSeqNr should be final. | 295 | |
'{' should be on the previous line. | 296 | |
'{' should be on the previous line. | 298 | |
'{' should be on the previous line. | 312 | |
Parameter name should be final. | 331 | |
Parameter id should be final. | 331 | |
'{' should be on the previous line. | 332 | |
Method 'addTripDelay' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Parameter seqNr should be final. | 349 | |
Parameter delay should be final. | 349 | |
'{' should be on the previous line. | 350 | |
Method 'addInterArrival' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Parameter seqNr should be final. | 360 | |
Parameter delay should be final. | 360 | |
'{' should be on the previous line. | 361 | |
Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 368 | |
'{' should be on the previous line. | 369 | |
Method 'incrementDuplicateCnt' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Parameter seqNr should be final. | 385 | |
'{' should be on the previous line. | 386 | |
'{' should be on the previous line. | 391 | |
'{' should be on the previous line. | 396 | |
'}' should be on the same line. | 398 | |
'{' should be on the previous line. | 400 | |
Method 'incrementLostCnt' is not designed for extension - needs to be abstract, final or empty. | 412 | |
Parameter seqNr should be final. | 412 | |
'{' should be on the previous line. | 413 | |
'{' should be on the previous line. | 418 | |
'{' should be on the previous line. | 423 | |
'}' should be on the same line. | 425 | |
'{' should be on the previous line. | 427 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 437 | |
'{' should be on the previous line. | 438 |