The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
221 | 0 | 0 | 5458 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 25 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 15 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 0 | ![]() |
JavadocStyle | 81 | ![]() |
ConstantName | 5 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 2 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 8 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
LineLength | 173 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 15 | ![]() |
RedundantModifier | 101 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 4 | ![]() |
LeftCurly | 2623 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 296 | ![]() |
AvoidInlineConditionals | 14 | ![]() |
DoubleCheckedLocking | 1 | ![]() |
EmptyStatement | 18 | ![]() |
EqualsHashCode | 2 | ![]() |
HiddenField | 225 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 1 | ![]() |
MagicNumber | 118 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 8 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 684 | ![]() |
FinalClass | 17 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 7 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 1006 | ![]() |
GenericIllegalRegexp
| 3 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | '{' should be on the previous line. | 62 |
![]() | Parameter id should be final. | 74 |
![]() | 'id' hides a field. | 74 |
![]() | Parameter rid should be final. | 74 |
![]() | 'rid' hides a field. | 74 |
![]() | Parameter buf should be final. | 74 |
![]() | 'buf' hides a field. | 74 |
![]() | Parameter reliable should be final. | 74 |
![]() | 'reliable' hides a field. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'getRequestId' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'getReliable' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter in should be final. | 135 |
![]() | '{' should be on the previous line. | 137 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter out should be final. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | 'buf' hides a field. | 166 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'schedule' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter task should be final. | 58 |
![]() | Parameter delay should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 63 |
![]() | '}' should be on the same line. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Method 'schedule' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter task should be final. | 86 |
![]() | Parameter delay should be final. | 86 |
![]() | Parameter period should be final. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | '{' should be on the previous line. | 91 |
![]() | '}' should be on the same line. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Method 'scheduleAtFixedRate' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter task should be final. | 114 |
![]() | Parameter delay should be final. | 114 |
![]() | Parameter period should be final. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '{' should be on the previous line. | 119 |
![]() | '}' should be on the same line. | 121 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 139 |
![]() | Parameter task should be final. | 148 |
![]() | 'task' hides a field. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | '{' should be on the previous line. | 157 |
![]() | '{' should be on the previous line. | 159 |
![]() | '}' should be on the same line. | 161 |
![]() | '{' should be on the previous line. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Parameter tsmpFactory should be final. | 60 |
![]() | 'tsmpFactory' hides a field. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '{' should be on the previous line. | 72 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter address should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | '{' should be on the previous line. | 115 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '{' should be on the previous line. | 132 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 51 |
![]() | Parameter msg should be final. | 60 |
![]() | 'msg' hides a field. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter in should be final. | 82 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter out should be final. | 94 |
![]() | '{' should be on the previous line. | 95 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 60 |
![]() | Parameter dirId should be final. | 71 |
![]() | 'dirId' hides a field. | 71 |
![]() | Parameter key should be final. | 71 |
![]() | 'key' hides a field. | 71 |
![]() | Parameter val should be final. | 71 |
![]() | 'val' hides a field. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter in should be final. | 115 |
![]() | '{' should be on the previous line. | 117 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter out should be final. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | '{' should be on the previous line. | 143 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter name should be final. | 34 |
![]() | Parameter server should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 31 |
![]() | '{' should be on the previous line. | 36 |
![]() | First sentence should end with a period. | 40 |
![]() | First sentence should end with a period. | 46 |
![]() | Parameter socket should be final. | 56 |
![]() | 'socket' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Parameter socket should be final. | 66 |
![]() | 'socket' hides a field. | 66 |
![]() | Parameter limit should be final. | 66 |
![]() | 'limit' hides a field. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getEstimatedBandwidth' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Method 'getLocalPort' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Method 'setMaxRate' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter rate should be final. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | '{' should be on the previous line. | 121 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Method 'getMaxRate' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | '{' should be on the previous line. | 158 |
![]() | Method 'receiveRequest' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | '{' should be on the previous line. | 171 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Parameter pkt should be final. | 182 |
![]() | '{' should be on the previous line. | 184 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Parameter priority should be final. | 196 |
![]() | Parameter pkt should be final. | 196 |
![]() | '{' should be on the previous line. | 198 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Parameter priority should be final. | 212 |
![]() | Parameter pkt should be final. | 212 |
![]() | Parameter maxNReXmt should be final. | 212 |
![]() | '{' should be on the previous line. | 214 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Parameter request should be final. | 227 |
![]() | Parameter pkt should be final. | 227 |
![]() | '{' should be on the previous line. | 229 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Parameter pkt should be final. | 245 |
![]() | '{' should be on the previous line. | 247 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | Parameter size should be final. | 267 |
![]() | '{' should be on the previous line. | 268 |
![]() | '{' should be on the previous line. | 270 |
![]() | '{' should be on the previous line. | 272 |
![]() | The double-checked locking idiom is broken and should be avoided. | 273 |
![]() | '{' should be on the previous line. | 274 |
![]() | '8' is a magic number. | 277 |
![]() | '{' should be on the previous line. | 280 |
![]() | '{' should be on the previous line. | 284 |
![]() | '}' should be on the same line. | 286 |
![]() | '{' should be on the previous line. | 288 |
![]() | Empty statement. | 289 |
![]() | '}' should be on the same line. | 291 |
![]() | '{' should be on the previous line. | 293 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter request should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 61 |
![]() | '}' should be on the same 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 same line. | 75 |
![]() | '{' should be on the previous line. | 77 |
![]() | '}' should be on the same line. | 79 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Parameter msg should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Parameter msg should be final. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Parameter request should be final. | 122 |
![]() | Parameter packet should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 130 |
![]() | '}' should be on the same line. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | Parameter request should be final. | 149 |
![]() | Parameter packet should be final. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | '}' should be on the same line. | 159 |
![]() | '{' should be on the previous line. | 161 |
![]() | Parameter request should be final. | 176 |
![]() | Parameter packet should be final. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | '{' should be on the previous line. | 184 |
![]() | '{' should be on the previous line. | 190 |
![]() | '}' should be on the same line. | 193 |
![]() | '{' should be on the previous line. | 195 |
![]() | '}' should be on the same line. | 198 |
![]() | '{' should be on the previous line. | 200 |
![]() | Parameter request should be final. | 217 |
![]() | Parameter packet should be final. | 217 |
![]() | '{' should be on the previous line. | 218 |
![]() | '{' should be on the previous line. | 225 |
![]() | '}' should be on the same line. | 230 |
![]() | '{' should be on the previous line. | 232 |
![]() | Parameter request should be final. | 247 |
![]() | Parameter packet should be final. | 247 |
![]() | '{' should be on the previous line. | 248 |
![]() | '{' should be on the previous line. | 255 |
![]() | '{' should be on the previous line. | 257 |
![]() | '}' should be on the same line. | 260 |
![]() | '{' should be on the previous line. | 262 |
![]() | '}' should be on the same line. | 265 |
![]() | '{' should be on the previous line. | 267 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter label should be final. | 48 |
![]() | 'label' hides a field. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | First sentence should end with a period. | 83 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter edge should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter vertex should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Unused @throws tag for 'ClassCastException'. | 149 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter o should be final. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 155 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Parameter o should be final. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | '{' should be on the previous line. | 177 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | '{' should be on the previous line. | 190 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Parameter service should be final. | 46 |
![]() | 'service' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter msg should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter value should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | '{' should be on the previous line. | 107 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 52 |
![]() | Parameter dirId should be final. | 61 |
![]() | 'dirId' hides a field. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Parameter in should be final. | 84 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter out should be final. | 96 |
![]() | '{' should be on the previous line. | 97 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 38 |
![]() | First sentence should end with a period. | 67 |
![]() | Parameter type should be final. | 74 |
![]() | 'type' hides a field. | 74 |
![]() | Parameter version should be final. | 74 |
![]() | Parameter fields should be final. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '{' should be on the previous line. | 80 |
![]() | Parameter fields1 should be final. | 96 |
![]() | Parameter fields2 should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | '{' should be on the previous line. | 102 |
![]() | '{' should be on the previous line. | 107 |
![]() | Method 'setSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter addr should be final. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | Method 'setPublicSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter addr should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'getSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'getPublicSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | First sentence should end with a period. | 165 |
![]() | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Parameter timestamp should be final. | 170 |
![]() | 'timestamp' hides a field. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | Parameter data should be final. | 196 |
![]() | Parameter offset should be final. | 196 |
![]() | Parameter len should be final. | 196 |
![]() | '{' should be on the previous line. | 198 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | Parameter data should be final. | 225 |
![]() | Parameter offset should be final. | 225 |
![]() | Parameter len should be final. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Method 'isData' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | '{' should be on the previous line. | 248 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Parameter typeMapping should be final. | 264 |
![]() | Parameter data should be final. | 264 |
![]() | Parameter offset should be final. | 264 |
![]() | Parameter length should be final. | 265 |
![]() | '{' should be on the previous line. | 266 |
![]() | '{' should be on the previous line. | 270 |
![]() | '}' should be on the same line. | 272 |
![]() | '{' should be on the previous line. | 274 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Parameter typeMapping should be final. | 288 |
![]() | '{' should be on the previous line. | 289 |
![]() | '{' should be on the previous line. | 291 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Parameter in should be final. | 311 |
![]() | '{' should be on the previous line. | 313 |
![]() | '{' should be on the previous line. | 317 |
![]() | '{' should be on the previous line. | 325 |
![]() | '{' should be on the previous line. | 334 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Parameter out should be final. | 347 |
![]() | '{' should be on the previous line. | 348 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | '{' should be on the previous line. | 361 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter id should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter decoder should be final. | 53 |
![]() | Parameter typeMapping should be final. | 53 |
![]() | '{' should be on the previous line. | 55 |
![]() | Parameter encoder should be final. | 68 |
![]() | Parameter typeMapping should be final. | 68 |
![]() | Parameter instance should be final. | 69 |
![]() | '{' should be on the previous line. | 70 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 61 |
![]() | Parameter dirId should be final. | 72 |
![]() | 'dirId' hides a field. | 72 |
![]() | Parameter num should be final. | 72 |
![]() | 'num' hides a field. | 72 |
![]() | Parameter offset should be final. | 72 |
![]() | 'offset' hides a field. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'getNum' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter in should be final. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Parameter out should be final. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '{' should be on the previous line. | 144 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Parameter addr should be final. | 62 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Parameter args should be final. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '{' should be on the previous line. | 77 |
![]() | '{' should be on the previous line. | 79 |
![]() | '}' should be on the same line. | 84 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | '{' should be on the previous line. | 100 |
![]() | '{' should be on the previous line. | 104 |
![]() | Parameter msg should be final. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter queueManager should be final. | 86 |
![]() | 'queueManager' hides a field. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'setMessageHandler' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter handler should be final. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'setRequestHandler' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter handler should be final. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 122 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | '{' should be on the previous line. | 132 |
![]() | '{' should be on the previous line. | 142 |
![]() | '}' should be on the same line. | 147 |
![]() | '{' should be on the previous line. | 149 |
![]() | Method 'getReply' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter id should be final. | 168 |
![]() | Parameter timeout should be final. | 168 |
![]() | '{' should be on the previous line. | 170 |
![]() | '{' should be on the previous line. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 183 |
![]() | '{' should be on the previous line. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | '}' should be on the same line. | 196 |
![]() | '{' should be on the previous line. | 198 |
![]() | Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | '{' should be on the previous line. | 219 |
![]() | '{' should be on the previous line. | 224 |
![]() | '{' should be on the previous line. | 226 |
![]() | '{' should be on the previous line. | 229 |
![]() | '{' should be on the previous line. | 239 |
![]() | '}' should be on the same line. | 241 |
![]() | '{' should be on the previous line. | 243 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Parameter pkt should be final. | 257 |
![]() | '{' should be on the previous line. | 258 |
![]() | '{' should be on the previous line. | 265 |
![]() | '{' should be on the previous line. | 267 |
![]() | '}' should be on the same line. | 269 |
![]() | '{' should be on the previous line. | 271 |
![]() | '}' should be on the same line. | 274 |
![]() | '{' should be on the previous line. | 276 |
![]() | '{' should be on the previous line. | 278 |
![]() | '{' should be on the previous line. | 280 |
![]() | '}' should be on the same line. | 282 |
![]() | '{' should be on the previous line. | 284 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Parameter pkt should be final. | 300 |
![]() | '{' should be on the previous line. | 301 |
![]() | '{' should be on the previous line. | 309 |
![]() | '{' should be on the previous line. | 311 |
![]() | '}' should be on the same line. | 313 |
![]() | '{' should be on the previous line. | 315 |
![]() | '}' should be on the same line. | 318 |
![]() | '{' should be on the previous line. | 320 |
![]() | '{' should be on the previous line. | 322 |
![]() | '{' should be on the previous line. | 324 |
![]() | '}' should be on the same line. | 326 |
![]() | '{' should be on the previous line. | 328 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Parameter pkt should be final. | 344 |
![]() | '{' should be on the previous line. | 345 |
![]() | '{' should be on the previous line. | 349 |
![]() | '{' should be on the previous line. | 351 |
![]() | Line is longer than 80 characters. | 355 |
![]() | '}' should be on the same line. | 356 |
![]() | '{' should be on the previous line. | 358 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() | '{' should be on the previous line. | 372 |
![]() | '{' should be on the previous line. | 376 |
![]() | '{' should be on the previous line. | 380 |
![]() | '{' should be on the previous line. | 384 |
![]() | '{' should be on the previous line. | 394 |
![]() | '{' should be on the previous line. | 398 |
![]() | '{' should be on the previous line. | 402 |
![]() | '{' should be on the previous line. | 412 |
![]() | '{' should be on the previous line. | 416 |
![]() | '{' should be on the previous line. | 421 |
![]() | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() | '{' should be on the previous line. | 435 |
![]() | '{' should be on the previous line. | 439 |
![]() | '{' should be on the previous line. | 444 |
![]() | '{' should be on the previous line. | 449 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | '{' should be on the previous line. | 462 |
![]() | Parameter msg should be final. | 471 |
![]() | '{' should be on the previous line. | 472 |
![]() | Parameter msg should be final. | 481 |
![]() | '{' should be on the previous line. | 482 |
![]() | Parameter msg should be final. | 491 |
![]() | '{' should be on the previous line. | 492 |
![]() | Parameter msg should be final. | 502 |
![]() | Parameter e should be final. | 502 |
![]() | '{' should be on the previous line. | 503 |
![]() | '{' should be on the previous line. | 513 |
![]() | '{' should be on the previous line. | 528 |
![]() | '{' should be on the previous line. | 541 |
![]() | '{' should be on the previous line. | 551 |
![]() | '{' should be on the previous line. | 560 |
![]() | Parameter datagram should be final. | 569 |
![]() | 'datagram' hides a field. | 569 |
![]() | '{' should be on the previous line. | 570 |
![]() | '{' should be on the previous line. | 580 |
![]() | '{' should be on the previous line. | 590 |
![]() | '{' should be on the previous line. | 599 |
![]() | Parameter request should be final. | 608 |
![]() | 'request' hides a field. | 608 |
![]() | '{' should be on the previous line. | 609 |
![]() | '{' should be on the previous line. | 619 |
![]() | '{' should be on the previous line. | 629 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Parameter addr should be final. | 86 |
![]() | Parameter server should be final. | 86 |
![]() | 'server' hides a field. | 86 |
![]() | Parameter nPackets should be final. | 87 |
![]() | 'nPackets' hides a field. | 87 |
![]() | Parameter packetSize should be final. | 87 |
![]() | 'packetSize' hides a field. | 87 |
![]() | Parameter interval should be final. | 87 |
![]() | 'interval' hides a field. | 87 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Parameter args should be final. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | '{' should be on the previous line. | 106 |
![]() | '5' is a magic number. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | '3' is a magic number. | 112 |
![]() | '4' is a magic number. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | '}' should be on the same line. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '{' should be on the previous line. | 143 |
![]() | Inner assignments should be avoided. | 145 |
![]() | '{' should be on the previous line. | 148 |
![]() | '{' should be on the previous line. | 150 |
![]() | '{' should be on the previous line. | 152 |
![]() | '}' should be on the same line. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Empty statement. | 158 |
![]() | '5' is a magic number. | 162 |
![]() | '3' is a magic number. | 162 |
![]() | '{' should be on the previous line. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 181 |
![]() | '}' should be on the same line. | 184 |
![]() | '{' should be on the previous line. | 186 |
![]() | Empty statement. | 187 |
![]() | '5' is a magic number. | 191 |
![]() | '3' is a magic number. | 191 |
![]() | Line is longer than 80 characters. | 212 |
![]() | First sentence should end with a period. | 218 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Parameter packetSize should be final. | 227 |
![]() | 'packetSize' hides a field. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '1000.0' is a magic number. | 231 |
![]() | '1000.0' is a magic number. | 233 |
![]() | '3.0' is a magic number. | 235 |
![]() | '3.0' is a magic number. | 236 |
![]() | '3.0' is a magic number. | 236 |
![]() | '8.0' is a magic number. | 236 |
![]() | '32.0' is a magic number. | 237 |
![]() | Parameter msg should be final. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | '{' should be on the previous line. | 256 |
Violation | Message | Line |
---|---|---|
![]() | Class SeqNrManager should be declared as final. | 38 |
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Parameter tsmpFactory should be final. | 69 |
![]() | 'tsmpFactory' hides a field. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | '{' should be on the previous line. | 72 |
![]() | '{' should be on the previous line. | 86 |
![]() | '{' should be on the previous line. | 96 |
![]() | '{' should be on the previous line. | 104 |
![]() | '{' should be on the previous line. | 109 |
![]() | '{' should be on the previous line. | 114 |
![]() | '}' should be on the same line. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | Parameter msg should be final. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Parameter address should be final. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 146 |
![]() | '{' should be on the previous line. | 160 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter message should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Parameter message should be final. | 53 |
![]() | Parameter cause should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter graph should be final. | 51 |
![]() | Parameter file should be final. | 51 |
![]() | '{' should be on the previous line. | 53 |
![]() | '{' should be on the previous line. | 61 |
![]() | '{' should be on the previous line. | 73 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Parameter file should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 95 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter message should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Parameter message should be final. | 55 |
![]() | Parameter cause should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter tsmpFactory should be final. | 65 |
![]() | 'tsmpFactory' hides a field. | 65 |
![]() | Parameter address should be final. | 65 |
![]() | 'address' hides a field. | 65 |
![]() | Parameter maxElements should be final. | 66 |
![]() | 'maxElements' hides a field. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'cleanUpEntries' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | '{' should be on the previous line. | 97 |
![]() | '{' should be on the previous line. | 101 |
![]() | '{' should be on the previous line. | 110 |
![]() | First sentence should end with a period. | 117 |
![]() | Method 'insert' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Parameter id should be final. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '{' should be on the previous line. | 132 |
![]() | Avoid inline conditionals. | 134 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter id should be final. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 157 |
![]() | '{' should be on the previous line. | 161 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | '{' should be on the previous line. | 183 |
![]() | '{' should be on the previous line. | 191 |
![]() | First sentence should end with a period. | 192 |
![]() | Parameter id should be final. | 203 |
![]() | 'id' hides a field. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | Method 'getFirstAccess' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | Expected an @return tag. | 235 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Parameter o should be final. | 235 |
![]() | '{' should be on the previous line. | 236 |
![]() | '{' should be on the previous line. | 238 |
![]() | '{' should be on the previous line. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Parameter o should be final. | 257 |
![]() | '{' should be on the previous line. | 258 |
![]() | '{' should be on the previous line. | 260 |
![]() | '{' should be on the previous line. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | '{' should be on the previous line. | 278 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 32 |
![]() | Parameter packet should be final. | 37 |
![]() | 'packet' hides a field. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'getPacket' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '{' should be on the previous line. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 33 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | First sentence should end with a period. | 58 |
![]() | Parameter sendQueue should be final. | 63 |
![]() | 'sendQueue' hides a field. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'getDropPacketNotifier' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Parameter val should be final. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getTimestampFactory' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | First sentence should end with a period. | 108 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Method 'getDataRate' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter addr should be final. | 118 |
![]() | Parameter packetSize should be final. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | First sentence should end with a period. | 126 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Parameter addr should be final. | 138 |
![]() | Parameter rttInfo should be final. | 138 |
![]() | Parameter networkInfo should be final. | 139 |
![]() | Parameter packetSize should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | '1000.0' is a magic number. | 141 |
![]() | '30.0' is a magic number. | 143 |
![]() | '4' is a magic number. | 143 |
![]() | '{' should be on the previous line. | 146 |
![]() | Line is longer than 80 characters. | 151 |
![]() | '3.0' is a magic number. | 151 |
![]() | '3.0' is a magic number. | 152 |
![]() | '3.0' is a magic number. | 152 |
![]() | '8.0' is a magic number. | 152 |
![]() | '32.0' is a magic number. | 153 |
![]() | '{' should be on the previous line. | 156 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'getRttManager' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Method 'getNetworkManager' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Method 'ack' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Parameter id should be final. | 200 |
![]() | Parameter oneway should be final. | 200 |
![]() | Parameter rtt should be final. | 200 |
![]() | '{' should be on the previous line. | 201 |
![]() | Method 'account' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Parameter addr should be final. | 211 |
![]() | Parameter len should be final. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | '{' should be on the previous line. | 217 |
![]() | '{' should be on the previous line. | 222 |
![]() | '1000.0' is a magic number. | 228 |
![]() | Method 'addPacket' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Parameter priority should be final. | 239 |
![]() | Parameter id should be final. | 239 |
![]() | Parameter packet should be final. | 239 |
![]() | Parameter maxNReXmt should be final. | 239 |
![]() | '{' should be on the previous line. | 240 |
![]() | Method 'getNextPacketNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Parameter max should be final. | 252 |
![]() | Parameter timeout should be final. | 252 |
![]() | '{' should be on the previous line. | 253 |
![]() | Method 'getNextTimeout' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | '{' should be on the previous line. | 263 |
![]() | '{' should be on the previous line. | 267 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | '{' should be on the previous line. | 280 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | '{' should be on the previous line. | 290 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | '{' should be on the previous line. | 300 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | '{' is followed by whitespace. | 34 |
![]() | '{' should be on the previous line. | 40 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Variable 'smoothingParameter' must be private and have accessor methods. | 51 |
![]() | '0.125' is a magic number. | 51 |
![]() | Line is longer than 80 characters. | 68 |
![]() | First sentence should end with a period. | 71 |
![]() | Name 'RESET_PERIOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() | '0.25' is a magic number. | 78 |
![]() | Parameter rttManager should be final. | 92 |
![]() | Parameter networkManager should be final. | 93 |
![]() | Parameter queueManager should be final. | 93 |
![]() | Parameter tsmpFactory should be final. | 94 |
![]() | Parameter packetFactory should be final. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Parameter lowPriority should be final. | 110 |
![]() | 'lowPriority' hides a field. | 110 |
![]() | Parameter rttManager should be final. | 111 |
![]() | Parameter networkManager should be final. | 111 |
![]() | Parameter queueManager should be final. | 112 |
![]() | Parameter tsmpFactory should be final. | 112 |
![]() | Parameter packetFactory should be final. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'enableCongestionAvoidance' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'increaseWindow' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter size should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | '{' should be on the previous line. | 144 |
![]() | First sentence should end with a period. | 149 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | '}' should be on the same line. | 159 |
![]() | '{' should be on the previous line. | 161 |
![]() | First sentence should end with a period. | 166 |
![]() | '{' should be on the previous line. | 171 |
![]() | '{' should be on the previous line. | 173 |
![]() | '}' should be on the same line. | 175 |
![]() | '{' should be on the previous line. | 177 |
![]() | First sentence should end with a period. | 182 |
![]() | Parameter delay should be final. | 187 |
![]() | 'delay' hides a field. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 193 |
![]() | '{' should be on the previous line. | 195 |
![]() | '{' should be on the previous line. | 200 |
![]() | '}' should be on the same line. | 204 |
![]() | '{' should be on the previous line. | 206 |
![]() | Method 'accountRtt' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Parameter oneway should be final. | 227 |
![]() | Parameter rtt should be final. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | '{' should be on the previous line. | 230 |
![]() | '{' should be on the previous line. | 239 |
![]() | '}' should be on the same line. | 241 |
![]() | '{' should be on the previous line. | 243 |
![]() | '3' is a magic number. | 253 |
![]() | '{' should be on the previous line. | 256 |
![]() | '{' should be on the previous line. | 259 |
![]() | '{' should be on the previous line. | 261 |
![]() | Must have at least one statement. | 261 |
![]() | '}' should be on the same line. | 263 |
![]() | '{' should be on the previous line. | 265 |
![]() | '{' should be on the previous line. | 267 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 279 |
![]() | '}' should be on the same line. | 281 |
![]() | '{' should be on the previous line. | 283 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'isTerminating' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '{' should be on the previous line. | 74 |
![]() | First sentence should end with a period. | 84 |
![]() | '{' should be on the previous line. | 93 |
![]() | '{' should be on the previous line. | 97 |
![]() | '{' should be on the previous line. | 112 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | '}' should be on the same line. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | '}' should be on the same line. | 131 |
![]() | '{' should be on the previous line. | 133 |
![]() | '}' should be on the same line. | 140 |
![]() | '{' should be on the previous line. | 142 |
![]() | '}' should be on the same line. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters. | 160 |
![]() | '{' should be on the previous line. | 168 |
![]() | '{' should be on the previous line. | 172 |
![]() | Method 'stopIt' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Empty statement. | 185 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 206 |
![]() | '{' should be on the previous line. | 210 |
![]() | '{' should be on the previous line. | 212 |
![]() | '}' should be on the same line. | 215 |
![]() | '{' should be on the previous line. | 217 |
![]() | Empty statement. | 218 |
![]() | Method 'waitForStop' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | '{' should be on the previous line. | 233 |
![]() | '{' should be on the previous line. | 235 |
![]() | '{' should be on the previous line. | 237 |
![]() | '}' should be on the same line. | 240 |
![]() | '{' should be on the previous line. | 242 |
![]() | Empty statement. | 243 |
![]() | First sentence should end with a period. | 250 |
![]() | Method 'waitForExit' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | '{' should be on the previous line. | 256 |
![]() | '{' should be on the previous line. | 258 |
![]() | '{' should be on the previous line. | 262 |
![]() | '{' should be on the previous line. | 264 |
![]() | '}' should be on the same line. | 267 |
![]() | '{' should be on the previous line. | 269 |
![]() | Empty statement. | 270 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter rttManager should be final. | 129 |
![]() | 'rttManager' hides a field. | 129 |
![]() | Parameter networkManager should be final. | 130 |
![]() | 'networkManager' hides a field. | 130 |
![]() | Parameter queueManager should be final. | 130 |
![]() | 'queueManager' hides a field. | 130 |
![]() | Parameter tsmpFactory should be final. | 131 |
![]() | 'tsmpFactory' hides a field. | 131 |
![]() | Parameter packetFactory should be final. | 131 |
![]() | 'packetFactory' hides a field. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | '100' is a magic number. | 138 |
![]() | Method 'getCwin' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | Method 'setCwin' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter cwin should be final. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | Method 'getSstresh' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'setSstresh' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Parameter ssthresh should be final. | 178 |
![]() | 'ssthresh' hides a field. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Method 'getObservationInterval' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Method 'getDropPacketNotifier' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | '{' should be on the previous line. | 199 |
![]() | Method 'getTimestampFactory' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | Method 'getRttManager' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | '{' should be on the previous line. | 219 |
![]() | Method 'getNetworkManager' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | Method 'increaseWindow' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Parameter size should be final. | 238 |
![]() | '{' should be on the previous line. | 239 |
![]() | '{' should be on the previous line. | 241 |
![]() | '{' should be on the previous line. | 245 |
![]() | '}' should be on the same line. | 252 |
![]() | '{' should be on the previous line. | 254 |
![]() | '{' should be on the previous line. | 258 |
![]() | Method 'fastRetransmission' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | Parameter idx should be final. | 276 |
![]() | Parameter size should be final. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | '{' should be on the previous line. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | '{' should be on the previous line. | 282 |
![]() | '3' is a magic number. | 284 |
![]() | '}' should be on the same line. | 288 |
![]() | '{' should be on the previous line. | 290 |
![]() | '{' should be on the previous line. | 296 |
![]() | '{' should be on the previous line. | 310 |
![]() | Method 'congestion' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Parameter timeout should be final. | 325 |
![]() | '{' should be on the previous line. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | '{' should be on the previous line. | 329 |
![]() | '{' should be on the previous line. | 336 |
![]() | '{' should be on the previous line. | 342 |
![]() | '{' should be on the previous line. | 346 |
![]() | '}' should be on the same line. | 350 |
![]() | '{' should be on the previous line. | 352 |
![]() | '{' should be on the previous line. | 359 |
![]() | Method 'manageWindow' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() | Parameter idx should be final. | 374 |
![]() | Parameter size should be final. | 374 |
![]() | '{' should be on the previous line. | 375 |
![]() | '{' should be on the previous line. | 377 |
![]() | '}' should be on the same line. | 381 |
![]() | '{' should be on the previous line. | 383 |
![]() | '3' is a magic number. | 384 |
![]() | '{' should be on the previous line. | 385 |
![]() | '}' should be on the same line. | 387 |
![]() | '{' should be on the previous line. | 389 |
![]() | Parameter idx should be final. | 405 |
![]() | '{' should be on the previous line. | 406 |
![]() | '{' should be on the previous line. | 410 |
![]() | '{' should be on the previous line. | 414 |
![]() | Method 'updateWindow' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() | '{' should be on the previous line. | 426 |
![]() | '{' should be on the previous line. | 428 |
![]() | '{' should be on the previous line. | 430 |
![]() | '{' should be on the previous line. | 445 |
![]() | '{' should be on the previous line. | 447 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() | '{' should be on the previous line. | 460 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | '{' should be on the previous line. | 470 |
![]() | Method 'getNextTimeout' is not designed for extension - needs to be abstract, final or empty. | 479 |
![]() | '{' should be on the previous line. | 480 |
![]() | '{' should be on the previous line. | 485 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 497 |
![]() | '{' should be on the previous line. | 498 |
![]() | '{' should be on the previous line. | 503 |
![]() | Method 'getNextPacketNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() | Parameter max should be final. | 518 |
![]() | Parameter timeout should be final. | 518 |
![]() | '{' should be on the previous line. | 526 |
![]() | '{' should be on the previous line. | 530 |
![]() | Method 'ack' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() | Parameter id should be final. | 546 |
![]() | Parameter oneway should be final. | 546 |
![]() | Parameter rtt should be final. | 546 |
![]() | '{' should be on the previous line. | 547 |
![]() | '{' should be on the previous line. | 551 |
![]() | '{' should be on the previous line. | 556 |
![]() | '{' should be on the previous line. | 565 |
![]() | '{' should be on the previous line. | 568 |
![]() | Line is longer than 80 characters. | 580 |
![]() | '1000.0' is a magic number. | 580 |
![]() | Method 'accountRtt' is not designed for extension - needs to be abstract, final or empty. | 593 |
![]() | Parameter oneway should be final. | 593 |
![]() | Parameter rtt should be final. | 593 |
![]() | '{' should be on the previous line. | 594 |
![]() | Empty statement. | 595 |
![]() | Method 'account' is not designed for extension - needs to be abstract, final or empty. | 604 |
![]() | Parameter addr should be final. | 604 |
![]() | Parameter len should be final. | 604 |
![]() | '{' should be on the previous line. | 605 |
![]() | Empty statement. | 606 |
![]() | First sentence should end with a period. | 609 |
![]() | Method 'getDataRate' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Parameter addr should be final. | 617 |
![]() | Parameter packetSize should be final. | 617 |
![]() | '{' should be on the previous line. | 618 |
![]() | '1000.0' is a magic number. | 620 |
![]() | '{' should be on the previous line. | 624 |
![]() | Parameter id should be final. | 643 |
![]() | Parameter acked should be final. | 643 |
![]() | '{' should be on the previous line. | 644 |
![]() | '{' should be on the previous line. | 649 |
![]() | '{' should be on the previous line. | 653 |
![]() | '{' should be on the previous line. | 658 |
![]() | Method 'addPacket' is not designed for extension - needs to be abstract, final or empty. | 682 |
![]() | Parameter priority should be final. | 682 |
![]() | Parameter id should be final. | 682 |
![]() | Parameter packet should be final. | 682 |
![]() | Parameter maxNReXmt should be final. | 683 |
![]() | '{' should be on the previous line. | 684 |
![]() | '{' should be on the previous line. | 686 |
![]() | '{' should be on the previous line. | 691 |
![]() | '{' should be on the previous line. | 699 |
![]() | '{' should be on the previous line. | 707 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 723 |
![]() | '{' should be on the previous line. | 724 |
![]() | '{' should be on the previous line. | 733 |
![]() | Parameter priority should be final. | 769 |
![]() | 'priority' hides a field. | 769 |
![]() | Parameter id should be final. | 769 |
![]() | 'id' hides a field. | 769 |
![]() | Parameter packet should be final. | 769 |
![]() | 'packet' hides a field. | 769 |
![]() | Parameter maxNReXmt should be final. | 769 |
![]() | '{' should be on the previous line. | 770 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 782 |
![]() | '{' should be on the previous line. | 783 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 792 |
![]() | '{' should be on the previous line. | 793 |
![]() | Method 'getPacket' is not designed for extension - needs to be abstract, final or empty. | 802 |
![]() | '{' should be on the previous line. | 803 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 812 |
![]() | '{' should be on the previous line. | 813 |
![]() | '{' should be on the previous line. | 815 |
![]() | Method 'getReXmtCnt' is not designed for extension - needs to be abstract, final or empty. | 828 |
![]() | '{' should be on the previous line. | 829 |
![]() | Method 'getRxCnt' is not designed for extension - needs to be abstract, final or empty. | 838 |
![]() | '{' should be on the previous line. | 839 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 849 |
![]() | '{' should be on the previous line. | 850 |
![]() | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 859 |
![]() | '{' should be on the previous line. | 860 |
![]() | Method 'transmit' is not designed for extension - needs to be abstract, final or empty. | 869 |
![]() | '{' should be on the previous line. | 870 |
![]() | '{' should be on the previous line. | 874 |
![]() | '{' should be on the previous line. | 880 |
![]() | '{' should be on the previous line. | 882 |
![]() | Line is longer than 80 characters. | 885 |
![]() | '{' should be on the previous line. | 890 |
![]() | Line is longer than 80 characters. | 891 |
![]() | '{' should be on the previous line. | 899 |
![]() | '}' should be on the same line. | 903 |
![]() | '{' should be on the previous line. | 905 |
![]() | '{' should be on the previous line. | 920 |
![]() | '{' should be on the previous line. | 929 |
![]() | '{' should be on the previous line. | 931 |
![]() | Parameter timeout should be final. | 942 |
![]() | 'timeout' hides a field. | 942 |
![]() | '{' should be on the previous line. | 943 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 954 |
![]() | Parameter o should be final. | 954 |
![]() | '{' should be on the previous line. | 955 |
![]() | '{' should be on the previous line. | 959 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 971 |
![]() | '{' should be on the previous line. | 972 |
![]() | '{' should be on the previous line. | 985 |
![]() | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 997 |
![]() | Parameter arg should be final. | 997 |
![]() | '{' should be on the previous line. | 998 |
![]() | '{' should be on the previous line. | 1004 |
![]() | '{' should be on the previous line. | 1017 |
![]() | '1000' is a magic number. | 1020 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Name 'client' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | '{' should be on the previous line. | 45 |
![]() | Parameter args should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 61 |
![]() | '400' is a magic number. | 63 |
![]() | '1024' is a magic number. | 63 |
![]() | '{' should be on the previous line. | 66 |
![]() | '}' should be on the same line. | 71 |
![]() | '{' should be on the previous line. | 73 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Parameter id should be final. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 117 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | First sentence should end with a period. | 38 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter request should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '{' should be on the previous line. | 55 |
![]() | '}' should be on the same line. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Parameter msg should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Parameter request should be final. | 90 |
![]() | Parameter packet should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | First sentence should end with a period. | 45 |
![]() | Parameter file should be final. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | Parameter file should be final. | 74 |
![]() | Parameter append should be final. | 74 |
![]() | '{' should be on the previous line. | 76 |
![]() | Parameter file should be final. | 91 |
![]() | Parameter append should be final. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | '{' should be on the previous line. | 97 |
![]() | First sentence should end with a period. | 104 |
![]() | Parameter file should be final. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | First sentence should end with a period. | 120 |
![]() | Parameter file should be final. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | First sentence should end with a period. | 135 |
![]() | Parameter file should be final. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '{' should be on the previous line. | 150 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 43 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'setMessageHandler' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter handler should be final. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'setRequestHandler' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter handler should be final. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | '{' should be on the previous line. | 116 |
![]() | Line is longer than 80 characters. | 118 |
![]() | '{' should be on the previous line. | 122 |
![]() | '{' should be on the previous line. | 124 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 134 |
![]() | '}' should be on the same line. | 136 |
![]() | '{' should be on the previous line. | 138 |
![]() | Empty statement. | 139 |
![]() | Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | '{' should be on the previous line. | 163 |
![]() | '{' should be on the previous line. | 165 |
![]() | '{' should be on the previous line. | 168 |
![]() | '{' should be on the previous line. | 175 |
![]() | '}' should be on the same line. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | Empty statement. | 180 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Parameter pkt should be final. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | '{' should be on the previous line. | 198 |
![]() | '}' should be on the same line. | 200 |
![]() | '{' should be on the previous line. | 202 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 206 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Parameter pkt should be final. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | '{' should be on the previous line. | 224 |
![]() | '}' should be on the same line. | 226 |
![]() | '{' should be on the previous line. | 228 |
![]() | '{' should be on the previous line. | 230 |
![]() | '{' should be on the previous line. | 232 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | '{' should be on the previous line. | 251 |
![]() | '{' should be on the previous line. | 255 |
![]() | '{' should be on the previous line. | 259 |
![]() | '{' should be on the previous line. | 267 |
![]() | '{' should be on the previous line. | 275 |
![]() | '{' should be on the previous line. | 279 |
![]() | '{' should be on the previous line. | 283 |
![]() | '{' should be on the previous line. | 291 |
![]() | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | '{' should be on the previous line. | 301 |
![]() | '{' should be on the previous line. | 303 |
![]() | '{' should be on the previous line. | 308 |
![]() | '{' should be on the previous line. | 313 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | '{' should be on the previous line. | 326 |
![]() | Parameter msg should be final. | 335 |
![]() | '{' should be on the previous line. | 336 |
![]() | Parameter msg should be final. | 345 |
![]() | '{' should be on the previous line. | 346 |
![]() | '{' should be on the previous line. | 354 |
![]() | '{' should be on the previous line. | 364 |
![]() | '{' should be on the previous line. | 373 |
![]() | Parameter message should be final. | 382 |
![]() | 'message' hides a field. | 382 |
![]() | '{' should be on the previous line. | 383 |
![]() | '{' should be on the previous line. | 393 |
![]() | '{' should be on the previous line. | 402 |
![]() | Parameter request should be final. | 411 |
![]() | 'request' hides a field. | 411 |
![]() | '{' should be on the previous line. | 412 |
![]() | '{' should be on the previous line. | 422 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | First sentence should end with a period. | 47 |
![]() | Parameter factory should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 70 |
![]() | '}' should be on the same line. | 73 |
![]() | '{' should be on the previous line. | 75 |
![]() | Parameter msg should be final. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Parameter msg should be final. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Parameter msg should be final. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'start' 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 |
![]() | '}' should be on the same line. | 145 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '{' should be on the previous line. | 160 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | First sentence should end with a period. | 28 |
![]() | '{' should be on the previous line. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | Parameter mapping should be final. | 86 |
![]() | 'mapping' hides a field. | 86 |
![]() | Parameter localAddress should be final. | 87 |
![]() | Parameter remoteAddress should be final. | 87 |
![]() | Parameter factory should be final. | 88 |
![]() | 'factory' hides a field. | 88 |
![]() | Parameter maxNReXmt should be final. | 88 |
![]() | 'maxNReXmt' hides a field. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Line is longer than 80 characters. | 95 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'getDataRate' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '1500' is a magic number. | 116 |
![]() | Method 'ack' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter id should be final. | 126 |
![]() | Parameter oneway should be final. | 126 |
![]() | Parameter rtt should be final. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 135 |
![]() | '{' should be on the previous line. | 137 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 151 |
![]() | '{' should be on the previous line. | 163 |
![]() | '{' should be on the previous line. | 165 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | Method 'getSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | Method 'hasPacketsToSend' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | Method 'isConnectionPending' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | '{' should be on the previous line. | 218 |
![]() | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | Method 'getNextTimeout' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | '{' should be on the previous line. | 242 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | '{' should be on the previous line. | 263 |
![]() | '{' should be on the previous line. | 265 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Parameter priority should be final. | 281 |
![]() | Parameter packet should be final. | 281 |
![]() | Parameter maxNReXmt should be final. | 281 |
![]() | 'maxNReXmt' hides a field. | 281 |
![]() | '{' should be on the previous line. | 283 |
![]() | '{' should be on the previous line. | 285 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Parameter priority should be final. | 302 |
![]() | Parameter packet should be final. | 302 |
![]() | Parameter maxNReXmt should be final. | 302 |
![]() | 'maxNReXmt' hides a field. | 302 |
![]() | '{' should be on the previous line. | 304 |
![]() | '{' should be on the previous line. | 306 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Parameter priority should be final. | 323 |
![]() | Parameter packet should be final. | 323 |
![]() | Parameter maxNReXmt should be final. | 323 |
![]() | 'maxNReXmt' hides a field. | 323 |
![]() | '{' should be on the previous line. | 325 |
![]() | '{' should be on the previous line. | 327 |
![]() | Method 'writeBlocking' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Parameter sock should be final. | 340 |
![]() | Parameter maxSize should be final. | 341 |
![]() | '{' should be on the previous line. | 342 |
![]() | '{' should be on the previous line. | 344 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line is longer than 80 characters. | 350 |
![]() | '{' should be on the previous line. | 357 |
![]() | '{' should be on the previous line. | 363 |
![]() | '{' should be on the previous line. | 369 |
![]() | '{' should be on the previous line. | 377 |
![]() | '}' should be on the same line. | 381 |
![]() | '{' should be on the previous line. | 383 |
![]() | '{' should be on the previous line. | 393 |
![]() | '{' should be on the previous line. | 398 |
![]() | '{' should be on the previous line. | 400 |
![]() | '{' should be on the previous line. | 406 |
![]() | '{' should be on the previous line. | 411 |
![]() | Line is longer than 80 characters. | 421 |
![]() | '}' should be on the same line. | 422 |
![]() | '{' should be on the previous line. | 424 |
![]() | '{' should be on the previous line. | 430 |
![]() | '{' should be on the previous line. | 439 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 448 |
![]() | '{' should be on the previous line. | 449 |
![]() | '{' should be on the previous line. | 457 |
![]() | '}' should be on the same line. | 459 |
![]() | '{' should be on the previous line. | 461 |
![]() | '}' should be on the same line. | 463 |
![]() | '{' should be on the previous line. | 465 |
![]() | '}' should be on the same line. | 467 |
![]() | '{' should be on the previous line. | 469 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Parameter id should be final. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Parameter decoder should be final. | 55 |
![]() | Parameter typeMapping should be final. | 55 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 64 |
![]() | '}' should be on the same line. | 68 |
![]() | '{' should be on the previous line. | 70 |
![]() | Parameter encoder should be final. | 86 |
![]() | Parameter typeMapping should be final. | 86 |
![]() | Parameter instance should be final. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 90 |
![]() | '{' should be on the previous line. | 98 |
![]() | '{' should be on the previous line. | 106 |
![]() | '}' should be on the same line. | 111 |
![]() | '{' should be on the previous line. | 113 |
![]() | Parameter decoder should be final. | 130 |
![]() | Parameter typeMapping should be final. | 130 |
![]() | Parameter dim should be final. | 131 |
![]() | Parameter componentType should be final. | 131 |
![]() | '{' should be on the previous line. | 133 |
![]() | '{' should be on the previous line. | 145 |
![]() | '{' should be on the previous line. | 147 |
![]() | '}' should be on the same line. | 149 |
![]() | '{' should be on the previous line. | 151 |
![]() | Parameter encoder should be final. | 170 |
![]() | Parameter typeMapping should be final. | 170 |
![]() | Parameter arr should be final. | 171 |
![]() | Parameter dim should be final. | 171 |
![]() | Parameter componentType should be final. | 171 |
![]() | '{' should be on the previous line. | 173 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 181 |
![]() | '}' should be on the same line. | 184 |
![]() | '{' should be on the previous line. | 186 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter msg should be final. | 34 |
![]() | Parameter t should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 47 |
![]() | Name 'MAX_NREXMT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'MAX_NREXMT' must be private and have accessor methods. | 58 |
![]() | '4' is a magic number. | 58 |
![]() | Name 'BANDWIDTH_ESTIMATION_INTERVAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'BANDWIDTH_ESTIMATION_INTERVAL' must be private and have accessor methods. | 61 |
![]() | '30000' is a magic number. | 61 |
![]() | Name 'MAX_DATARATE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Variable 'MAX_DATARATE' must be private and have accessor methods. | 64 |
![]() | '100000000' is a magic number. | 64 |
![]() | First sentence should end with a period. | 69 |
![]() | First sentence should end with a period. | 72 |
![]() | First sentence should end with a period. | 75 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 100 |
![]() | '{' should be on the previous line. | 115 |
![]() | Parameter address should be final. | 130 |
![]() | Parameter receiveQ should be final. | 130 |
![]() | 'receiveQ' hides a field. | 130 |
![]() | '{' should be on the previous line. | 132 |
![]() | Method 'getEstimatedBandwidth' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | '{' should be on the previous line. | 158 |
![]() | '{' should be on the previous line. | 164 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Parameter soAddr1 should be final. | 181 |
![]() | Parameter soAddr2 should be final. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | Parameter address should be final. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 208 |
![]() | '{' should be on the previous line. | 210 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Method 'getLocalPort' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | '{' should be on the previous line. | 272 |
![]() | '{' should be on the previous line. | 274 |
![]() | Method 'receiveRequest' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | '{' should be on the previous line. | 290 |
![]() | '{' should be on the previous line. | 292 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | Parameter pkt should be final. | 306 |
![]() | '{' should be on the previous line. | 308 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Parameter priority should be final. | 320 |
![]() | Parameter pkt should be final. | 320 |
![]() | '{' should be on the previous line. | 322 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() | Parameter priority should be final. | 335 |
![]() | Parameter pkt should be final. | 335 |
![]() | Parameter maxNReXmt should be final. | 335 |
![]() | '{' should be on the previous line. | 337 |
![]() | '{' should be on the previous line. | 339 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Parameter request should be final. | 358 |
![]() | Parameter pkt should be final. | 358 |
![]() | '{' should be on the previous line. | 360 |
![]() | '{' should be on the previous line. | 362 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() | Parameter pkt should be final. | 385 |
![]() | '{' should be on the previous line. | 387 |
![]() | '{' should be on the previous line. | 389 |
![]() | Line is longer than 80 characters. | 394 |
![]() | '{' should be on the previous line. | 401 |
![]() | Parameter priority should be final. | 418 |
![]() | Parameter pkt should be final. | 418 |
![]() | Parameter maxNReXmt should be final. | 418 |
![]() | '{' should be on the previous line. | 420 |
![]() | '{' should be on the previous line. | 424 |
![]() | '{' should be on the previous line. | 428 |
![]() | '}' should be on the same line. | 431 |
![]() | '{' should be on the previous line. | 433 |
![]() | '{' should be on the previous line. | 435 |
![]() | Parameter priority should be final. | 450 |
![]() | Parameter pkt should be final. | 450 |
![]() | Parameter maxNReXmt should be final. | 450 |
![]() | '{' should be on the previous line. | 452 |
![]() | '{' should be on the previous line. | 456 |
![]() | '{' should be on the previous line. | 460 |
![]() | '}' should be on the same line. | 463 |
![]() | '{' should be on the previous line. | 465 |
![]() | '{' should be on the previous line. | 467 |
![]() | Parameter priority should be final. | 482 |
![]() | Parameter pkt should be final. | 482 |
![]() | Parameter maxNReXmt should be final. | 482 |
![]() | '{' should be on the previous line. | 484 |
![]() | '{' should be on the previous line. | 488 |
![]() | '{' should be on the previous line. | 493 |
![]() | '{' should be on the previous line. | 497 |
![]() | '}' should be on the same line. | 500 |
![]() | '{' should be on the previous line. | 502 |
![]() | '{' should be on the previous line. | 504 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() | '{' should be on the previous line. | 516 |
![]() | '{' should be on the previous line. | 522 |
![]() | '{' should be on the previous line. | 535 |
![]() | '{' should be on the previous line. | 549 |
![]() | '{' should be on the previous line. | 551 |
![]() | Parameter msg should be final. | 576 |
![]() | '{' should be on the previous line. | 577 |
![]() | '{' should be on the previous line. | 579 |
![]() | Parameter pkt should be final. | 591 |
![]() | '{' should be on the previous line. | 593 |
![]() | '{' should be on the previous line. | 595 |
![]() | '{' should be on the previous line. | 601 |
![]() | '}' should be on the same line. | 604 |
![]() | '{' should be on the previous line. | 606 |
![]() | '{' should be on the previous line. | 608 |
![]() | '{' should be on the previous line. | 618 |
![]() | '{' should be on the previous line. | 620 |
![]() | '{' should be on the previous line. | 624 |
![]() | '{' should be on the previous line. | 632 |
![]() | '}' should be on the same line. | 636 |
![]() | '{' should be on the previous line. | 638 |
![]() | Must have at least one statement. | 638 |
![]() | '}' should be on the same line. | 640 |
![]() | '{' should be on the previous line. | 642 |
![]() | '{' should be on the previous line. | 644 |
![]() | '{' should be on the previous line. | 646 |
![]() | '}' should be on the same line. | 650 |
![]() | '{' should be on the previous line. | 652 |
![]() | '{' should be on the previous line. | 654 |
![]() | '}' should be on the same line. | 657 |
![]() | '{' should be on the previous line. | 659 |
![]() | Empty statement. | 660 |
![]() | '}' should be on the same line. | 661 |
![]() | '{' should be on the previous line. | 663 |
![]() | '{' should be on the previous line. | 678 |
![]() | '{' should be on the previous line. | 688 |
![]() | '{' should be on the previous line. | 694 |
![]() | '{' should be on the previous line. | 696 |
![]() | Line is longer than 80 characters. | 699 |
![]() | '{' should be on the previous line. | 699 |
![]() | '}' should be on the same line. | 704 |
![]() | '{' should be on the previous line. | 706 |
![]() | '{' should be on the previous line. | 709 |
![]() | '{' should be on the previous line. | 712 |
![]() | '}' should be on the same line. | 716 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Line is longer than 80 characters. | 724 |
![]() | '{' should be on the previous line. | 731 |
![]() | Line is longer than 80 characters. | 732 |
![]() | '{' should be on the previous line. | 743 |
![]() | '{' should be on the previous line. | 745 |
![]() | '{' should be on the previous line. | 750 |
![]() | '{' should be on the previous line. | 756 |
![]() | '{' should be on the previous line. | 758 |
![]() | '}' should be on the same line. | 761 |
![]() | '{' should be on the previous line. | 763 |
![]() | '{' should be on the previous line. | 765 |
![]() | '}' should be on the same line. | 772 |
![]() | '{' should be on the previous line. | 774 |
![]() | '{' should be on the previous line. | 783 |
![]() | '{' should be on the previous line. | 795 |
![]() | '{' should be on the previous line. | 797 |
![]() | '{' should be on the previous line. | 799 |
![]() | '}' should be on the same line. | 802 |
![]() | '{' should be on the previous line. | 804 |
![]() | '32768' is a magic number. | 806 |
![]() | '{' should be on the previous line. | 810 |
![]() | '{' should be on the previous line. | 822 |
![]() | '{' should be on the previous line. | 830 |
![]() | '{' should be on the previous line. | 832 |
![]() | '{' should be on the previous line. | 834 |
![]() | '{' should be on the previous line. | 839 |
![]() | '{' should be on the previous line. | 843 |
![]() | '{' should be on the previous line. | 845 |
![]() | '}' should be on the same line. | 848 |
![]() | '{' should be on the previous line. | 850 |
![]() | '{' should be on the previous line. | 852 |
![]() | '}' should be on the same line. | 855 |
![]() | '{' should be on the previous line. | 857 |
![]() | '{' should be on the previous line. | 862 |
![]() | '{' should be on the previous line. | 868 |
![]() | Line is longer than 80 characters. | 871 |
![]() | '}' should be on the same line. | 877 |
![]() | '{' should be on the previous line. | 879 |
![]() | Line is longer than 80 characters. | 887 |
![]() | '}' should be on the same line. | 894 |
![]() | '{' should be on the previous line. | 896 |
![]() | Line is longer than 80 characters. | 904 |
![]() | '}' should be on the same line. | 908 |
![]() | '{' should be on the previous line. | 910 |
![]() | '{' should be on the previous line. | 918 |
![]() | Line is longer than 80 characters. | 924 |
![]() | '}' should be on the same line. | 932 |
![]() | '{' should be on the previous line. | 934 |
![]() | '{' should be on the previous line. | 936 |
![]() | '}' should be on the same line. | 938 |
![]() | '{' should be on the previous line. | 940 |
![]() | '}' should be on the same line. | 943 |
![]() | '{' should be on the previous line. | 945 |
![]() | '}' should be on the same line. | 947 |
![]() | '{' should be on the previous line. | 949 |
![]() | '}' should be on the same line. | 951 |
![]() | '{' should be on the previous line. | 953 |
![]() | '{' should be on the previous line. | 957 |
![]() | '{' should be on the previous line. | 973 |
![]() | '{' should be on the previous line. | 975 |
![]() | '{' should be on the previous line. | 984 |
![]() | '{' should be on the previous line. | 986 |
![]() | '{' should be on the previous line. | 993 |
![]() | '{' should be on the previous line. | 999 |
![]() | '{' should be on the previous line. | 1004 |
![]() | '}' should be on the same line. | 1007 |
![]() | '{' should be on the previous line. | 1009 |
![]() | '{' should be on the previous line. | 1012 |
![]() | Parameter id should be final. | 1031 |
![]() | Parameter size should be final. | 1031 |
![]() | Parameter timestamp should be final. | 1031 |
![]() | Parameter addr should be final. | 1032 |
![]() | '{' should be on the previous line. | 1033 |
![]() | '{' should be on the previous line. | 1035 |
![]() | '{' should be on the previous line. | 1045 |
![]() | '}' should be on the same line. | 1047 |
![]() | '{' should be on the previous line. | 1049 |
![]() | '{' should be on the previous line. | 1054 |
![]() | '{' should be on the previous line. | 1065 |
![]() | '{' should be on the previous line. | 1076 |
![]() | '{' should be on the previous line. | 1084 |
![]() | '{' should be on the previous line. | 1086 |
![]() | '{' should be on the previous line. | 1092 |
![]() | '{' should be on the previous line. | 1096 |
![]() | '{' should be on the previous line. | 1101 |
![]() | '{' should be on the previous line. | 1103 |
![]() | '{' should be on the previous line. | 1108 |
![]() | '}' should be on the same line. | 1110 |
![]() | '{' should be on the previous line. | 1112 |
![]() | Empty statement. | 1113 |
![]() | '}' should be on the same line. | 1115 |
![]() | '{' should be on the previous line. | 1117 |
![]() | '{' should be on the previous line. | 1119 |
![]() | '{' should be on the previous line. | 1126 |
![]() | '{' should be on the previous line. | 1135 |
![]() | Line is longer than 80 characters. | 1136 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | '{' should be on the previous line. | 48 |
![]() | Parameter mapping should be final. | 57 |
![]() | 'mapping' hides a field. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Parameter mapping should be final. | 68 |
![]() | 'mapping' hides a field. | 68 |
![]() | Parameter typeMapping should be final. | 68 |
![]() | 'typeMapping' hides a field. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'getPacketMapping' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter data should be final. | 93 |
![]() | Parameter offset should be final. | 93 |
![]() | Parameter length should be final. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'resolveAll' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter data should be final. | 114 |
![]() | Parameter offset should be final. | 114 |
![]() | Parameter length should be final. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter pkt should be final. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | Parameter type should be final. | 165 |
![]() | Parameter version should be final. | 165 |
![]() | '{' should be on the previous line. | 167 |
![]() | '{' should be on the previous line. | 172 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | '{' should be on the previous line. | 53 |
![]() | Parameter id should be final. | 63 |
![]() | 'id' hides a field. | 63 |
![]() | Parameter buf should be final. | 63 |
![]() | 'buf' hides a field. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter in should be final. | 102 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter out should be final. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | 'buf' hides a field. | 129 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Redundant 'public' modifier. | 50 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | First sentence should end with a period. | 30 |
![]() | Parameter label should be final. | 56 |
![]() | 'label' hides a field. | 56 |
![]() | Parameter cost should be final. | 56 |
![]() | 'cost' hides a field. | 56 |
![]() | Parameter from should be final. | 56 |
![]() | 'from' hides a field. | 56 |
![]() | Parameter to should be final. | 56 |
![]() | 'to' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getCost' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Unused @throws tag for 'ClassCastException'. | 138 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Parameter o should be final. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 144 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter o should be final. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 166 |
![]() | Method 'from' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | Method 'to' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | '{' should be on the previous line. | 199 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Name 'client' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Parameter id should be final. | 67 |
![]() | 'id' hides a field. | 67 |
![]() | Parameter addr should be final. | 67 |
![]() | 'addr' hides a field. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Parameter id should be final. | 79 |
![]() | 'id' hides a field. | 79 |
![]() | Parameter addr should be final. | 79 |
![]() | 'addr' hides a field. | 79 |
![]() | Parameter reliable should be final. | 79 |
![]() | 'reliable' hides a field. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 109 |
![]() | '{' should be on the previous line. | 117 |
![]() | '{' should be on the previous line. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | '}' should be on the same line. | 124 |
![]() | '{' should be on the previous line. | 126 |
![]() | '}' should be on the same line. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | '}' should be on the same line. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 167 |
![]() | '{' should be on the previous line. | 169 |
![]() | '}' should be on the same line. | 174 |
![]() | '{' should be on the previous line. | 176 |
![]() | '}' should be on the same line. | 179 |
![]() | '{' should be on the previous line. | 181 |
![]() | '}' should be on the same line. | 184 |
![]() | '{' should be on the previous line. | 186 |
![]() | '{' should be on the previous line. | 199 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Parameter num should be final. | 211 |
![]() | Parameter offset should be final. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | '{' should be on the previous line. | 214 |
![]() | '{' should be on the previous line. | 218 |
![]() | '{' should be on the previous line. | 226 |
![]() | '{' should be on the previous line. | 228 |
![]() | '}' should be on the same line. | 233 |
![]() | '{' should be on the previous line. | 235 |
![]() | '}' should be on the same line. | 238 |
![]() | '{' should be on the previous line. | 240 |
![]() | '}' should be on the same line. | 243 |
![]() | '{' should be on the previous line. | 245 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Parameter num should be final. | 262 |
![]() | Parameter key should be final. | 262 |
![]() | '{' should be on the previous line. | 263 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Parameter key should be final. | 274 |
![]() | '{' should be on the previous line. | 275 |
![]() | '{' should be on the previous line. | 279 |
![]() | '{' should be on the previous line. | 283 |
![]() | '{' should be on the previous line. | 291 |
![]() | '{' should be on the previous line. | 293 |
![]() | '}' should be on the same line. | 300 |
![]() | '{' should be on the previous line. | 302 |
![]() | '}' should be on the same line. | 305 |
![]() | '{' should be on the previous line. | 307 |
![]() | '}' should be on the same line. | 310 |
![]() | '{' should be on the previous line. | 312 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Parameter key should be final. | 329 |
![]() | Parameter value should be final. | 329 |
![]() | '{' should be on the previous line. | 330 |
![]() | '{' should be on the previous line. | 334 |
![]() | '{' should be on the previous line. | 338 |
![]() | '{' should be on the previous line. | 346 |
![]() | '{' should be on the previous line. | 348 |
![]() | '}' should be on the same line. | 352 |
![]() | '{' should be on the previous line. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | '}' should be on the same line. | 359 |
![]() | '{' should be on the previous line. | 361 |
![]() | '}' should be on the same line. | 364 |
![]() | '{' should be on the previous line. | 366 |
![]() | '}' should be on the same line. | 369 |
![]() | '{' should be on the previous line. | 371 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() | '{' should be on the previous line. | 386 |
![]() | Parameter msg should be final. | 395 |
![]() | '{' should be on the previous line. | 396 |
![]() | Parameter msg should be final. | 406 |
![]() | Parameter e should be final. | 406 |
![]() | '{' should be on the previous line. | 407 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Class RemoteEntry should be declared as final. | 418 |
![]() | '{' should be on the previous line. | 419 |
![]() | First sentence should end with a period. | 420 |
![]() | Parameter key should be final. | 426 |
![]() | Parameter value should be final. | 426 |
![]() | '{' should be on the previous line. | 427 |
![]() | Parameter value should be final. | 438 |
![]() | '{' should be on the previous line. | 439 |
![]() | '{' should be on the previous line. | 443 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 40 |
![]() | '32' is a magic number. | 46 |
![]() | '128' is a magic number. | 52 |
![]() | Parameter timestampFactory should be final. | 75 |
![]() | 'timestampFactory' hides a field. | 75 |
![]() | Parameter minDropInterval should be final. | 76 |
![]() | 'minDropInterval' hides a field. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getDropPacketNotifier' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'setSizeLimits' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter min should be final. | 98 |
![]() | Parameter max should be final. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'removeFirst' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter obj should be final. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | Method 'isEmpty' 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. | 162 |
![]() | '{' 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 previous line. | 183 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 190 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | '{' should be on the previous line. | 207 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 63 |
![]() | Parameter typeMapping should be final. | 63 |
![]() | Parameter instance should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Class NetworkManager should be declared as final. | 36 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Parameter tsmpFactory should be final. | 61 |
![]() | 'tsmpFactory' hides a field. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '{' should be on the previous line. | 73 |
![]() | '{' should be on the previous line. | 83 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 99 |
![]() | '{' should be on the previous line. | 104 |
![]() | '{' should be on the previous line. | 109 |
![]() | Parameter address should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 141 |
![]() | '{' should be on the previous line. | 151 |
Violation | Message | Line |
---|---|---|
![]() | Class BandwidthProbe should be declared as final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | First sentence should end with a period. | 46 |
![]() | Name 'client' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Name 'timer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Parameter address should be final. | 66 |
![]() | 'address' hides a field. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Parameter address should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '{' should be on the previous line. | 80 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 99 |
![]() | '{' should be on the previous line. | 101 |
![]() | '{' should be on the previous line. | 103 |
![]() | '{' should be on the previous line. | 110 |
![]() | '{' should be on the previous line. | 114 |
![]() | '}' should be on the same line. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | '}' should be on the same line. | 123 |
![]() | '{' should be on the previous line. | 125 |
![]() | '}' should be on the same line. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | Parameter msg should be final. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Parameter msg should be final. | 150 |
![]() | Parameter e should be final. | 150 |
![]() | '{' should be on the previous line. | 151 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | '{' should be on the previous line. | 53 |
![]() | Parameter msg should be final. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter address should be final. | 82 |
![]() | Parameter conn should be final. | 82 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter channel should be final. | 97 |
![]() | Parameter conn should be final. | 97 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter channel should be final. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter connection should be final. | 122 |
![]() | Expected @param tag for 'connection'. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 129 |
![]() | '{' should be on the previous line. | 133 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter channel should be final. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter address should be final. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | First sentence should end with a period. | 163 |
![]() | Method 'getConnections' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | Line is longer than 80 characters. | 170 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter list should be final. | 42 |
![]() | Parameter numPoints should be final. | 42 |
![]() | Parameter cols should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '{' should be on the previous line. | 48 |
![]() | '{' should be on the previous line. | 55 |
![]() | '{' should be on the previous line. | 60 |
![]() | '100.0' is a magic number. | 63 |
![]() | '6' is a magic number. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 76 |
![]() | '7' is a magic number. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '6' is a magic number. | 94 |
![]() | '{' should be on the previous line. | 95 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | First sentence should end with a period. | 59 |
![]() | Parameter server should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | First sentence should end with a period. | 69 |
![]() | Parameter server should be final. | 75 |
![]() | Parameter factory should be final. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | '{' should be on the previous line. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | '}' should be on the same line. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'synchronize' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '{' should be on the previous line. | 130 |
![]() | Parameter msg should be final. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Parameter msg should be final. | 151 |
![]() | Parameter th should be final. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Parameter msg should be final. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Method 'start' 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. | 189 |
![]() | '}' should be on the same line. | 196 |
![]() | '{' should be on the previous line. | 198 |
![]() | Method 'stop' 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 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 37 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 52 |
![]() | Parameter timestamp should be final. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getClientTimestamp' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter in should be final. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter out should be final. | 95 |
![]() | '{' should be on the previous line. | 96 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 22 |
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 47 |
![]() | '{' should be on the previous line. | 52 |
![]() | First sentence should end with a period. | 53 |
![]() | First sentence should end with a period. | 59 |
![]() | Parameter socket should be final. | 78 |
![]() | 'socket' hides a field. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'setAvailableBandwidth' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter value should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'getAvailableBandwidth' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter nsId should be final. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Parameter nsId should be final. | 156 |
![]() | Parameter lowPriority should be final. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | Parameter nsId should be final. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | Parameter nsId should be final. | 189 |
![]() | Parameter queue should be final. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | '{' should be on the previous line. | 192 |
![]() | Parameter nsId should be final. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | '{' should be on the previous line. | 208 |
![]() | '{' should be on the previous line. | 220 |
![]() | Parameter msg should be final. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | '{' should be on the previous line. | 240 |
![]() | Parameter msg should be final. | 251 |
![]() | Parameter e should be final. | 251 |
![]() | '{' should be on the previous line. | 252 |
![]() | '{' should be on the previous line. | 254 |
![]() | Parameter msg should be final. | 264 |
![]() | '{' should be on the previous line. | 265 |
![]() | '{' should be on the previous line. | 267 |
![]() | Parameter msg should be final. | 277 |
![]() | '{' should be on the previous line. | 278 |
![]() | '{' should be on the previous line. | 280 |
![]() | Parameter msg should be final. | 290 |
![]() | '{' should be on the previous line. | 291 |
![]() | '{' should be on the previous line. | 293 |
![]() | Parameter msg should be final. | 304 |
![]() | Parameter e should be final. | 304 |
![]() | '{' should be on the previous line. | 305 |
![]() | '{' should be on the previous line. | 307 |
![]() | '{' should be on the previous line. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | '{' should be on the previous line. | 320 |
![]() | '{' should be on the previous line. | 327 |
![]() | '}' should be on the same line. | 329 |
![]() | '{' should be on the previous line. | 331 |
![]() | Must have at least one statement. | 331 |
![]() | '{' should be on the previous line. | 338 |
![]() | '}' should be on the same line. | 340 |
![]() | '{' should be on the previous line. | 342 |
![]() | Must have at least one statement. | 342 |
![]() | '{' should be on the previous line. | 355 |
![]() | Parameter nsId should be final. | 371 |
![]() | 'nsId' hides a field. | 371 |
![]() | Parameter queue should be final. | 371 |
![]() | '{' should be on the previous line. | 372 |
![]() | Method 'getEstimatedBandwidth' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | '{' should be on the previous line. | 384 |
![]() | Method 'getRttManagerInstanceUnreliable' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() | '{' should be on the previous line. | 394 |
![]() | Method 'getRttManagerInstanceReliable' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() | '{' should be on the previous line. | 404 |
![]() | Method 'getNetworkManagerInstanceReliable' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | '{' should be on the previous line. | 414 |
![]() | Method 'getNetworkManagerInstanceUnreliable' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | '{' should be on the previous line. | 424 |
![]() | Method 'getSeqNrManagerInstanceReliable' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() | '{' should be on the previous line. | 434 |
![]() | Method 'getSeqNrManagerInstanceUnreliable' is not designed for extension - needs to be abstract, final or empty. | 443 |
![]() | '{' should be on the previous line. | 444 |
![]() | Method 'getInstanceRx' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() | '{' should be on the previous line. | 454 |
![]() | Method 'getInstanceTx' is not designed for extension - needs to be abstract, final or empty. | 463 |
![]() | '{' should be on the previous line. | 464 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | '{' should be on the previous line. | 474 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() | '{' should be on the previous line. | 484 |
![]() | Method 'getNsId' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | '{' should be on the previous line. | 494 |
![]() | Method 'getPacketMapping' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() | '{' should be on the previous line. | 504 |
![]() | Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() | '{' should be on the previous line. | 514 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 521 |
![]() | '{' should be on the previous line. | 522 |
![]() | '{' should be on the previous line. | 524 |
![]() | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 539 |
![]() | '{' should be on the previous line. | 541 |
![]() | '{' should be on the previous line. | 543 |
![]() | Method 'setHandler' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() | Parameter handler should be final. | 555 |
![]() | '{' should be on the previous line. | 556 |
![]() | Method 'receiveRequest' is not designed for extension - needs to be abstract, final or empty. | 567 |
![]() | '{' should be on the previous line. | 569 |
![]() | '{' should be on the previous line. | 571 |
![]() | Method 'setHandler' is not designed for extension - needs to be abstract, final or empty. | 583 |
![]() | Parameter handler should be final. | 583 |
![]() | '{' should be on the previous line. | 584 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() | Parameter pkt should be final. | 595 |
![]() | '{' should be on the previous line. | 597 |
![]() | '{' should be on the previous line. | 599 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 612 |
![]() | Parameter priority should be final. | 612 |
![]() | Parameter pkt should be final. | 612 |
![]() | '{' should be on the previous line. | 614 |
![]() | '{' should be on the previous line. | 616 |
![]() | Line is longer than 80 characters. | 626 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() | Parameter priority should be final. | 630 |
![]() | Parameter pkt should be final. | 630 |
![]() | Parameter reliable should be final. | 630 |
![]() | '{' should be on the previous line. | 632 |
![]() | '{' should be on the previous line. | 634 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 648 |
![]() | Parameter priority should be final. | 648 |
![]() | Parameter pkt should be final. | 648 |
![]() | Parameter maxNReXmt should be final. | 648 |
![]() | '{' should be on the previous line. | 650 |
![]() | '{' should be on the previous line. | 652 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 665 |
![]() | Parameter request should be final. | 665 |
![]() | Parameter pkt should be final. | 665 |
![]() | '{' should be on the previous line. | 667 |
![]() | '{' should be on the previous line. | 669 |
![]() | Line is longer than 80 characters. | 679 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 683 |
![]() | Parameter request should be final. | 683 |
![]() | Parameter pkt should be final. | 683 |
![]() | Parameter reliable should be final. | 683 |
![]() | '{' should be on the previous line. | 685 |
![]() | '{' should be on the previous line. | 687 |
![]() | Line is longer than 80 characters. | 693 |
![]() | Line is longer than 80 characters. | 700 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 704 |
![]() | Parameter pkt should be final. | 704 |
![]() | '{' should be on the previous line. | 706 |
![]() | '{' should be on the previous line. | 708 |
![]() | Line is longer than 80 characters. | 721 |
![]() | Line is longer than 80 characters. | 724 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 728 |
![]() | Parameter pkt should be final. | 728 |
![]() | Parameter reliable should be final. | 728 |
![]() | '{' should be on the previous line. | 730 |
![]() | '{' should be on the previous line. | 732 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 744 |
![]() | '{' should be on the previous line. | 745 |
![]() | '{' should be on the previous line. | 754 |
![]() | '{' should be on the previous line. | 762 |
![]() | '{' should be on the previous line. | 764 |
![]() | '{' should be on the previous line. | 766 |
![]() | '{' should be on the previous line. | 770 |
![]() | '{' should be on the previous line. | 779 |
![]() | '}' should be on the same line. | 781 |
![]() | '{' should be on the previous line. | 783 |
![]() | '}' should be on the same line. | 788 |
![]() | '{' should be on the previous line. | 790 |
![]() | '}' should be on the same line. | 792 |
![]() | '{' should be on the previous line. | 794 |
![]() | '{' should be on the previous line. | 798 |
![]() | '{' should be on the previous line. | 814 |
![]() | '{' should be on the previous line. | 822 |
![]() | '{' should be on the previous line. | 824 |
![]() | '{' should be on the previous line. | 826 |
![]() | '{' should be on the previous line. | 830 |
![]() | '}' should be on the same line. | 836 |
![]() | '{' should be on the previous line. | 838 |
![]() | '}' should be on the same line. | 840 |
![]() | '{' should be on the previous line. | 842 |
![]() | '{' should be on the previous line. | 846 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 63 |
![]() | Parameter typeMapping should be final. | 63 |
![]() | Parameter instance should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 33 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Redundant 'public' modifier. | 75 |
![]() | Redundant 'public' modifier. | 88 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 45 |
![]() | First sentence should end with a period. | 106 |
![]() | Parameter rttManager should be final. | 114 |
![]() | 'rttManager' hides a field. | 114 |
![]() | Parameter networkManager should be final. | 114 |
![]() | 'networkManager' hides a field. | 114 |
![]() | Parameter queueManager should be final. | 115 |
![]() | 'queueManager' hides a field. | 115 |
![]() | Parameter tsmpFactory should be final. | 115 |
![]() | 'tsmpFactory' hides a field. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'getDropPacketNotifier' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'getTimestampFactory' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | Method 'getRttManager' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | Method 'getNetworkManager' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | '{' should be on the previous line. | 174 |
![]() | '{' should be on the previous line. | 182 |
![]() | '{' should be on the previous line. | 192 |
![]() | '{' should be on the previous line. | 194 |
![]() | '{' should be on the previous line. | 200 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 209 |
![]() | '{' should be on the previous line. | 223 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '{' should be on the previous line. | 233 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | '{' should be on the previous line. | 252 |
![]() | '{' should be on the previous line. | 262 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | Method 'getNextTimeout' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | '{' should be on the previous line. | 282 |
![]() | '{' should be on the previous line. | 287 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | '{' should be on the previous line. | 300 |
![]() | '{' should be on the previous line. | 305 |
![]() | Method 'getNextPacketNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Parameter max should be final. | 320 |
![]() | Parameter timeout should be final. | 320 |
![]() | '{' should be on the previous line. | 327 |
![]() | '{' should be on the previous line. | 331 |
![]() | '{' should be on the previous line. | 335 |
![]() | Method 'ack' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Parameter id should be final. | 353 |
![]() | Parameter oneway should be final. | 353 |
![]() | Parameter rtt should be final. | 353 |
![]() | '{' should be on the previous line. | 354 |
![]() | '{' should be on the previous line. | 358 |
![]() | '{' should be on the previous line. | 363 |
![]() | Method 'account' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() | Parameter addr should be final. | 380 |
![]() | Parameter len should be final. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | Empty statement. | 382 |
![]() | First sentence should end with a period. | 385 |
![]() | Method 'getDataRate' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() | Parameter addr should be final. | 393 |
![]() | Parameter packetSize should be final. | 393 |
![]() | '{' should be on the previous line. | 394 |
![]() | Parameter id should be final. | 406 |
![]() | '{' should be on the previous line. | 407 |
![]() | '{' should be on the previous line. | 409 |
![]() | '{' should be on the previous line. | 413 |
![]() | '{' should be on the previous line. | 417 |
![]() | Method 'addPacket' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Parameter priority should be final. | 439 |
![]() | Parameter id should be final. | 439 |
![]() | Parameter packet should be final. | 439 |
![]() | Parameter maxNReXmt should be final. | 440 |
![]() | '{' should be on the previous line. | 441 |
![]() | '{' should be on the previous line. | 445 |
![]() | '{' should be on the previous line. | 450 |
![]() | '{' should be on the previous line. | 458 |
![]() | '{' should be on the previous line. | 465 |
![]() | '{' should be on the previous line. | 476 |
![]() | '{' should be on the previous line. | 484 |
![]() | '{' should be on the previous line. | 486 |
![]() | '{' should be on the previous line. | 490 |
![]() | '}' should be on the same line. | 498 |
![]() | '{' should be on the previous line. | 500 |
![]() | '{' should be on the previous line. | 508 |
![]() | '{' should be on the previous line. | 528 |
![]() | '1000' is a magic number. | 530 |
![]() | '{' should be on the previous line. | 537 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() | '{' should be on the previous line. | 550 |
![]() | '{' should be on the previous line. | 559 |
![]() | Parameter priority should be final. | 589 |
![]() | 'priority' hides a field. | 589 |
![]() | Parameter id should be final. | 589 |
![]() | 'id' hides a field. | 589 |
![]() | Parameter packet should be final. | 589 |
![]() | 'packet' hides a field. | 589 |
![]() | Parameter maxNReXmt should be final. | 589 |
![]() | '{' should be on the previous line. | 590 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 602 |
![]() | '{' should be on the previous line. | 603 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 612 |
![]() | '{' should be on the previous line. | 613 |
![]() | Method 'getPacket' is not designed for extension - needs to be abstract, final or empty. | 622 |
![]() | '{' should be on the previous line. | 623 |
![]() | Method 'getReXmtCnt' is not designed for extension - needs to be abstract, final or empty. | 632 |
![]() | '{' should be on the previous line. | 633 |
![]() | Method 'getRxCnt' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() | '{' should be on the previous line. | 643 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 653 |
![]() | '{' should be on the previous line. | 654 |
![]() | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 663 |
![]() | '{' should be on the previous line. | 664 |
![]() | Method 'transmit' is not designed for extension - needs to be abstract, final or empty. | 673 |
![]() | '{' should be on the previous line. | 674 |
![]() | '{' should be on the previous line. | 678 |
![]() | '{' should be on the previous line. | 684 |
![]() | '{' should be on the previous line. | 686 |
![]() | Line is longer than 80 characters. | 689 |
![]() | '{' should be on the previous line. | 695 |
![]() | '{' should be on the previous line. | 711 |
![]() | Parameter timeout should be final. | 721 |
![]() | 'timeout' hides a field. | 721 |
![]() | '{' should be on the previous line. | 722 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 731 |
![]() | '{' should be on the previous line. | 732 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Redundant 'public' modifier. | 82 |
![]() | Redundant 'public' modifier. | 92 |
![]() | Redundant 'public' modifier. | 103 |
![]() | Redundant 'public' modifier. | 115 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Redundant 'public' modifier. | 126 |
![]() | Redundant 'public' modifier. | 140 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter name should be final. | 35 |
![]() | Parameter service should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter id should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter decoder should be final. | 53 |
![]() | Parameter typeMapping should be final. | 53 |
![]() | '{' should be on the previous line. | 55 |
![]() | '{' should be on the previous line. | 62 |
![]() | '}' should be on the same line. | 66 |
![]() | '{' should be on the previous line. | 68 |
![]() | Parameter encoder should be final. | 84 |
![]() | Parameter typeMapping should be final. | 84 |
![]() | Parameter instance should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 92 |
![]() | '}' should be on the same line. | 94 |
![]() | '{' should be on the previous line. | 96 |
![]() | '}' should be on the same line. | 98 |
![]() | '{' should be on the previous line. | 100 |
![]() | '}' should be on the same line. | 109 |
![]() | '{' should be on the previous line. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 42 |
![]() | '{' should be on the previous line. | 48 |
![]() | Parameter server should be final. | 69 |
![]() | 'server' hides a field. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | 'static' modifier out of order with the JLS suggestions. | 79 |
![]() | Parameter factory should be final. | 80 |
![]() | 'factory' hides a field. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | 'static' modifier out of order with the JLS suggestions. | 93 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '{' should be on the previous line. | 99 |
![]() | '}' should be on the same line. | 101 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | '{' should be on the previous line. | 121 |
![]() | '{' should be on the previous line. | 125 |
![]() | '{' should be on the previous line. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | '}' should be on the same line. | 133 |
![]() | '{' should be on the previous line. | 135 |
![]() | Empty statement. | 136 |
![]() | Line is longer than 80 characters. | 143 |
![]() | '{' should be on the previous line. | 148 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 160 |
![]() | '}' should be on the same line. | 163 |
![]() | '{' should be on the previous line. | 165 |
![]() | '}' should be on the same line. | 168 |
![]() | '{' should be on the previous line. | 170 |
![]() | '}' should be on the same line. | 172 |
![]() | '{' should be on the previous line. | 174 |
![]() | '}' should be on the same line. | 176 |
![]() | '{' should be on the previous line. | 178 |
![]() | '}' should be on the same line. | 180 |
![]() | '{' should be on the previous line. | 182 |
![]() | '{' should be on the previous line. | 193 |
![]() | Parameter delta should be final. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | First sentence should end with a period. | 207 |
![]() | Parameter reply should be final. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | Parameter msg should be final. | 238 |
![]() | '{' should be on the previous line. | 239 |
![]() | Parameter msg should be final. | 249 |
![]() | Parameter e should be final. | 249 |
![]() | '{' should be on the previous line. | 250 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | Class ETimeSyncPacketType should be declared as final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Parameter name should be final. | 45 |
![]() | Parameter id should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 33 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter graph should be final. | 55 |
![]() | Parameter file should be final. | 55 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 61 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 85 |
![]() | '{' should be on the previous line. | 96 |
![]() | '{' should be on the previous line. | 106 |
![]() | '{' should be on the previous line. | 115 |
![]() | Parameter file should be final. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | '{' should be on the previous line. | 145 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | '{' should be on the previous line. | 58 |
![]() | Parameter id should be final. | 68 |
![]() | 'id' hides a field. | 68 |
![]() | Parameter size should be final. | 68 |
![]() | 'size' hides a field. | 68 |
![]() | Parameter origTimestamp should be final. | 68 |
![]() | 'origTimestamp' hides a field. | 68 |
![]() | Expected @param tag for 'origTimestamp'. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Method 'getOrigTimestamp' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter in should be final. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter out should be final. | 126 |
![]() | '{' should be on the previous line. | 127 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | '{' should be on the previous line. | 48 |
![]() | Parameter msg should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getRegistered' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'deregister' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter nsId should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '{' should be on the previous line. | 83 |
![]() | '{' should be on the previous line. | 88 |
![]() | First sentence should end with a period. | 94 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter type should be final. | 104 |
![]() | Parameter version should be final. | 104 |
![]() | '{' should be on the previous line. | 106 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter mappings should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter c should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | '{' should be on the previous line. | 138 |
![]() | '{' should be on the previous line. | 144 |
![]() | '{' should be on the previous line. | 152 |
![]() | Method 'registerAll' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter mapping should be final. | 164 |
![]() | 'mapping' hides a field. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | '{' should be on the previous line. | 167 |
![]() | '{' should be on the previous line. | 173 |
![]() | '{' should be on the previous line. | 181 |
![]() | Parameter type should be final. | 196 |
![]() | Parameter version should be final. | 196 |
![]() | Parameter c should be final. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | '{' should be on the previous line. | 203 |
![]() | '{' should be on the previous line. | 209 |
![]() | '{' should be on the previous line. | 215 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | '{' should be on the previous line. | 237 |
![]() | Parameter type should be final. | 250 |
![]() | 'type' hides a field. | 250 |
![]() | Parameter version should be final. | 250 |
![]() | 'version' hides a field. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Method 'getPacketType' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | '{' should be on the previous line. | 262 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Parameter o should be final. | 273 |
![]() | '{' should be on the previous line. | 274 |
![]() | '{' should be on the previous line. | 276 |
![]() | '{' should be on the previous line. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | '{' should be on the previous line. | 305 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Redundant 'public' modifier. | 64 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Redundant 'public' modifier. | 93 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter id should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Parameter decoder should be final. | 56 |
![]() | Parameter typeMapping should be final. | 56 |
![]() | '{' should be on the previous line. | 58 |
![]() | '4' is a magic number. | 60 |
![]() | '{' should be on the previous line. | 65 |
![]() | '}' should be on the same line. | 67 |
![]() | '{' should be on the previous line. | 69 |
![]() | Parameter encoder should be final. | 86 |
![]() | Parameter typeMapping should be final. | 86 |
![]() | Parameter instance should be final. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '4' is a magic number. | 94 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter type should be final. | 45 |
![]() | 'type' hides a field. | 45 |
![]() | Parameter name should be final. | 45 |
![]() | 'name' hides a field. | 45 |
![]() | Parameter description should be final. | 45 |
![]() | 'description' hides a field. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getDimension' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter message should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Parameter message should be final. | 53 |
![]() | Parameter cause should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 56 |
![]() | Parameter dirId should be final. | 66 |
![]() | 'dirId' hides a field. | 66 |
![]() | Parameter key should be final. | 66 |
![]() | 'key' hides a field. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter in should be final. | 99 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter out should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | First sentence should end with a period. | 39 |
![]() | Parameter type should be final. | 54 |
![]() | 'type' hides a field. | 54 |
![]() | Parameter dimension should be final. | 54 |
![]() | 'dimension' hides a field. | 54 |
![]() | Parameter componentType should be final. | 54 |
![]() | 'componentType' hides a field. | 54 |
![]() | Parameter name should be final. | 55 |
![]() | 'name' hides a field. | 55 |
![]() | Parameter description should be final. | 55 |
![]() | 'description' hides a field. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getDimension' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'getType' 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. | 37 |
![]() | '{' should be on the previous line. | 65 |
![]() | Parameter dirId should be final. | 76 |
![]() | 'dirId' hides a field. | 76 |
![]() | Parameter offset should be final. | 76 |
![]() | 'offset' hides a field. | 76 |
![]() | Parameter entries should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Parameter in should be final. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | '{' should be on the previous line. | 132 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter out should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | '{' should be on the previous line. | 165 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter service should be final. | 40 |
![]() | 'service' 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. | 67 |
![]() | '}' should be on the same line. | 69 |
![]() | '{' should be on the previous line. | 71 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | '{' should be on the previous line. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Class RttManager should be declared as final. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Parameter tsmpFactory should be final. | 61 |
![]() | 'tsmpFactory' hides a field. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '{' should be on the previous line. | 74 |
![]() | '{' should be on the previous line. | 84 |
![]() | '{' should be on the previous line. | 92 |
![]() | '{' should be on the previous line. | 97 |
![]() | '{' should be on the previous line. | 102 |
![]() | '{' should be on the previous line. | 112 |
![]() | '{' should be on the previous line. | 122 |
![]() | Parameter address should be final. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '{' should be on the previous line. | 138 |
![]() | '{' should be on the previous line. | 152 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Redundant 'public' modifier. | 70 |
![]() | Redundant 'public' modifier. | 77 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 55 |
![]() | Method 'getRegistered' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'lookup' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter mapping should be final. | 78 |
![]() | '{' should be on the previous line. | 80 |
![]() | '{' should be on the previous line. | 84 |
![]() | '}' should be on the same line. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 93 |
![]() | Method 'lookup' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter id should be final. | 110 |
![]() | '{' should be on the previous line. | 112 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter types should be final. | 129 |
![]() | 'types' hides a field. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | '{' should be on the previous line. | 132 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter type should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '{' should be on the previous line. | 145 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 157 |
![]() | '{' should be on the previous line. | 164 |
![]() | '{' should be on the previous line. | 166 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 172 |
![]() | First sentence should end with a period. | 182 |
![]() | Method 'registerAll' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Parameter mapping should be final. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 194 |
![]() | '{' should be on the previous line. | 196 |
![]() | '{' should be on the previous line. | 202 |
![]() | '}' should be on the same line. | 208 |
![]() | '{' should be on the previous line. | 210 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | '{' should be on the previous line. | 57 |
![]() | Parameter id should be final. | 68 |
![]() | 'id' hides a field. | 68 |
![]() | Parameter rid should be final. | 68 |
![]() | 'rid' hides a field. | 68 |
![]() | Parameter buf should be final. | 68 |
![]() | 'buf' hides a field. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'getRequestId' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter in should be final. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Parameter out should be final. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | 'buf' hides a field. | 147 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 60 |
![]() | Parameter dirId should be final. | 71 |
![]() | 'dirId' hides a field. | 71 |
![]() | Parameter key should be final. | 71 |
![]() | 'key' hides a field. | 71 |
![]() | Parameter value should be final. | 71 |
![]() | 'value' hides a field. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter in should be final. | 115 |
![]() | '{' should be on the previous line. | 117 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter out should be final. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | '{' should be on the previous line. | 143 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | '{' should be on the previous line. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Class BandwidthManager should be declared as final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 48 |
![]() | '{' should be on the previous line. | 58 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 71 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Parameter address should be final. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '{' should be on the previous line. | 104 |
![]() | '{' should be on the previous line. | 118 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 63 |
![]() | Parameter typeMapping should be final. | 63 |
![]() | Parameter instance should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 63 |
![]() | Parameter typeMapping should be final. | 63 |
![]() | Parameter instance should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Parameter tsmpFactory should be final. | 82 |
![]() | 'tsmpFactory' hides a field. | 82 |
![]() | Parameter address should be final. | 82 |
![]() | 'address' hides a field. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'getAvg' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Method 'getStd' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Method 'getUnreportedTime' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'getElapsedTime' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'getLastReceive' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'getLastSend' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | Method 'getRto' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | Method 'getSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Method 'addRtt' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Parameter rtt should be final. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | '{' should be on the previous line. | 183 |
![]() | '{' should be on the previous line. | 190 |
![]() | '}' should be on the same line. | 192 |
![]() | '{' should be on the previous line. | 194 |
![]() | '{' should be on the previous line. | 200 |
![]() | Method 'updateSendTimestamp' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | '{' should be on the previous line. | 219 |
![]() | '{' should be on the previous line. | 227 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | Parameter id should be final. | 53 |
![]() | 'id' hides a field. | 53 |
![]() | Parameter networkManager should be final. | 53 |
![]() | 'networkManager' hides a field. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter key should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter num should be final. | 129 |
![]() | Parameter offset should be final. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter num should be final. | 152 |
![]() | Parameter key should be final. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 166 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Parameter key should be final. | 182 |
![]() | Parameter value should be final. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Parameter msg should be final. | 202 |
![]() | '{' should be on the previous line. | 203 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | First sentence should end with a period. | 39 |
![]() | Parameter version should be final. | 44 |
![]() | 'version' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | First sentence should end with a period. | 49 |
![]() | Parameter version should be final. | 55 |
![]() | 'version' hides a field. | 55 |
![]() | Parameter fields should be final. | 55 |
![]() | 'fields' hides a field. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'fields' hides a field. | 78 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter field should be final. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'addFields' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter fields should be final. | 114 |
![]() | 'fields' hides a field. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '{' should be on the previous line. | 117 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter val should be final. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Avoid inline conditionals. | 67 |
![]() | Method 'encodeByte' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter val should be final. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'encodeChar' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter val should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '8' is a magic number. | 87 |
![]() | '0xFF' is a magic number. | 88 |
![]() | Method 'encodeDouble' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter val should be final. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter val should be final. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | '0xFF' is a magic number. | 110 |
![]() | '8' is a magic number. | 112 |
![]() | '0xFF' is a magic number. | 114 |
![]() | '8' is a magic number. | 116 |
![]() | '0xFF' is a magic number. | 118 |
![]() | '8' is a magic number. | 120 |
![]() | '0xFF' is a magic number. | 122 |
![]() | Method 'encodeLong' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter val should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | '0xFF' is a magic number. | 138 |
![]() | '8' is a magic number. | 140 |
![]() | '0xFF' is a magic number. | 142 |
![]() | '8' is a magic number. | 144 |
![]() | '0xFF' is a magic number. | 146 |
![]() | '8' is a magic number. | 148 |
![]() | '0xFF' is a magic number. | 150 |
![]() | '8' is a magic number. | 152 |
![]() | '0xFF' is a magic number. | 154 |
![]() | '8' is a magic number. | 156 |
![]() | '0xFF' is a magic number. | 158 |
![]() | '8' is a magic number. | 160 |
![]() | '0xFF' is a magic number. | 162 |
![]() | '8' is a magic number. | 164 |
![]() | '0xFF' is a magic number. | 166 |
![]() | Method 'encodeShort' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Parameter val should be final. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | '{' should be on the previous line. | 186 |
![]() | '0xFF' is a magic number. | 191 |
![]() | '8' is a magic number. | 195 |
![]() | Method 'encodeUByte' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Parameter val should be final. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | '{' should be on the previous line. | 211 |
![]() | Method 'encodeUShort' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Parameter val should be final. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | '{' should be on the previous line. | 227 |
![]() | '8' is a magic number. | 232 |
![]() | '0xFF' is a magic number. | 233 |
![]() | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Parameter val should be final. | 241 |
![]() | '{' should be on the previous line. | 242 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Parameter buf should be final. | 256 |
![]() | Parameter offset should be final. | 256 |
![]() | Parameter len should be final. | 256 |
![]() | '{' should be on the previous line. | 257 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 64 |
![]() | Name 'MAX_COMBINED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() | '10' is a magic number. | 69 |
![]() | Parameter mapping should be final. | 144 |
![]() | 'mapping' hides a field. | 144 |
![]() | Parameter localAddress should be final. | 145 |
![]() | Parameter remoteAddress should be final. | 145 |
![]() | Parameter channel should be final. | 146 |
![]() | 'channel' hides a field. | 146 |
![]() | Parameter factory should be final. | 146 |
![]() | 'factory' hides a field. | 146 |
![]() | Parameter receiveQ should be final. | 146 |
![]() | 'receiveQ' hides a field. | 146 |
![]() | Parameter maxNReXmt should be final. | 147 |
![]() | 'maxNReXmt' hides a field. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Line is longer than 80 characters. | 156 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 184 |
![]() | '{' should be on the previous line. | 202 |
![]() | Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | Method 'getSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | Method 'hasPacketsToSend' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | Method 'isConnectionPending' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | '{' should be on the previous line. | 266 |
![]() | '{' should be on the previous line. | 268 |
![]() | '{' should be on the previous line. | 270 |
![]() | '{' should be on the previous line. | 274 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line is longer than 80 characters. | 278 |
![]() | '}' should be on the same line. | 286 |
![]() | '{' should be on the previous line. | 288 |
![]() | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | '{' should be on the previous line. | 304 |
![]() | Method 'getNextTimeout' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() | Parameter selector should be final. | 314 |
![]() | '{' should be on the previous line. | 315 |
![]() | Line has trailing spaces. | 322 |
![]() | '{' should be on the previous line. | 322 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | '{' should be on the previous line. | 337 |
![]() | Parameter msg should be final. | 346 |
![]() | '{' should be on the previous line. | 347 |
![]() | Parameter msg should be final. | 356 |
![]() | '{' should be on the previous line. | 357 |
![]() | Parameter msg should be final. | 366 |
![]() | '{' should be on the previous line. | 367 |
![]() | Parameter msg should be final. | 376 |
![]() | '{' should be on the previous line. | 377 |
![]() | Parameter msg should be final. | 387 |
![]() | Parameter e should be final. | 387 |
![]() | '{' should be on the previous line. | 388 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() | '{' should be on the previous line. | 396 |
![]() | '{' should be on the previous line. | 400 |
![]() | '}' should be on the same line. | 402 |
![]() | '{' should be on the previous line. | 404 |
![]() | '}' should be on the same line. | 406 |
![]() | '{' should be on the previous line. | 408 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | Parameter priority should be final. | 423 |
![]() | Parameter packet should be final. | 423 |
![]() | Parameter maxNReXmt should be final. | 423 |
![]() | 'maxNReXmt' hides a field. | 423 |
![]() | '{' should be on the previous line. | 425 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() | Parameter priority should be final. | 440 |
![]() | Parameter packet should be final. | 440 |
![]() | Parameter maxNReXmt should be final. | 440 |
![]() | 'maxNReXmt' hides a field. | 440 |
![]() | '{' should be on the previous line. | 442 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | Parameter priority should be final. | 457 |
![]() | Parameter packet should be final. | 457 |
![]() | Parameter maxNReXmt should be final. | 457 |
![]() | 'maxNReXmt' hides a field. | 457 |
![]() | '{' should be on the previous line. | 459 |
![]() | Method 'writeNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | Parameter selector should be final. | 469 |
![]() | '{' should be on the previous line. | 470 |
![]() | '{' should be on the previous line. | 474 |
![]() | '{' should be on the previous line. | 478 |
![]() | '{' should be on the previous line. | 480 |
![]() | '{' should be on the previous line. | 482 |
![]() | '}' should be on the same line. | 492 |
![]() | '{' should be on the previous line. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | '{' should be on the previous line. | 506 |
![]() | '{' should be on the previous line. | 510 |
![]() | '{' should be on the previous line. | 523 |
![]() | '{' should be on the previous line. | 535 |
![]() | '{' should be on the previous line. | 544 |
![]() | Line is longer than 80 characters. | 549 |
![]() | '}' should be on the same line. | 555 |
![]() | '{' should be on the previous line. | 557 |
![]() | Line is longer than 80 characters. | 559 |
![]() | '}' should be on the same line. | 569 |
![]() | '{' should be on the previous line. | 571 |
![]() | '}' should be on the same line. | 574 |
![]() | '{' should be on the previous line. | 576 |
![]() | Method 'readNonBlocking' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | Parameter selector should be final. | 590 |
![]() | '{' should be on the previous line. | 592 |
![]() | '{' should be on the previous line. | 596 |
![]() | '{' should be on the previous line. | 598 |
![]() | '{' should be on the previous line. | 604 |
![]() | '{' should be on the previous line. | 609 |
![]() | '{' should be on the previous line. | 618 |
![]() | '{' should be on the previous line. | 623 |
![]() | '{' should be on the previous line. | 625 |
![]() | '{' should be on the previous line. | 629 |
![]() | Line is longer than 80 characters. | 633 |
![]() | '}' should be on the same line. | 636 |
![]() | '{' should be on the previous line. | 638 |
![]() | '{' should be on the previous line. | 646 |
![]() | '{' should be on the previous line. | 651 |
![]() | '{' should be on the previous line. | 660 |
![]() | '{' should be on the previous line. | 665 |
![]() | '{' should be on the previous line. | 667 |
![]() | '{' should be on the previous line. | 674 |
![]() | Line is longer than 80 characters. | 675 |
![]() | Line is longer than 80 characters. | 677 |
![]() | '}' should be on the same line. | 685 |
![]() | '{' should be on the previous line. | 687 |
![]() | '}' should be on the same line. | 693 |
![]() | '{' should be on the previous line. | 695 |
![]() | '}' should be on the same line. | 698 |
![]() | '{' should be on the previous line. | 700 |
![]() | '{' should be on the previous line. | 702 |
![]() | '}' should be on the same line. | 704 |
![]() | '{' should be on the previous line. | 706 |
![]() | Parameter id should be final. | 720 |
![]() | Parameter size should be final. | 720 |
![]() | Parameter timestamp should be final. | 720 |
![]() | Parameter addr should be final. | 721 |
![]() | '{' should be on the previous line. | 722 |
![]() | Parameter pkt should be final. | 741 |
![]() | '{' should be on the previous line. | 743 |
![]() | '{' should be on the previous line. | 749 |
![]() | Parameter packet should be final. | 767 |
![]() | '{' should be on the previous line. | 768 |
![]() | 'soAddr' hides a field. | 769 |
![]() | '{' should be on the previous line. | 777 |
![]() | '}' should be on the same line. | 784 |
![]() | '{' should be on the previous line. | 786 |
![]() | Line is longer than 80 characters. | 792 |
![]() | '}' should be on the same line. | 796 |
![]() | '{' should be on the previous line. | 798 |
![]() | Line is longer than 80 characters. | 804 |
![]() | '}' should be on the same line. | 808 |
![]() | '{' should be on the previous line. | 810 |
![]() | Line is longer than 80 characters. | 818 |
![]() | '{' should be on the previous line. | 829 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 838 |
![]() | '{' should be on the previous line. | 839 |
![]() | '{' should be on the previous line. | 846 |
![]() | '}' should be on the same line. | 848 |
![]() | '{' should be on the previous line. | 850 |
![]() | '{' should be on the previous line. | 855 |
![]() | '}' should be on the same line. | 857 |
![]() | '{' should be on the previous line. | 859 |
![]() | '}' should be on the same line. | 861 |
![]() | '{' should be on the previous line. | 863 |
![]() | '}' should be on the same line. | 865 |
![]() | '{' should be on the previous line. | 867 |
![]() | Class EReadState should be declared as final. | 877 |
![]() | '{' should be on the previous line. | 878 |
![]() | '{' should be on the previous line. | 898 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Redundant 'public' modifier. | 73 |
![]() | Redundant 'public' modifier. | 80 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Redundant 'public' modifier. | 97 |
![]() | Redundant 'public' modifier. | 106 |
![]() | Redundant 'public' modifier. | 114 |
![]() | First sentence should end with a period. | 116 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Redundant 'public' modifier. | 126 |
![]() | Redundant 'public' modifier. | 136 |
![]() | '{' should be on the previous line. | 144 |
![]() | Redundant 'public' modifier. | 150 |
![]() | Redundant 'public' modifier. | 157 |
![]() | Redundant 'public' modifier. | 164 |
![]() | Redundant 'public' modifier. | 171 |
![]() | Redundant 'public' modifier. | 178 |
![]() | Redundant 'public' modifier. | 186 |
![]() | Redundant 'public' modifier. | 193 |
![]() | Redundant 'public' modifier. | 200 |
Violation | Message | Line |
---|---|---|
![]() | Class MeasurementManager should be declared as final. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Line is longer than 80 characters. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Name 'uniqueInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'server' hides a field. | 59 |
![]() | '{' should be on the previous line. | 62 |
![]() | '}' should be on the same line. | 64 |
![]() | '{' should be on the previous line. | 66 |
![]() | '}' should be on the same line. | 69 |
![]() | '{' should be on the previous line. | 71 |
![]() | Parameter remote should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'dir' hides a field. | 87 |
![]() | '{' should be on the previous line. | 92 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 115 |
![]() | Parameter msg should be final. | 125 |
![]() | Parameter e should be final. | 125 |
![]() | '{' should be on the previous line. | 126 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | First sentence should end with a period. | 47 |
![]() | Parameter factory should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 70 |
![]() | Parameter msg should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Parameter msg should be final. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | '{' should be on the previous line. | 123 |
![]() | '}' should be on the same line. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '{' should be on the previous line. | 147 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter message should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Parameter message should be final. | 53 |
![]() | Parameter cause should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | Class EHeimdallPacketType should be declared as final. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Parameter name should be final. | 101 |
![]() | Parameter id should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter id should be final. | 36 |
![]() | Parameter keyType should be final. | 36 |
![]() | Parameter valueType should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | '{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter label should be final. | 51 |
![]() | 'label' hides a field. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'getSubGraphs' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | First sentence should end with a period. | 96 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter edge should be final. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter vertex should be final. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter subGraph should be final. | 124 |
![]() | '{' should be on the previous line. | 125 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 35 |
![]() | Parameter key should be final. | 41 |
![]() | 'key' hides a field. | 41 |
![]() | Parameter value should be final. | 41 |
![]() | 'value' hides a field. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter value should be final. | 64 |
![]() | 'value' hides a field. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Expected an @return tag. | 88 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter o should be final. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 96 |
![]() | '{' should be on the previous line. | 103 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 117 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter o should be final. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | '{' should be on the previous line. | 139 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Redundant 'public' modifier. | 61 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 30 |
![]() | '9' is a magic number. | 48 |
![]() | Parameter tsmpFactory should be final. | 65 |
![]() | 'tsmpFactory' hides a field. | 65 |
![]() | Parameter address should be final. | 65 |
![]() | 'address' hides a field. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'reportLoss' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'reportAck' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getLossCnt' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' should be on the previous line. | 115 |
![]() | '{' should be on the previous line. | 117 |
![]() | '{' should be on the previous line. | 128 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'getLossRate' 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. | 148 |
![]() | '{' should be on the previous line. | 160 |
![]() | Parameter index should be final. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | '{' should be on the previous line. | 179 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | Method 'getSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | '{' should be on the previous line. | 220 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | First sentence should end with a period. | 46 |
![]() | Parameter sock should be final. | 51 |
![]() | 'sock' hides a field. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter msg should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | '{' should be on the previous line. | 96 |
![]() | '{' should be on the previous line. | 100 |
![]() | '{' should be on the previous line. | 105 |
![]() | '}' should be on the same line. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | '}' should be on the same line. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 146 |
![]() | Parameter msg should be final. | 159 |
![]() | Parameter e should be final. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | Parameter request should be final. | 171 |
![]() | Parameter msg should be final. | 171 |
![]() | Parameter reliable should be final. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | '{' should be on the previous line. | 174 |
![]() | '{' should be on the previous line. | 181 |
![]() | '}' should be on the same line. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | Class Request should be declared as final. | 194 |
![]() | '{' should be on the previous line. | 195 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Parameter request should be final. | 208 |
![]() | 'request' hides a field. | 208 |
![]() | Parameter reliable should be final. | 208 |
![]() | 'reliable' hides a field. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | '{' should be on the previous line. | 220 |
![]() | Parameter reply should be final. | 229 |
![]() | '{' should be on the previous line. | 230 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | '{' should be on the previous line. | 30 |
![]() | Parameter name should be final. | 65 |
![]() | 'name' hides a field. | 65 |
![]() | Parameter nsId should be final. | 65 |
![]() | 'nsId' hides a field. | 65 |
![]() | Parameter id should be final. | 65 |
![]() | 'id' hides a field. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 70 |
![]() | Parameter name should be final. | 88 |
![]() | 'name' hides a field. | 88 |
![]() | Parameter id should be final. | 88 |
![]() | 'id' hides a field. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'getNsId' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | 'static' modifier out of order with the JLS suggestions. | 123 |
![]() | Parameter nsId should be final. | 123 |
![]() | Parameter id should be final. | 123 |
![]() | '{' should be on the previous line. | 125 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Parameter id should be final. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | '{' should be on the previous line. | 159 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 38 |
![]() | Parameter port should be final. | 53 |
![]() | 'port' hides a field. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '{' should be on the previous line. | 62 |
![]() | Parameter args should be final. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '{' should be on the previous line. | 74 |
![]() | '}' should be on the same line. | 81 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '{' should be on the previous line. | 96 |
![]() | '}' should be on the same line. | 101 |
![]() | '{' should be on the previous line. | 103 |
![]() | '}' should be on the same line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | Method 'doIt' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'stopIt' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | '{' should be on the previous line. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | '}' should be on the same line. | 137 |
![]() | '{' should be on the previous line. | 139 |
![]() | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | '{' should be on the previous line. | 150 |
![]() | '{' should be on the previous line. | 152 |
![]() | '}' should be on the same line. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | '{' should be on the previous line. | 174 |
![]() | Parameter msg should be final. | 187 |
![]() | Parameter th should be final. | 187 |
![]() | '{' should be on the previous line. | 188 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | First sentence should end with a period. | 30 |
![]() | Parameter factory should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getPacketMapping' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | '{' should be on the previous line. | 48 |
![]() | Parameter msg should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter address should be final. | 77 |
![]() | Parameter conn should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter connection should be final. | 92 |
![]() | Expected @param tag for 'connection'. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | '{' should be on the previous line. | 99 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter address should be final. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | First sentence should end with a period. | 121 |
![]() | Method 'getConnections' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Line is longer than 80 characters. | 128 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter name should be final. | 44 |
![]() | 'name' hides a field. | 44 |
![]() | Parameter id should be final. | 44 |
![]() | 'id' hides a field. | 44 |
![]() | Parameter mapping should be final. | 44 |
![]() | 'mapping' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getMapping' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Parameter decoder should be final. | 81 |
![]() | Parameter typeMapping should be final. | 81 |
![]() | '{' should be on the previous line. | 83 |
![]() | '{' should be on the previous line. | 87 |
![]() | Parameter encoder should be final. | 103 |
![]() | Parameter typeMapping should be final. | 103 |
![]() | Parameter instance should be final. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 124 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter o should be final. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 132 |
![]() | '{' should be on the previous line. | 140 |
![]() | '}' should be on the same line. | 142 |
![]() | '{' should be on the previous line. | 144 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | '{' should be on the previous line. | 157 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'probe' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter address should be final. | 64 |
![]() | Parameter size should be final. | 64 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 70 |
![]() | '1024' is a magic number. | 81 |
![]() | '0xAA' is a magic number. | 86 |
![]() | '}' should be on the same line. | 96 |
![]() | '{' should be on the previous line. | 98 |
![]() | Parameter msg should be final. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Parameter msg should be final. | 118 |
![]() | '{' should be on the previous line. | 119 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 36 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter address should be final. | 57 |
![]() | 'address' hides a field. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getAvg' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'getStd' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getLastUpdate' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'addBw' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Parameter bw should be final. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | '{' should be on the previous line. | 135 |
![]() | '}' should be on the same line. | 137 |
![]() | '{' should be on the previous line. | 139 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | Parameter msg should be final. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | '{' should be on the previous line. | 171 |
![]() | '{' should be on the previous line. | 179 |
Violation | Message | Line |
---|---|---|
![]() | Class TimestampFactory should be declared as final. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | First sentence should end with a period. | 33 |
![]() | '{' should be on the previous line. | 37 |
![]() | '{' should be on the previous line. | 46 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 66 |
![]() | Parameter delta should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Class DirectoryService should be declared as final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() | Parameter dir should be final. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '{' should be on the previous line. | 75 |
![]() | '{' should be on the previous line. | 80 |
![]() | 'static' modifier out of order with the JLS suggestions. | 93 |
![]() | Parameter base should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'static' modifier out of order with the JLS suggestions. | 113 |
![]() | Parameter id should be final. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | 'static' modifier out of order with the JLS suggestions. | 128 |
![]() | Parameter dir should be final. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | '{' should be on the previous line. | 144 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | Parameter id should be final. | 59 |
![]() | 'id' hides a field. | 59 |
![]() | Parameter keyType should be final. | 59 |
![]() | 'keyType' hides a field. | 59 |
![]() | Parameter valueType should be final. | 59 |
![]() | 'valueType' hides a field. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Parameter id should be final. | 72 |
![]() | 'id' hides a field. | 72 |
![]() | Parameter keyType should be final. | 72 |
![]() | 'keyType' hides a field. | 72 |
![]() | Parameter valueType should be final. | 72 |
![]() | 'valueType' hides a field. | 72 |
![]() | Parameter directory should be final. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Parameter num should be final. | 138 |
![]() | Parameter offset should be final. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | '{' should be on the previous line. | 146 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Parameter num should be final. | 161 |
![]() | Parameter key should be final. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | '{' should be on the previous line. | 169 |
![]() | '{' should be on the previous line. | 176 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Parameter key should be final. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter key should be final. | 203 |
![]() | Parameter value should be final. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | '{' should be on the previous line. | 206 |
![]() | '{' should be on the previous line. | 211 |
![]() | '{' should be on the previous line. | 218 |
![]() | '{' should be on the previous line. | 222 |
![]() | '}' should be on the same line. | 224 |
![]() | '{' should be on the previous line. | 226 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | '{' should be on the previous line. | 240 |
![]() | Parameter msg should be final. | 249 |
![]() | '{' should be on the previous line. | 250 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter id should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter decoder should be final. | 53 |
![]() | Parameter typeMapping should be final. | 53 |
![]() | '{' should be on the previous line. | 55 |
![]() | '{' should be on the previous line. | 60 |
![]() | '{' should be on the previous line. | 62 |
![]() | '}' should be on the same line. | 75 |
![]() | '{' should be on the previous line. | 77 |
![]() | Parameter encoder should be final. | 93 |
![]() | Parameter typeMapping should be final. | 93 |
![]() | Parameter instance should be final. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '{' should be on the previous line. | 97 |
![]() | '{' should be on the previous line. | 99 |
![]() | '}' should be on the same line. | 106 |
![]() | '{' should be on the previous line. | 108 |
Violation | Message | Line |
---|---|---|
![]() | Class TimerFactory should be declared as final. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | First sentence should end with a period. | 34 |
![]() | '{' should be on the previous line. | 38 |
![]() | '{' should be on the previous line. | 47 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | First sentence should end with a period. | 36 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter observer should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter observer should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter arg should be final. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 29 |
![]() | First sentence should end with a period. | 32 |
![]() | Parameter label should be final. | 43 |
![]() | 'label' hides a field. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Parameter id should be final. | 54 |
![]() | 'id' hides a field. | 54 |
![]() | Parameter label should be final. | 54 |
![]() | 'label' hides a field. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Unused @throws tag for 'ClassCastException'. | 123 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter o should be final. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter o should be final. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | '{' should be on the previous line. | 164 |
Violation | Message | Line |
---|---|---|
![]() | Class ProcessingTimeManager should be declared as final. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters. | 35 |
![]() | '{' should be on the previous line. | 44 |
![]() | '{' should be on the previous line. | 54 |
![]() | Parameter id should be final. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '{' should be on the previous line. | 70 |
![]() | '{' should be on the previous line. | 82 |
![]() | '{' should be on the previous line. | 87 |
![]() | '{' should be on the previous line. | 92 |
![]() | '{' should be on the previous line. | 104 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 68 |
![]() | Parameter typeMapping should be final. | 68 |
![]() | Parameter instance should be final. | 69 |
![]() | '{' should be on the previous line. | 70 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Variable 'server' must be private and have accessor methods. | 33 |
![]() | Parameter server should be final. | 40 |
![]() | 'server' 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. | 28 |
![]() | Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter avg should be final. | 57 |
![]() | 'avg' hides a field. | 57 |
![]() | Parameter mdev should be final. | 57 |
![]() | 'mdev' hides a field. | 57 |
![]() | Parameter alphaUp should be final. | 57 |
![]() | 'alphaUp' hides a field. | 57 |
![]() | Parameter betaUp should be final. | 58 |
![]() | 'betaUp' hides a field. | 58 |
![]() | Parameter alphaDown should be final. | 58 |
![]() | 'alphaDown' hides a field. | 58 |
![]() | Parameter betaDown should be final. | 58 |
![]() | 'betaDown' hides a field. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getAvg' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Method 'getStd' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'getVar' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter val should be final. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line has trailing spaces. | 107 |
![]() | Avoid inline conditionals. | 111 |
![]() | Avoid inline conditionals. | 112 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | '{' should be on the previous line. | 124 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter message should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Parameter message should be final. | 55 |
![]() | Parameter cause should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter message should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Parameter message should be final. | 55 |
![]() | Parameter cause should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter avg should be final. | 49 |
![]() | 'avg' hides a field. | 49 |
![]() | Parameter mdev should be final. | 49 |
![]() | 'mdev' hides a field. | 49 |
![]() | Parameter alpha should be final. | 49 |
![]() | 'alpha' hides a field. | 49 |
![]() | Parameter beta should be final. | 49 |
![]() | 'beta' hides a field. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter avg should be final. | 65 |
![]() | 'avg' hides a field. | 65 |
![]() | Parameter mdev should be final. | 65 |
![]() | 'mdev' hides a field. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '0.125' is a magic number. | 67 |
![]() | '0.25' is a magic number. | 67 |
![]() | Method 'getAvg' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'getStd' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'getVar' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter val should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | '{' should be on the previous line. | 123 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 69 |
![]() | '{' should be on the previous line. | 71 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter cleanable should be final. | 87 |
![]() | Parameter interval should be final. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | '{' should be on the previous line. | 102 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter cleanable should be final. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '{' should be on the previous line. | 134 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 39 |
![]() | '{' should be on the previous line. | 56 |
![]() | Parameter address should be final. | 67 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | '{' should be on the previous line. | 101 |
![]() | '{' should be on the previous line. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 109 |
![]() | '{' should be on the previous line. | 127 |
![]() | '1000.0' is a magic number. | 128 |
![]() | '1024' is a magic number. | 131 |
![]() | '1000.0' is a magic number. | 133 |
![]() | '1000.0' is a magic number. | 136 |
![]() | '}' should be on the same line. | 138 |
![]() | '{' should be on the previous line. | 140 |
![]() | '}' should be on the same line. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '}' should be on the same line. | 148 |
![]() | '{' should be on the previous line. | 150 |
![]() | '}' should be on the same line. | 154 |
![]() | '{' should be on the previous line. | 156 |
![]() | '{' should be on the previous line. | 158 |
![]() | '}' should be on the same line. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | '}' should be on the same line. | 165 |
![]() | '{' should be on the previous line. | 168 |
![]() | '}' should be on the same line. | 171 |
![]() | '{' should be on the previous line. | 173 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Parameter msg should be final. | 195 |
![]() | Parameter t should be final. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | Parameter msg should be final. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | Parameter msg should be final. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | Parameter msg should be final. | 226 |
![]() | Parameter e should be final. | 226 |
![]() | '{' should be on the previous line. | 227 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Redundant 'public' modifier. | 53 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 28 |
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 57 |
![]() | Parameter ctimestamp should be final. | 67 |
![]() | 'ctimestamp' hides a field. | 67 |
![]() | Parameter stimestamp should be final. | 67 |
![]() | 'stimestamp' hides a field. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getClientTimestamp' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getServerTimestamp' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter in should be final. | 100 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter out should be final. | 113 |
![]() | '{' should be on the previous line. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | '{' should be on the previous line. | 42 |
![]() | Avoid inline conditionals. | 43 |
![]() | '{' should be on the previous line. | 53 |
![]() | Parameter diff should be final. | 62 |
![]() | 'diff' hides a field. | 62 |
![]() | '{' should be on the previous line. | 63 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 38 |
![]() | Parameter requestId should be final. | 45 |
![]() | 'requestId' hides a field. | 45 |
![]() | Parameter packet should be final. | 45 |
![]() | 'packet' hides a field. | 45 |
![]() | Parameter reliable should be final. | 45 |
![]() | 'reliable' hides a field. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getPacket' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'getRequestId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getReliable' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '{' should be on the previous line. | 78 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 39 |
![]() | First sentence should end with a period. | 49 |
![]() | Parameter encoder should be final. | 56 |
![]() | 'encoder' hides a field. | 56 |
![]() | Parameter typeMapping should be final. | 56 |
![]() | 'typeMapping' hides a field. | 56 |
![]() | Parameter fields should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '{' should be on the previous line. | 63 |
![]() | Parameter val should be final. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '{' should be on the previous line. | 76 |
![]() | '}' should be on the same line. | 80 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter val should be final. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Parameter val should be final. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | '}' should be on the same line. | 111 |
![]() | '{' should be on the previous line. | 113 |
![]() | Parameter vals should be final. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | '{' should be on the previous line. | 129 |
![]() | Parameter val should be final. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 144 |
![]() | '}' should be on the same line. | 148 |
![]() | '{' should be on the previous line. | 150 |
![]() | Parameter vals should be final. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 166 |
![]() | Parameter val should be final. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 181 |
![]() | '}' should be on the same line. | 185 |
![]() | '{' should be on the previous line. | 187 |
![]() | Parameter vals should be final. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | Parameter val should be final. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | '{' should be on the previous line. | 212 |
![]() | '}' should be on the same line. | 216 |
![]() | '{' should be on the previous line. | 218 |
![]() | Parameter vals should be final. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | '{' should be on the previous line. | 234 |
![]() | Parameter type should be final. | 247 |
![]() | Parameter object should be final. | 247 |
![]() | '{' should be on the previous line. | 248 |
![]() | '{' should be on the previous line. | 254 |
![]() | Line is longer than 80 characters. | 258 |
![]() | '{' should be on the previous line. | 265 |
![]() | '}' should be on the same line. | 267 |
![]() | '{' should be on the previous line. | 269 |
![]() | Parameter val should be final. | 279 |
![]() | '{' should be on the previous line. | 280 |
![]() | '{' should be on the previous line. | 282 |
![]() | '}' should be on the same line. | 286 |
![]() | '{' should be on the previous line. | 288 |
![]() | Parameter vals should be final. | 298 |
![]() | '{' should be on the previous line. | 299 |
![]() | Parameter val should be final. | 310 |
![]() | '{' should be on the previous line. | 311 |
![]() | '{' should be on the previous line. | 313 |
![]() | '}' should be on the same line. | 317 |
![]() | '{' should be on the previous line. | 319 |
![]() | Parameter vals should be final. | 329 |
![]() | '{' should be on the previous line. | 330 |
![]() | '{' should be on the previous line. | 335 |
![]() | Parameter val should be final. | 347 |
![]() | '{' should be on the previous line. | 348 |
![]() | '{' should be on the previous line. | 350 |
![]() | '}' should be on the same line. | 354 |
![]() | '{' should be on the previous line. | 356 |
![]() | Parameter vals should be final. | 366 |
![]() | '{' should be on the previous line. | 367 |
![]() | '{' should be on the previous line. | 372 |
![]() | Parameter val should be final. | 384 |
![]() | '{' should be on the previous line. | 385 |
![]() | '{' should be on the previous line. | 387 |
![]() | '}' should be on the same line. | 391 |
![]() | '{' should be on the previous line. | 393 |
![]() | First sentence should end with a period. | 398 |
![]() | Parameter type should be final. | 405 |
![]() | '{' should be on the previous line. | 406 |
![]() | '{' should be on the previous line. | 408 |
![]() | '{' should be on the previous line. | 415 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Name 'PROC_LOADAVG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Name 'SEPARATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | '{' should be on the previous line. | 51 |
![]() | '{' should be on the previous line. | 56 |
![]() | '{' should be on the previous line. | 58 |
![]() | '{' should be on the previous line. | 63 |
![]() | '}' should be on the same line. | 68 |
![]() | '{' should be on the previous line. | 70 |
![]() | '}' should be on the same line. | 72 |
![]() | '{' should be on the previous line. | 74 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 39 |
![]() | Name 'MAX_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Parameter addr should be final. | 57 |
![]() | 'addr' hides a field. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Parameter args should be final. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '{' should be on the previous line. | 70 |
![]() | '{' should be on the previous line. | 72 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | '}' should be on the same line. | 81 |
![]() | '{' should be on the previous line. | 83 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Avoid inline conditionals. | 115 |
![]() | Avoid inline conditionals. | 117 |
![]() | '{' should be on the previous line. | 126 |
![]() | '{' should be on the previous line. | 137 |
![]() | '3000' is a magic number. | 138 |
![]() | '}' should be on the same line. | 139 |
![]() | '{' should be on the previous line. | 141 |
![]() | Parameter msg should be final. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | Parameter msg should be final. | 168 |
![]() | Parameter th should be final. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '{' should be on the previous line. | 189 |
![]() | '{' should be on the previous line. | 197 |
![]() | '{' should be on the previous line. | 199 |
![]() | '{' should be on the previous line. | 207 |
![]() | '{' should be on the previous line. | 221 |
![]() | '{' should be on the previous line. | 225 |
![]() | '{' should be on the previous line. | 231 |
![]() | '}' should be on the same line. | 237 |
![]() | '{' should be on the previous line. | 239 |
![]() | '}' should be on the same line. | 242 |
![]() | '{' should be on the previous line. | 244 |
![]() | '}' should be on the same line. | 247 |
![]() | '{' should be on the previous line. | 249 |
![]() | '{' should be on the previous line. | 261 |
![]() | '{' should be on the previous line. | 269 |
![]() | '{' should be on the previous line. | 271 |
![]() | '{' should be on the previous line. | 277 |
![]() | '85' is a magic number. | 278 |
![]() | '{' should be on the previous line. | 286 |
![]() | '{' should be on the previous line. | 295 |
![]() | '{' should be on the previous line. | 302 |
![]() | '1000' is a magic number. | 303 |
![]() | '}' should be on the same line. | 304 |
![]() | '{' should be on the previous line. | 306 |
![]() | '}' should be on the same line. | 315 |
![]() | '{' should be on the previous line. | 317 |
![]() | '}' should be on the same line. | 320 |
![]() | '{' should be on the previous line. | 322 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 51 |
![]() | Parameter stat should be final. | 60 |
![]() | 'stat' hides a field. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter in should be final. | 82 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter out should be final. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | First sentence should end with a period. | 28 |
![]() | '{' should be on the previous line. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter filter should be final. | 38 |
![]() | 'filter' hides a field. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter dir should be final. | 51 |
![]() | Parameter name should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter rid should be final. | 46 |
![]() | 'rid' hides a field. | 46 |
![]() | Parameter datagram should be final. | 46 |
![]() | 'datagram' hides a field. | 46 |
![]() | Parameter reliable should be final. | 46 |
![]() | 'reliable' hides a field. | 46 |
![]() | Method 'getDatagramPacket' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getRequestId' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Method 'getReliable' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '{' should be on the previous line. | 89 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 52 |
![]() | Parameter dirId should be final. | 61 |
![]() | 'dirId' hides a field. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter in should be final. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter out should be final. | 95 |
![]() | '{' should be on the previous line. | 96 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | First sentence should end with a period. | 28 |
![]() | '{' should be on the previous line. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 60 |
![]() | First sentence should end with a period. | 67 |
![]() | Name 'MAX_IDLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | Variable 'MAX_IDLE' must be private and have accessor methods. | 68 |
![]() | '30' is a magic number. | 68 |
![]() | '60' is a magic number. | 68 |
![]() | '1000' is a magic number. | 68 |
![]() | Name 'MAX_NREXMT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Variable 'MAX_NREXMT' must be private and have accessor methods. | 71 |
![]() | First sentence should end with a period. | 73 |
![]() | First sentence should end with a period. | 76 |
![]() | First sentence should end with a period. | 85 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | '{' should be on the previous line. | 118 |
![]() | Parameter address should be final. | 132 |
![]() | Parameter receiveQ should be final. | 132 |
![]() | 'receiveQ' hides a field. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | '}' should be on the same line. | 145 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'getEstimatedBandwidth' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 171 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | '{' should be on the previous line. | 187 |
![]() | '{' should be on the previous line. | 191 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | Parameter msg should be final. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Parameter msg should be final. | 222 |
![]() | '{' should be on the previous line. | 223 |
![]() | Parameter msg should be final. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | Parameter msg should be final. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | Parameter msg should be final. | 252 |
![]() | '{' should be on the previous line. | 253 |
![]() | Parameter msg should be final. | 262 |
![]() | '{' should be on the previous line. | 263 |
![]() | Parameter msg should be final. | 273 |
![]() | Parameter e should be final. | 273 |
![]() | '{' should be on the previous line. | 274 |
![]() | Parameter msg should be final. | 283 |
![]() | '{' should be on the previous line. | 284 |
![]() | Parameter address should be final. | 297 |
![]() | '{' should be on the previous line. | 299 |
![]() | '{' should be on the previous line. | 303 |
![]() | '{' should be on the previous line. | 317 |
![]() | Line is longer than 80 characters. | 319 |
![]() | '}' should be on the same line. | 322 |
![]() | '{' should be on the previous line. | 324 |
![]() | '}' should be on the same line. | 327 |
![]() | '{' should be on the previous line. | 329 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | '{' should be on the previous line. | 346 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Method 'getLocalPort' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | '{' should be on the previous line. | 356 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | '{' should be on the previous line. | 366 |
![]() | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() | '{' should be on the previous line. | 379 |
![]() | '{' should be on the previous line. | 383 |
![]() | Method 'receiveRequest' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() | '{' should be on the previous line. | 399 |
![]() | '{' should be on the previous line. | 403 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() | Parameter pkt should be final. | 417 |
![]() | '{' should be on the previous line. | 419 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Parameter priority should be final. | 431 |
![]() | Parameter pkt should be final. | 431 |
![]() | '{' should be on the previous line. | 433 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() | Parameter priority should be final. | 446 |
![]() | Parameter pkt should be final. | 446 |
![]() | Parameter maxNReXmt should be final. | 446 |
![]() | '{' should be on the previous line. | 448 |
![]() | '{' should be on the previous line. | 452 |
![]() | Parameter priority should be final. | 472 |
![]() | Parameter pkt should be final. | 472 |
![]() | Parameter maxNReXmt should be final. | 472 |
![]() | '{' should be on the previous line. | 474 |
![]() | '{' should be on the previous line. | 478 |
![]() | '}' should be on the same line. | 481 |
![]() | '{' should be on the previous line. | 483 |
![]() | Parameter priority should be final. | 497 |
![]() | Parameter pkt should be final. | 497 |
![]() | Parameter maxNReXmt should be final. | 497 |
![]() | '{' should be on the previous line. | 499 |
![]() | '{' should be on the previous line. | 503 |
![]() | '}' should be on the same line. | 506 |
![]() | '{' should be on the previous line. | 508 |
![]() | Parameter priority should be final. | 522 |
![]() | Parameter pkt should be final. | 522 |
![]() | Parameter maxNReXmt should be final. | 522 |
![]() | '{' should be on the previous line. | 524 |
![]() | '{' should be on the previous line. | 530 |
![]() | '}' should be on the same line. | 533 |
![]() | '{' should be on the previous line. | 535 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 548 |
![]() | Parameter request should be final. | 548 |
![]() | Parameter pkt should be final. | 548 |
![]() | '{' should be on the previous line. | 550 |
![]() | '{' should be on the previous line. | 554 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 577 |
![]() | Parameter pkt should be final. | 577 |
![]() | '{' should be on the previous line. | 579 |
![]() | '{' should be on the previous line. | 583 |
![]() | '{' should be on the previous line. | 607 |
![]() | '{' should be on the previous line. | 623 |
![]() | '{' should be on the previous line. | 625 |
![]() | '{' should be on the previous line. | 627 |
![]() | '{' should be on the previous line. | 632 |
![]() | '{' should be on the previous line. | 639 |
![]() | '{' should be on the previous line. | 647 |
![]() | '}' should be on the same line. | 650 |
![]() | '{' should be on the previous line. | 652 |
![]() | Empty statement. | 653 |
![]() | '}' should be on the same line. | 654 |
![]() | '{' should be on the previous line. | 656 |
![]() | '{' should be on the previous line. | 658 |
![]() | '{' should be on the previous line. | 660 |
![]() | Line is longer than 80 characters. | 664 |
![]() | '}' should be on the same line. | 666 |
![]() | '{' should be on the previous line. | 668 |
![]() | '{' should be on the previous line. | 677 |
![]() | '}' should be on the same line. | 681 |
![]() | '{' should be on the previous line. | 683 |
![]() | '{' should be on the previous line. | 687 |
![]() | '{' should be on the previous line. | 689 |
![]() | '{' should be on the previous line. | 691 |
![]() | '}' should be on the same line. | 693 |
![]() | '{' should be on the previous line. | 695 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 708 |
![]() | '{' should be on the previous line. | 709 |
![]() | '{' should be on the previous line. | 715 |
![]() | '{' should be on the previous line. | 728 |
![]() | '{' should be on the previous line. | 736 |
![]() | '{' should be on the previous line. | 741 |
![]() | '{' should be on the previous line. | 757 |
![]() | '{' should be on the previous line. | 759 |
![]() | '{' should be on the previous line. | 763 |
![]() | '{' should be on the previous line. | 767 |
![]() | '{' should be on the previous line. | 771 |
![]() | Line is longer than 80 characters. | 772 |
![]() | Line is longer than 80 characters. | 775 |
![]() | '}' should be on the same line. | 781 |
![]() | '{' should be on the previous line. | 783 |
![]() | '}' should be on the same line. | 788 |
![]() | '{' should be on the previous line. | 790 |
![]() | '{' should be on the previous line. | 799 |
![]() | Parameter selector should be final. | 812 |
![]() | 'selector' hides a field. | 812 |
![]() | Parameter server should be final. | 812 |
![]() | 'server' hides a field. | 812 |
![]() | '{' should be on the previous line. | 813 |
![]() | '{' should be on the previous line. | 822 |
![]() | '{' should be on the previous line. | 824 |
![]() | '{' should be on the previous line. | 826 |
![]() | '{' should be on the previous line. | 835 |
![]() | '{' should be on the previous line. | 846 |
![]() | Line is longer than 80 characters. | 847 |
![]() | '{' should be on the previous line. | 852 |
![]() | '{' should be on the previous line. | 856 |
![]() | '{' should be on the previous line. | 860 |
![]() | '}' should be on the same line. | 862 |
![]() | '{' should be on the previous line. | 864 |
![]() | '}' should be on the same line. | 872 |
![]() | '{' should be on the previous line. | 874 |
![]() | '}' should be on the same line. | 877 |
![]() | '{' should be on the previous line. | 879 |
![]() | '}' should be on the same line. | 882 |
![]() | '{' should be on the previous line. | 884 |
![]() | '}' should be on the same line. | 887 |
![]() | '{' should be on the previous line. | 889 |
![]() | '}' should be on the same line. | 892 |
![]() | '{' should be on the previous line. | 894 |
![]() | '{' should be on the previous line. | 898 |
![]() | Missing a Javadoc comment. | 905 |
![]() | '{' should be on the previous line. | 906 |
![]() | '{' should be on the previous line. | 909 |
![]() | Line is longer than 80 characters. | 921 |
![]() | Parameter key should be final. | 925 |
![]() | '{' should be on the previous line. | 927 |
![]() | '{' should be on the previous line. | 929 |
![]() | '{' should be on the previous line. | 932 |
![]() | Line is longer than 80 characters. | 937 |
![]() | '}' should be on the same line. | 948 |
![]() | '{' should be on the previous line. | 950 |
![]() | '{' should be on the previous line. | 956 |
![]() | '{' should be on the previous line. | 960 |
![]() | '}' should be on the same line. | 966 |
![]() | '{' should be on the previous line. | 968 |
![]() | '{' should be on the previous line. | 972 |
![]() | '}' should be on the same line. | 978 |
![]() | '{' should be on the previous line. | 980 |
![]() | '{' should be on the previous line. | 982 |
![]() | '{' should be on the previous line. | 985 |
![]() | '{' should be on the previous line. | 987 |
![]() | '}' should be on the same line. | 995 |
![]() | '{' should be on the previous line. | 997 |
![]() | '{' should be on the previous line. | 1002 |
![]() | '}' should be on the same line. | 1008 |
![]() | '{' should be on the previous line. | 1010 |
![]() | '{' should be on the previous line. | 1015 |
![]() | '}' should be on the same line. | 1022 |
![]() | '{' should be on the previous line. | 1024 |
![]() | '}' should be on the same line. | 1027 |
![]() | '{' should be on the previous line. | 1029 |
![]() | '{' should be on the previous line. | 1033 |
![]() | '}' should be on the same line. | 1035 |
![]() | '{' should be on the previous line. | 1037 |
![]() | '}' should be on the same line. | 1040 |
![]() | '{' should be on the previous line. | 1042 |
![]() | '}' should be on the same line. | 1045 |
![]() | '{' should be on the previous line. | 1047 |
![]() | '}' should be on the same line. | 1053 |
![]() | '{' should be on the previous line. | 1055 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter id should be final. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Parameter decoder should be final. | 49 |
![]() | Parameter typeMapping should be final. | 49 |
![]() | '{' should be on the previous line. | 51 |
![]() | Parameter encoder should be final. | 64 |
![]() | Parameter typeMapping should be final. | 64 |
![]() | Parameter instance should be final. | 65 |
![]() | '{' should be on the previous line. | 66 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 33 |
![]() | Parameter message should be final. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Parameter message should be final. | 55 |
![]() | Parameter cause should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Parameter name should be final. | 50 |
![]() | 'name' hides a field. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter arg should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '{' should be on the previous line. | 84 |
![]() | '}' should be on the same line. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 92 |
![]() | '}' should be on the same line. | 94 |
![]() | '{' should be on the previous line. | 96 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 57 |
![]() | Parameter dirId should be final. | 67 |
![]() | 'dirId' hides a field. | 67 |
![]() | Parameter size should be final. | 67 |
![]() | 'size' hides a field. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter in should be final. | 100 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter out should be final. | 113 |
![]() | '{' should be on the previous line. | 114 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter array should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter array should be final. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '{' should be on the previous line. | 66 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | Parameter id should be final. | 53 |
![]() | 'id' hides a field. | 53 |
![]() | Parameter rttManager should be final. | 53 |
![]() | 'rttManager' hides a field. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter num should be final. | 107 |
![]() | Parameter offset should be final. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Parameter num should be final. | 130 |
![]() | Parameter key should be final. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | '{' should be on the previous line. | 137 |
![]() | '{' should be on the previous line. | 144 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Parameter key should be final. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | '{' should be on the previous line. | 164 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Parameter key should be final. | 181 |
![]() | Parameter value should be final. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | Parameter msg should be final. | 201 |
![]() | '{' should be on the previous line. | 202 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | First sentence should end with a period. | 66 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 63 |
![]() | Parameter typeMapping should be final. | 63 |
![]() | Parameter instance should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 33 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Redundant 'public' modifier. | 53 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Redundant 'public' modifier. | 88 |
![]() | Redundant 'public' modifier. | 95 |
![]() | Redundant 'public' modifier. | 102 |
![]() | Redundant 'public' modifier. | 109 |
![]() | Redundant 'public' modifier. | 116 |
![]() | Redundant 'public' modifier. | 123 |
![]() | Redundant 'public' modifier. | 128 |
![]() | Redundant 'public' modifier. | 140 |
![]() | Redundant 'public' modifier. | 148 |
![]() | Redundant 'public' modifier. | 160 |
![]() | Redundant 'public' modifier. | 168 |
![]() | Redundant 'public' modifier. | 177 |
![]() | Redundant 'public' modifier. | 188 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Redundant 'public' modifier. | 200 |
![]() | Redundant 'public' modifier. | 212 |
![]() | Redundant 'public' modifier. | 223 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Redundant 'public' modifier. | 235 |
![]() | Redundant 'public' modifier. | 250 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Redundant 'public' modifier. | 266 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | Parameter id should be final. | 49 |
![]() | Parameter addr should be final. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter args should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '{' should be on the previous line. | 60 |
![]() | '}' should be on the same line. | 72 |
![]() | '{' should be on the previous line. | 74 |
![]() | Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter msg should be final. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '{' should be on the previous line. | 99 |
![]() | '200' is a magic number. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | '200' is a magic number. | 102 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | '}' should be on the same line. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Parameter val should be final. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | '{' 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 same line. | 152 |
![]() | '{' should be on the previous line. | 154 |
![]() | '}' should be on the same line. | 157 |
![]() | '{' should be on the previous line. | 159 |
![]() | '{' should be on the previous line. | 168 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Parameter id should be final. | 39 |
![]() | '{' should be on the previous line. | 41 |
![]() | '{' should be on the previous line. | 45 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | '{' should be on the previous line. | 36 |
![]() | Parameter delta should be final. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Parameter timestamp should be final. | 56 |
![]() | 'timestamp' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'after' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter when should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | '{' should be on the previous line. | 92 |
![]() | '{' should be on the previous line. | 97 |
![]() | Method 'before' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter when should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | '{' should be on the previous line. | 120 |
![]() | Unused @throws tag for 'ClassCastException'. | 170 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter o should be final. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | '{' should be on the previous line. | 176 |
![]() | '{' should be on the previous line. | 181 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Parameter o should be final. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | '{' should be on the previous line. | 198 |
![]() | '{' should be on the previous line. | 203 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | '{' should be on the previous line. | 216 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | '{' should be on the previous line. | 226 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 52 |
![]() | Parameter dirId should be final. | 61 |
![]() | 'dirId' hides a field. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getDirId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter in should be final. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter out should be final. | 95 |
![]() | '{' should be on the previous line. | 96 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Parameter id should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Parameter decoder should be final. | 50 |
![]() | Parameter typeMapping should be final. | 50 |
![]() | '{' should be on the previous line. | 52 |
![]() | '4' is a magic number. | 54 |
![]() | '{' should be on the previous line. | 61 |
![]() | '}' should be on the same line. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Parameter encoder should be final. | 84 |
![]() | Parameter typeMapping should be final. | 84 |
![]() | Parameter instance should be final. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '4' is a magic number. | 89 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 64 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Parameter address should be final. | 115 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | '{' should be on the previous line. | 121 |
![]() | '{' should be on the previous line. | 126 |
![]() | '}' should be on the same line. | 128 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'getEstimatedBandwidth' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Method 'getRttManagerInstanceUnreliable' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | Method 'getRttManagerInstanceReliable' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | Method 'getNetworkManagerInstanceReliable' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | Method 'getNetworkManagerInstanceUnreliable' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Method 'getInstanceRx' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | Method 'getInstanceTx' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'getSeqNrManagerInstanceReliable' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | Method 'getSeqNrManagerInstanceUnreliable' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | Method 'getLocalSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | Method 'getPacketMapping' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | '{' should be on the previous line. | 265 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | '{' should be on the previous line. | 273 |
![]() | '{' should be on the previous line. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | '}' should be on the same line. | 278 |
![]() | '{' should be on the previous line. | 280 |
![]() | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | '{' should be on the previous line. | 295 |
![]() | '{' should be on the previous line. | 299 |
![]() | '{' should be on the previous line. | 309 |
![]() | '{' should be on the previous line. | 311 |
![]() | '}' should be on the same line. | 314 |
![]() | '{' should be on the previous line. | 316 |
![]() | Method 'setHandler' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() | Parameter handler should be final. | 328 |
![]() | '{' should be on the previous line. | 329 |
![]() | '{' should be on the previous line. | 331 |
![]() | '}' should be on the same line. | 333 |
![]() | '{' should be on the previous line. | 335 |
![]() | Method 'receiveRequest' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | '{' should be on the previous line. | 352 |
![]() | '{' should be on the previous line. | 356 |
![]() | '{' should be on the previous line. | 366 |
![]() | '{' should be on the previous line. | 368 |
![]() | '}' should be on the same line. | 373 |
![]() | '{' should be on the previous line. | 375 |
![]() | Method 'setHandler' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | Parameter handler should be final. | 388 |
![]() | '{' should be on the previous line. | 389 |
![]() | '{' should be on the previous line. | 391 |
![]() | '}' should be on the same line. | 393 |
![]() | '{' should be on the previous line. | 395 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() | Parameter pkt should be final. | 409 |
![]() | '{' should be on the previous line. | 411 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | Parameter priority should be final. | 423 |
![]() | Parameter pkt should be final. | 423 |
![]() | '{' should be on the previous line. | 425 |
![]() | Parameter priority should be final. | 439 |
![]() | Parameter pkt should be final. | 439 |
![]() | '{' should be on the previous line. | 441 |
![]() | Line is longer than 80 characters. | 452 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 456 |
![]() | Parameter priority should be final. | 456 |
![]() | Parameter pkt should be final. | 456 |
![]() | Parameter reliable should be final. | 456 |
![]() | '{' should be on the previous line. | 458 |
![]() | Avoid inline conditionals. | 459 |
![]() | '{' should be on the previous line. | 462 |
![]() | '}' should be on the same line. | 464 |
![]() | '{' should be on the previous line. | 466 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() | Parameter priority should be final. | 480 |
![]() | Parameter pkt should be final. | 480 |
![]() | Parameter maxNReXmt should be final. | 480 |
![]() | '{' should be on the previous line. | 482 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 497 |
![]() | Parameter request should be final. | 497 |
![]() | Parameter pkt should be final. | 497 |
![]() | '{' should be on the previous line. | 499 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Method 'sendReply' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() | Parameter request should be final. | 518 |
![]() | Parameter pkt should be final. | 518 |
![]() | Parameter reliable should be final. | 518 |
![]() | '{' should be on the previous line. | 520 |
![]() | Avoid inline conditionals. | 521 |
![]() | '{' should be on the previous line. | 524 |
![]() | '}' should be on the same line. | 526 |
![]() | '{' should be on the previous line. | 528 |
![]() | Parameter request should be final. | 541 |
![]() | Parameter pkt should be final. | 541 |
![]() | '{' should be on the previous line. | 543 |
![]() | Line is longer than 80 characters. | 549 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() | Parameter pkt should be final. | 565 |
![]() | '{' should be on the previous line. | 567 |
![]() | '{' should be on the previous line. | 576 |
![]() | '{' should be on the previous line. | 578 |
![]() | '}' should be on the same line. | 581 |
![]() | '{' should be on the previous line. | 583 |
![]() | Line is longer than 80 characters. | 597 |
![]() | Method 'sendRequest' is not designed for extension - needs to be abstract, final or empty. | 604 |
![]() | Parameter pkt should be final. | 604 |
![]() | Parameter reliable should be final. | 604 |
![]() | '{' should be on the previous line. | 606 |
![]() | Avoid inline conditionals. | 609 |
![]() | '{' should be on the previous line. | 612 |
![]() | '}' should be on the same line. | 614 |
![]() | '{' should be on the previous line. | 616 |
![]() | Parameter pkt should be final. | 635 |
![]() | '{' should be on the previous line. | 637 |
![]() | Line is longer than 80 characters. | 640 |
![]() | '{' should be on the previous line. | 646 |
![]() | '{' should be on the previous line. | 648 |
![]() | '}' should be on the same line. | 651 |
![]() | '{' should be on the previous line. | 653 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 666 |
![]() | '{' should be on the previous line. | 667 |
![]() | Parameter msg should be final. | 677 |
![]() | '{' should be on the previous line. | 678 |
![]() | '{' should be on the previous line. | 680 |
![]() | Parameter msg should be final. | 691 |
![]() | Parameter e should be final. | 691 |
![]() | '{' should be on the previous line. | 692 |
![]() | '{' should be on the previous line. | 694 |
![]() | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 704 |
![]() | Parameter msg should be final. | 704 |
![]() | '{' should be on the previous line. | 705 |
![]() | '{' should be on the previous line. | 707 |
![]() | '{' should be on the previous line. | 709 |
![]() | '}' should be on the same line. | 713 |
![]() | '{' should be on the previous line. | 715 |
![]() | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 726 |
![]() | Parameter req should be final. | 726 |
![]() | '{' should be on the previous line. | 727 |
![]() | '{' should be on the previous line. | 729 |
![]() | '{' should be on the previous line. | 731 |
![]() | '}' should be on the same line. | 737 |
![]() | '{' should be on the previous line. | 739 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | First sentence should end with a period. | 40 |
![]() | '{' should be on the previous line. | 44 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | First sentence should end with a period. | 30 |
![]() | Parameter factory should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getPacketMapping' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Redundant 'public' modifier. | 51 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Parameter cleanable should be final. | 50 |
![]() | 'cleanable' hides a field. | 50 |
![]() | Parameter interval should be final. | 50 |
![]() | 'interval' hides a field. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | First sentence should end with a period. | 62 |
![]() | Method 'getInterval' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setInterval' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter interval should be final. | 77 |
![]() | 'interval' hides a field. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 90 |
![]() | '}' should be on the same line. | 92 |
![]() | '{' should be on the previous line. | 94 |
![]() | Empty statement. | 95 |
![]() | '{' should be on the previous line. | 99 |
![]() | '}' should be on the same line. | 102 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '{' should be on the previous line. | 117 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Parameter id should be final. | 58 |
![]() | 'id' hides a field. | 58 |
![]() | Parameter keyType should be final. | 58 |
![]() | 'keyType' hides a field. | 58 |
![]() | Parameter valueType should be final. | 58 |
![]() | 'valueType' hides a field. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter entry should be final. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 113 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter key should be final. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Parameter num should be final. | 160 |
![]() | Parameter offset should be final. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 167 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Parameter num should be final. | 182 |
![]() | Parameter key should be final. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | '{' should be on the previous line. | 190 |
![]() | '{' should be on the previous line. | 197 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Parameter key should be final. | 212 |
![]() | Parameter value should be final. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Avoid inline conditionals. | 216 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | Parameter msg should be final. | 234 |
![]() | '{' should be on the previous line. | 235 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Parameter id should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter decoder should be final. | 48 |
![]() | Parameter typeMapping should be final. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter encoder should be final. | 63 |
![]() | Parameter typeMapping should be final. | 63 |
![]() | Parameter instance should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Parameter args should be final. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '1000' is a magic number. | 55 |
![]() | Method 'benchmarkSocket' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter packetSize should be final. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '{' should be on the previous line. | 72 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | '{' should be on the previous line. | 96 |
![]() | '}' should be on the same line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | '}' should be on the same line. | 110 |
![]() | '{' should be on the previous line. | 112 |
![]() | '}' should be on the same line. | 115 |
![]() | '{' should be on the previous line. | 117 |
![]() | Parameter msg should be final. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Parameter msg should be final. | 140 |
![]() | Parameter th should be final. | 140 |
![]() | '{' should be on the previous line. | 141 |
Violation | Message | Line |
---|---|---|
![]() | Class UniqueId should be declared as final. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Parameter id should be final. | 53 |
![]() | 'id' hides a field. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '{' should be on the previous line. | 65 |
![]() | '{' should be on the previous line. | 75 |
![]() | '{' should be on the previous line. | 79 |
![]() | '{' should be on the previous line. | 95 |
![]() | '{' should be on the previous line. | 99 |
![]() | '16' is a magic number. | 101 |
![]() | Parameter addr should be final. | 116 |
![]() | Parameter tsmpFactory should be final. | 117 |
![]() | Parameter seed should be final. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 124 |
![]() | '{' should be on the previous line. | 133 |
![]() | '}' should be on the same line. | 139 |
![]() | '{' should be on the previous line. | 141 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Parameter buf should be final. | 39 |
![]() | Parameter offset should be final. | 39 |
![]() | Parameter length should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'decodeByte' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'decodeChar' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | '8' is a magic number. | 73 |
![]() | Method 'decodeDouble' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '4' is a magic number. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | '8' is a magic number. | 100 |
![]() | Method 'decodeLong' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '8' is a magic number. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | '8' is a magic number. | 118 |
![]() | Method 'decodeShort' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | '{' should be on the previous line. | 135 |
![]() | '8' is a magic number. | 136 |
![]() | Method 'decodeUByte' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | Avoid inline conditionals. | 152 |
![]() | Method 'decodeUShort' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '8' is a magic number. | 164 |
![]() | Avoid inline conditionals. | 167 |
![]() | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Parameter buf should be final. | 194 |
![]() | Parameter offset should be final. | 194 |
![]() | Parameter len should be final. | 194 |
![]() | '{' should be on the previous line. | 196 |
![]() | '{' should be on the previous line. | 200 |
![]() | Method 'getReminder' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | '{' should be on the previous line. | 211 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Parameter id should be final. | 53 |
![]() | 'id' hides a field. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'getProcessingTimeAvg' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Method 'getProcessingTimeStd' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'addProcessingTime' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter time should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Parameter msg should be final. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 124 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 40 |
![]() | Parameter addr should be final. | 64 |
![]() | 'addr' hides a field. | 64 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '1024' is a magic number. | 67 |
![]() | Parameter addr should be final. | 80 |
![]() | 'addr' hides a field. | 80 |
![]() | Parameter nPackets should be final. | 80 |
![]() | 'nPackets' hides a field. | 80 |
![]() | Parameter packetSize should be final. | 80 |
![]() | 'packetSize' hides a field. | 80 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Parameter args should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '{' should be on the previous line. | 96 |
![]() | '{' should be on the previous line. | 98 |
![]() | '}' should be on the same line. | 102 |
![]() | '3' is a magic number. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | '}' should be on the same line. | 110 |
![]() | '{' should be on the previous line. | 112 |
![]() | '}' should be on the same line. | 115 |
![]() | '{' should be on the previous line. | 117 |
![]() | '{' should be on the previous line. | 129 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | '{' should be on the previous line. | 142 |
![]() | '}' should be on the same line. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '{' should be on the previous line. | 157 |
![]() | '{' should be on the previous line. | 164 |
![]() | '{' should be on the previous line. | 173 |
![]() | '{' should be on the previous line. | 177 |
![]() | '}' should be on the same line. | 181 |
![]() | '{' should be on the previous line. | 183 |
![]() | '{' should be on the previous line. | 195 |
![]() | '{' should be on the previous line. | 202 |
![]() | '85' is a magic number. | 203 |
![]() | '{' should be on the previous line. | 207 |
![]() | '{' should be on the previous line. | 217 |
![]() | '{' should be on the previous line. | 225 |
![]() | '1000' is a magic number. | 226 |
![]() | '}' should be on the same line. | 227 |
![]() | '{' should be on the previous line. | 229 |
![]() | Empty statement. | 230 |
![]() | Parameter msg should be final. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | '{' should be on the previous line. | 257 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'export' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter graph should be final. | 51 |
![]() | Parameter file should be final. | 51 |
![]() | '{' should be on the previous line. | 53 |
![]() | '{' should be on the previous line. | 61 |
![]() | '{' should be on the previous line. | 73 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Parameter file should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 95 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Class TimeHelper should be declared as final. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | '{' should be on the previous line. | 33 |
![]() | '{' should be on the previous line. | 42 |
![]() | '10' is a magic number. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | '10' is a magic number. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '10' is a magic number. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '10' is a magic number. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | '10' is a magic number. | 82 |
![]() | '{' should be on the previous line. | 83 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 39 |
![]() | Parameter decoder should be final. | 56 |
![]() | 'decoder' hides a field. | 56 |
![]() | Parameter typeMapping should be final. | 56 |
![]() | 'typeMapping' hides a field. | 56 |
![]() | Parameter fields should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '{' should be on the previous line. | 63 |
![]() | '{' should be on the previous line. | 74 |
![]() | '{' should be on the previous line. | 76 |
![]() | '}' should be on the same line. | 80 |
![]() | '{' should be on the previous line. | 82 |
![]() | '{' should be on the previous line. | 93 |
![]() | '{' should be on the previous line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | '}' should be on the same line. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | '{' should be on the previous line. | 125 |
![]() | '{' should be on the previous line. | 131 |
![]() | '{' should be on the previous line. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '}' should be on the same line. | 151 |
![]() | '{' should be on the previous line. | 153 |
![]() | '{' should be on the previous line. | 164 |
![]() | '{' should be on the previous line. | 170 |
![]() | '{' should be on the previous line. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | '}' should be on the same line. | 189 |
![]() | '{' should be on the previous line. | 191 |
![]() | '{' should be on the previous line. | 202 |
![]() | '{' should be on the previous line. | 214 |
![]() | '{' should be on the previous line. | 216 |
![]() | '}' should be on the same line. | 221 |
![]() | '{' should be on the previous line. | 223 |
![]() | '{' should be on the previous line. | 234 |
![]() | '{' should be on the previous line. | 240 |
![]() | Parameter type should be final. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | '{' should be on the previous line. | 260 |
![]() | '{' should be on the previous line. | 266 |
![]() | Line is longer than 80 characters. | 270 |
![]() | '}' should be on the same line. | 274 |
![]() | '{' should be on the previous line. | 276 |
![]() | '{' should be on the previous line. | 289 |
![]() | '{' should be on the previous line. | 291 |
![]() | '}' should be on the same line. | 295 |
![]() | '{' should be on the previous line. | 297 |
![]() | '{' should be on the previous line. | 308 |
![]() | '{' should be on the previous line. | 320 |
![]() | '{' should be on the previous line. | 322 |
![]() | '}' should be on the same line. | 327 |
![]() | '{' should be on the previous line. | 329 |
![]() | '{' should be on the previous line. | 340 |
![]() | '{' should be on the previous line. | 346 |
![]() | '{' should be on the previous line. | 359 |
![]() | '{' should be on the previous line. | 361 |
![]() | '}' should be on the same line. | 366 |
![]() | '{' should be on the previous line. | 368 |
![]() | '{' should be on the previous line. | 379 |
![]() | '{' should be on the previous line. | 385 |
![]() | '{' should be on the previous line. | 398 |
![]() | '{' should be on the previous line. | 400 |
![]() | '}' should be on the same line. | 404 |
![]() | '{' should be on the previous line. | 406 |
![]() | First sentence should end with a period. | 411 |
![]() | Parameter type should be final. | 418 |
![]() | '{' should be on the previous line. | 419 |
![]() | '{' should be on the previous line. | 421 |
![]() | '{' should be on the previous line. | 428 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 31 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Redundant 'public' modifier. | 51 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | '{' should be on the previous line. | 45 |
![]() | Parameter c should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Parameter c should be final. | 68 |
![]() | Parameter parameters should be final. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '{' should be on the previous line. | 73 |
![]() | '{' should be on the previous line. | 75 |
![]() | '{' should be on the previous line. | 84 |
![]() | '{' should be on the previous line. | 89 |
![]() | '}' should be on the same line. | 97 |
![]() | '{' should be on the previous line. | 99 |
![]() | '{' should be on the previous line. | 103 |
![]() | '}' should be on the same line. | 105 |
![]() | '{' should be on the previous line. | 107 |
![]() | '}' should be on the same line. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | '{' should be on the previous line. | 118 |
![]() | '}' should be on the same line. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Parameter obj should be final. | 141 |
![]() | Parameter method should be final. | 141 |
![]() | Parameter parameters should be final. | 141 |
![]() | '{' should be on the previous line. | 146 |
![]() | '{' should be on the previous line. | 148 |
![]() | '{' should be on the previous line. | 157 |
![]() | '{' should be on the previous line. | 162 |
![]() | Line is longer than 80 characters. | 167 |
![]() | '}' should be on the same line. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | '{' should be on the previous line. | 176 |
![]() | '}' should be on the same line. | 178 |
![]() | '{' should be on the previous line. | 180 |
![]() | '}' should be on the same line. | 186 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 192 |
![]() | '}' should be on the same line. | 194 |
![]() | '{' should be on the previous line. | 196 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter id should be final. | 47 |
![]() | Parameter addr should be final. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Parameter args should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '4' is a magic number. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '3' is a magic number. | 65 |
![]() | '}' should be on the same line. | 75 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter key should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Avoid inline conditionals. | 93 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter key should be final. | 102 |
![]() | Parameter val should be final. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 124 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | Parameter tsmpFactory should be final. | 63 |
![]() | 'tsmpFactory' hides a field. | 63 |
![]() | Parameter address should be final. | 63 |
![]() | 'address' hides a field. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'getLastAccess' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'getQueueDelayAvg' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'getDropRateAvg' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getQueueDelayStd' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'addQueueDelay' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter delay should be final. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'drop' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Parameter msg should be final. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | '{' should be on the previous line. | 156 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | First sentence should end with a period. | 42 |
![]() | Parameter buf should be final. | 49 |
![]() | 'buf' hides a field. | 49 |
![]() | Parameter internal should be final. | 49 |
![]() | 'internal' hides a field. | 49 |
![]() | Parameter external should be final. | 50 |
![]() | 'external' hides a field. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Parameter msg should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter buf should be final. | 74 |
![]() | 'buf' hides a field. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '{' should be on the previous line. | 87 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | '8' is a magic number. | 102 |
![]() | Method 'setSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter address should be final. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'setPublicSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter address should be final. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Method 'getSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | Method 'getPublicSocketAddress' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | 'buf' hides a field. | 156 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Redundant 'public' modifier. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 42 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | Parameter factory should be final. | 75 |
![]() | 'factory' hides a field. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Redundant throws: 'SocketException' is subclass of 'IOException'. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 90 |
![]() | '{' should be on the previous line. | 92 |
![]() | '{' should be on the previous line. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | '}' should be on the same line. | 98 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 122 |
![]() | '{' should be on the previous line. | 124 |
![]() | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | '{' should be on the previous line. | 140 |
![]() | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Parameter request should be final. | 155 |
![]() | Parameter reliable should be final. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '{' should be on the previous line. | 158 |
![]() | '{' should be on the previous line. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | '{' should be on the previous line. | 171 |
![]() | '}' should be on the same line. | 175 |
![]() | '{' should be on the previous line. | 177 |
![]() | '}' should be on the same line. | 179 |
![]() | '{' should be on the previous line. | 181 |
![]() | '}' should be on the same line. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | '{' should be on the previous line. | 202 |
![]() | '{' should be on the previous line. | 204 |
![]() | Parameter msg should be final. | 217 |
![]() | '{' should be on the previous line. | 218 |
![]() | Parameter msg should be final. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | Parameter msg should be final. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Parameter msg should be final. | 248 |
![]() | Parameter e should be final. | 248 |
![]() | '{' should be on the previous line. | 249 |
![]() | Parameter msg should be final. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | '{' should be on the previous line. | 267 |