The following document contains the results of Checkstyle 6.1.1 with https://raw.github.com/rmuller/infomas-asl/master/development/checkstyle-config.xml ruleset. 
| File | |||
|---|---|---|---|
| eu/infomas/annotation/AnnotationDetector.java | 0 | 3 | 0 |
| eu/infomas/annotation/ClassFileIterator.java | 0 | 1 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| metrics | CyclomaticComplexity | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 257 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 408 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 16 (max allowed is 10). | 572 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 123 |