Checkstyle Analysis of org.fanfoot.db.DB | 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/DB.java | |
---|---|
Line | Error |
59 | 'static' modifier out of order with the JLS suggestions. |
59 | Name 'logger' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. |
82 | Expected an @return tag. |
88 | Line is longer than 80 characters. |
101 | Line is longer than 80 characters. |
139 | Line is longer than 80 characters. |
160 | Line is longer than 80 characters. |
176 | Line is longer than 80 characters. |
185 | Line is longer than 80 characters. |
205 | Line is longer than 80 characters. |
207 | Line is longer than 80 characters. |
Generated by Checkstyle and Ant .