The following document contains the results of Checkstyle 5.7.
Category | Rule | Violations | Severity |
---|---|---|---|
header | RegexpHeader
|
3 | Error |
javadoc | JavadocMethod
|
2 | Warning |
naming | StaticVariableName | 1 | Error |
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. | 32 |
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. | 32 |
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 |
Error | naming | StaticVariableName | Name 'MAXROUND' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |