The following document contains the results of Checkstyle. 
| Violation | Message | Line |
|---|---|---|
| 'final' modifier out of order with the JLS suggestions. | 65 | |
| 'final' modifier out of order with the JLS suggestions. | 69 | |
| 'static' modifier out of order with the JLS suggestions. | 77 |
| Violation | Message | Line |
|---|---|---|
| Total number of methods is 66 (max allowed is 40). | 60 |
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 123 | |
| Must have at least one statement. | 236 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 150 characters (found 162). | 495 | |
| Expected @param tag for 'currentConfidence'. | 495 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 96 | |
| Variable 'endPoint' should be declared final. | 101 | |
| Variable 'itr' should be declared final. | 110 | |
| Variable 'i' should be declared final. | 112 |
| Violation | Message | Line |
|---|---|---|
| Variable 'file' should be declared final. | 114 | |
| Variable 'sb' should be declared final. | 116 |
| Violation | Message | Line |
|---|---|---|
| Total number of methods is 48 (max allowed is 40). | 39 |