The following document contains the results of Checkstyle 5.7.
File | I | W | E |
---|---|---|---|
org/codehaus/mojo/appassembler/booter/AppassemblerBooter.java | 0 | 4 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
header | RegexpHeader
|
1 | Error |
javadoc | JavadocMethod
|
4 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |