Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
8001065

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
468Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
81Errors Error
JavadocMethod64Errors Error
JavadocType0Errors Error
JavadocVariable17Errors Error
JavadocStyle7Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength145Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter54Errors Error
WhitespaceAround92Errors Error
ModifierOrder1Errors Error
RedundantModifier24Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField4Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber22Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression3Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension42Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier9Errors Error
ArrayTypeStyle0Errors Error
FinalParameters29Errors Error
TodoComment0Errors Error
UpperEll2Errors Error

Details

org/nongnu/pulsefire/device/AbstractDeviceWireManager.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsFirst sentence should end with a period.39
ErrorsLine has trailing spaces.41
Errors'public' modifier out of order with the JLS suggestions.45
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsVariable 'logger' must be private and have accessor methods.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsVariable 'sendCommandQueue' must be private and have accessor methods.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
Errors',' is not followed by whitespace.49
ErrorsVariable 'commandListeners' must be private and have accessor methods.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'dataListeners' must be private and have accessor methods.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsVariable 'connectListeners' must be private and have accessor methods.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsVariable 'deviceVersion' must be private and have accessor methods.52
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsVariable 'connectProgress' must be private and have accessor methods.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsVariable 'connectPhase' must be private and have accessor methods.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsVariable 'deviceData' must be private and have accessor methods.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
Errors',' is not followed by whitespace.60
Errors'20' is a magic number.60
ErrorsLine contains a tab character.61
Errors'3' is a magic number.61
ErrorsLine contains a tab character.62
Errors'30' is a magic number.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'disconnect' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine contains a tab character.67
ErrorsParameter error should be final.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsExpected an @return tag.82
ErrorsLine contains a tab character.82
ErrorsMethod 'doSafeConnect' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter infoChip should be final.82
ErrorsExpected @param tag for 'infoChip'.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'==' is not preceded with whitespace.85
Errors'==' is not followed by whitespace.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Errors'==' is not preceded with whitespace.93
Errors'==' is not followed by whitespace.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
Errors'+' is not preceded with whitespace.95
Errors'+' is not followed by whitespace.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
Errors'+' is not preceded with whitespace.96
Errors'+' is not followed by whitespace.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
Errors'deviceVersion' hides a field.99
Errors'*' is not preceded with whitespace.99
Errors'*' is not followed by whitespace.99
Errors'10' is a magic number.99
ErrorsLine contains a tab character.100
Errors'+' is not preceded with whitespace.100
Errors'+' is not followed by whitespace.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
Errors'==' is not preceded with whitespace.101
ErrorsExpression can be simplified.101
Errors'==' is not followed by whitespace.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
Errors'+' is not preceded with whitespace.103
Errors'+' is not followed by whitespace.103
ErrorsLine contains a tab character.104
Errors'+' is not preceded with whitespace.104
Errors'+' is not followed by whitespace.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
Errors'=' is not preceded with whitespace.107
Errors'=' is not followed by whitespace.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
Errors';' is not followed by whitespace.109
Errors'10' is a magic number.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
Errors',' is not followed by whitespace.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
Errors';' is not followed by whitespace.113
Errors'12' is a magic number.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
Errors',' is not followed by whitespace.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
Errors';' is not followed by whitespace.116
Errors'15' is a magic number.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
Errors';' is not followed by whitespace.118
Errors'20' is a magic number.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
Errors';' is not followed by whitespace.120
Errors'25' is a magic number.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
Errors';' is not followed by whitespace.123
Errors'30' is a magic number.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
Errors';' is not followed by whitespace.125
Errors'70' is a magic number.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
Errors';' is not followed by whitespace.127
Errors'85' is a magic number.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
Errors';' is not followed by whitespace.133
Errors'95' is a magic number.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors';' is not followed by whitespace.137
Errors'100' is a magic number.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsMethod 'isConnected' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsMethod 'getDeviceVersion' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsMethod 'getConnectProgress' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsMethod 'getConnectPhase' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsMethod 'getDeviceData' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsMethod 'requestCommand' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
ErrorsParameter command should be final.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsMethod 'pollCommandRequest' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMissing a Javadoc comment.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsMethod 'peekCommandRequest' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsMethod 'addDeviceDataListener' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMissing a Javadoc comment.182
ErrorsParameter dataListener should be final.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsMethod 'removeDeviceDataListener' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMissing a Javadoc comment.185
ErrorsParameter dataListener should be final.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsMethod 'addDeviceCommandListener' is not designed for extension - needs to be abstract, final or empty.188
ErrorsMissing a Javadoc comment.188
ErrorsParameter cn should be final.188
Errors',' is not followed by whitespace.188
ErrorsParameter commandListener should be final.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
Errors'==' is not preceded with whitespace.190
Errors'==' is not followed by whitespace.190
ErrorsLine contains a tab character.191
Errors'5' is a magic number.191
ErrorsLine contains a tab character.192
Errors',' is not followed by whitespace.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsMethod 'removeDeviceCommandListener' is not designed for extension - needs to be abstract, final or empty.196
ErrorsMissing a Javadoc comment.196
ErrorsParameter cn should be final.196
Errors',' is not followed by whitespace.196
ErrorsParameter commandListener should be final.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
Errors'==' is not preceded with whitespace.198
Errors'==' is not followed by whitespace.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsMethod 'addDeviceConnectListener' is not designed for extension - needs to be abstract, final or empty.203
ErrorsMissing a Javadoc comment.203
ErrorsParameter connectListener should be final.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsMethod 'removeDeviceConnectListener' is not designed for extension - needs to be abstract, final or empty.206
ErrorsMissing a Javadoc comment.206
ErrorsParameter connectListener should be final.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsMethod 'fireSerialConnect' is not designed for extension - needs to be abstract, final or empty.213
ErrorsMissing a Javadoc comment.213
ErrorsParameter connected should be final.213
ErrorsLine contains a tab character.214
Errors'=' is not preceded with whitespace.214
Errors'=' is not followed by whitespace.214
Errors';' is not followed by whitespace.214
Errors'<' is not preceded with whitespace.214
Errors'<' is not followed by whitespace.214
Errors';' is not followed by whitespace.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsMethod 'fireDataSend' is not designed for extension - needs to be abstract, final or empty.223
ErrorsMissing a Javadoc comment.223
ErrorsParameter data should be final.223
ErrorsLine contains a tab character.224
Errors'=' is not preceded with whitespace.224
Errors'=' is not followed by whitespace.224
Errors';' is not followed by whitespace.224
Errors'<' is not preceded with whitespace.224
Errors'<' is not followed by whitespace.224
Errors';' is not followed by whitespace.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsMethod 'fireDataReceived' is not designed for extension - needs to be abstract, final or empty.228
ErrorsMissing a Javadoc comment.228
ErrorsParameter data should be final.228
ErrorsLine contains a tab character.229
Errors'=' is not preceded with whitespace.229
Errors'=' is not followed by whitespace.229
Errors';' is not followed by whitespace.229
Errors'<' is not preceded with whitespace.229
Errors'<' is not followed by whitespace.229
Errors';' is not followed by whitespace.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsMethod 'fireCommandReceived' is not designed for extension - needs to be abstract, final or empty.234
ErrorsMissing a Javadoc comment.234
ErrorsParameter command should be final.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
Errors'==' is not preceded with whitespace.236
Errors'==' is not followed by whitespace.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
Errors'=' is not preceded with whitespace.239
Errors'=' is not followed by whitespace.239
Errors';' is not followed by whitespace.239
Errors'<' is not preceded with whitespace.239
Errors'<' is not followed by whitespace.239
Errors';' is not followed by whitespace.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242

org/nongnu/pulsefire/device/DeviceCommandListener.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsRedundant 'public' modifier.41
ErrorsExpected @param tag for 'command'.41

org/nongnu/pulsefire/device/DeviceCommandRequest.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsShould use uppercase 'L'.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsShould use uppercase 'L'.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter request should be final.43
Errors'request' hides a field.43
ErrorsLine contains a tab character.44
Errors'if' is not followed by whitespace.44
Errors'==' is not preceded with whitespace.44
Errors'==' is not followed by whitespace.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine contains a tab character.48
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'waitForResponseChecked' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
Errors'==' is not preceded with whitespace.53
Errors'==' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'+' is not preceded with whitespace.54
Errors'+' is not followed by whitespace.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
Errors'==' is not preceded with whitespace.56
Errors'==' is not followed by whitespace.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
Errors'==' is not preceded with whitespace.59
Errors'==' is not followed by whitespace.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
Errors'==' is not preceded with whitespace.62
Errors'==' is not followed by whitespace.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
Errors'==' is not preceded with whitespace.65
ErrorsExpression can be simplified.65
Errors'==' is not followed by whitespace.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMethod 'waitForResponse' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsLine contains a tab character.71
Errors'=' is not preceded with whitespace.71
Errors'=' is not followed by whitespace.71
Errors';' is not followed by whitespace.71
Errors'<' is not preceded with whitespace.71
Errors'150' is a magic number.71
Errors'<' is not followed by whitespace.71
Errors';' is not followed by whitespace.71
ErrorsLine contains a tab character.72
Errors'!=' is not preceded with whitespace.72
Errors'!=' is not followed by whitespace.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
Errors'100' is a magic number.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'getRequest' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsMethod 'setResponse' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter response should be final.88
Errors'response' hides a field.88
ErrorsLine contains a tab character.89
Errors'if' is not followed by whitespace.89
Errors'==' is not preceded with whitespace.89
Errors'==' is not followed by whitespace.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
Errors'=' is not preceded with whitespace.92
Errors'=' is not followed by whitespace.92
ErrorsLine contains a tab character.93
Errors'=' is not preceded with whitespace.93
Errors'=' is not followed by whitespace.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'getResponse' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsMethod 'setError' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
ErrorsParameter error should be final.100
Errors'error' hides a field.100
ErrorsLine contains a tab character.101
Errors'=' is not preceded with whitespace.101
Errors'=' is not followed by whitespace.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsMethod 'getError' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.108
ErrorsMethod 'getRequestTime' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsMethod 'getResponseTime' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMissing a Javadoc comment.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114

org/nongnu/pulsefire/device/DeviceConnectListener.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsRedundant 'public' modifier.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsRedundant 'public' modifier.42

org/nongnu/pulsefire/device/DeviceData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
Errors',' is not followed by whitespace.42
Errors',' is not followed by whitespace.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
Errors',' is not followed by whitespace.43
Errors',' is not followed by whitespace.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
Errors',' is not followed by whitespace.49
Errors',' is not followed by whitespace.49
Errors'255' is a magic number.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
Errors',' is not followed by whitespace.50
Errors',' is not followed by whitespace.50
Errors'16' is a magic number.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsMethod 'clearParameters' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsFirst sentence should end with a period.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'setDeviceParameter' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter command should be final.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
Errors',' is not followed by whitespace.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
Errors',' is not followed by whitespace.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsMethod 'getDeviceParameters' is not designed for extension - needs to be abstract, final or empty.82
Errors',' is not followed by whitespace.82
Errors',' is not followed by whitespace.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsMethod 'getTypeMap' is not designed for extension - needs to be abstract, final or empty.91
Errors',' is not followed by whitespace.91
ErrorsParameter commandName should be final.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsFirst sentence should end with a period.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsMethod 'getTypeMapIndexed' is not designed for extension - needs to be abstract, final or empty.100
Errors',' is not followed by whitespace.100
ErrorsParameter commandName should be final.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
Errors',' is not followed by whitespace.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
Errors',' is not followed by whitespace.103
Errors'16' is a magic number.103
ErrorsLine contains a tab character.104
Errors'==' is not preceded with whitespace.104
ErrorsExpression can be simplified.104
Errors'==' is not followed by whitespace.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
Errors',' is not followed by whitespace.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsExpected an @return tag.117
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsMethod 'getTypeMap' is not designed for extension - needs to be abstract, final or empty.117
Errors',' is not followed by whitespace.117
ErrorsParameter commandType should be final.117
ErrorsExpected @param tag for 'commandType'.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
Errors',' is not followed by whitespace.118
ErrorsLine contains a tab character.119
Errors'==' is not preceded with whitespace.119
Errors'==' is not followed by whitespace.119
ErrorsLine contains a tab character.120
Errors',' is not followed by whitespace.120
Errors'100' is a magic number.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsFirst sentence should end with a period.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsMethod 'getDeviceParameterIndexed' is not designed for extension - needs to be abstract, final or empty.132
ErrorsParameter command should be final.132
Errors',' is not followed by whitespace.132
ErrorsParameter idx should be final.132
ErrorsLine contains a tab character.133
Errors',' is not followed by whitespace.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsFirst sentence should end with a period.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsUnused @param tag for 'command'.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsMethod 'getDeviceParameterIndexed' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter commandName should be final.142
ErrorsExpected @param tag for 'commandName'.142
Errors',' is not followed by whitespace.142
ErrorsParameter idx should be final.142
ErrorsLine contains a tab character.143
Errors',' is not followed by whitespace.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsFirst sentence should end with a period.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsMethod 'getDeviceParameter' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter command should be final.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsFirst sentence should end with a period.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsUnused @param tag for 'command'.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsMethod 'getDeviceParameter' is not designed for extension - needs to be abstract, final or empty.161
ErrorsParameter commandName should be final.161
ErrorsExpected @param tag for 'commandName'.161
ErrorsLine contains a tab character.162
Errors',' is not followed by whitespace.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164

org/nongnu/pulsefire/device/DeviceDataListener.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsRedundant 'public' modifier.38
ErrorsExpected @param tag for 'data'.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsRedundant 'public' modifier.44
ErrorsExpected @param tag for 'data'.44

org/nongnu/pulsefire/device/DeviceWireManager.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsRedundant 'public' modifier.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsRedundant 'public' modifier.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsRedundant 'public' modifier.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsRedundant 'public' modifier.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsRedundant 'public' modifier.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsRedundant 'public' modifier.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsRedundant 'public' modifier.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsRedundant 'public' modifier.49
Errors',' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsRedundant 'public' modifier.50
Errors',' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsRedundant 'public' modifier.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsRedundant 'public' modifier.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsRedundant 'public' modifier.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsRedundant 'public' modifier.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsRedundant 'public' modifier.58
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsRedundant 'public' modifier.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
ErrorsRedundant 'public' modifier.62
ErrorsLine contains a tab character.63
ErrorsMissing a Javadoc comment.63
ErrorsRedundant 'public' modifier.63
ErrorsLine contains a tab character.64
ErrorsMissing a Javadoc comment.64
ErrorsRedundant 'public' modifier.64
ErrorsLine contains a tab character.65
ErrorsMissing a Javadoc comment.65
ErrorsRedundant 'public' modifier.65

org/nongnu/pulsefire/device/DeviceWireManagerController.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
Errors'10' is a magic number.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMethod 'getDefaultDeviceManager' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMethod 'addDeviceManager' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter deviceManager should be final.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMethod 'getDeviceManagers' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56