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