Checkstyle Analysis of org.fanfoot.db.Players | 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/db/Players.java | |
---|---|
Line | Error |
37 | Unused import - java.util.logging.Level. |
45 | Unused import - org.w3c.dom.NodeList. |
46 | Unused import - org.xmldb.api.base.ResourceIterator. |
67 | Variable 'COLLECTION_NAME' must be private and have accessor methods. |
69 | Variable 'POSITION_GOALKEEPER' must be private and have accessor methods. |
71 | Variable 'POSITION_CENTREBACK' must be private and have accessor methods. |
73 | Variable 'POSITION_FULLBACK' must be private and have accessor methods. |
75 | Variable 'POSITION_MIDFIELD' must be private and have accessor methods. |
77 | Variable 'POSITION_FORWARD' must be private and have accessor methods. |
87 | Line is longer than 80 characters. |
125 | Line is longer than 80 characters. |
165 | Unable to get class information for @throws tag 'DBExeption'. |
165 | Unused @throws tag for 'DBExeption'. |
234 | Line is longer than 80 characters. |
Generated by Checkstyle and Ant .