The following document contains the results of Checkstyle 8.29 with sun_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
22 | 0 | 0 | 985 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 2 | ![]() |
NeedBraces | 4 | ![]() | |
RightCurly | 1 | ![]() | |
coding | HiddenField | 20 | ![]() |
InnerAssignment | 2 | ![]() | |
MagicNumber | 5 | ![]() | |
MissingSwitchDefault | 5 | ![]() | |
design | DesignForExtension | 85 | ![]() |
FinalClass | 1 | ![]() | |
VisibilityModifier | 55 | ![]() | |
imports | AvoidStarImport | 13 | ![]() |
RedundantImport | 1 | ![]() | |
javadoc | JavadocPackage | 9 | ![]() |
JavadocVariable | 277 | ![]() | |
MissingJavadocMethod | 100 | ![]() | |
misc | FinalParameters | 67 | ![]() |
modifier | ModifierOrder | 9 | ![]() |
naming | ConstantName | 6 | ![]() |
MemberName | 1 | ![]() | |
sizes | LineLength
|
86 | ![]() |
whitespace | OperatorWrap | 14 | ![]() |
ParenPad | 19 | ![]() | |
WhitespaceAfter | 17 | ![]() | |
WhitespaceAround | 186 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 13 |
![]() |
design | FinalClass | Class TurmiteApplication should be declared as final. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 22 |
![]() |
misc | FinalParameters | Parameter args should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - lombok.*. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'allinone' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'mandelbrot' must be private and have accessor methods. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'mandelbrotZoom' must be private and have accessor methods. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | VisibilityModifier | Variable 'simulatedevolution' must be private and have accessor methods. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'cca' must be private and have accessor methods. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'randomwalk' must be private and have accessor methods. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'dla' must be private and have accessor methods. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'kochsnowflake' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'samegame' must be private and have accessor methods. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'sierpinskitriangle' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'tetris' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'turmite' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'wator' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'gameoflive' must be private and have accessor methods. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter conf should be final. | 42 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter conf should be final. | 59 |
![]() |
misc | FinalParameters | Parameter jar should be final. | 59 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 62 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
![]() |
design | DesignForExtension | Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter tabType should be final. | 79 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 79 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
![]() |
design | DesignForExtension | Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter tabType should be final. | 110 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 110 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
design | VisibilityModifier | Variable 'lattice' must be private and have accessor methods. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 165 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 175 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 176 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 176 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 182 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 183 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 186 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 193 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 201 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 202 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 219 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 227 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 227 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 228 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 228 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 229 |
![]() |
design | VisibilityModifier | Variable 'cellConf' must be private and have accessor methods. | 229 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 230 |
![]() |
design | VisibilityModifier | Variable 'population' must be private and have accessor methods. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 231 |
![]() |
design | VisibilityModifier | Variable 'food' must be private and have accessor methods. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 232 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 232 |
![]() |
design | VisibilityModifier | Variable 'gardenOfEden' must be private and have accessor methods. | 232 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 246 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 253 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 254 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 255 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 256 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 257 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 258 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 259 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 266 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 267 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 268 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 270 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 273 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 274 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 281 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 282 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 283 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 284 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 286 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 287 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 293 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 294 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 296 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 296 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 307 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 307 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 308 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 314 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 314 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 314 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 315 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 316 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 321 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 322 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 323 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 324 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 331 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 339 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 339 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 340 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 340 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 346 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 347 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 353 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 361 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 361 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 362 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 362 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 367 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 368 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 374 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 375 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 382 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 382 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 383 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 383 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 388 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 388 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 388 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 389 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 390 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 395 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 396 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 397 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 398 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 405 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 406 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 413 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 413 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 414 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 419 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 419 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 419 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 420 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 421 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 426 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 427 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 428 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 429 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 436 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 437 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 444 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 444 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 445 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 445 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 450 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 450 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 450 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 451 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 452 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 457 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 458 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 459 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 460 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 467 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 468 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 475 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 475 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 476 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 476 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 481 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 481 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 481 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 482 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 483 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 488 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 489 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 490 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 491 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 498 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 499 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 506 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 506 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 507 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 507 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 512 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 512 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 512 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 513 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 514 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 519 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 520 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 521 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 522 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 529 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 530 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 537 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 537 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 538 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 538 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 543 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 543 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 543 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 544 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 545 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 546 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 547 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 548 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 549 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 550 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 555 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 556 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 557 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 558 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 565 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 566 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 571 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 573 |
![]() |
design | VisibilityModifier | Variable 'view' must be private and have accessor methods. | 573 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 574 |
![]() |
design | VisibilityModifier | Variable 'control' must be private and have accessor methods. | 574 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 579 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 579 |
![]() |
design | VisibilityModifier | Variable 'neighborhood' must be private and have accessor methods. | 579 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 580 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 581 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 587 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 588 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 589 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 596 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 597 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 27 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 27 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter complexNumber should be final. | 32 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter real should be final. | 40 |
![]() |
coding | HiddenField | 'real' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter img should be final. | 40 |
![]() |
coding | HiddenField | 'img' hides a field. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 45 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter complexNumber should be final. | 56 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 66 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 78 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter c should be final. | 82 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 90 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. | 94 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
misc | FinalParameters | Parameter o should be final. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 111 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 112 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 113 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 114 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 120 |
![]() |
design | DesignForExtension | Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 125 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 126 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 127 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 128 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 129 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 |
![]() |
naming | ConstantName | Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 |
![]() |
naming | ConstantName | Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() |
naming | ConstantName | Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 |
![]() |
naming | ConstantName | Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 |
![]() |
naming | ConstantName | Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() |
naming | ConstantName | Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'zoomLevel' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter model should be final. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter x should be final. | 74 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
![]() |
misc | FinalParameters | Parameter y should be final. | 74 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | '?' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | ':' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 78 |
![]() |
misc | FinalParameters | Parameter turingPosition should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 80 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 80 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 80 |
![]() |
whitespace | WhitespaceAround | '/' is not followed by whitespace. | 80 |
![]() |
whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | '/' is not followed by whitespace. | 82 |
![]() |
whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 82 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 86 |
![]() |
misc | FinalParameters | Parameter turingPosition should be final. | 86 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 94 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 100 |
![]() |
misc | FinalParameters | Parameter turingPosition should be final. | 100 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 104 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter turingPosition should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter turingPosition should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 124 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 129 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 129 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 129 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 130 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 131 |
![]() |
misc | FinalParameters | Parameter c should be final. | 138 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter pointFromMandelbrotSet should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 149 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter zoomPoint should be final. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 155 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 166 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 168 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 168 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 177 |
![]() |
whitespace | WhitespaceAround | '>' is not followed by whitespace. | 177 |
![]() |
whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 177 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 181 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 183 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 183 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. | 190 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter zoomPoint should be final. | 190 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 202 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter zoomLevel should be final. | 202 |
![]() |
coding | HiddenField | 'zoomLevel' hides a field. | 202 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 207 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 211 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
design | DesignForExtension | Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter zoomCenter should be final. | 218 |
![]() |
coding | HiddenField | 'zoomCenter' hides a field. | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter model should be final. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
![]() |
whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 20 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 24 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter worldDimensions should be final. | 22 |
![]() |
coding | HiddenField | 'worldDimensions' hides a field. | 22 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 29 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 29 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '/' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 29 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 29 |
![]() |
coding | MagicNumber | '11' is a magic number. | 29 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
![]() |
design | DesignForExtension | Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 87 |
![]() |
whitespace | WhitespaceAround | '>' is not followed by whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 87 |
![]() |
coding | MagicNumber | '100' is a magic number. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter p should be final. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter x should be final. | 28 |
![]() |
coding | HiddenField | 'x' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter y should be final. | 28 |
![]() |
coding | HiddenField | 'y' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 49 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 52 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter x should be final. | 58 |
![]() |
coding | HiddenField | 'x' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter y should be final. | 66 |
![]() |
coding | HiddenField | 'y' hides a field. | 66 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
misc | FinalParameters | Parameter o should be final. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 75 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
design | DesignForExtension | Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 86 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 87 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter subtitle should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter subtitle should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 101 |
![]() |
misc | FinalParameters | Parameter keyEvent should be final. | 101 |
![]() |
coding | HiddenField | 'keyEvent' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter active should be final. | 101 |
![]() |
coding | HiddenField | 'active' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter title should be final. | 101 |
![]() |
coding | HiddenField | 'title' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter subTitle should be final. | 101 |
![]() |
coding | HiddenField | 'subTitle' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter tooltip should be final. | 101 |
![]() |
coding | HiddenField | 'tooltip' hides a field. | 101 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 102 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 102 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 103 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 105 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 105 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 106 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 4 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter app should be final. | 22 |
![]() |
coding | HiddenField | 'app' hides a field. | 22 |
![]() |
design | DesignForExtension | Class 'TurmiteCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter g should be final. | 31 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 |
![]() |
whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 39 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '*' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 40 |
![]() |
coding | MagicNumber | '4' is a magic number. | 40 |
![]() |
whitespace | WhitespaceAround | '%' is not followed by whitespace. | 40 |
![]() |
whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 40 |
![]() |
coding | MagicNumber | '256' is a magic number. | 40 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
![]() |
design | DesignForExtension | Class 'TurmiteCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter g should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
naming | MemberName | Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter model should be final. | 20 |
![]() |
misc | FinalParameters | Parameter frame should be final. | 20 |
![]() |
coding | HiddenField | 'frame' hides a field. | 20 |
![]() |
design | DesignForExtension | Class 'TurmiteController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 |
![]() |
blocks | LeftCurly | '{' at column 17 should have line break after. | 35 |
![]() |
blocks | RightCurly | '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 35 |
![]() |
design | DesignForExtension | Class 'TurmiteController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter properties should be final. | 29 |
![]() |
coding | HiddenField | 'properties' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter frame should be final. | 29 |
![]() |
coding | HiddenField | 'frame' hides a field. | 29 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter c should be final. | 37 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 40 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 60 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter x should be final. | 72 |
![]() |
misc | FinalParameters | Parameter y should be final. | 72 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 10 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 11 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.event.*. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter properties should be final. | 36 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 44 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 53 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter e should be final. | 59 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter e should be final. | 63 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter e should be final. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter e should be final. | 71 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 71 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 71 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter e should be final. | 73 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter e should be final. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter e should be final. | 81 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 81 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 81 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
misc | FinalParameters | Parameter e should be final. | 85 |
![]() |
misc | FinalParameters | Parameter e should be final. | 92 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 92 |
![]() |
misc | FinalParameters | Parameter e should be final. | 95 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 95 |
![]() |
misc | FinalParameters | Parameter e should be final. | 98 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 98 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 98 |
![]() |
misc | FinalParameters | Parameter e should be final. | 101 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 101 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 101 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
coding | MagicNumber | '180' is a magic number. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. | 136 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
design | DesignForExtension | Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. | 144 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | RedundantImport | Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.turmite.model.TurmiteTabState. | 4 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.turmite.model.TurmiteTabState.*. | 6 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 25 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 27 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 |
![]() |
design | DesignForExtension | Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 58 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 |
![]() |
design | DesignForExtension | Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter applicationState should be final. | 76 |
![]() |
coding | HiddenField | 'applicationState' hides a field. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 5 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 6 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter model should be final. | 28 |
![]() |
coding | HiddenField | 'model' hides a field. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
![]() |
misc | FinalParameters | Parameter ae should be final. | 57 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |