The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 3 | 12 | 53 | 19 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 0 | |
| MemberName | 0 | |
| JavadocMethod | 43 | |
| JavadocType | 1 | |
| JavadocVariable | 12 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 2 | |
| TypeName | 0 | |
RegexpHeader
| 3 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 10 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 3 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 10 | |
| UpperEll | 0 |
| Files | I | W | E |
|---|---|---|---|
| org/codehaus/mojo/docbook/TransformMojo.java | 2 | 1 | 3 |
| org/codehaus/mojo/docbook/OLinkDBUpdater.java | 4 | 32 | 8 |
| org/codehaus/mojo/docbook/DocumentTransformer.java | 6 | 20 | 8 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 54 | |
| Name 'XERCES_PARSER_CONFIG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Name 'XERCES_XINCLUDE_PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Missing a Javadoc comment. | 117 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'log' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'sourceDirectory' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'databaseDirectory' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'stylesheetLocation' must be private and have accessor methods. | 66 | |
| 'log' hides a field. | 73 | |
| Expected @param tag for 'log'. | 73 | |
| 'sourceDirectory' hides a field. | 73 | |
| Expected @param tag for 'sourceDirectory'. | 73 | |
| 'databaseDirectory' hides a field. | 73 | |
| Expected @param tag for 'databaseDirectory'. | 73 | |
| 'stylesheetLocation' hides a field. | 73 | |
| Expected @param tag for 'stylesheetLocation'. | 73 | |
| Expected @throws tag for 'TransformerFactoryConfigurationError'. | 89 | |
| Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 89 | |
| Expected @throws tag for 'TransformerException'. | 89 | |
| Expected @throws tag for 'IOException'. | 89 | |
| Expected @throws tag for 'URISyntaxException'. | 89 | |
| Expected @throws tag for 'InclusionScanException'. | 90 | |
| Expected @param tag for 'docbookFiles'. | 119 | |
| Expected @param tag for 'docbookFiles'. | 141 | |
| Expected @throws tag for 'TransformerFactoryConfigurationError'. | 142 | |
| Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 142 | |
| Expected @throws tag for 'TransformerException'. | 142 | |
| Expected @param tag for 'docbookFiles'. | 177 | |
| Expected @throws tag for 'IOException'. | 178 | |
| Expected @throws tag for 'URISyntaxException'. | 178 | |
| Expected @param tag for 'writer'. | 218 | |
| Expected @param tag for 'level'. | 218 | |
| Expected @param tag for 'currentDirectory'. | 218 | |
| Expected @param tag for 'files'. | 218 | |
| Expected @throws tag for 'IOException'. | 219 | |
| Expected an @return tag. | 278 | |
| Expected @param tag for 'docbookFileName'. | 278 | |
| Expected an @return tag. | 293 | |
| Expected @param tag for 'level'. | 293 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 312 | |
| Missing a Javadoc comment. | 324 | |
| Missing a Javadoc comment. | 336 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'log' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'sourceDirectory' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'resourceDirectory' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'databaseDirectory' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'outputDirectory' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'stylesheetLocation' must be private and have accessor methods. | 66 | |
| 'log' hides a field. | 73 | |
| Expected @param tag for 'log'. | 73 | |
| 'sourceDirectory' hides a field. | 73 | |
| Expected @param tag for 'sourceDirectory'. | 73 | |
| 'resourceDirectory' hides a field. | 73 | |
| Expected @param tag for 'resourceDirectory'. | 73 | |
| 'databaseDirectory' hides a field. | 73 | |
| Expected @param tag for 'databaseDirectory'. | 73 | |
| 'outputDirectory' hides a field. | 74 | |
| Expected @param tag for 'outputDirectory'. | 74 | |
| 'stylesheetLocation' hides a field. | 74 | |
| Expected @param tag for 'stylesheetLocation'. | 74 | |
| Expected @throws tag for 'TransformerFactoryConfigurationError'. | 92 | |
| Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 92 | |
| Expected @throws tag for 'TransformerException'. | 92 | |
| Expected @throws tag for 'IOException'. | 92 | |
| Expected @throws tag for 'URISyntaxException'. | 92 | |
| Expected @throws tag for 'InclusionScanException'. | 93 | |
| Expected @param tag for 'docbookFiles'. | 122 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 174 |