Checkstyle Analysis of org.fanfoot.gui.ControlCentre | print-friendly version |
Checkstyle Analysis
This page details coding standard errors found in the Java source code for this project. These are style errors and as such do not prevent the code from running, however, many people argue that well styled code is easily readable, and that easily readable code is easier to maintain.
Details
org/fanfoot/gui/ControlCentre.java | |
---|---|
Line | Error |
47 | Unused import - java.util.Hashtable. |
48 | Unused import - java.util.Iterator. |
421 | Method length is 49 lines (max allowed is 32). |
508 | Method length is 37 lines (max allowed is 32). |
653 | Line is longer than 80 characters. |
741 | Line is longer than 80 characters. |
Generated by Checkstyle and Ant .