The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 5 | 0 | 15 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
LineLength
| 0 | |
MethodLength
| 0 | |
| RightCurly | 0 | |
| JavadocType | 0 | |
| JavadocMethod | 13 | |
ConstantName
| 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| ModifierOrder | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| ArrayTypeStyle | 0 | |
| UpperEll | 0 |
| Files | I | W | E |
|---|---|---|---|
| org/openrca/ca/x509/package.html | 0 | 1 | 0 |
| org/openrca/OpenRCA.java | 0 | 8 | 0 |
| org/openrca/ca/x509/X509CAFactory.java | 0 | 5 | 0 |
| org/openrca/package.html | 0 | 1 | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'caRepository'. | 30 | |
| Expected an @return tag. | 45 | |
| Expected @param tag for 'basicInfo'. | 45 | |
| Expected an @return tag. | 54 | |
| Expected @param tag for 'basicInfo'. | 54 | |
| Expected @param tag for 'parentCA'. | 54 | |
| Expected @param tag for 'x509ca'. | 60 | |
| Expected an @return tag. | 66 |