The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/codehaus/mojo/natives/javah/JavahExecutable.java | 0 | 5 | 1 |
org/codehaus/mojo/natives/javah/JavahMacOSExecutable.java | 0 | 1 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
header | RegexpHeader
|
2 | ![]() |
javadoc | JavadocMethod
|
6 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'config'. | 140 |