The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 9 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 203 | ![]() |
RegexpSingleline
| 40 | ![]() |
JavadocMethod | 77 | ![]() |
JavadocType | 2 | ![]() |
JavadocVariable | 21 | ![]() |
JavadocStyle | 3 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 2 | ![]() |
LineLength | 54 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 7 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 41 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 11 | ![]() |
RightCurly | 1 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 11 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 8 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 8 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 35 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 15 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 42 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Expected @param tag for 'located'. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Expected an @return tag. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Expected @throws tag for 'PogamutException'. | 17 |
![]() | Redundant throws: 'PogamutException' is unchecked exception. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Unused import - cz.cuni.amis.utils.exception.PogamutException. | 37 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 52 |
![]() | Parameter name should be final. | 53 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 76 |
![]() | Parameter name should be final. | 77 |
![]() | 'if' construct must use '{}'s. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 83 |
![]() | Parameter newLevel should be final. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Parameter name should be final. | 89 |
![]() | Parameter category should be final. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Parameter file should be final. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Parameter handler should be final. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Parameter publisher should be final. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Parameter logPublisher should be final. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Parameter handler should be final. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Parameter component should be final. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Parameter name should be final. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Parameter newLevel should be final. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Parameter mBeanServer should be final. | 151 |
![]() | Parameter parent should be final. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Redundant throws: 'JMXAlreadyEnabledException' is unchecked exception. | 152 |
![]() | Redundant throws: 'CantStartJMXException' is unchecked exception. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Parameter handler should be final. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Parameter handler should be final. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line has trailing spaces. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Variable 'player' must be private and have accessor methods. | 215 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Variable 'server' must be private and have accessor methods. | 216 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Variable 'act' must be private and have accessor methods. | 217 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Variable 'worldView' must be private and have accessor methods. | 218 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter player should be final. | 226 |
![]() | 'player' hides a field. | 226 |
![]() | Parameter server should be final. | 226 |
![]() | 'server' hides a field. | 226 |
![]() | Parameter act should be final. | 226 |
![]() | 'act' hides a field. | 226 |
![]() | Parameter worldView should be final. | 226 |
![]() | 'worldView' hides a field. | 226 |
![]() | Method 'getAct' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line has trailing spaces. | 238 |
![]() | Method 'getWorldView' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line contains a tab character. | 241 |
![]() | Line has trailing spaces. | 243 |
![]() | Method 'getComponentId' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Line contains a tab character. | 246 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Line has trailing spaces. | 258 |
![]() | Method 'getEventBus' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line has trailing spaces. | 273 |
![]() | Method 'startPaused' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Method 'pause' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | Redundant throws: 'AgentException' is unchecked exception. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Method 'kill' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | Missing a Javadoc comment. | 295 |
![]() | Line has trailing spaces. | 309 |
![]() | Method 'getIntrospection' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Method 'getVelocity' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() | Parameter other should be final. | 376 |
![]() | 'if' construct must use '{}'s. | 377 |
![]() | 'if' construct must use '{}'s. | 378 |
![]() | Line has trailing spaces. | 382 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter unrealStringId should be final. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter id should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter id should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Expected an @return tag. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Parameter unrealStringId should be final. | 56 |
![]() | Expected @param tag for 'unrealStringId'. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | 'if' construct must use '{}'s. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | 'synchronized' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Expected an @return tag. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Expected an @return tag. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Expected an @return tag. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Expected an @return tag. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Expected an @return tag. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Expected an @return tag. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Comment matches to-do format 'TODO:'. | 63 |
![]() | Expected an @return tag. | 66 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Expected an @return tag. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Redundant 'public' modifier. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Variable 'minX' must be private and have accessor methods. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Variable 'minY' must be private and have accessor methods. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Variable 'minZ' must be private and have accessor methods. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Variable 'maxX' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'maxY' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'maxZ' must be private and have accessor methods. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter minX should be final. | 16 |
![]() | 'minX' hides a field. | 16 |
![]() | Parameter minY should be final. | 16 |
![]() | 'minY' hides a field. | 16 |
![]() | Parameter minZ should be final. | 16 |
![]() | 'minZ' hides a field. | 16 |
![]() | Parameter maxX should be final. | 16 |
![]() | 'maxX' hides a field. | 16 |
![]() | Parameter maxY should be final. | 16 |
![]() | 'maxY' hides a field. | 16 |
![]() | Parameter maxZ should be final. | 16 |
![]() | 'maxZ' hides a field. | 16 |
![]() | Method 'getDeltaX' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'getDeltaY' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getDeltaZ' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'getCenterX' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '/' is not preceded with whitespace. | 39 |
![]() | '/' is not followed by whitespace. | 39 |
![]() | Method 'getCenterY' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '/' is not preceded with whitespace. | 43 |
![]() | '/' is not followed by whitespace. | 43 |
![]() | Method 'getCenterZ' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '/' is not preceded with whitespace. | 47 |
![]() | '/' is not followed by whitespace. | 47 |
![]() | Method 'getMinDelta' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | 'if' construct must use '{}'s. | 56 |
![]() | 'if' construct must use '{}'s. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <MAP_INFO> tag. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 15 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'imagePoints' must be private and have accessor methods. | 21 |
![]() | '3' is a magic number. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'worldPoints' must be private and have accessor methods. | 22 |
![]() | '3' is a magic number. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'width' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'height' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'imgData' must be private and have accessor methods. | 27 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'getImgRGBData' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter path should be final. | 45 |
![]() | '3' is a magic number. | 52 |
![]() | Line is longer than 80 characters. | 55 |
![]() | '16' is a magic number. | 60 |
![]() | '0xFF' is a magic number. | 60 |
![]() | '8' is a magic number. | 61 |
![]() | '0xFF' is a magic number. | 61 |
![]() | '0xFF' is a magic number. | 62 |
![]() | '}' should be on a new line. | 67 |
![]() | Method 'setImagePoint' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter i should be final. | 72 |
![]() | Parameter l should be final. | 72 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter name should be final. | 76 |
![]() | 'name' hides a field. | 76 |
![]() | Method 'setWorldPos' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter i should be final. | 80 |
![]() | Parameter l should be final. | 80 |
![]() | Method 'getImagePoints' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Method 'getWorldPoints' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Unused import - java.io.IOException. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Expected @param tag for 'host'. | 27 |
![]() | Expected @param tag for 'port'. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Expected an @return tag. | 56 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Expected @param tag for 'map'. | 56 |
![]() | Expected @throws tag for 'MapChangeException'. | 56 |
![]() | Redundant throws: 'MapChangeException' is unchecked exception. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Redundant 'public' modifier. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Redundant 'public' modifier. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Redundant 'public' modifier. | 80 |
![]() | Redundant 'public' modifier. | 86 |
![]() | Expected @param tag for 'botName'. | 86 |
![]() | Expected @param tag for 'botType'. | 86 |
![]() | First sentence should end with a period. | 88 |
![]() | Redundant 'public' modifier. | 92 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line contains a tab character. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Parameter message should be final. | 12 |
![]() | Parameter cause should be final. | 12 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter message should be final. | 16 |
![]() | Parameter origin should be final. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line has trailing spaces. | 19 |