The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 468 | Error |
RegexpSingleline
| 81 | Error |
JavadocMethod | 64 | Error |
JavadocType | 0 | Error |
JavadocVariable | 17 | Error |
JavadocStyle | 7 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 145 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 54 | Error |
WhitespaceAround | 92 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 24 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 4 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 22 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 3 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 42 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 9 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 29 | Error |
TodoComment | 0 | Error |
UpperEll | 2 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
First sentence should end with a period. | 39 | |
Line has trailing spaces. | 41 | |
'public' modifier out of order with the JLS suggestions. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Variable 'logger' must be private and have accessor methods. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Variable 'sendCommandQueue' must be private and have accessor methods. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
',' is not followed by whitespace. | 49 | |
Variable 'commandListeners' must be private and have accessor methods. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Variable 'dataListeners' must be private and have accessor methods. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'connectListeners' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Variable 'deviceVersion' must be private and have accessor methods. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Variable 'connectProgress' must be private and have accessor methods. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Variable 'connectPhase' must be private and have accessor methods. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Variable 'deviceData' must be private and have accessor methods. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
',' is not followed by whitespace. | 60 | |
'20' is a magic number. | 60 | |
Line contains a tab character. | 61 | |
'3' is a magic number. | 61 | |
Line contains a tab character. | 62 | |
'30' is a magic number. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line contains a tab character. | 67 | |
Parameter error should be final. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Expected an @return tag. | 82 | |
Line contains a tab character. | 82 | |
Method 'doSafeConnect' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter infoChip should be final. | 82 | |
Expected @param tag for 'infoChip'. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
'==' is not preceded with whitespace. | 85 | |
'==' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'==' is not preceded with whitespace. | 93 | |
'==' is not followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'+' is not preceded with whitespace. | 95 | |
'+' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
'+' is not preceded with whitespace. | 96 | |
'+' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
'deviceVersion' hides a field. | 99 | |
'*' is not preceded with whitespace. | 99 | |
'*' is not followed by whitespace. | 99 | |
'10' is a magic number. | 99 | |
Line contains a tab character. | 100 | |
'+' is not preceded with whitespace. | 100 | |
'+' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
'==' is not preceded with whitespace. | 101 | |
Expression can be simplified. | 101 | |
'==' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
'+' is not preceded with whitespace. | 104 | |
'+' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'=' is not preceded with whitespace. | 107 | |
'=' is not followed by whitespace. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
';' is not followed by whitespace. | 109 | |
'10' is a magic number. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
',' is not followed by whitespace. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
';' is not followed by whitespace. | 113 | |
'12' is a magic number. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
',' is not followed by whitespace. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
';' is not followed by whitespace. | 116 | |
'15' is a magic number. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
';' is not followed by whitespace. | 118 | |
'20' is a magic number. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
';' is not followed by whitespace. | 120 | |
'25' is a magic number. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line has trailing spaces. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
';' is not followed by whitespace. | 123 | |
'30' is a magic number. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
';' is not followed by whitespace. | 125 | |
'70' is a magic number. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
';' is not followed by whitespace. | 127 | |
'85' is a magic number. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
';' is not followed by whitespace. | 133 | |
'95' is a magic number. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
';' is not followed by whitespace. | 137 | |
'100' is a magic number. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Method 'getDeviceVersion' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Method 'getConnectProgress' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Method 'getConnectPhase' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Method 'getDeviceData' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 160 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Method 'requestCommand' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter command should be final. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Method 'pollCommandRequest' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Method 'peekCommandRequest' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Method 'addDeviceDataListener' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter dataListener should be final. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Method 'removeDeviceDataListener' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter dataListener should be final. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Method 'addDeviceCommandListener' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter cn should be final. | 188 | |
',' is not followed by whitespace. | 188 | |
Parameter commandListener should be final. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
'==' is not preceded with whitespace. | 190 | |
'==' is not followed by whitespace. | 190 | |
Line contains a tab character. | 191 | |
'5' is a magic number. | 191 | |
Line contains a tab character. | 192 | |
',' is not followed by whitespace. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Method 'removeDeviceCommandListener' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Parameter cn should be final. | 196 | |
',' is not followed by whitespace. | 196 | |
Parameter commandListener should be final. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
'==' is not preceded with whitespace. | 198 | |
'==' is not followed by whitespace. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Method 'addDeviceConnectListener' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Parameter connectListener should be final. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Method 'removeDeviceConnectListener' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Parameter connectListener should be final. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line has trailing spaces. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Method 'fireSerialConnect' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Missing a Javadoc comment. | 213 | |
Parameter connected should be final. | 213 | |
Line contains a tab character. | 214 | |
'=' is not preceded with whitespace. | 214 | |
'=' is not followed by whitespace. | 214 | |
';' is not followed by whitespace. | 214 | |
'<' is not preceded with whitespace. | 214 | |
'<' is not followed by whitespace. | 214 | |
';' is not followed by whitespace. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Method 'fireDataSend' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Parameter data should be final. | 223 | |
Line contains a tab character. | 224 | |
'=' is not preceded with whitespace. | 224 | |
'=' is not followed by whitespace. | 224 | |
';' is not followed by whitespace. | 224 | |
'<' is not preceded with whitespace. | 224 | |
'<' is not followed by whitespace. | 224 | |
';' is not followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Method 'fireDataReceived' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Missing a Javadoc comment. | 228 | |
Parameter data should be final. | 228 | |
Line contains a tab character. | 229 | |
'=' is not preceded with whitespace. | 229 | |
'=' is not followed by whitespace. | 229 | |
';' is not followed by whitespace. | 229 | |
'<' is not preceded with whitespace. | 229 | |
'<' is not followed by whitespace. | 229 | |
';' is not followed by whitespace. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Method 'fireCommandReceived' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Missing a Javadoc comment. | 234 | |
Parameter command should be final. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
'==' is not preceded with whitespace. | 236 | |
'==' is not followed by whitespace. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
'=' is not preceded with whitespace. | 239 | |
'=' is not followed by whitespace. | 239 | |
';' is not followed by whitespace. | 239 | |
'<' is not preceded with whitespace. | 239 | |
'<' is not followed by whitespace. | 239 | |
';' is not followed by whitespace. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Redundant 'public' modifier. | 41 | |
Expected @param tag for 'command'. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Should use uppercase 'L'. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Should use uppercase 'L'. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter request should be final. | 43 | |
'request' hides a field. | 43 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 44 | |
'==' is not preceded with whitespace. | 44 | |
'==' is not followed by whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'waitForResponseChecked' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
'==' is not preceded with whitespace. | 53 | |
'==' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
'+' is not preceded with whitespace. | 54 | |
'+' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'==' is not preceded with whitespace. | 56 | |
'==' is not followed by whitespace. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
'==' is not preceded with whitespace. | 59 | |
'==' is not followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
'==' is not preceded with whitespace. | 62 | |
'==' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
'==' is not preceded with whitespace. | 65 | |
Expression can be simplified. | 65 | |
'==' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'waitForResponse' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
';' is not followed by whitespace. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'150' is a magic number. | 71 | |
'<' is not followed by whitespace. | 71 | |
';' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
'!=' is not preceded with whitespace. | 72 | |
'!=' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'100' is a magic number. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter response should be final. | 88 | |
'response' hides a field. | 88 | |
Line contains a tab character. | 89 | |
'if' is not followed by whitespace. | 89 | |
'==' is not preceded with whitespace. | 89 | |
'==' is not followed by whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'=' is not preceded with whitespace. | 92 | |
'=' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
'=' is not preceded with whitespace. | 93 | |
'=' is not followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter error should be final. | 100 | |
'error' hides a field. | 100 | |
Line contains a tab character. | 101 | |
'=' is not preceded with whitespace. | 101 | |
'=' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'getRequestTime' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'getResponseTime' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Redundant 'public' modifier. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Redundant 'public' modifier. | 42 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
',' is not followed by whitespace. | 42 | |
',' is not followed by whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
',' is not followed by whitespace. | 43 | |
',' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
',' is not followed by whitespace. | 49 | |
',' is not followed by whitespace. | 49 | |
'255' is a magic number. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
',' is not followed by whitespace. | 50 | |
',' is not followed by whitespace. | 50 | |
'16' is a magic number. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'clearParameters' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
First sentence should end with a period. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'setDeviceParameter' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter command should be final. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
',' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
',' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Method 'getDeviceParameters' is not designed for extension - needs to be abstract, final or empty. | 82 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. | 91 | |
',' is not followed by whitespace. | 91 | |
Parameter commandName should be final. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
First sentence should end with a period. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Method 'getTypeMapIndexed' is not designed for extension - needs to be abstract, final or empty. | 100 | |
',' is not followed by whitespace. | 100 | |
Parameter commandName should be final. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
',' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
',' is not followed by whitespace. | 103 | |
'16' is a magic number. | 103 | |
Line contains a tab character. | 104 | |
'==' is not preceded with whitespace. | 104 | |
Expression can be simplified. | 104 | |
'==' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Expected an @return tag. | 117 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. | 117 | |
',' is not followed by whitespace. | 117 | |
Parameter commandType should be final. | 117 | |
Expected @param tag for 'commandType'. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
',' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
'==' is not preceded with whitespace. | 119 | |
'==' is not followed by whitespace. | 119 | |
Line contains a tab character. | 120 | |
',' is not followed by whitespace. | 120 | |
'100' is a magic number. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
First sentence should end with a period. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Method 'getDeviceParameterIndexed' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Parameter command should be final. | 132 | |
',' is not followed by whitespace. | 132 | |
Parameter idx should be final. | 132 | |
Line contains a tab character. | 133 | |
',' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
First sentence should end with a period. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Unused @param tag for 'command'. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Method 'getDeviceParameterIndexed' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter commandName should be final. | 142 | |
Expected @param tag for 'commandName'. | 142 | |
',' is not followed by whitespace. | 142 | |
Parameter idx should be final. | 142 | |
Line contains a tab character. | 143 | |
',' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
First sentence should end with a period. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Method 'getDeviceParameter' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Parameter command should be final. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
First sentence should end with a period. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Unused @param tag for 'command'. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Method 'getDeviceParameter' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Parameter commandName should be final. | 161 | |
Expected @param tag for 'commandName'. | 161 | |
Line contains a tab character. | 162 | |
',' is not followed by whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Redundant 'public' modifier. | 38 | |
Expected @param tag for 'data'. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Redundant 'public' modifier. | 44 | |
Expected @param tag for 'data'. | 44 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 | |
',' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 50 | |
',' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Redundant 'public' modifier. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Redundant 'public' modifier. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Redundant 'public' modifier. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Redundant 'public' modifier. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Redundant 'public' modifier. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Redundant 'public' modifier. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Redundant 'public' modifier. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Redundant 'public' modifier. | 65 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'10' is a magic number. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'getDefaultDeviceManager' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Method 'addDeviceManager' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter deviceManager should be final. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'getDeviceManagers' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |