Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
16001177

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
9Errors Error
NewlineAtEndOfFile4Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
406Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
80Errors Error
JavadocMethod154Errors Error
JavadocType4Errors Error
JavadocVariable42Errors Error
JavadocStyle6Errors 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
UnusedImports4Errors Error
LineLength108Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround14Errors Error
ModifierOrder0Errors Error
RedundantModifier82Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces22Errors Error
RightCurly2Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField22Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber16Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows16Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension70Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier30Errors Error
ArrayTypeStyle0Errors Error
FinalParameters84Errors Error
TodoComment2Errors Error
UpperEll0Errors Error

Details

cz/cuni/amis/pogamut/unreal/agent/navigation/IUnrealPathExecutor.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsRedundant 'public' modifier.23
ErrorsExpected @param tag for 'located'.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsExpected an @return tag.29
ErrorsLine contains a tab character.29
ErrorsRedundant 'public' modifier.29
ErrorsFirst sentence should end with a period.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsRedundant 'public' modifier.23
ErrorsExpected @param tag for 'located'.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsExpected an @return tag.29
ErrorsLine contains a tab character.29
ErrorsRedundant 'public' modifier.29

cz/cuni/amis/pogamut/unreal/bot/IUnrealBot.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsRedundant 'public' modifier.17
ErrorsExpected @throws tag for 'PogamutException'.17
ErrorsRedundant throws: 'PogamutException' is unchecked exception.17
ErrorsRedundant 'public' modifier.17
ErrorsExpected @throws tag for 'PogamutException'.17
ErrorsRedundant throws: 'PogamutException' is unchecked exception.17

cz/cuni/amis/pogamut/unreal/bot/impl/NativeUnrealBotAdapter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.35
ErrorsUnused import - cz.cuni.amis.utils.exception.PogamutException.37
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.52
ErrorsParameter name should be final.53
Errors'if' construct must use '{}'s.54
ErrorsLine contains a tab character.54
Errors'if' construct must use '{}'s.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.76
ErrorsParameter name should be final.77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
Errors'if' construct must use '{}'s.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.83
ErrorsParameter newLevel should be final.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsParameter name should be final.89
ErrorsParameter category should be final.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.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsParameter file should be final.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsParameter handler should be final.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsParameter publisher should be final.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsParameter logPublisher should be final.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsParameter handler should be final.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsParameter component should be final.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsParameter name should be final.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsParameter newLevel should be final.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsParameter mBeanServer should be final.151
ErrorsParameter parent should be final.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsRedundant throws: 'JMXAlreadyEnabledException' is unchecked exception.152
ErrorsRedundant throws: 'CantStartJMXException' is unchecked exception.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
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.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsParameter handler should be final.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsParameter handler should be final.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsMissing a Javadoc comment.215
ErrorsVariable 'player' must be private and have accessor methods.215
ErrorsMissing a Javadoc comment.216
ErrorsVariable 'server' must be private and have accessor methods.216
ErrorsMissing a Javadoc comment.217
ErrorsVariable 'act' must be private and have accessor methods.217
ErrorsMissing a Javadoc comment.218
ErrorsVariable 'worldView' must be private and have accessor methods.218
ErrorsLine is longer than 80 characters.223
ErrorsLine has trailing spaces.224
ErrorsMissing a Javadoc comment.224
ErrorsLine is longer than 80 characters.226
ErrorsMissing a Javadoc comment.226
ErrorsParameter player should be final.226
Errors'player' hides a field.226
ErrorsParameter server should be final.226
Errors'server' hides a field.226
ErrorsParameter act should be final.226
Errors'act' hides a field.226
ErrorsParameter worldView should be final.226
Errors'worldView' hides a field.226
ErrorsMethod 'getAct' is not designed for extension - needs to be abstract, final or empty.234
ErrorsLine is longer than 80 characters.236
ErrorsLine has trailing spaces.238
ErrorsMethod 'getWorldView' is not designed for extension - needs to be abstract, final or empty.239
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.243
ErrorsMethod 'getComponentId' is not designed for extension - needs to be abstract, final or empty.244
ErrorsLine contains a tab character.246
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMethod 'getLogger' is not designed for extension - needs to be abstract, final or empty.254
ErrorsLine has trailing spaces.258
ErrorsMethod 'getEventBus' is not designed for extension - needs to be abstract, final or empty.259
ErrorsLine contains a tab character.260
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsMethod 'getState' is not designed for extension - needs to be abstract, final or empty.264
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.269
ErrorsRedundant throws: 'AgentException' is unchecked exception.270
ErrorsLine is longer than 80 characters.271
ErrorsLine has trailing spaces.273
ErrorsMethod 'startPaused' is not designed for extension - needs to be abstract, final or empty.274
ErrorsRedundant throws: 'AgentException' is unchecked exception.275
ErrorsLine is longer than 80 characters.276
ErrorsMethod 'pause' is not designed for extension - needs to be abstract, final or empty.279
ErrorsRedundant throws: 'AgentException' is unchecked exception.280
ErrorsLine is longer than 80 characters.281
ErrorsMethod 'resume' is not designed for extension - needs to be abstract, final or empty.285
ErrorsRedundant throws: 'AgentException' is unchecked exception.286
ErrorsLine is longer than 80 characters.287
ErrorsMethod 'kill' is not designed for extension - needs to be abstract, final or empty.290
ErrorsMissing a Javadoc comment.295
ErrorsLine has trailing spaces.309
ErrorsMethod 'getIntrospection' is not designed for extension - needs to be abstract, final or empty.310
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.315
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.320
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.325
ErrorsLine is longer than 80 characters.365
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.375
ErrorsParameter other should be final.376
Errors'if' construct must use '{}'s.377
Errors'if' construct must use '{}'s.378
ErrorsLine has trailing spaces.382
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine is longer than 80 characters.35
ErrorsUnused import - cz.cuni.amis.utils.exception.PogamutException.37
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.52
ErrorsParameter name should be final.53
Errors'if' construct must use '{}'s.54
ErrorsLine contains a tab character.54
Errors'if' construct must use '{}'s.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.76
ErrorsParameter name should be final.77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
Errors'if' construct must use '{}'s.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.83
ErrorsParameter newLevel should be final.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsParameter name should be final.89
ErrorsParameter category should be final.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.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsParameter file should be final.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsParameter handler should be final.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsParameter publisher should be final.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsParameter logPublisher should be final.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsParameter handler should be final.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsParameter component should be final.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsParameter name should be final.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsParameter newLevel should be final.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsParameter mBeanServer should be final.151
ErrorsParameter parent should be final.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsRedundant throws: 'JMXAlreadyEnabledException' is unchecked exception.152
ErrorsRedundant throws: 'CantStartJMXException' is unchecked exception.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
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.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsParameter handler should be final.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsParameter handler should be final.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsMissing a Javadoc comment.215
ErrorsVariable 'player' must be private and have accessor methods.215
ErrorsMissing a Javadoc comment.216
ErrorsVariable 'server' must be private and have accessor methods.216
ErrorsMissing a Javadoc comment.217
ErrorsVariable 'act' must be private and have accessor methods.217
ErrorsMissing a Javadoc comment.218
ErrorsVariable 'worldView' must be private and have accessor methods.218
ErrorsLine is longer than 80 characters.223
ErrorsLine has trailing spaces.224
ErrorsMissing a Javadoc comment.224
ErrorsLine is longer than 80 characters.226
ErrorsMissing a Javadoc comment.226
ErrorsParameter player should be final.226
Errors'player' hides a field.226
ErrorsParameter server should be final.226
Errors'server' hides a field.226
ErrorsParameter act should be final.226
Errors'act' hides a field.226
ErrorsParameter worldView should be final.226
Errors'worldView' hides a field.226
ErrorsMethod 'getAct' is not designed for extension - needs to be abstract, final or empty.234
ErrorsLine is longer than 80 characters.236
ErrorsLine has trailing spaces.238
ErrorsMethod 'getWorldView' is not designed for extension - needs to be abstract, final or empty.239
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.243
ErrorsMethod 'getComponentId' is not designed for extension - needs to be abstract, final or empty.244
ErrorsLine contains a tab character.246
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMethod 'getLogger' is not designed for extension - needs to be abstract, final or empty.254
ErrorsLine has trailing spaces.258
ErrorsMethod 'getEventBus' is not designed for extension - needs to be abstract, final or empty.259
ErrorsLine contains a tab character.260
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsMethod 'getState' is not designed for extension - needs to be abstract, final or empty.264
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.269
ErrorsRedundant throws: 'AgentException' is unchecked exception.270
ErrorsLine is longer than 80 characters.271
ErrorsLine has trailing spaces.273
ErrorsMethod 'startPaused' is not designed for extension - needs to be abstract, final or empty.274
ErrorsRedundant throws: 'AgentException' is unchecked exception.275
ErrorsLine is longer than 80 characters.276
ErrorsMethod 'pause' is not designed for extension - needs to be abstract, final or empty.279
ErrorsRedundant throws: 'AgentException' is unchecked exception.280
ErrorsLine is longer than 80 characters.281
ErrorsMethod 'resume' is not designed for extension - needs to be abstract, final or empty.285
ErrorsRedundant throws: 'AgentException' is unchecked exception.286
ErrorsLine is longer than 80 characters.287
ErrorsMethod 'kill' is not designed for extension - needs to be abstract, final or empty.290
ErrorsMissing a Javadoc comment.295
ErrorsLine has trailing spaces.309
ErrorsMethod 'getIntrospection' is not designed for extension - needs to be abstract, final or empty.310
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.315
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.320
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.325
ErrorsLine is longer than 80 characters.365
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.375
ErrorsParameter other should be final.376
Errors'if' construct must use '{}'s.377
Errors'if' construct must use '{}'s.378
ErrorsLine has trailing spaces.382
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385

cz/cuni/amis/pogamut/unreal/communication/messages/UnrealId.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter unrealStringId should be final.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter id should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter id should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsParameter unrealStringId should be final.56
ErrorsExpected @param tag for 'unrealStringId'.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
Errors'if' construct must use '{}'s.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'synchronized' is not followed by whitespace.60
ErrorsLine contains a tab character.61
Errors'if' construct must use '{}'s.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter unrealStringId should be final.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter id should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter id should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsParameter unrealStringId should be final.56
ErrorsExpected @param tag for 'unrealStringId'.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
Errors'if' construct must use '{}'s.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'synchronized' is not followed by whitespace.60
ErrorsLine contains a tab character.61
Errors'if' construct must use '{}'s.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69

cz/cuni/amis/pogamut/unreal/communication/messages/gbcommands/ChangeMap.java

ViolationMessageLine
ErrorsMissing package-info.java file.0

cz/cuni/amis/pogamut/unreal/communication/messages/gbinfomessages/IMapList.java

ViolationMessageLine
ErrorsExpected an @return tag.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsExpected an @return tag.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23

cz/cuni/amis/pogamut/unreal/communication/messages/gbinfomessages/IMutator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.14
ErrorsRedundant 'public' modifier.14
ErrorsExpected an @return tag.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsMissing a Javadoc comment.14
ErrorsRedundant 'public' modifier.14
ErrorsExpected an @return tag.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23

cz/cuni/amis/pogamut/unreal/communication/messages/gbinfomessages/IPlayer.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14
ErrorsRedundant 'public' modifier.14
ErrorsMissing a Javadoc comment.16
ErrorsRedundant 'public' modifier.16
ErrorsMissing a Javadoc comment.18
ErrorsRedundant 'public' modifier.18
ErrorsExpected an @return tag.25
ErrorsRedundant 'public' modifier.25
ErrorsExpected an @return tag.32
ErrorsRedundant 'public' modifier.32
ErrorsExpected an @return tag.39
ErrorsRedundant 'public' modifier.39
ErrorsExpected an @return tag.47
ErrorsRedundant 'public' modifier.47
ErrorsExpected an @return tag.55
ErrorsRedundant 'public' modifier.55
ErrorsComment matches to-do format 'TODO:'.63
ErrorsExpected an @return tag.66
ErrorsRedundant 'public' modifier.66
ErrorsExpected an @return tag.74
ErrorsRedundant 'public' modifier.74
ErrorsMissing a Javadoc comment.76
ErrorsRedundant 'public' modifier.76
ErrorsMissing a Javadoc comment.78
ErrorsRedundant 'public' modifier.78
ErrorsMissing a Javadoc comment.14
ErrorsRedundant 'public' modifier.14
ErrorsMissing a Javadoc comment.16
ErrorsRedundant 'public' modifier.16
ErrorsMissing a Javadoc comment.18
ErrorsRedundant 'public' modifier.18
ErrorsExpected an @return tag.25
ErrorsRedundant 'public' modifier.25
ErrorsExpected an @return tag.32
ErrorsRedundant 'public' modifier.32
ErrorsExpected an @return tag.39
ErrorsRedundant 'public' modifier.39
ErrorsExpected an @return tag.47
ErrorsRedundant 'public' modifier.47
ErrorsExpected an @return tag.55
ErrorsRedundant 'public' modifier.55
ErrorsComment matches to-do format 'TODO:'.63
ErrorsExpected an @return tag.66
ErrorsRedundant 'public' modifier.66
ErrorsExpected an @return tag.74
ErrorsRedundant 'public' modifier.74
ErrorsMissing a Javadoc comment.76
ErrorsRedundant 'public' modifier.76
ErrorsMissing a Javadoc comment.78
ErrorsRedundant 'public' modifier.78

cz/cuni/amis/pogamut/unreal/communication/worldview/map/Box.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.8
ErrorsVariable 'minX' must be private and have accessor methods.8
ErrorsMissing a Javadoc comment.9
ErrorsVariable 'minY' must be private and have accessor methods.9
ErrorsMissing a Javadoc comment.10
ErrorsVariable 'minZ' must be private and have accessor methods.10
ErrorsMissing a Javadoc comment.12
ErrorsVariable 'maxX' must be private and have accessor methods.12
ErrorsMissing a Javadoc comment.13
ErrorsVariable 'maxY' must be private and have accessor methods.13
ErrorsMissing a Javadoc comment.14
ErrorsVariable 'maxZ' must be private and have accessor methods.14
ErrorsLine is longer than 80 characters.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter minX should be final.16
Errors'minX' hides a field.16
ErrorsParameter minY should be final.16
Errors'minY' hides a field.16
ErrorsParameter minZ should be final.16
Errors'minZ' hides a field.16
ErrorsParameter maxX should be final.16
Errors'maxX' hides a field.16
ErrorsParameter maxY should be final.16
Errors'maxY' hides a field.16
ErrorsParameter maxZ should be final.16
Errors'maxZ' hides a field.16
ErrorsMethod 'getDeltaX' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getDeltaY' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'getDeltaZ' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'getCenterX' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
Errors'/' is not preceded with whitespace.39
Errors'/' is not followed by whitespace.39
ErrorsMethod 'getCenterY' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
Errors'/' is not preceded with whitespace.43
Errors'/' is not followed by whitespace.43
ErrorsMethod 'getCenterZ' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
Errors'/' is not preceded with whitespace.47
Errors'/' is not followed by whitespace.47
ErrorsMethod 'getMinDelta' is not designed for extension - needs to be abstract, final or empty.54
Errors'if' construct must use '{}'s.56
Errors'if' construct must use '{}'s.59
ErrorsLine has trailing spaces.61
Errors'if' construct must use '{}'s.62
ErrorsMissing a Javadoc comment.8
ErrorsVariable 'minX' must be private and have accessor methods.8
ErrorsMissing a Javadoc comment.9
ErrorsVariable 'minY' must be private and have accessor methods.9
ErrorsMissing a Javadoc comment.10
ErrorsVariable 'minZ' must be private and have accessor methods.10
ErrorsMissing a Javadoc comment.12
ErrorsVariable 'maxX' must be private and have accessor methods.12
ErrorsMissing a Javadoc comment.13
ErrorsVariable 'maxY' must be private and have accessor methods.13
ErrorsMissing a Javadoc comment.14
ErrorsVariable 'maxZ' must be private and have accessor methods.14
ErrorsLine is longer than 80 characters.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter minX should be final.16
Errors'minX' hides a field.16
ErrorsParameter minY should be final.16
Errors'minY' hides a field.16
ErrorsParameter minZ should be final.16
Errors'minZ' hides a field.16
ErrorsParameter maxX should be final.16
Errors'maxX' hides a field.16
ErrorsParameter maxY should be final.16
Errors'maxY' hides a field.16
ErrorsParameter maxZ should be final.16
Errors'maxZ' hides a field.16
ErrorsMethod 'getDeltaX' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getDeltaY' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'getDeltaZ' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'getCenterX' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
Errors'/' is not preceded with whitespace.39
Errors'/' is not followed by whitespace.39
ErrorsMethod 'getCenterY' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
Errors'/' is not preceded with whitespace.43
Errors'/' is not followed by whitespace.43
ErrorsMethod 'getCenterZ' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
Errors'/' is not preceded with whitespace.47
Errors'/' is not followed by whitespace.47
ErrorsMethod 'getMinDelta' is not designed for extension - needs to be abstract, final or empty.54
Errors'if' construct must use '{}'s.56
Errors'if' construct must use '{}'s.59
ErrorsLine has trailing spaces.61
Errors'if' construct must use '{}'s.62

cz/cuni/amis/pogamut/unreal/communication/worldview/map/IUnrealMap.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <MAP_INFO> tag.11
ErrorsMissing a Javadoc comment.13
ErrorsRedundant 'public' modifier.13
ErrorsMissing a Javadoc comment.15
ErrorsRedundant 'public' modifier.15
ErrorsMissing a Javadoc comment.17
ErrorsRedundant 'public' modifier.17
ErrorsMissing a Javadoc comment.19
ErrorsRedundant 'public' modifier.19
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsMissing a Javadoc comment.25
ErrorsRedundant 'public' modifier.25
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27
ErrorsType Javadoc comment is missing an @param <MAP_INFO> tag.11
ErrorsMissing a Javadoc comment.13
ErrorsRedundant 'public' modifier.13
ErrorsMissing a Javadoc comment.15
ErrorsRedundant 'public' modifier.15
ErrorsMissing a Javadoc comment.17
ErrorsRedundant 'public' modifier.17
ErrorsMissing a Javadoc comment.19
ErrorsRedundant 'public' modifier.19
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsMissing a Javadoc comment.25
ErrorsRedundant 'public' modifier.25
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27

cz/cuni/amis/pogamut/unreal/communication/worldview/map/IUnrealMapInfo.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.36

cz/cuni/amis/pogamut/unreal/communication/worldview/map/IUnrealWaylink.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.17

cz/cuni/amis/pogamut/unreal/communication/worldview/map/IUnrealWaypoint.java

ViolationMessageLine
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsRedundant 'public' modifier.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsRedundant 'public' modifier.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.21
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23

cz/cuni/amis/pogamut/unreal/communication/worldview/map/MapInfo.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.15
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsVariable 'imagePoints' must be private and have accessor methods.21
Errors'3' is a magic number.21
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'worldPoints' must be private and have accessor methods.22
Errors'3' is a magic number.22
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'width' must be private and have accessor methods.24
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'height' must be private and have accessor methods.25
ErrorsMissing a Javadoc comment.27
ErrorsVariable 'imgData' must be private and have accessor methods.27
ErrorsMethod 'getHeight' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsMethod 'getWidth' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsMethod 'getImgRGBData' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsMethod 'setImage' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter path should be final.45
Errors'3' is a magic number.52
ErrorsLine is longer than 80 characters.55
Errors'16' is a magic number.60
Errors'0xFF' is a magic number.60
Errors'8' is a magic number.61
Errors'0xFF' is a magic number.61
Errors'0xFF' is a magic number.62
Errors'}' should be on a new line.67
ErrorsMethod 'setImagePoint' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsParameter i should be final.72
ErrorsParameter l should be final.72
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter name should be final.76
Errors'name' hides a field.76
ErrorsMethod 'setWorldPos' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsParameter i should be final.80
ErrorsParameter l should be final.80
ErrorsMethod 'getImagePoints' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsMethod 'getWorldPoints' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsFirst sentence should end with a period.15
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsVariable 'imagePoints' must be private and have accessor methods.21
Errors'3' is a magic number.21
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'worldPoints' must be private and have accessor methods.22
Errors'3' is a magic number.22
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'width' must be private and have accessor methods.24
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'height' must be private and have accessor methods.25
ErrorsMissing a Javadoc comment.27
ErrorsVariable 'imgData' must be private and have accessor methods.27
ErrorsMethod 'getHeight' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsMethod 'getWidth' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsMethod 'getImgRGBData' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsMethod 'setImage' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter path should be final.45
Errors'3' is a magic number.52
ErrorsLine is longer than 80 characters.55
Errors'16' is a magic number.60
Errors'0xFF' is a magic number.60
Errors'8' is a magic number.61
Errors'0xFF' is a magic number.61
Errors'0xFF' is a magic number.62
Errors'}' should be on a new line.67
ErrorsMethod 'setImagePoint' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsParameter i should be final.72
ErrorsParameter l should be final.72
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter name should be final.76
Errors'name' hides a field.76
ErrorsMethod 'setWorldPos' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsParameter i should be final.80
ErrorsParameter l should be final.80
ErrorsMethod 'getImagePoints' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsMethod 'getWorldPoints' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88

cz/cuni/amis/pogamut/unreal/server/IUnrealServer.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - java.io.IOException.18
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsRedundant 'public' modifier.27
ErrorsExpected @param tag for 'host'.27
ErrorsExpected @param tag for 'port'.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsRedundant 'public' modifier.32
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
ErrorsRedundant 'public' modifier.42
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.44
ErrorsRedundant 'public' modifier.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.53
ErrorsExpected an @return tag.56
ErrorsRedundant 'public' modifier.56
ErrorsExpected @param tag for 'map'.56
ErrorsExpected @throws tag for 'MapChangeException'.56
ErrorsRedundant throws: 'MapChangeException' is unchecked exception.56
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsRedundant 'public' modifier.64
ErrorsLine is longer than 80 characters.67
ErrorsRedundant 'public' modifier.73
ErrorsLine has trailing spaces.76
ErrorsRedundant 'public' modifier.80
ErrorsRedundant 'public' modifier.86
ErrorsExpected @param tag for 'botName'.86
ErrorsExpected @param tag for 'botType'.86
ErrorsFirst sentence should end with a period.88
ErrorsRedundant 'public' modifier.92
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - java.io.IOException.18
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsRedundant 'public' modifier.27
ErrorsExpected @param tag for 'host'.27
ErrorsExpected @param tag for 'port'.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsRedundant 'public' modifier.32
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
ErrorsRedundant 'public' modifier.42
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.44
ErrorsRedundant 'public' modifier.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.53
ErrorsExpected an @return tag.56
ErrorsRedundant 'public' modifier.56
ErrorsExpected @param tag for 'map'.56
ErrorsExpected @throws tag for 'MapChangeException'.56
ErrorsRedundant throws: 'MapChangeException' is unchecked exception.56
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsRedundant 'public' modifier.64
ErrorsLine is longer than 80 characters.67
ErrorsRedundant 'public' modifier.73
ErrorsLine has trailing spaces.76
ErrorsRedundant 'public' modifier.80
ErrorsRedundant 'public' modifier.86
ErrorsExpected @param tag for 'botName'.86
ErrorsExpected @param tag for 'botType'.86
ErrorsFirst sentence should end with a period.88
ErrorsRedundant 'public' modifier.92

cz/cuni/amis/pogamut/unreal/server/exception/MapChangeException.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsParameter message should be final.12
ErrorsParameter cause should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter message should be final.16
ErrorsParameter origin should be final.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsParameter message should be final.12
ErrorsParameter cause should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter message should be final.16
ErrorsParameter origin should be final.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19